mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-04-05 21:44:17 +00:00
16723 lines
601 KiB
C#
16723 lines
601 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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.Localization {
|
|
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()]
|
|
public class UI {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal UI() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aaru.Localization.UI", typeof(UI).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [aqua]{0}[/] [slateblue1]bytes[/].
|
|
/// </summary>
|
|
public static string _0_bytes_markup {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_markup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1][italic][teal]{0}[/] files[/][/].
|
|
/// </summary>
|
|
public static string _0_files {
|
|
get {
|
|
return ResourceManager.GetString("_0_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1][italic][teal]{0}[/] files, [teal]{1}[/] folders[/][/].
|
|
/// </summary>
|
|
public static string _0_files_1_folders {
|
|
get {
|
|
return ResourceManager.GetString("_0_files_1_folders", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} Kb/sec..
|
|
/// </summary>
|
|
public static string _0_Kb_sec {
|
|
get {
|
|
return ResourceManager.GetString("_0_Kb_sec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [lime]{0:N2}[/] [slateblue1]KB/s[/].
|
|
/// </summary>
|
|
public static string _0_N2_KB_s {
|
|
get {
|
|
return ResourceManager.GetString("_0_N2_KB_s", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [teal]{0}[/] [slateblue1]partitions found.[/].
|
|
/// </summary>
|
|
public static string _0_partitions_found {
|
|
get {
|
|
return ResourceManager.GetString("_0_partitions_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1][violet]{0}[/] sectors, [lime]{1}[/] bytes[/].
|
|
/// </summary>
|
|
public static string _0_sectors_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [violet]{0}[/] [slateblue1]sectors[/].
|
|
/// </summary>
|
|
public static string _0_sectors_markup {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_markup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [violet]{0}[/] [slateblue1]sectors to convert[/].
|
|
/// </summary>
|
|
public static string _0_sectors_to_convert {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_to_convert", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <From image>.
|
|
/// </summary>
|
|
public static string _From_image_ {
|
|
get {
|
|
return ResourceManager.GetString("_From_image_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aaru started!.
|
|
/// </summary>
|
|
public static string Aaru_started {
|
|
get {
|
|
return ResourceManager.GetString("Aaru_started", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AaruFormat files.
|
|
/// </summary>
|
|
public static string AaruFormat_files {
|
|
get {
|
|
return ResourceManager.GetString("AaruFormat_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AaruFormat images version 1.x are read-only, convert it to a newer version first..
|
|
/// </summary>
|
|
public static string AaruFormat_images_version_1_x_are_read_only {
|
|
get {
|
|
return ResourceManager.GetString("AaruFormat_images_version_1_x_are_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to aaruremote host.
|
|
/// </summary>
|
|
public static string aaruremote_host {
|
|
get {
|
|
return ResourceManager.GetString("aaruremote_host", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address (IP or hostname):.
|
|
/// </summary>
|
|
public static string Address_IP_or_hostname {
|
|
get {
|
|
return ResourceManager.GetString("Address_IP_or_hostname", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]All sector checksums are correct[/].
|
|
/// </summary>
|
|
public static string All_sector_checksums_are_correct {
|
|
get {
|
|
return ResourceManager.GetString("All_sector_checksums_are_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]all sectors.[/].
|
|
/// </summary>
|
|
public static string all_sectors {
|
|
get {
|
|
return ResourceManager.GetString("all_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]All sectors are unknown[/].
|
|
/// </summary>
|
|
public static string All_sectors_are_unknown {
|
|
get {
|
|
return ResourceManager.GetString("All_sectors_are_unknown", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]All sectors contain errors[/].
|
|
/// </summary>
|
|
public static string All_sectors_contain_errors {
|
|
get {
|
|
return ResourceManager.GetString("All_sectors_contain_errors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 4004.
|
|
/// </summary>
|
|
public static string Architecture_4004 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_4004", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 4040.
|
|
/// </summary>
|
|
public static string Architecture_4040 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_4040", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MOS 6502.
|
|
/// </summary>
|
|
public static string Architecture_6502 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_6502", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WDC 65C816.
|
|
/// </summary>
|
|
public static string Architecture_65816 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_65816", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 8008.
|
|
/// </summary>
|
|
public static string Architecture_8008 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_8008", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 8051.
|
|
/// </summary>
|
|
public static string Architecture_8051 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_8051", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 8080.
|
|
/// </summary>
|
|
public static string Architecture_8080 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_8080", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 8085.
|
|
/// </summary>
|
|
public static string Architecture_8085 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_8085", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ARM 64-bit (AArch64).
|
|
/// </summary>
|
|
public static string Architecture_Aarch64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Aarch64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AMD Am29000.
|
|
/// </summary>
|
|
public static string Architecture_Am29000 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Am29000", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AMD64 (x86-64).
|
|
/// </summary>
|
|
public static string Architecture_Amd64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Amd64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel iAPX 432.
|
|
/// </summary>
|
|
public static string Architecture_Apx432 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Apx432", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ARM.
|
|
/// </summary>
|
|
public static string Architecture_Arm {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Arm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Atmel AVR.
|
|
/// </summary>
|
|
public static string Architecture_Avr {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Avr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Atmel AVR32.
|
|
/// </summary>
|
|
public static string Architecture_Avr32 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Avr32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC Alpha (AXP).
|
|
/// </summary>
|
|
public static string Architecture_Axp {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Axp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clipper.
|
|
/// </summary>
|
|
public static string Architecture_Clipper {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Clipper", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cray.
|
|
/// </summary>
|
|
public static string Architecture_Cray {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Cray", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM ESA/390.
|
|
/// </summary>
|
|
public static string Architecture_Esa390 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Esa390", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AT&T Hobbit.
|
|
/// </summary>
|
|
public static string Architecture_Hobbit {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Hobbit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel 8086.
|
|
/// </summary>
|
|
public static string Architecture_I86 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_I86", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel i860.
|
|
/// </summary>
|
|
public static string Architecture_I860 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_I860", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel i960.
|
|
/// </summary>
|
|
public static string Architecture_I960 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_I960", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IA-32 (x86).
|
|
/// </summary>
|
|
public static string Architecture_Ia32 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Ia32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IA-64 (Itanium).
|
|
/// </summary>
|
|
public static string Architecture_Ia64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Ia64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 56000.
|
|
/// </summary>
|
|
public static string Architecture_M56K {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M56K", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 6800.
|
|
/// </summary>
|
|
public static string Architecture_M6800 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M6800", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 6801.
|
|
/// </summary>
|
|
public static string Architecture_M6801 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M6801", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 6805.
|
|
/// </summary>
|
|
public static string Architecture_M6805 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M6805", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 6809.
|
|
/// </summary>
|
|
public static string Architecture_M6809 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M6809", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 68000.
|
|
/// </summary>
|
|
public static string Architecture_M68K {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M68K", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Motorola 88000.
|
|
/// </summary>
|
|
public static string Architecture_M88K {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_M88K", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel MCS-41.
|
|
/// </summary>
|
|
public static string Architecture_Mcs41 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Mcs41", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Intel MCS-48.
|
|
/// </summary>
|
|
public static string Architecture_Mcs48 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Mcs48", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MIPS32.
|
|
/// </summary>
|
|
public static string Architecture_Mips32 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Mips32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MIPS64.
|
|
/// </summary>
|
|
public static string Architecture_Mips64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Mips64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TI MSP430.
|
|
/// </summary>
|
|
public static string Architecture_Msp430 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Msp430", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Altera Nios II.
|
|
/// </summary>
|
|
public static string Architecture_Nios2 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Nios2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OpenRISC.
|
|
/// </summary>
|
|
public static string Architecture_Openrisc {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Openrisc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PA-RISC.
|
|
/// </summary>
|
|
public static string Architecture_Parisc {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Parisc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PDP-1.
|
|
/// </summary>
|
|
public static string Architecture_PDP1 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_PDP1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PDP-10.
|
|
/// </summary>
|
|
public static string Architecture_PDP10 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_PDP10", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PDP-11.
|
|
/// </summary>
|
|
public static string Architecture_PDP11 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_PDP11", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PDP-7.
|
|
/// </summary>
|
|
public static string Architecture_PDP7 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_PDP7", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PDP-8.
|
|
/// </summary>
|
|
public static string Architecture_PDP8 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_PDP8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Microchip PIC.
|
|
/// </summary>
|
|
public static string Architecture_Pic {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Pic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM POWER.
|
|
/// </summary>
|
|
public static string Architecture_Power {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Power", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerPC.
|
|
/// </summary>
|
|
public static string Architecture_Ppc {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Ppc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerPC 64-bit.
|
|
/// </summary>
|
|
public static string Architecture_Ppc64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Ppc64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC PRISM.
|
|
/// </summary>
|
|
public static string Architecture_Prism {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Prism", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Renesas RX.
|
|
/// </summary>
|
|
public static string Architecture_Renesasrx {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Renesasrx", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to RISC-V.
|
|
/// </summary>
|
|
public static string Architecture_Riscv {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Riscv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM System/360.
|
|
/// </summary>
|
|
public static string Architecture_S360 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_S360", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM System/370.
|
|
/// </summary>
|
|
public static string Architecture_S370 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_S370", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH.
|
|
/// </summary>
|
|
public static string Architecture_Sh {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-1.
|
|
/// </summary>
|
|
public static string Architecture_Sh1 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-2.
|
|
/// </summary>
|
|
public static string Architecture_Sh2 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-3.
|
|
/// </summary>
|
|
public static string Architecture_Sh3 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-4.
|
|
/// </summary>
|
|
public static string Architecture_Sh4 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-5.
|
|
/// </summary>
|
|
public static string Architecture_Sh5 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SuperH SH-64.
|
|
/// </summary>
|
|
public static string Architecture_Sh64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sh64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SPARC.
|
|
/// </summary>
|
|
public static string Architecture_Sparc {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sparc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SPARC 64-bit.
|
|
/// </summary>
|
|
public static string Architecture_Sparc64 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Sparc64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transputer.
|
|
/// </summary>
|
|
public static string Architecture_Transputer {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Transputer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DEC VAX.
|
|
/// </summary>
|
|
public static string Architecture_Vax {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Vax", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AT&T WE32000.
|
|
/// </summary>
|
|
public static string Architecture_We32000 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_We32000", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to x32 ABI.
|
|
/// </summary>
|
|
public static string Architecture_X32 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_X32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zilog Z80.
|
|
/// </summary>
|
|
public static string Architecture_Z80 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Z80", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zilog Z800.
|
|
/// </summary>
|
|
public static string Architecture_Z800 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Z800", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zilog Z8000.
|
|
/// </summary>
|
|
public static string Architecture_Z8000 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Z8000", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zilog Z80000.
|
|
/// </summary>
|
|
public static string Architecture_Z80000 {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Z80000", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM z/Architecture.
|
|
/// </summary>
|
|
public static string Architecture_Zarch {
|
|
get {
|
|
return ResourceManager.GetString("Architecture_Zarch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands to manage archive files.
|
|
/// </summary>
|
|
public static string Archive_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Archive_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extracts all files in archive..
|
|
/// </summary>
|
|
public static string Archive_Extract_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Archive_Extract_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Archive file path.
|
|
/// </summary>
|
|
public static string Archive_file_path {
|
|
get {
|
|
return ResourceManager.GetString("Archive_file_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Archive format identified by [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Archive_format_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Archive_format_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Archive format identified by [green]{0}[/] ([italic][red]{1}[/][/]).[/].
|
|
/// </summary>
|
|
public static string Archive_format_identified_by_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Archive_format_identified_by_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Archive format not identified.[/].
|
|
/// </summary>
|
|
public static string Archive_format_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("Archive_format_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Archive format not identified, not proceeding with extraction.[/].
|
|
/// </summary>
|
|
public static string Archive_format_not_identified_not_proceeding_with_extraction {
|
|
get {
|
|
return ResourceManager.GetString("Archive_format_not_identified_not_proceeding_with_extraction", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Archive format not identified, not proceeding with listing.[/].
|
|
/// </summary>
|
|
public static string Archive_format_not_identified_not_proceeding_with_listing {
|
|
get {
|
|
return ResourceManager.GetString("Archive_format_not_identified_not_proceeding_with_listing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Identifies an archive file and shows information about it..
|
|
/// </summary>
|
|
public static string Archive_Info_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Archive_Info_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to List the contents of an archive file..
|
|
/// </summary>
|
|
public static string Archive_List_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Archive_List_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]As identified by [fuchsia]{0}[/].[/].
|
|
/// </summary>
|
|
public static string As_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("As_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ASCII implemented operating definitions.
|
|
/// </summary>
|
|
public static string ASCII_implemented_operating_definitions {
|
|
get {
|
|
return ResourceManager.GetString("ASCII_implemented_operating_definitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ASCII Page {0:X2}h.
|
|
/// </summary>
|
|
public static string ASCII_Page_0 {
|
|
get {
|
|
return ResourceManager.GetString("ASCII_Page_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Asking drive to unload tape (can take a few minutes)....
|
|
/// </summary>
|
|
public static string Asking_drive_to_unload_tape {
|
|
get {
|
|
return ResourceManager.GetString("Asking_drive_to_unload_tape", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Assigning hardware to sectors[/].
|
|
/// </summary>
|
|
public static string Assigning_hardware_to_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Assigning_hardware_to_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ATA IDENTIFY DEVICE command response:.
|
|
/// </summary>
|
|
public static string ATA_IDENTIFY_DEVICE_command_response {
|
|
get {
|
|
return ResourceManager.GetString("ATA_IDENTIFY_DEVICE_command_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ATA IDENTIFY PACKET DEVICE command response:.
|
|
/// </summary>
|
|
public static string ATA_IDENTIFY_PACKET_DEVICE_command_response {
|
|
get {
|
|
return ResourceManager.GetString("ATA_IDENTIFY_PACKET_DEVICE_command_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Automation Device Serial Number.
|
|
/// </summary>
|
|
public static string Automation_Device_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Automation_Device_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Barcode of the media represented by the image..
|
|
/// </summary>
|
|
public static string Barcode_of_the_media {
|
|
get {
|
|
return ResourceManager.GetString("Barcode_of_the_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aztec Code.
|
|
/// </summary>
|
|
public static string BarcodeType_Aztec {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Aztec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Codabar.
|
|
/// </summary>
|
|
public static string BarcodeType_Codabar {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Codabar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Code 11.
|
|
/// </summary>
|
|
public static string BarcodeType_Code11 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Code11", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Code 128.
|
|
/// </summary>
|
|
public static string BarcodeType_Code128 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Code128", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Code 39.
|
|
/// </summary>
|
|
public static string BarcodeType_Code39 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Code39", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Code 93.
|
|
/// </summary>
|
|
public static string BarcodeType_Code93 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Code93", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CPC Binary.
|
|
/// </summary>
|
|
public static string BarcodeType_CPC_Binary {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_CPC_Binary", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EAN-13.
|
|
/// </summary>
|
|
public static string BarcodeType_EAN13 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_EAN13", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EAN-2.
|
|
/// </summary>
|
|
public static string BarcodeType_EAN2 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_EAN2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EAN-5.
|
|
/// </summary>
|
|
public static string BarcodeType_EAN5 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_EAN5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EAN-8.
|
|
/// </summary>
|
|
public static string BarcodeType_EAN8 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_EAN8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EZcode.
|
|
/// </summary>
|
|
public static string BarcodeType_EZcode {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_EZcode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FIM (Facing Identification Mark).
|
|
/// </summary>
|
|
public static string BarcodeType_FIM {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_FIM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ISBN.
|
|
/// </summary>
|
|
public static string BarcodeType_ISBN {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_ISBN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ISRC (International Standard Recording Code).
|
|
/// </summary>
|
|
public static string BarcodeType_ISRC {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_ISRC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ITF (Interleaved 2 of 5).
|
|
/// </summary>
|
|
public static string BarcodeType_ITF {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_ITF", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ITF-14.
|
|
/// </summary>
|
|
public static string BarcodeType_ITF14 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_ITF14", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MaxiCode.
|
|
/// </summary>
|
|
public static string BarcodeType_MaxiCode {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_MaxiCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MSI (Modified Plessey).
|
|
/// </summary>
|
|
public static string BarcodeType_MSI {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_MSI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Patch Code.
|
|
/// </summary>
|
|
public static string BarcodeType_PatchCode {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_PatchCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PDF417.
|
|
/// </summary>
|
|
public static string BarcodeType_PDF417 {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_PDF417", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pharmacode.
|
|
/// </summary>
|
|
public static string BarcodeType_Pharmacode {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Pharmacode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Plessey.
|
|
/// </summary>
|
|
public static string BarcodeType_Plessey {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_Plessey", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PostBar.
|
|
/// </summary>
|
|
public static string BarcodeType_PostBar {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_PostBar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to POSTNET.
|
|
/// </summary>
|
|
public static string BarcodeType_POSTNET {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_POSTNET", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to QR Code.
|
|
/// </summary>
|
|
public static string BarcodeType_QR {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_QR", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to RM4SCC (Royal Mail 4-State Customer Code).
|
|
/// </summary>
|
|
public static string BarcodeType_RM4SCC {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_RM4SCC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ShotCode.
|
|
/// </summary>
|
|
public static string BarcodeType_ShotCode {
|
|
get {
|
|
return ResourceManager.GetString("BarcodeType_ShotCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Base Mechanical Serial Number.
|
|
/// </summary>
|
|
public static string Base_Mechanical_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Base_Mechanical_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Board Serial Number.
|
|
/// </summary>
|
|
public static string Board_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Board_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Building primary hardware lookup[/].
|
|
/// </summary>
|
|
public static string Building_primary_hardware_lookup {
|
|
get {
|
|
return ResourceManager.GetString("Building_primary_hardware_lookup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Building secondary hardware lookup[/].
|
|
/// </summary>
|
|
public static string Building_secondary_hardware_lookup {
|
|
get {
|
|
return ResourceManager.GetString("Building_secondary_hardware_lookup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Burst Cutting Area.
|
|
/// </summary>
|
|
public static string Burst_Cutting_Area {
|
|
get {
|
|
return ResourceManager.GetString("Burst_Cutting_Area", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculate entropy.
|
|
/// </summary>
|
|
public static string ButtonLabel_Calculate_entropy {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Calculate_entropy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string ButtonLabel_Cancel {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checksum.
|
|
/// </summary>
|
|
public static string ButtonLabel_Checksum {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Checksum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose....
|
|
/// </summary>
|
|
public static string ButtonLabel_Choose {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Choose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear.
|
|
/// </summary>
|
|
public static string ButtonLabel_Clear {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Clear", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string ButtonLabel_Close {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Close", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connect.
|
|
/// </summary>
|
|
public static string ButtonLabel_Connect {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Connect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Convert to....
|
|
/// </summary>
|
|
public static string ButtonLabel_Convert_to {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Convert_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create Aaru Metadata sidecar....
|
|
/// </summary>
|
|
public static string ButtonLabel_Create_Aaru_Metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Create_Aaru_Metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decode media tags.
|
|
/// </summary>
|
|
public static string ButtonLabel_Decode_media_tags {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Decode_media_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dump media to image.
|
|
/// </summary>
|
|
public static string ButtonLabel_Dump_media_to_image {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Dump_media_to_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extract to....
|
|
/// </summary>
|
|
public static string ButtonLabel_Extract_to {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Extract_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Get from source image.
|
|
/// </summary>
|
|
public static string ButtonLabel_Get_from_source_image {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Get_from_source_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Load.
|
|
/// </summary>
|
|
public static string ButtonLabel_Load {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Load", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open.
|
|
/// </summary>
|
|
public static string ButtonLabel_Open {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Open", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save AACS Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_AACS_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_AACS_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save ADIP.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_ADIP {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_ADIP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save binary to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_binary_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_binary_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Burst Cutting Area.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Burst_Cutting_Area {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Burst_Cutting_Area", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Cartridge Status.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Cartridge_Status {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Cartridge_Status", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Copyright Management Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Copyright_Management_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Copyright_Management_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Disc Control Blocks.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Disc_Control_Blocks {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Disc_Control_Blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Disc Definition Structure.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Disc_Definition_Structure {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Disc_Definition_Structure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Disc Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Disc_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Disc_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Disc Manufacturer Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Disc_Manufacturer_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Disc_Manufacturer_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save EVPD page to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_EVPD_page_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_EVPD_page_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save GET CONFIGURATION response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_GET_CONFIGURATION_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_GET_CONFIGURATION_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Jump Interval Size.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Jump_Interval_Size {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Jump_Interval_Size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Last Border-Out RMD.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Last_Border_Out_RMD {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Last_Border_Out_RMD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Layer Capacity.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Layer_Capacity {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Layer_Capacity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Lead-In CD-TEXT.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Lead_In_CD_TEXT {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Lead_In_CD_TEXT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Manual Layer Jump Start LBA.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Manual_Layer_Jump_Start_LBA {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Manual_Layer_Jump_Start_LBA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Media Identifier.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Media_Identifier {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Media_Identifier", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Medium Status.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Medium_Status {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Medium_Status", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Middle Zone Start.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Middle_Zone_Start {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Middle_Zone_Start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save MMC GET CONFIGURATION response to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_MMC_GET_CONFIGURATION_response_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_MMC_GET_CONFIGURATION_response_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save MODE SENSE (10) response to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_MODE_SENSE_10_response_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_MODE_SENSE_10_response_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save MODE SENSE (6) response to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_MODE_SENSE_6_response_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_MODE_SENSE_6_response_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save PAC.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_PAC {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_PAC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save PCMCIA CIS to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_PCMCIA_CIS_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_PCMCIA_CIS_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Physical Format Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Physical_Format_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Physical_Format_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Pre-Recorded Physical Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Pre_Recorded_Physical_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Pre_Recorded_Physical_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Pseudo-OverWrite Resources.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Pseudo_OverWrite_Resources {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Pseudo_OverWrite_Resources", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save raw DFL.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_raw_DFL {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_raw_DFL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ ATIP response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_ATIP_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_ATIP_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ CAPACITY (16) response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_CAPACITY_16_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_CAPACITY_16_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ CAPACITY response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_CAPACITY_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_CAPACITY_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ DISC INFORMATION response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_DISC_INFORMATION_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_DISC_INFORMATION_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ MEDIA SERIAL NUMBER response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_MEDIA_SERIAL_NUMBER_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_MEDIA_SERIAL_NUMBER_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ PMA response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_PMA_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_PMA_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ RAW TOC response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_RAW_TOC_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_RAW_TOC_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ SESSION response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_SESSION_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_SESSION_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save READ TOC response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_READ_TOC_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_READ_TOC_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save RECOGNIZED FORMAT LAYERS response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_RECOGNIZED_FORMAT_LAYERS_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_RECOGNIZED_FORMAT_LAYERS_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Recordable Physical Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Recordable_Physical_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Recordable_Physical_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Remap Anchor Point.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Remap_Anchor_Point {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Remap_Anchor_Point", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save REPORT DENSITY SUPPORT (MEDIA) response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_REPORT_DENSITY_SUPPORT_MEDIA_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_REPORT_DENSITY_SUPPORT_MEDIA_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save REPORT DENSITY SUPPORT (MEDIUM & MEDIA) response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_REPORT_DENSITY_SUPPORT_MEDIUM_MEDIA_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_REPORT_DENSITY_SUPPORT_MEDIUM_MEDIA_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Spare Area Information.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Spare_Area_Information {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Spare_Area_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save text to file.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_text_to_file {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_text_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Track Resources.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Track_Resources {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Track_Resources", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save WRITE PROTECTION STATUS response.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_WRITE_PROTECTION_STATUS_response {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_WRITE_PROTECTION_STATUS_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Xbox Security Sector.
|
|
/// </summary>
|
|
public static string ButtonLabel_Save_Xbox_Security_Sector {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Save_Xbox_Security_Sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scan media surface.
|
|
/// </summary>
|
|
public static string ButtonLabel_Scan_media_surface {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Scan_media_surface", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start.
|
|
/// </summary>
|
|
public static string ButtonLabel_Start {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop.
|
|
/// </summary>
|
|
public static string ButtonLabel_Stop {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Stop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verify.
|
|
/// </summary>
|
|
public static string ButtonLabel_Verify {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_Verify", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to View sectors.
|
|
/// </summary>
|
|
public static string ButtonLabel_View_sectors {
|
|
get {
|
|
return ResourceManager.GetString("ButtonLabel_View_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip PS3 disc encryption processing during conversion..
|
|
/// </summary>
|
|
public static string Bypass_PS3_decryption_help {
|
|
get {
|
|
return ResourceManager.GetString("Bypass_PS3_decryption_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip Wii disc encryption processing during conversion or dump..
|
|
/// </summary>
|
|
public static string Bypass_Wii_decryption_help {
|
|
get {
|
|
return ResourceManager.GetString("Bypass_Wii_decryption_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip Wii U disc encryption processing during conversion..
|
|
/// </summary>
|
|
public static string Bypass_WiiU_decryption_help {
|
|
get {
|
|
return ResourceManager.GetString("Bypass_WiiU_decryption_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates Adler-32..
|
|
/// </summary>
|
|
public static string Calculates_Adler_32 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_Adler_32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates CRC16..
|
|
/// </summary>
|
|
public static string Calculates_CRC16 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_CRC16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates CRC32..
|
|
/// </summary>
|
|
public static string Calculates_CRC32 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_CRC32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates CRC64 (ECMA)..
|
|
/// </summary>
|
|
public static string Calculates_CRC64_ECMA {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_CRC64_ECMA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates entropy for each track separately..
|
|
/// </summary>
|
|
public static string Calculates_entropy_for_each_track_separately {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_entropy_for_each_track_separately", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates entropy for the whole disc..
|
|
/// </summary>
|
|
public static string Calculates_entropy_for_the_whole_disc {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_entropy_for_the_whole_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates Fletcher-16..
|
|
/// </summary>
|
|
public static string Calculates_Fletcher_16 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_Fletcher_16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates Fletcher-32..
|
|
/// </summary>
|
|
public static string Calculates_Fletcher_32 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_Fletcher_32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates how many sectors are duplicated (have same exact data in user area)..
|
|
/// </summary>
|
|
public static string Calculates_how_many_sectors_are_duplicated {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_how_many_sectors_are_duplicated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates MD5..
|
|
/// </summary>
|
|
public static string Calculates_MD5 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_MD5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates SHA1..
|
|
/// </summary>
|
|
public static string Calculates_SHA1 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_SHA1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates SHA256..
|
|
/// </summary>
|
|
public static string Calculates_SHA256 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_SHA256", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates SHA384..
|
|
/// </summary>
|
|
public static string Calculates_SHA384 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_SHA384", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates SHA512..
|
|
/// </summary>
|
|
public static string Calculates_SHA512 {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_SHA512", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates SpamSum fuzzy hash..
|
|
/// </summary>
|
|
public static string Calculates_SpamSum_fuzzy_hash {
|
|
get {
|
|
return ResourceManager.GetString("Calculates_SpamSum_fuzzy_hash", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculating disc entropy of multisession images is not yet implemented..
|
|
/// </summary>
|
|
public static string Calculating_disc_entropy_of_multisession_images_is_not_yet_implemented {
|
|
get {
|
|
return ResourceManager.GetString("Calculating_disc_entropy_of_multisession_images_is_not_yet_implemented", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Calculating merged dump hardware list...[/].
|
|
/// </summary>
|
|
public static string Calculating_merged_dump_hardware_list {
|
|
get {
|
|
return ResourceManager.GetString("Calculating_merged_dump_hardware_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Calculating sectors to merge...[/].
|
|
/// </summary>
|
|
public static string Calculating_sectors_to_merge {
|
|
get {
|
|
return ResourceManager.GetString("Calculating_sectors_to_merge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot create file.
|
|
/// </summary>
|
|
public static string Cannot_create_file {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_create_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot delete.
|
|
/// </summary>
|
|
public static string Cannot_delete {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot open input file 1.
|
|
/// </summary>
|
|
public static string Cannot_open_first_input_file {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_open_first_input_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot open image file, aborting....
|
|
/// </summary>
|
|
public static string Cannot_open_image_file_aborting {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_open_image_file_aborting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot open output plugin..
|
|
/// </summary>
|
|
public static string Cannot_open_output_plugin {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_open_output_plugin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot open input file 2.
|
|
/// </summary>
|
|
public static string Cannot_open_second_input_file {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_open_second_input_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Cannot open specified file.[/].
|
|
/// </summary>
|
|
public static string Cannot_open_specified_file {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_open_specified_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Cannot write file [green]{0}[/], output exists[/].
|
|
/// </summary>
|
|
public static string Cannot_write_file_0_output_exists {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_write_file_0_output_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Cannot write xattr [fuchsia]{0}[/] for [green]{1}[/], output exists[/].
|
|
/// </summary>
|
|
public static string Cannot_write_xattr_0_for_1_output_exists {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_write_xattr_0_for_1_output_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cartridge Status.
|
|
/// </summary>
|
|
public static string Cartridge_Status {
|
|
get {
|
|
return ResourceManager.GetString("Cartridge_Status", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD ATIP:.
|
|
/// </summary>
|
|
public static string CD_ATIP {
|
|
get {
|
|
return ResourceManager.GetString("CD_ATIP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD full TOC:.
|
|
/// </summary>
|
|
public static string CD_full_TOC {
|
|
get {
|
|
return ResourceManager.GetString("CD_full_TOC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD PMA:.
|
|
/// </summary>
|
|
public static string CD_PMA {
|
|
get {
|
|
return ResourceManager.GetString("CD_PMA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD read speed limited to.
|
|
/// </summary>
|
|
public static string CD_read_speed_limited_to {
|
|
get {
|
|
return ResourceManager.GetString("CD_read_speed_limited_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]CD reading offset is [teal]{0}[/] samples ([lime]{1}[/] bytes).[/].
|
|
/// </summary>
|
|
public static string CD_reading_offset_is_0_samples_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("CD_reading_offset_is_0_samples_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]CD reading offset not found in database.[/].
|
|
/// </summary>
|
|
public static string CD_reading_offset_not_found_in_database {
|
|
get {
|
|
return ResourceManager.GetString("CD_reading_offset_not_found_in_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD session information:.
|
|
/// </summary>
|
|
public static string CD_session_information {
|
|
get {
|
|
return ResourceManager.GetString("CD_session_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD-TEXT:.
|
|
/// </summary>
|
|
public static string CD_TEXT {
|
|
get {
|
|
return ResourceManager.GetString("CD_TEXT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD TOC:.
|
|
/// </summary>
|
|
public static string CD_TOC {
|
|
get {
|
|
return ResourceManager.GetString("CD_TOC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CD write speed limited to.
|
|
/// </summary>
|
|
public static string CD_write_speed_limited_to {
|
|
get {
|
|
return ResourceManager.GetString("CD_write_speed_limited_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Certance Drive Component Revision Levels page.
|
|
/// </summary>
|
|
public static string Certance_Drive_Component_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("Certance_Drive_Component_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Certance drive status page.
|
|
/// </summary>
|
|
public static string Certance_drive_status_page {
|
|
get {
|
|
return ResourceManager.GetString("Certance_drive_status_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Checking disc image checksums took [aqua]{0}[/][/].
|
|
/// </summary>
|
|
public static string Checking_disc_image_checksums_took_0 {
|
|
get {
|
|
return ResourceManager.GetString("Checking_disc_image_checksums_took_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checking GDPR compliance....
|
|
/// </summary>
|
|
public static string Checking_GDPR_compliance {
|
|
get {
|
|
return ResourceManager.GetString("Checking_GDPR_compliance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checking media image....
|
|
/// </summary>
|
|
public static string Checking_media_image {
|
|
get {
|
|
return ResourceManager.GetString("Checking_media_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checking sector.
|
|
/// </summary>
|
|
public static string Checking_sector {
|
|
get {
|
|
return ResourceManager.GetString("Checking_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Checking sector [lime]{0}[/] of [violet]{1}[/].
|
|
/// </summary>
|
|
public static string Checking_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checking_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Checking sector [lime]{0}[/] of [violet]{1}[/], on track [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Checking_sector_0_of_1_on_track_2 {
|
|
get {
|
|
return ResourceManager.GetString("Checking_sector_0_of_1_on_track_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Checking sector checksums took [aqua]{0}[/][/].
|
|
/// </summary>
|
|
public static string Checking_sector_checksums_took_0 {
|
|
get {
|
|
return ResourceManager.GetString("Checking_sector_checksums_took_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checking sectors....
|
|
/// </summary>
|
|
public static string Checking_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Checking_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Checking track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Checking_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checking_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checking tracks....
|
|
/// </summary>
|
|
public static string Checking_tracks {
|
|
get {
|
|
return ResourceManager.GetString("Checking_tracks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Disc's [fuchsia]{0}[/]:[/][/] [rosybrown]{1}[/].
|
|
/// </summary>
|
|
public static string Checksums_Disc_has_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_Disc_has_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Disk's [fuchsia]{0}[/]:[/][/] [rosybrown]{1}[/].
|
|
/// </summary>
|
|
public static string Checksums_Disk_has_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_Disk_has_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checksums each track separately..
|
|
/// </summary>
|
|
public static string Checksums_each_track_separately {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_each_track_separately", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]File [teal]{0}[/teal]'s [fuchsia]{1}[/]:[/][/] [rosybrown]{2}[/].
|
|
/// </summary>
|
|
public static string Checksums_File_0_has_1_2 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_File_0_has_1_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media's [fuchsia]{0}[/]:[/][/] [rosybrown]{1}[/].
|
|
/// </summary>
|
|
public static string Checksums_Media_has_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_Media_has_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Tape's [fuchsia]{0}[/]:[/][/] [rosybrown]{1}[/].
|
|
/// </summary>
|
|
public static string Checksums_Tape_has_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_Tape_has_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checksums the whole disc..
|
|
/// </summary>
|
|
public static string Checksums_the_whole_disc {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_the_whole_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Track [teal]{0}[/]'s [fuchsia]{1}[/]:[/][/] [rosybrown]{2}[/].
|
|
/// </summary>
|
|
public static string Checksums_Track_0_has_1_2 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_Track_0_has_1_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose IMGBurn log to open.
|
|
/// </summary>
|
|
public static string Choose_IMGBurn_log_to_open {
|
|
get {
|
|
return ResourceManager.GetString("Choose_IMGBurn_log_to_open", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose MHDD log to open.
|
|
/// </summary>
|
|
public static string Choose_MHDD_log_to_open {
|
|
get {
|
|
return ResourceManager.GetString("Choose_MHDD_log_to_open", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear existing main and local database..
|
|
/// </summary>
|
|
public static string Clear_existing_main_and_local_database {
|
|
get {
|
|
return ResourceManager.GetString("Clear_existing_main_and_local_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear existing main database..
|
|
/// </summary>
|
|
public static string Clear_existing_main_database {
|
|
get {
|
|
return ResourceManager.GetString("Clear_existing_main_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Closing output image...[/].
|
|
/// </summary>
|
|
public static string Closing_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Closing_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Comma separated name=value pairs of options to pass to filesystem plugin..
|
|
/// </summary>
|
|
public static string Comma_separated_name_value_pairs_of_filesystem_options {
|
|
get {
|
|
return ResourceManager.GetString("Comma_separated_name_value_pairs_of_filesystem_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Comma separated name=value pairs of options to pass to output image plugin..
|
|
/// </summary>
|
|
public static string Comma_separated_name_value_pairs_of_image_options {
|
|
get {
|
|
return ResourceManager.GetString("Comma_separated_name_value_pairs_of_image_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Command not supported for this image type.[/].
|
|
/// </summary>
|
|
public static string Command_not_supported_for_this_image_type {
|
|
get {
|
|
return ResourceManager.GetString("Command_not_supported_for_this_image_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Command not yet supported for this image type.[/].
|
|
/// </summary>
|
|
public static string Command_not_yet_supported_for_this_image_type {
|
|
get {
|
|
return ResourceManager.GetString("Command_not_yet_supported_for_this_image_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Commands statistics[/][/].
|
|
/// </summary>
|
|
public static string Commands_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Commands_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Comparing images....
|
|
/// </summary>
|
|
public static string Comparing_images {
|
|
get {
|
|
return ResourceManager.GetString("Comparing_images", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Comparing media image characteristics.
|
|
/// </summary>
|
|
public static string Comparing_media_image_characteristics {
|
|
get {
|
|
return ResourceManager.GetString("Comparing_media_image_characteristics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Comparing sector [lime]{0}[/] of [violet]{1}[/]...[/].
|
|
/// </summary>
|
|
public static string Comparing_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Comparing_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Comparing sectors....
|
|
/// </summary>
|
|
public static string Comparing_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Comparing_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configures user settings and statistics..
|
|
/// </summary>
|
|
public static string Configure_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Configure_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to With the 'device-report' command, Aaru creates a report of a device, that includes its
|
|
///manufacturer, model, firmware revision and/or version, attached bus, size, and supported commands.
|
|
///The serial number of the device is not stored in the report. If used with the debug parameter,
|
|
///extra information about the device will be stored in the report. This information is known to contain
|
|
///the device serial number in non-standard places that prevent the automatic removal of it on a handful
|
|
///of devices. A human-readabl [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string Configure_Device_Report_information_disclaimer {
|
|
get {
|
|
return ResourceManager.GetString("Configure_Device_Report_information_disclaimer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to save device reports in shared folder of your computer?.
|
|
/// </summary>
|
|
public static string Configure_Do_you_want_to_save_device_reports_in_shared_folder_of_your_computer_Q {
|
|
get {
|
|
return ResourceManager.GetString("Configure_Do_you_want_to_save_device_reports_in_shared_folder_of_your_computer_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to enable the decryption of copy protected media (also known as DRM),
|
|
///like for example DVD Video CSS encryption.
|
|
///Consult your local laws before enabling it, as this is illegal in some countries, or
|
|
///only legal under some circumstances..
|
|
/// </summary>
|
|
public static string Configure_enable_decryption_disclaimer {
|
|
get {
|
|
return ResourceManager.GetString("Configure_enable_decryption_disclaimer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sharing a report with us will send it to our server, that's in the european union territory, where it
|
|
///will be manually analyzed by an european union citizen to remove any trace of personal identification
|
|
///from it. Once that is done, it will be shared in our stats website, https://www.aaru.app
|
|
///These report will be used to improve Aaru support, and in some cases, to provide emulation of the
|
|
///devices to other open-source projects. In any case, no information linking the report to you will be stored..
|
|
/// </summary>
|
|
public static string Configure_share_report_disclaimer {
|
|
get {
|
|
return ResourceManager.GetString("Configure_share_report_disclaimer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connect to AaruRemote.
|
|
/// </summary>
|
|
public static string Connect_to_AaruRemote {
|
|
get {
|
|
return ResourceManager.GetString("Connect_to_AaruRemote", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ################# Console ################.
|
|
/// </summary>
|
|
public static string Console_with_ornament {
|
|
get {
|
|
return ResourceManager.GetString("Console_with_ornament", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Continue conversion even if sector or media tags will be lost in the process..
|
|
/// </summary>
|
|
public static string Continue_conversion_even_if_data_lost {
|
|
get {
|
|
return ResourceManager.GetString("Continue_conversion_even_if_data_lost", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Continue dumping whatever happens..
|
|
/// </summary>
|
|
public static string Continue_dumping_whatever_happens {
|
|
get {
|
|
return ResourceManager.GetString("Continue_dumping_whatever_happens", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Conversion done.[/].
|
|
/// </summary>
|
|
public static string Conversion_done {
|
|
get {
|
|
return ResourceManager.GetString("Conversion_done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting disc...[/].
|
|
/// </summary>
|
|
public static string Converting_disc {
|
|
get {
|
|
return ResourceManager.GetString("Converting_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting file [lime]{0}[/] of partition [teal]{1}[/]...[/].
|
|
/// </summary>
|
|
public static string Converting_file_0_of_partition_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_file_0_of_partition_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting files[/].
|
|
/// </summary>
|
|
public static string Converting_files {
|
|
get {
|
|
return ResourceManager.GetString("Converting_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Converting image will lose media tag [orange3]{0}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Converting_image_will_lose_media_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_image_will_lose_media_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Converting image will lose sector tag [orange3]{0}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Converting_image_will_lose_sector_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_image_will_lose_sector_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting media[/].
|
|
/// </summary>
|
|
public static string Converting_media {
|
|
get {
|
|
return ResourceManager.GetString("Converting_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting media tag [orange3]{0}[/][/].
|
|
/// </summary>
|
|
public static string Converting_media_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_media_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sector [lime]-{0}[/] of [violet]-{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_negative_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_negative_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting overflow sector [lime]{0}[/] of [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_overflow_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_overflow_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors[/].
|
|
/// </summary>
|
|
public static string Converting_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors [lime]{0}[/] to [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_sectors_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors [lime]{0}[/] to [violet]{1}[/] ([aqua]{2:P2}[/] done)[/].
|
|
/// </summary>
|
|
public static string Converting_sectors_0_to_1_2_done {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_0_to_1_2_done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors [lime]{0}[/] to [violet]{1}[/] in track [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Converting_sectors_0_to_1_in_track_2 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_0_to_1_in_track_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors [lime]{0}[/] to [violet]{1}[/] in track [teal]{2}[/] ([aqua]{3:P2}[/] done)[/].
|
|
/// </summary>
|
|
public static string Converting_sectors_0_to_1_in_track_2_3_done {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_0_to_1_in_track_2_3_done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors in track [teal]{0}[/].
|
|
/// </summary>
|
|
public static string Converting_sectors_in_track_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_in_track_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting sectors in track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_sectors_in_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_sectors_in_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{0}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{0}[/] for sectors [lime]{1}[/] to [violet]{2}[/] ([aqua]{3:P2}[/] done)[/].
|
|
/// </summary>
|
|
public static string Converting_tag_0_for_sectors_1_to_2_3_done {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_0_for_sectors_1_to_2_3_done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{0}[/] for sectors [lime]{1}[/] to [violet]{2}[/] in track [teal]{3}[/] ([aqua]{4:P2}[/] done)[/].
|
|
/// </summary>
|
|
public static string Converting_tag_0_for_sectors_1_to_2_in_track_3_4_done {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_0_for_sectors_1_to_2_in_track_3_4_done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{1}[/] for sector [lime]-{0}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tag_1_for_negative_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_1_for_negative_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{1}[/] for overflow sector [lime]{0}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tag_1_for_overflow_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_1_for_overflow_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{2}[/] for sectors [lime]{0}[/] to[violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tag_2_for_sectors_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_2_for_sectors_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tag [orange3]{3}[/] for sectors [lime]{0}[/] to [violet]{1}[/] in track [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tag_3_for_sectors_0_to_1_in_track_2 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tag_3_for_sectors_0_to_1_in_track_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tags[/].
|
|
/// </summary>
|
|
public static string Converting_tags {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tags in track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Converting_tags_in_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tags_in_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting tape partition [teal]{0}[/]...[/].
|
|
/// </summary>
|
|
public static string Converting_tape_partition_0 {
|
|
get {
|
|
return ResourceManager.GetString("Converting_tape_partition_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converting track[/].
|
|
/// </summary>
|
|
public static string Converting_track {
|
|
get {
|
|
return ResourceManager.GetString("Converting_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying [teal]{0}[/] sectors from primary image[/].
|
|
/// </summary>
|
|
public static string Copying_0_sectors_from_primary_image {
|
|
get {
|
|
return ResourceManager.GetString("Copying_0_sectors_from_primary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying file [lime]{0}[/] of partition [teal]{1}[/]...[/].
|
|
/// </summary>
|
|
public static string Copying_file_0_of_partition_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_file_0_of_partition_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying media tag [orange3]{0}[/] from primary image[/].
|
|
/// </summary>
|
|
public static string Copying_media_tag_0_from_primary_image {
|
|
get {
|
|
return ResourceManager.GetString("Copying_media_tag_0_from_primary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying media tag [orange3]{0}[/] from secondary image[/].
|
|
/// </summary>
|
|
public static string Copying_media_tag_0_from_secondary_image {
|
|
get {
|
|
return ResourceManager.GetString("Copying_media_tag_0_from_secondary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sector [lime]-{0}[/][/].
|
|
/// </summary>
|
|
public static string Copying_negative_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_negative_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sector [lime]-{0}[/] of [violet]-{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_negative_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_negative_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying overflow sector [lime]{0}[/][/].
|
|
/// </summary>
|
|
public static string Copying_overflow_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_overflow_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying overflow sector [lime]{0}[/] of [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_overflow_sector_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_overflow_sector_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sector [lime]{0}[/][/].
|
|
/// </summary>
|
|
public static string Copying_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sectors [lime]{0}[/] to [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_sectors_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_sectors_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sectors [lime]{0}[/] to [violet]{1}[/] in track [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Copying_sectors_0_to_1_in_track_2 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_sectors_0_to_1_in_track_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying sectors in track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_sectors_in_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_sectors_in_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tag [orange3]{0}[/] for sector [lime]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tag_0_for_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tag_0_for_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tag [orange3]{1}[/] for sector [lime]-{0}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tag_1_for_negative_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tag_1_for_negative_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tag [orange3]{1}[/] for overflow sector [lime]{0}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tag_1_for_overflow_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tag_1_for_overflow_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tag [orange3]{2}[/] for sectors [lime]{0}[/] to [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tag_2_for_sectors_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tag_2_for_sectors_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tag [orange3]{3}[/] for sectors [lime]{0}[/] to [violet]{1}[/] in track [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tag_3_for_sectors_0_to_1_in_track_2 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tag_3_for_sectors_0_to_1_in_track_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tags in track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Copying_tags_in_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tags_in_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Copying tape partition [teal]{0}[/]...[/].
|
|
/// </summary>
|
|
public static string Copying_tape_partition_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copying_tape_partition_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copyright Management Information.
|
|
/// </summary>
|
|
public static string Copyright_Management_Information {
|
|
get {
|
|
return ResourceManager.GetString("Copyright_Management_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Correctly opened archive file.[/].
|
|
/// </summary>
|
|
public static string Correctly_opened_archive_file {
|
|
get {
|
|
return ResourceManager.GetString("Correctly_opened_archive_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Correctly opened image file.[/].
|
|
/// </summary>
|
|
public static string Correctly_opened_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Correctly_opened_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not create destination file.
|
|
///Do you want to continue?.
|
|
/// </summary>
|
|
public static string Could_not_create_destination_file_continue_Q {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_create_destination_file_continue_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Could not find metadata sidecar, not continuing...[/].
|
|
/// </summary>
|
|
public static string Could_not_find_metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_find_metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not find resume file, not continuing....
|
|
/// </summary>
|
|
public static string Could_not_find_resume_file {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_find_resume_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not get any kind of information from the device !!!.
|
|
/// </summary>
|
|
public static string Could_not_get_any_kind_of_information_from_the_device {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_get_any_kind_of_information_from_the_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not open device, error {0}..
|
|
/// </summary>
|
|
public static string Could_not_open_device_error_0 {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_open_device_error_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not remove local database..
|
|
/// </summary>
|
|
public static string Could_not_remove_local_database {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_remove_local_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not remove main database..
|
|
/// </summary>
|
|
public static string Could_not_remove_main_database {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_remove_main_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not delete existing file.
|
|
///Do you want to continue?.
|
|
/// </summary>
|
|
public static string Could_note_delete_existe_file_continue_Q {
|
|
get {
|
|
return ResourceManager.GetString("Could_note_delete_existe_file_continue_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create Aaru Metadata sidecar.
|
|
/// </summary>
|
|
public static string Create_Aaru_Metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Create_Aaru_Metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create graph of dumped media. Currently only supported for CD/DVD/BD/GD/UMD..
|
|
/// </summary>
|
|
public static string Create_graph_of_dumped_media {
|
|
get {
|
|
return ResourceManager.GetString("Create_graph_of_dumped_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create graph of verified disc (currently only implemented for optical discs)..
|
|
/// </summary>
|
|
public static string Create_graph_of_verified_disc {
|
|
get {
|
|
return ResourceManager.GetString("Create_graph_of_verified_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create/use resume mapfile..
|
|
/// </summary>
|
|
public static string Create_or_use_resume_mapfile {
|
|
get {
|
|
return ResourceManager.GetString("Create_or_use_resume_mapfile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Only used for tapes, indicates block size. Files in the folder whose size is not a multiple of this value will simply be ignored..
|
|
/// </summary>
|
|
public static string Create_sidecar_block_size_help {
|
|
get {
|
|
return ResourceManager.GetString("Create_sidecar_block_size_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Created subdirectory at [blue]{0}[/][/].
|
|
/// </summary>
|
|
public static string Created_subdirectory_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Created_subdirectory_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Creating hardware extents[/].
|
|
/// </summary>
|
|
public static string Creating_hardware_extents {
|
|
get {
|
|
return ResourceManager.GetString("Creating_hardware_extents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creating output image.
|
|
/// </summary>
|
|
public static string Creating_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Creating_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to fix sectors that do not pass the integrity checks..
|
|
/// </summary>
|
|
public static string Cure_paranoia_help {
|
|
get {
|
|
return ResourceManager.GetString("Cure_paranoia_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data Transfer Device Element Address.
|
|
/// </summary>
|
|
public static string Data_Transfer_Device_Element_Address {
|
|
get {
|
|
return ResourceManager.GetString("Data_Transfer_Device_Element_Address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands to manage the device and statistics database.
|
|
/// </summary>
|
|
public static string Database_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Database_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Database statistics:.
|
|
/// </summary>
|
|
public static string Database_statistics_command {
|
|
get {
|
|
return ResourceManager.GetString("Database_statistics_command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shows statistics..
|
|
/// </summary>
|
|
public static string Database_Stats_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Database_Stats_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updates the database..
|
|
/// </summary>
|
|
public static string Database_Update_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Database_Update_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decode media tags..
|
|
/// </summary>
|
|
public static string Decode_media_tags {
|
|
get {
|
|
return ResourceManager.GetString("Decode_media_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decode sector tags..
|
|
/// </summary>
|
|
public static string Decode_sector_tags {
|
|
get {
|
|
return ResourceManager.GetString("Decode_sector_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decoder for media tag type "{0}" not yet implemented, sorry..
|
|
/// </summary>
|
|
public static string Decoder_for_media_tag_type_0_not_yet_implemented_sorry {
|
|
get {
|
|
return ResourceManager.GetString("Decoder_for_media_tag_type_0_not_yet_implemented_sorry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decoder for sector tag type "{0}" not yet implemented, sorry..
|
|
/// </summary>
|
|
public static string Decoder_for_sector_tag_type_0_not_yet_implemented_sorry {
|
|
get {
|
|
return ResourceManager.GetString("Decoder_for_sector_tag_type_0_not_yet_implemented_sorry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to decrypt encrypted sectors..
|
|
/// </summary>
|
|
public static string Decrypt_sectors_help {
|
|
get {
|
|
return ResourceManager.GetString("Decrypt_sectors_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Decrypting encrypted sectors.[/].
|
|
/// </summary>
|
|
public static string Decrypting_encrypted_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Decrypting_encrypted_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][aqua]Default[/][/].
|
|
/// </summary>
|
|
public static string Default {
|
|
get {
|
|
return ResourceManager.GetString("Default", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Densities supported by currently inserted media.
|
|
/// </summary>
|
|
public static string Densities_supported_by_currently_inserted_media {
|
|
get {
|
|
return ResourceManager.GetString("Densities_supported_by_currently_inserted_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Densities supported by device:[/][/].
|
|
/// </summary>
|
|
public static string Densities_supported_by_device {
|
|
get {
|
|
return ResourceManager.GetString("Densities_supported_by_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Destination exists, aborting..
|
|
/// </summary>
|
|
public static string Destination_exists_aborting {
|
|
get {
|
|
return ResourceManager.GetString("Destination_exists_aborting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands that talk to devices.
|
|
/// </summary>
|
|
public static string Device_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Device_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This device type does not support doing reports with trap discs..
|
|
/// </summary>
|
|
public static string Device_does_not_report_with_trap_discs {
|
|
get {
|
|
return ResourceManager.GetString("Device_does_not_report_with_trap_discs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Device Geometry Tuples.
|
|
/// </summary>
|
|
public static string Device_Geometry_Tuples {
|
|
get {
|
|
return ResourceManager.GetString("Device_Geometry_Tuples", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gets information about a device..
|
|
/// </summary>
|
|
public static string Device_Info_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Device_Info_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Device information queryied successfully.[/].
|
|
/// </summary>
|
|
public static string Device_information_queryied_successfully {
|
|
get {
|
|
return ResourceManager.GetString("Device_information_queryied_successfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all connected devices..
|
|
/// </summary>
|
|
public static string Device_List_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Device_List_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Device opened successfully.[/].
|
|
/// </summary>
|
|
public static string Device_opened_successfully {
|
|
get {
|
|
return ResourceManager.GetString("Device_opened_successfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Device path.
|
|
/// </summary>
|
|
public static string Device_path {
|
|
get {
|
|
return ResourceManager.GetString("Device_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tests the device capabilities and creates an JSON report of them..
|
|
/// </summary>
|
|
public static string Device_Report_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Device_Report_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Because of the commands sent to a device, device report must be run with administrative privileges..
|
|
/// </summary>
|
|
public static string Device_report_must_be_run_as_admin {
|
|
get {
|
|
return ResourceManager.GetString("Device_report_must_be_run_as_admin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Does a device report using a trap disc..
|
|
/// </summary>
|
|
public static string Device_report_using_trap_disc {
|
|
get {
|
|
return ResourceManager.GetString("Device_report_using_trap_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Device statistics[/][/].
|
|
/// </summary>
|
|
public static string Device_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Device_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Devices are not supported on this platform..
|
|
/// </summary>
|
|
public static string Devices_are_not_supported_on_this_platform {
|
|
get {
|
|
return ResourceManager.GetString("Devices_are_not_supported_on_this_platform", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aaru Metadata.
|
|
/// </summary>
|
|
public static string Dialog_Aaru_Metadata {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Aaru_Metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aaru resume file.
|
|
/// </summary>
|
|
public static string Dialog_Aaru_Resume {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Aaru_Resume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to All.
|
|
/// </summary>
|
|
public static string Dialog_All_files {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_All_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Binary.
|
|
/// </summary>
|
|
public static string Dialog_Binary_files {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Binary_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose destination file.
|
|
/// </summary>
|
|
public static string Dialog_Choose_destination_file {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Choose_destination_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose destination folder....
|
|
/// </summary>
|
|
public static string Dialog_Choose_destination_folder {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Choose_destination_folder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose existing metadata sidecar.
|
|
/// </summary>
|
|
public static string Dialog_Choose_existing_metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Choose_existing_metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose existing resume file.
|
|
/// </summary>
|
|
public static string Dialog_Choose_existing_resume_file {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Choose_existing_resume_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose image to open.
|
|
/// </summary>
|
|
public static string Dialog_Choose_image_to_open {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Choose_image_to_open", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Log files.
|
|
/// </summary>
|
|
public static string Dialog_Log_files {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Log_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Text.
|
|
/// </summary>
|
|
public static string Dialog_Text_files {
|
|
get {
|
|
return ResourceManager.GetString("Dialog_Text_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Directory:[/] [green]{0}[/].
|
|
/// </summary>
|
|
public static string Directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]<DIR>[/].
|
|
/// </summary>
|
|
public static string Directory_abbreviation {
|
|
get {
|
|
return ResourceManager.GetString("Directory_abbreviation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Directory where extracted files will be created. Will abort if it exists.
|
|
/// </summary>
|
|
public static string Directory_where_extracted_files_will_be_created {
|
|
get {
|
|
return ResourceManager.GetString("Directory_where_extracted_files_will_be_created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disc Definition Structure.
|
|
/// </summary>
|
|
public static string Disc_Definition_Structure {
|
|
get {
|
|
return ResourceManager.GetString("Disc_Definition_Structure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Disc image checksums are correct[/].
|
|
/// </summary>
|
|
public static string Disc_image_checksums_are_correct {
|
|
get {
|
|
return ResourceManager.GetString("Disc_image_checksums_are_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Disc image checksums are incorrect[/].
|
|
/// </summary>
|
|
public static string Disc_image_checksums_are_incorrect {
|
|
get {
|
|
return ResourceManager.GetString("Disc_image_checksums_are_incorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Disc image does not contain checksums[/].
|
|
/// </summary>
|
|
public static string Disc_image_does_not_contain_checksums {
|
|
get {
|
|
return ResourceManager.GetString("Disc_image_does_not_contain_checksums", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disc image does not support verification..
|
|
/// </summary>
|
|
public static string Disc_image_does_not_support_verification {
|
|
get {
|
|
return ResourceManager.GetString("Disc_image_does_not_support_verification", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disc information.
|
|
/// </summary>
|
|
public static string Disc_information {
|
|
get {
|
|
return ResourceManager.GetString("Disc_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Disk has [teal]{0}[/] unique sectors ([aqua]{1:P3}[/])[/].
|
|
/// </summary>
|
|
public static string Disk_has_0_unique_sectors_1 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_has_0_unique_sectors_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not store paths and serial numbers in log or metadata..
|
|
/// </summary>
|
|
public static string Do_not_store_paths_and_serial_numbers_in_log_or_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Do_not_store_paths_and_serial_numbers_in_log_or_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you have a {0} disc that you can insert in the drive?.
|
|
/// </summary>
|
|
public static string Do_you_have_a_0_disc {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_have_a_0_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you have an audio trap disc (if unsure press N)?.
|
|
/// </summary>
|
|
public static string Do_you_have_audio_trap_disc {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_have_audio_trap_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you have a GD-ROM disc (if unsure press N)?.
|
|
/// </summary>
|
|
public static string Do_you_have_GD_ROM_disc {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_have_GD_ROM_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you have media that you can insert in the drive?.
|
|
/// </summary>
|
|
public static string Do_you_have_media_you_can_insert {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_have_media_you_can_insert", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to enable decryption of copy protected media?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_enable_decryption_of_copy_protected_media_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_enable_decryption_of_copy_protected_media_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about command usage?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_command_usage_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_command_usage_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about found devices?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_found_devices_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_found_devices_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about found file filters?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_found_file_filters_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_found_file_filters_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about found filesystems?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_found_filesystems_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_found_filesystems_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about found media image formats?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_found_media_image_formats_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_found_media_image_formats_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about found partitioning schemes?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_found_partitioning_schemes_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_found_partitioning_schemes_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about media image verifications?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_media_image_verifications_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_media_image_verifications_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about media types?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_media_types_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_media_types_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to gather statistics about scanned media?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_gather_statistics_about_scanned_media_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_gather_statistics_about_scanned_media_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to save stats about your Aaru usage?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_save_stats_about_your_Aaru_usage_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_save_stats_about_your_Aaru_usage_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to share your device reports with us?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_share_your_device_reports_with_us_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_share_your_device_reports_with_us_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to share your stats (anonymously)?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_share_your_stats__anonymously_Q {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_share_your_stats__anonymously_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try HL-DT-ST (aka LG) vendor commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_HLDTST_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_HLDTST_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try Lite-On vendor commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_LiteOn_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_LiteOn_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try MediaTek vendor command F1h subcommand 06h?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_MediaTek_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_MediaTek_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try NEC vendor commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_NEC_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_NEC_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try Pioneer vendor commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_Pioneer_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_Pioneer_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try Plextor vendor commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_Plextor_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_Plextor_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to try ReadBuffer 3C commands?.
|
|
/// </summary>
|
|
public static string Do_you_want_to_try_ReadBuffer3C_commands {
|
|
get {
|
|
return ResourceManager.GetString("Do_you_want_to_try_ReadBuffer3C_commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Doesn't have partitions.
|
|
/// </summary>
|
|
public static string Doesnt_have_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Doesnt_have_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Doesn't have sessions.
|
|
/// </summary>
|
|
public static string Doesnt_have_sessions {
|
|
get {
|
|
return ResourceManager.GetString("Doesnt_have_sessions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive firmware info: {0}.
|
|
/// </summary>
|
|
public static string Drive_firmware_info_0 {
|
|
get {
|
|
return ResourceManager.GetString("Drive_firmware_info_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive manufacturer: {0}.
|
|
/// </summary>
|
|
public static string Drive_manufacturer_0 {
|
|
get {
|
|
return ResourceManager.GetString("Drive_manufacturer_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive model: {0}.
|
|
/// </summary>
|
|
public static string Drive_model_0 {
|
|
get {
|
|
return ResourceManager.GetString("Drive_model_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dimensions in pixels of the square that will contain the graph of dumped media..
|
|
/// </summary>
|
|
public static string Dump_graph_dimensions_argument_help {
|
|
get {
|
|
return ResourceManager.GetString("Dump_graph_dimensions_argument_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duration cannot be negative or infinite.
|
|
/// </summary>
|
|
public static string Duration_cannot_be_negative_or_infinite {
|
|
get {
|
|
return ResourceManager.GetString("Duration_cannot_be_negative_or_infinite", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DVD read speed limited to.
|
|
/// </summary>
|
|
public static string DVD_read_speed_limited_to {
|
|
get {
|
|
return ResourceManager.GetString("DVD_read_speed_limited_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Eject media after dump finishes..
|
|
/// </summary>
|
|
public static string Eject_media_after_dump_finishes {
|
|
get {
|
|
return ResourceManager.GetString("Eject_media_after_dump_finishes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Ejecting media...[/].
|
|
/// </summary>
|
|
public static string Ejecting_media {
|
|
get {
|
|
return ResourceManager.GetString("Ejecting_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable debug console.
|
|
/// </summary>
|
|
public static string Enable_debug_console {
|
|
get {
|
|
return ResourceManager.GetString("Enable_debug_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enables calculation of Spamsum fuzzy hashes..
|
|
/// </summary>
|
|
public static string Enables_calculation_of_Spamsum_fuzzy_hashes {
|
|
get {
|
|
return ResourceManager.GetString("Enables_calculation_of_Spamsum_fuzzy_hashes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enables creating Aaru Metadata sidecar..
|
|
/// </summary>
|
|
public static string Enables_creating_Aaru_Metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Enables_creating_Aaru_Metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enables trimming errored from skipped sectors..
|
|
/// </summary>
|
|
public static string Enables_trimming_errored_from_skipped_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Enables_trimming_errored_from_skipped_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Using encoding for {0}..
|
|
/// </summary>
|
|
public static string encoding_for_0 {
|
|
get {
|
|
return ResourceManager.GetString("encoding_for_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encoding to use on metadata sidecar creation.
|
|
/// </summary>
|
|
public static string Encoding_to_use_on_metadata_sidecar_creation {
|
|
get {
|
|
return ResourceManager.GetString("Encoding_to_use_on_metadata_sidecar_creation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encodings.
|
|
/// </summary>
|
|
public static string Encodings {
|
|
get {
|
|
return ResourceManager.GetString("Encodings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encryption.
|
|
/// </summary>
|
|
public static string Encryption {
|
|
get {
|
|
return ResourceManager.GetString("Encryption", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Entropy for disk is [teal]{0:F4}[/].[/].
|
|
/// </summary>
|
|
public static string Entropy_for_disk_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Entropy_for_disk_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Entropy for track [teal]{0}[/] is [teal]{1:F4}[/].[/].
|
|
/// </summary>
|
|
public static string Entropy_for_track_0_is_1 {
|
|
get {
|
|
return ResourceManager.GetString("Entropy_for_track_0_is_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Enumerating partitions...[/].
|
|
/// </summary>
|
|
public static string Enumerating_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Enumerating_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] closing output image... Contents are not correct.[/].
|
|
/// </summary>
|
|
public static string Error_0_closing_output_image_Contents_are_not_correct {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_closing_output_image_Contents_are_not_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} creating output image..
|
|
/// </summary>
|
|
public static string Error_0_creating_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_creating_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} getting compressed size for archive entry #{1}..
|
|
/// </summary>
|
|
public static string Error_0_getting_compressed_size_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_getting_compressed_size_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] getting filename for archive entry [teal]#{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_getting_filename_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_getting_filename_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] getting filter for archive entry [teal]#{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_getting_filter_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_getting_filter_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] getting uncompressed size for archive entry [teal]#{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_getting_uncompressed_size_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_getting_uncompressed_size_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] listing extended attributes for archive entry [teal]#{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_listing_extended_attributes_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_listing_extended_attributes_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} opening device.
|
|
/// </summary>
|
|
public static string Error_0_opening_device {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_opening_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} opening image format..
|
|
/// </summary>
|
|
public static string Error_0_opening_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_opening_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading ATA IDENTIFY DEVICE response from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_ATA_IDENTIFY_DEVICE_response_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_ATA_IDENTIFY_DEVICE_response_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading ATA IDENTIFY PACKET DEVICE response from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_ATA_IDENTIFY_PACKET_DEVICE_response_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_ATA_IDENTIFY_PACKET_DEVICE_response_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading CD ATIP from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_CD_ATIP_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_CD_ATIP_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading CD full TOC from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_CD_full_TOC_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_CD_full_TOC_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading CD PMA from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_CD_PMA_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_CD_PMA_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading CD session information from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_CD_session_information_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_CD_session_information_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading data from {1}..
|
|
/// </summary>
|
|
public static string Error_0_reading_data_from_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_data_from_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading directory [green]{1}[/][/].
|
|
/// </summary>
|
|
public static string Error_0_reading_directory_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_directory_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading extended attribute [green]{1}[/] for archive entry [teal]#{2}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_extended_attribute_1_for_archive_entry_2 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_extended_attribute_1_for_archive_entry_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading file [green]{1}[/][/].
|
|
/// </summary>
|
|
public static string Error_0_reading_file_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_file_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading file.
|
|
///Do you want to continue?.
|
|
/// </summary>
|
|
public static string Error_0_reading_file_continue_Q {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_file_continue_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] reading media tag, continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_media_tag {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_media_tag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading media tag, not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_media_tag_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_media_tag_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] reading sector [lime]-{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_negative_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_negative_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading sector [lime]-{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_negative_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_negative_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] reading overflow sector [lime]{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_overflow_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_overflow_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading overflow sector [lime]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_overflow_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_overflow_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading root directory.[red].
|
|
/// </summary>
|
|
public static string Error_0_reading_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} reading SCSI INQUIRY response from disc image.
|
|
/// </summary>
|
|
public static string Error_0_reading_SCSI_INQUIRY_response_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_SCSI_INQUIRY_response_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading sector [lime]{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] reading sector [lime]{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading sector [lime]{1}[/] from image 1..
|
|
/// </summary>
|
|
public static string Error_0_reading_sector_1_from_first_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_sector_1_from_first_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading sector [lime]{1}[/] from image 2..
|
|
/// </summary>
|
|
public static string Error_0_reading_sector_1_from_second_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_sector_1_from_second_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading sector [lime]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] reading tag for sector [lime]{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_tag_for_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_tag_for_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] reading tag for sector [lime]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_reading_tag_for_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_tag_for_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] retrieving stat for archive entry [teal]#{1}[/].[/].
|
|
/// </summary>
|
|
public static string Error_0_retrieving_stat_for_archive_entry_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_retrieving_stat_for_archive_entry_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] sending tracks list to output image.[/].
|
|
/// </summary>
|
|
public static string Error_0_sending_tracks_list_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_sending_tracks_list_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [red]{0}[/] setting geometry, image may be incorrect, continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_setting_geometry_image_may_be_incorrect_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_setting_geometry_image_may_be_incorrect_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] setting metadata, not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_setting_metadata_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_setting_metadata_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} trying to get information about filesystem entry named {1}.
|
|
/// </summary>
|
|
public static string Error_0_trying_to_get_information_about_filesystem_entry_named_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_trying_to_get_information_about_filesystem_entry_named_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} trying to read "{1}" of chosen filesystem.
|
|
/// </summary>
|
|
public static string Error_0_trying_to_read_1_of_chosen_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_trying_to_read_1_of_chosen_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} while reading {1} bytes from {2}, not continuing....
|
|
/// </summary>
|
|
public static string Error_0_while_reading_1_bytes_from_2 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_while_reading_1_bytes_from_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} while reading {1} sectors from sector {2}, not continuing....
|
|
/// </summary>
|
|
public static string Error_0_while_reading_1_sectors_from_sector_2 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_while_reading_1_sectors_from_sector_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} while reading block {1}, not continuing....
|
|
/// </summary>
|
|
public static string Error_0_while_reading_block_1 {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_while_reading_block_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} writing Aaru Metadata to output image..
|
|
/// </summary>
|
|
public static string Error_0_writing_Aaru_Metadata_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_Aaru_Metadata_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing dump hardware list to output image.[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_dump_hardware_list_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_dump_hardware_list_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] writing media tag, continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_media_tag {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_media_tag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing media tag, not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_media_tag_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_media_tag_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] writing sector [lime]-{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_negative_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_negative_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing sector [lime]-{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_negative_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_negative_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] writing overflow sector [lime]{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_overflow_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_overflow_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing overflow sector [lime]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_overflow_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_overflow_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] writing sector [lime]{1}[/], continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing sector [lime]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]Error [orange3]{0}[/] writing tag, continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_tag_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_tag_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} writing tag for sector {1}, continuing....
|
|
/// </summary>
|
|
public static string Error_0_writing_tag_for_sector_1_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_tag_for_sector_1_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error {0} writing tag for sector {1}, not continuing....
|
|
/// </summary>
|
|
public static string Error_0_writing_tag_for_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_tag_for_sector_1_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error [orange3]{0}[/] writing tag, not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_0_writing_tag_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_writing_tag_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error connecting to host.[/].
|
|
/// </summary>
|
|
public static string Error_connecting_to_host {
|
|
get {
|
|
return ResourceManager.GetString("Error_connecting_to_host", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error decoding page, please open an issue..
|
|
/// </summary>
|
|
public static string Error_decoding_page_please_open_an_issue {
|
|
get {
|
|
return ResourceManager.GetString("Error_decoding_page_please_open_an_issue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error parsing MHDD log header: {0}.
|
|
/// </summary>
|
|
public static string Error_parsing_MHDD_log_header_0 {
|
|
get {
|
|
return ResourceManager.GetString("Error_parsing_MHDD_log_header_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error reading CD-TEXT from disc image.
|
|
/// </summary>
|
|
public static string Error_reading_CD_TEXT_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_reading_CD_TEXT_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error reading CD TOC from disc image.
|
|
/// </summary>
|
|
public static string Error_reading_CD_TOC_from_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("Error_reading_CD_TOC_from_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error reading file.
|
|
/// </summary>
|
|
public static string Error_reading_file {
|
|
get {
|
|
return ResourceManager.GetString("Error_reading_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error reading file:[/] [orange3]{0}[/].
|
|
/// </summary>
|
|
public static string Error_reading_file_0 {
|
|
get {
|
|
return ResourceManager.GetString("Error_reading_file_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error reopening image for writing..
|
|
/// </summary>
|
|
public static string Error_reopening_image_for_writing {
|
|
get {
|
|
return ResourceManager.GetString("Error_reopening_image_for_writing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error reopening image in read-only mode after writing metadata..
|
|
/// </summary>
|
|
public static string Error_reopening_image_in_read_only_mode_after_writing_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Error_reopening_image_in_read_only_mode_after_writing_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error setting output image in tape mode, not continuing...[/].
|
|
/// </summary>
|
|
public static string Error_setting_output_image_in_tape_mode {
|
|
get {
|
|
return ResourceManager.GetString("Error_setting_output_image_in_tape_mode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error trying to find selected plugin.
|
|
/// </summary>
|
|
public static string Error_trying_to_find_selected_plugin {
|
|
get {
|
|
return ResourceManager.GetString("Error_trying_to_find_selected_plugin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Errors.
|
|
/// </summary>
|
|
public static string Errors {
|
|
get {
|
|
return ResourceManager.GetString("Errors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception {0} trying to save logfile, details has been sent to console..
|
|
/// </summary>
|
|
public static string Exception_0_trying_to_save_logfile_details_has_been_sent_to_console {
|
|
get {
|
|
return ResourceManager.GetString("Exception_0_trying_to_save_logfile_details_has_been_sent_to_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception reading file..
|
|
/// </summary>
|
|
public static string Exception_reading_file {
|
|
get {
|
|
return ResourceManager.GetString("Exception_reading_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception trying to remove old database version, cannot continue....
|
|
/// </summary>
|
|
public static string Exception_trying_to_remove_old_database_version {
|
|
get {
|
|
return ResourceManager.GetString("Exception_trying_to_remove_old_database_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Existing file.
|
|
/// </summary>
|
|
public static string Existing_file {
|
|
get {
|
|
return ResourceManager.GetString("Existing_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extract extended attributes if present..
|
|
/// </summary>
|
|
public static string Extract_extended_attributes_if_present {
|
|
get {
|
|
return ResourceManager.GetString("Extract_extended_attributes_if_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extract only from the specified volume number (0-indexed). If not specified, extracts from all volumes..
|
|
/// </summary>
|
|
public static string Extract_only_from_specified_volume_number {
|
|
get {
|
|
return ResourceManager.GetString("Extract_only_from_specified_volume_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File {0} starts at block {1} and ends at block {2}.
|
|
/// </summary>
|
|
public static string File_0_starts_at_block_1_and_ends_at_block_2 {
|
|
get {
|
|
return ResourceManager.GetString("File_0_starts_at_block_1_and_ends_at_block_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File containing list of sectors to take from secondary image (one sector number per line)..
|
|
/// </summary>
|
|
public static string File_containing_list_of_sectors_to_take_from_secondary_image {
|
|
get {
|
|
return ResourceManager.GetString("File_containing_list_of_sectors_to_take_from_secondary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File is not an AaruFormat image..
|
|
/// </summary>
|
|
public static string File_is_not_an_AaruFormat_image {
|
|
get {
|
|
return ResourceManager.GetString("File_is_not_an_AaruFormat_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A file named {0} already exists on the destination folder.
|
|
///Do you want to overwrite it?.
|
|
/// </summary>
|
|
public static string File_named_0_exists_overwrite_Q {
|
|
get {
|
|
return ResourceManager.GetString("File_named_0_exists_overwrite_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The file name {0} is not supported on this platform.
|
|
///Do you want to rename it to {1}?.
|
|
/// </summary>
|
|
public static string Filename_0_not_supported_want_to_rename_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Filename_0_not_supported_want_to_rename_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands to manage filesystems.
|
|
/// </summary>
|
|
public static string Filesystem_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extracts all files in disc image..
|
|
/// </summary>
|
|
public static string Filesystem_Extract_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_Extract_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Opens a disc image and prints info on the found partitions and/or filesystems..
|
|
/// </summary>
|
|
public static string Filesystem_Info_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_Info_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists files in disc image..
|
|
/// </summary>
|
|
public static string Filesystem_List_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_List_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Filesystem not identified[/].
|
|
/// </summary>
|
|
public static string Filesystem_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all options supported by read-only filesystems..
|
|
/// </summary>
|
|
public static string Filesystem_Options_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_Options_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Filesystem statistics[/][/].
|
|
/// </summary>
|
|
public static string Filesystem_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Filter:[/] [darkgreen]{0}[/].
|
|
/// </summary>
|
|
public static string Filter_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filter_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Filters statistics[/][/].
|
|
/// </summary>
|
|
public static string Filters_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Filters_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Firmware revision of the drive used to read the media represented by the image..
|
|
/// </summary>
|
|
public static string Firmware_revision_of_drive_read_the_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Firmware_revision_of_drive_read_the_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image 1 has more sectors[/].
|
|
/// </summary>
|
|
public static string First_image_has_more_sectors {
|
|
get {
|
|
return ResourceManager.GetString("First_image_has_more_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input file 1 format identified by [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string First_input_file_format_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_input_file_format_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input file 1 format identified by [green]{0}[/] ([red]{1}[/][/]).[/].
|
|
/// </summary>
|
|
public static string First_input_file_format_identified_by_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_input_file_format_identified_by_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input file 1 format not identified, not proceeding with comparison..
|
|
/// </summary>
|
|
public static string First_input_file_format_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("First_input_file_format_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to First media image path.
|
|
/// </summary>
|
|
public static string First_media_image_path {
|
|
get {
|
|
return ResourceManager.GetString("First_media_image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fix audio tracks offset. Only applicable to CD/GD..
|
|
/// </summary>
|
|
public static string Fix_audio_tracks_offset {
|
|
get {
|
|
return ResourceManager.GetString("Fix_audio_tracks_offset", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to If subchannel looks OK but CRC fails, rewrite it. Implies fixing subchannel..
|
|
/// </summary>
|
|
public static string Fix_subchannel_crc_help {
|
|
get {
|
|
return ResourceManager.GetString("Fix_subchannel_crc_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to fix subchannel. Implies fixing subchannel position..
|
|
/// </summary>
|
|
public static string Fix_subchannel_help {
|
|
get {
|
|
return ResourceManager.GetString("Fix_subchannel_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store subchannel according to the sector they describe..
|
|
/// </summary>
|
|
public static string Fix_subchannel_position_help {
|
|
get {
|
|
return ResourceManager.GetString("Fix_subchannel_position_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [yellow]Fixed ECC Q for sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Fixed_ECC_Q_for_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Fixed_ECC_Q_for_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Flux data will be copied as-is from primary image...[/].
|
|
/// </summary>
|
|
public static string Flux_data_will_be_copied_as_is_from_primary_image {
|
|
get {
|
|
return ResourceManager.GetString("Flux_data_will_be_copied_as_is_from_primary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Force geometry, only supported in not tape block media. Specify as C/H/S..
|
|
/// </summary>
|
|
public static string Force_geometry_help {
|
|
get {
|
|
return ResourceManager.GetString("Force_geometry_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Format: {0}.
|
|
/// </summary>
|
|
public static string Format_0 {
|
|
get {
|
|
return ResourceManager.GetString("Format_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Format: {0} version {1}.
|
|
/// </summary>
|
|
public static string Format_0_version_1 {
|
|
get {
|
|
return ResourceManager.GetString("Format_0_version_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Format of the output image, as plugin name or plugin id. If not present, will try to detect it from output image extension..
|
|
/// </summary>
|
|
public static string Format_of_the_output_image_as_plugin_name_or_plugin_id {
|
|
get {
|
|
return ResourceManager.GetString("Format_of_the_output_image_as_plugin_name_or_plugin_id", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found supported device model {0} by manufacturer {1} on bus {2} and path {3}.
|
|
/// </summary>
|
|
public static string Found_supported_device_model_0_by_manufacturer_1_on_bus_2_and_path_3 {
|
|
get {
|
|
return ResourceManager.GetString("Found_supported_device_model_0_by_manufacturer_1_on_bus_2_and_path_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about command usage?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_command_usage_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_command_usage_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about found devices?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_found_devices_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_found_devices_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about found file filters?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_found_file_filters_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_found_file_filters_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about found filesystems?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_found_filesystems_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_found_filesystems_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about found media image formats?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_found_media_image_formats_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_found_media_image_formats_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about found partitioning schemes?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_found_partitioning_schemes_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_found_partitioning_schemes_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about media image verifications?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_media_image_verifications_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_media_image_verifications_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about media types?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_media_types_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_media_types_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gather statistics about scanned media?.
|
|
/// </summary>
|
|
public static string Gather_statistics_about_scanned_media_Q {
|
|
get {
|
|
return ResourceManager.GetString("Gather_statistics_about_scanned_media_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to In compliance with the European Union General Data Protection Regulation 2016/679 (GDPR),
|
|
///we must give you the following information about Aaru and ask if you want to opt-in
|
|
///in some information sharing..
|
|
/// </summary>
|
|
public static string GDPR_Compliance {
|
|
get {
|
|
return ResourceManager.GetString("GDPR_Compliance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to For any information sharing your IP address may be stored in our server, in a way that is not
|
|
///possible for any person, manual, or automated process, to link with your identity, unless
|
|
///specified otherwise..
|
|
/// </summary>
|
|
public static string GDPR_Information_sharing {
|
|
get {
|
|
return ResourceManager.GetString("GDPR_Information_sharing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disclaimer: Because Aaru is an open source software this information, and therefore,
|
|
///compliance with GDPR only holds true if you obtained a certificated copy from its original
|
|
///authors. In case of doubt, close Aaru now and ask in our IRC support channel..
|
|
/// </summary>
|
|
public static string GDPR_Open_Source_Disclaimer {
|
|
get {
|
|
return ResourceManager.GetString("GDPR_Open_Source_Disclaimer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Generates missing subchannels (they don't count as dumped in resume file)..
|
|
/// </summary>
|
|
public static string Generate_subchannels_dump_help {
|
|
get {
|
|
return ResourceManager.GetString("Generate_subchannels_dump_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Generates missing subchannels..
|
|
/// </summary>
|
|
public static string Generates_subchannels_help {
|
|
get {
|
|
return ResourceManager.GetString("Generates_subchannels_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Generates the JSON schema for Aaru metadata files.
|
|
/// </summary>
|
|
public static string Generates_the_JSON_schema_for_Aaru_metadata_files {
|
|
get {
|
|
return ResourceManager.GetString("Generates_the_JSON_schema_for_Aaru_metadata_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [yellow]Decryption keys not found. Trying to generate keys.[/].
|
|
/// </summary>
|
|
public static string Generating_decryption_keys {
|
|
get {
|
|
return ResourceManager.GetString("Generating_decryption_keys", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Generating JSON schema for metadata…[/].
|
|
/// </summary>
|
|
public static string Generating_JSON_schema_for_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Generating_JSON_schema_for_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Has partitions.
|
|
/// </summary>
|
|
public static string Has_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Has_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Has partitions?[/].
|
|
/// </summary>
|
|
public static string Has_partitions_Question {
|
|
get {
|
|
return ResourceManager.GetString("Has_partitions_Question", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Has sessions.
|
|
/// </summary>
|
|
public static string Has_sessions {
|
|
get {
|
|
return ResourceManager.GetString("Has_sessions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Has sessions?[/].
|
|
/// </summary>
|
|
public static string Has_sessions_Question {
|
|
get {
|
|
return ResourceManager.GetString("Has_sessions_Question", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Has [rosybrown]{0}[/]?[/].
|
|
/// </summary>
|
|
public static string Has_tag_0_Question {
|
|
get {
|
|
return ResourceManager.GetString("Has_tag_0_Question", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing blocks [lime]{0}[/] to [violet]{2}[/] of file [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_blocks_0_to_2_of_file_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_blocks_0_to_2_of_file_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing bytes [lime]{0}[/] to [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_bytes_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_bytes_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing file [lime]{0}[/] of [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_file_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_file_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing file-less block [lime]{0}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_file_less_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_file_less_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hashing image....
|
|
/// </summary>
|
|
public static string Hashing_image {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hashing sector.
|
|
/// </summary>
|
|
public static string Hashing_sector {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing sectors [lime]{0}[/] to [violet]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_sectors_0_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_sectors_0_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing sectors [lime]{0}[/] to [violet]{2}[/] of track [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_sectors_0_to_2_of_track_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_sectors_0_to_2_of_track_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hashing track [teal]{0}[/] of [teal]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hashing_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hashing_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Head Assembly Serial Number.
|
|
/// </summary>
|
|
public static string Head_Assembly_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Head_Assembly_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Hidden track starts at LBA [lime]{0}[/], ends at LBA [lime]{1}[/][/].
|
|
/// </summary>
|
|
public static string Hidden_track_starts_at_LBA_0_ends_at_LBA_1 {
|
|
get {
|
|
return ResourceManager.GetString("Hidden_track_starts_at_LBA_0_ends_at_LBA_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Host not found..
|
|
/// </summary>
|
|
public static string Host_not_found {
|
|
get {
|
|
return ResourceManager.GetString("Host_not_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many bytes to print per line..
|
|
/// </summary>
|
|
public static string How_many_bytes_to_print_per_line {
|
|
get {
|
|
return ResourceManager.GetString("How_many_bytes_to_print_per_line", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many CD-R(W) run-out sectors to ignore and regenerate (0 for none)..
|
|
/// </summary>
|
|
public static string How_many_CDRW_run_out_sectors_to_ignore_and_regenerate {
|
|
get {
|
|
return ResourceManager.GetString("How_many_CDRW_run_out_sectors_to_ignore_and_regenerate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many retry passes to do..
|
|
/// </summary>
|
|
public static string How_many_retry_passes_to_do {
|
|
get {
|
|
return ResourceManager.GetString("How_many_retry_passes_to_do", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many sectors to convert at once..
|
|
/// </summary>
|
|
public static string How_many_sectors_to_convert_at_once {
|
|
get {
|
|
return ResourceManager.GetString("How_many_sectors_to_convert_at_once", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many sectors to decode, or "all"..
|
|
/// </summary>
|
|
public static string How_many_sectors_to_decode_or_all {
|
|
get {
|
|
return ResourceManager.GetString("How_many_sectors_to_decode_or_all", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to How many sectors to print..
|
|
/// </summary>
|
|
public static string How_many_sectors_to_print {
|
|
get {
|
|
return ResourceManager.GetString("How_many_sectors_to_print", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive ACI Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_ACI_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_ACI_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive Firmware Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_Firmware_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_Firmware_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive Hardware Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_Hardware_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_Hardware_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive Head Assembly Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_Head_Assembly_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_Head_Assembly_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive Mechanism Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_Mechanism_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_Mechanism_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HP Drive PCA Revision Levels page.
|
|
/// </summary>
|
|
public static string HP_Drive_PCA_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("HP_Drive_PCA_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM Drive Component Revision Levels page.
|
|
/// </summary>
|
|
public static string IBM_Drive_Component_Revision_Levels_page {
|
|
get {
|
|
return ResourceManager.GetString("IBM_Drive_Component_Revision_Levels_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IBM Drive Serial Numbers page.
|
|
/// </summary>
|
|
public static string IBM_Drive_Serial_Numbers_page {
|
|
get {
|
|
return ResourceManager.GetString("IBM_Drive_Serial_Numbers_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identified by [fuchsia]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identified by [teal]{0}[/] plugins[/].
|
|
/// </summary>
|
|
public static string Identified_by_0_plugins {
|
|
get {
|
|
return ResourceManager.GetString("Identified_by_0_plugins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying archive format...[/].
|
|
/// </summary>
|
|
public static string Identifying_archive_format {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_archive_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying file filter...[/].
|
|
/// </summary>
|
|
public static string Identifying_file_filter {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_file_filter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Identifying filesystems....
|
|
/// </summary>
|
|
public static string Identifying_filesystems {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_filesystems", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying filesystems on partition...[/].
|
|
/// </summary>
|
|
public static string Identifying_filesystems_on_partition {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_filesystems_on_partition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying file 1 filter...[/].
|
|
/// </summary>
|
|
public static string Identifying_first_file_filter {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_first_file_filter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying image 1 format...[/].
|
|
/// </summary>
|
|
public static string Identifying_first_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_first_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying image format...[/].
|
|
/// </summary>
|
|
public static string Identifying_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying file 2 filter...[/].
|
|
/// </summary>
|
|
public static string Identifying_second_file_filter {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_second_file_filter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Identifying image 2 format...[/].
|
|
/// </summary>
|
|
public static string Identifying_second_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Identifying_second_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]If you don't care, use force option.[/].
|
|
/// </summary>
|
|
public static string If_you_dont_care_use_force_option {
|
|
get {
|
|
return ResourceManager.GetString("If_you_dont_care_use_force_option", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]If you don't care, use force option. This will skip all sector tags converting only user data.[/].
|
|
/// </summary>
|
|
public static string If_you_dont_care_use_force_option_This_will_skip_all_sector_tags_converting_only_user_data {
|
|
get {
|
|
return ResourceManager.GetString(("If_you_dont_care_use_force_option_This_will_skip_all_sector_tags_converting_only_" +
|
|
"user_data"), resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ignore mismatched image media type. Merged image will still have primary image media type..
|
|
/// </summary>
|
|
public static string Ignore_mismatched_image_media_type {
|
|
get {
|
|
return ResourceManager.GetString("Ignore_mismatched_image_media_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ignore negative sectors..
|
|
/// </summary>
|
|
public static string Ignore_negative_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Ignore_negative_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ignore overflow sectors..
|
|
/// </summary>
|
|
public static string Ignore_overflow_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Ignore_overflow_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checksums an image..
|
|
/// </summary>
|
|
public static string Image_Checksum_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Checksum_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands to manage images.
|
|
/// </summary>
|
|
public static string Image_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image comments..
|
|
/// </summary>
|
|
public static string Image_comments {
|
|
get {
|
|
return ResourceManager.GetString("Image_comments", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Compares two images..
|
|
/// </summary>
|
|
public static string Image_Compare_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Compare_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Converts one image to another format..
|
|
/// </summary>
|
|
public static string Image_Convert_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Convert_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image converted successfully..
|
|
/// </summary>
|
|
public static string Image_converted_successfully {
|
|
get {
|
|
return ResourceManager.GetString("Image_converted_successfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creates CICM Metadata XML sidecar..
|
|
/// </summary>
|
|
public static string Image_Create_Sidecar_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Create_Sidecar_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decodes and pretty prints media and/or sector tags..
|
|
/// </summary>
|
|
public static string Image_Decode_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Decode_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculates entropy and/or duplicated sectors of an image..
|
|
/// </summary>
|
|
public static string Image_Entropy_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Entropy_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image format identified by [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Image_format_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image format identified by [green]{0}[/] ([italic][red]{1}[/][/]).[/].
|
|
/// </summary>
|
|
public static string Image_format_identified_by_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_identified_by_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image format not identified..
|
|
/// </summary>
|
|
public static string Image_format_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image format not identified, not proceeding with analysis..
|
|
/// </summary>
|
|
public static string Image_format_not_identified_not_proceeding_with_analysis {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_not_identified_not_proceeding_with_analysis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image format not identified, not proceeding with file extraction.[/].
|
|
/// </summary>
|
|
public static string Image_format_not_identified_not_proceeding_with_file_extraction {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_not_identified_not_proceeding_with_file_extraction", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image format not identified, not proceeding with listing.[/].
|
|
/// </summary>
|
|
public static string Image_format_not_identified_not_proceeding_with_listing {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_not_identified_not_proceeding_with_listing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image format not identified, not proceeding with sidecar creation..
|
|
/// </summary>
|
|
public static string Image_format_not_identified_not_proceeding_with_sidecar_creation {
|
|
get {
|
|
return ResourceManager.GetString("Image_format_not_identified_not_proceeding_with_sidecar_creation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image has [violet]{0}[/] sectors.[/].
|
|
/// </summary>
|
|
public static string Image_has_0_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Image_has_0_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image identifies media type as [fuchsia]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Image_identifies_media_type_as_0 {
|
|
get {
|
|
return ResourceManager.GetString("Image_identifies_media_type_as_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Identifies a media image and shows information about the media it represents and metadata..
|
|
/// </summary>
|
|
public static string Image_Info_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Info_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Merges two images into one.
|
|
/// </summary>
|
|
public static string Image_Merge_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Merge_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all options supported by writable media images..
|
|
/// </summary>
|
|
public static string Image_Options_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Options_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image partitioned status differ[/].
|
|
/// </summary>
|
|
public static string Image_partitioned_status_differ {
|
|
get {
|
|
return ResourceManager.GetString("Image_partitioned_status_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prints a sector, in hexadecimal values, to the console..
|
|
/// </summary>
|
|
public static string Image_Print_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Print_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image sector size differ[/].
|
|
/// </summary>
|
|
public static string Image_sector_size_differ {
|
|
get {
|
|
return ResourceManager.GetString("Image_sector_size_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image sectors differ[/].
|
|
/// </summary>
|
|
public static string Image_sectors_differ {
|
|
get {
|
|
return ResourceManager.GetString("Image_sectors_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image session status differ[/].
|
|
/// </summary>
|
|
public static string Image_session_status_differ {
|
|
get {
|
|
return ResourceManager.GetString("Image_session_status_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verifies a disc image integrity, and if supported, sector integrity..
|
|
/// </summary>
|
|
public static string Image_Verify_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Verify_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image without headers is [lime]{0}[/] bytes.[/].
|
|
/// </summary>
|
|
public static string Image_without_headers_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Image_without_headers_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Writes metadata to an AaruFormat image..
|
|
/// </summary>
|
|
public static string Image_Write_Metadata_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Image_Write_Metadata_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Images differ[/].
|
|
/// </summary>
|
|
public static string Images_differ {
|
|
get {
|
|
return ResourceManager.GetString("Images_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Images do not differ[/].
|
|
/// </summary>
|
|
public static string Images_do_not_differ {
|
|
get {
|
|
return ResourceManager.GetString("Images_do_not_differ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Images have different contents.[/].
|
|
/// </summary>
|
|
public static string Images_have_different_contents {
|
|
get {
|
|
return ResourceManager.GetString("Images_have_different_contents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Images have different media types, cannot merge.[/].
|
|
/// </summary>
|
|
public static string Images_have_different_media_types_cannot_merge {
|
|
get {
|
|
return ResourceManager.GetString("Images_have_different_media_types_cannot_merge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Images have different number of sectors, cannot merge.[/].
|
|
/// </summary>
|
|
public static string Images_have_different_number_of_sectors_cannot_merge {
|
|
get {
|
|
return ResourceManager.GetString("Images_have_different_number_of_sectors_cannot_merge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Images have identical contents.[/].
|
|
/// </summary>
|
|
public static string Images_have_identical_contents {
|
|
get {
|
|
return ResourceManager.GetString("Images_have_identical_contents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IMGBurn Log Files.
|
|
/// </summary>
|
|
public static string IMGBurn_Log_Files {
|
|
get {
|
|
return ResourceManager.GetString("IMGBurn_Log_Files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Incorrect ECC P in sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Incorrect_ECC_P_in_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_ECC_P_in_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Incorrect ECC Q in sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Incorrect_ECC_Q_in_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_ECC_Q_in_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Incorrect EDC in sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Incorrect_EDC_in_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_EDC_in_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Incorrect metadata sidecar file....
|
|
/// </summary>
|
|
public static string Incorrect_metadata_sidecar_file {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_metadata_sidecar_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Incorrect metadata sidecar file, not continuing...[/].
|
|
/// </summary>
|
|
public static string Incorrect_metadata_sidecar_file_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_metadata_sidecar_file_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Incorrect resume file....
|
|
/// </summary>
|
|
public static string Incorrect_resume_file {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_resume_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Incorrect resume file, cannot use it....
|
|
/// </summary>
|
|
public static string Incorrect_resume_file_cannot_use_it {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_resume_file_cannot_use_it", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Incorrect resume file, not continuing...[/].
|
|
/// </summary>
|
|
public static string Incorrect_resume_file_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_resume_file_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Incorrect subchannel type "{0}" requested..
|
|
/// </summary>
|
|
public static string Incorrect_subchannel_type_0_requested {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_subchannel_type_0_requested", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Initializing console....
|
|
/// </summary>
|
|
public static string Initializing_console {
|
|
get {
|
|
return ResourceManager.GetString("Initializing_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Input format contains a tape image and is not supported by output format, not continuing...[/].
|
|
/// </summary>
|
|
public static string Input_format_contains_a_tape_image_and_is_not_supported_by_output_format {
|
|
get {
|
|
return ResourceManager.GetString("Input_format_contains_a_tape_image_and_is_not_supported_by_output_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input image format identified by [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Input_image_format_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_format_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input image format identified by [green]{0}[/] ([italic][red]{1}[/][/]).[/].
|
|
/// </summary>
|
|
public static string Input_image_format_identified_by_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_format_identified_by_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Input image format not identified, not proceeding with conversion.[/].
|
|
/// </summary>
|
|
public static string Input_image_format_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_format_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Input image is not returning raw sectors, not continuing...[/].
|
|
/// </summary>
|
|
public static string Input_image_is_not_returning_long_sectors_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_is_not_returning_long_sectors_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Input image is not returning raw sectors, use force if you want to continue...[/].
|
|
/// </summary>
|
|
public static string Input_image_is_not_returning_raw_sectors_use_force_if_you_want_to_continue {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_is_not_returning_raw_sectors_use_force_if_you_want_to_continue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input image path.
|
|
/// </summary>
|
|
public static string Input_image_path {
|
|
get {
|
|
return ResourceManager.GetString("Input_image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Insufficient permissions trying to open device..
|
|
/// </summary>
|
|
public static string Insufficient_permissions_trying_to_open_device {
|
|
get {
|
|
return ResourceManager.GetString("Insufficient_permissions_trying_to_open_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Introduce AaruRemote server address..
|
|
/// </summary>
|
|
public static string Introduce_AaruRemote_server_address {
|
|
get {
|
|
return ResourceManager.GetString("Introduce_AaruRemote_server_address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid characters found in list of files, exiting....
|
|
/// </summary>
|
|
public static string Invalid_characters_found_in_list_of_files {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_characters_found_in_list_of_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid geometry specified.
|
|
/// </summary>
|
|
public static string Invalid_geometry_specified {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_geometry_specified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid item in list.
|
|
/// </summary>
|
|
public static string Invalid_item_in_list {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_item_in_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid list of items.
|
|
/// </summary>
|
|
public static string Invalid_list_of_items {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_list_of_items", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Invalid number of cylinders specified[/].
|
|
/// </summary>
|
|
public static string Invalid_number_of_cylinders_specified {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_number_of_cylinders_specified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Invalid number of heads specified[/].
|
|
/// </summary>
|
|
public static string Invalid_number_of_heads_specified {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_number_of_heads_specified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid remote protocol..
|
|
/// </summary>
|
|
public static string Invalid_remote_protocol {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_remote_protocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Invalid sectors per track specified[/].
|
|
/// </summary>
|
|
public static string Invalid_sectors_per_track_specified {
|
|
get {
|
|
return ResourceManager.GetString("Invalid_sectors_per_track_specified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Opening image file...[/].
|
|
/// </summary>
|
|
public static string Invoke_Opening_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Invoke_Opening_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is forcing only first session.
|
|
/// </summary>
|
|
public static string Is_forcing_only_first_session {
|
|
get {
|
|
return ResourceManager.GetString("Is_forcing_only_first_session", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is hiding CD-Rs.
|
|
/// </summary>
|
|
public static string Is_hiding_CD_Rs {
|
|
get {
|
|
return ResourceManager.GetString("Is_hiding_CD_Rs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is the device natively FireWire (in case of doubt, press Y)?.
|
|
/// </summary>
|
|
public static string Is_the_device_natively_FireWire {
|
|
get {
|
|
return ResourceManager.GetString("Is_the_device_natively_FireWire", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is the device natively USB (in case of doubt, press Y)?.
|
|
/// </summary>
|
|
public static string Is_the_device_natively_USB {
|
|
get {
|
|
return ResourceManager.GetString("Is_the_device_natively_USB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is the media removable from the reading/writing elements?.
|
|
/// </summary>
|
|
public static string Is_the_media_removable {
|
|
get {
|
|
return ResourceManager.GetString("Is_the_media_removable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is the media removable from the reading/writing elements (flash memories ARE NOT removable)?.
|
|
/// </summary>
|
|
public static string Is_the_media_removable_flash_is_not {
|
|
get {
|
|
return ResourceManager.GetString("Is_the_media_removable_flash_is_not", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Items must be a IList<(ulong, double)> with ulong being the block and double being the time spent reading it, or NaN for an error..
|
|
/// </summary>
|
|
public static string Items_must_be_a_IList_ulong_double {
|
|
get {
|
|
return ResourceManager.GetString("Items_must_be_a_IList_ulong_double", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kb/s.
|
|
/// </summary>
|
|
public static string Kb_s {
|
|
get {
|
|
return ResourceManager.GetString("Kb_s", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to About.
|
|
/// </summary>
|
|
public static string Label_About {
|
|
get {
|
|
return ResourceManager.GetString("Label_About", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Authors.
|
|
/// </summary>
|
|
public static string Label_Authors {
|
|
get {
|
|
return ResourceManager.GetString("Label_Authors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Libraries.
|
|
/// </summary>
|
|
public static string Label_Libraries {
|
|
get {
|
|
return ResourceManager.GetString("Label_Libraries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to License: GNU General Public License Version 3.
|
|
/// </summary>
|
|
public static string Label_License {
|
|
get {
|
|
return ResourceManager.GetString("Label_License", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Afar.
|
|
/// </summary>
|
|
public static string Language_aar {
|
|
get {
|
|
return ResourceManager.GetString("Language_aar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abkhazian.
|
|
/// </summary>
|
|
public static string Language_abk {
|
|
get {
|
|
return ResourceManager.GetString("Language_abk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Achinese.
|
|
/// </summary>
|
|
public static string Language_ace {
|
|
get {
|
|
return ResourceManager.GetString("Language_ace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Acoli.
|
|
/// </summary>
|
|
public static string Language_ach {
|
|
get {
|
|
return ResourceManager.GetString("Language_ach", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adangme.
|
|
/// </summary>
|
|
public static string Language_ada {
|
|
get {
|
|
return ResourceManager.GetString("Language_ada", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adyghe.
|
|
/// </summary>
|
|
public static string Language_ady {
|
|
get {
|
|
return ResourceManager.GetString("Language_ady", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Afro-Asiatic languages.
|
|
/// </summary>
|
|
public static string Language_afa {
|
|
get {
|
|
return ResourceManager.GetString("Language_afa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Afrihili.
|
|
/// </summary>
|
|
public static string Language_afh {
|
|
get {
|
|
return ResourceManager.GetString("Language_afh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Afrikaans.
|
|
/// </summary>
|
|
public static string Language_afr {
|
|
get {
|
|
return ResourceManager.GetString("Language_afr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ainu.
|
|
/// </summary>
|
|
public static string Language_ain {
|
|
get {
|
|
return ResourceManager.GetString("Language_ain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Akan.
|
|
/// </summary>
|
|
public static string Language_aka {
|
|
get {
|
|
return ResourceManager.GetString("Language_aka", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Akkadian.
|
|
/// </summary>
|
|
public static string Language_akk {
|
|
get {
|
|
return ResourceManager.GetString("Language_akk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Albanian.
|
|
/// </summary>
|
|
public static string Language_alb {
|
|
get {
|
|
return ResourceManager.GetString("Language_alb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aleut.
|
|
/// </summary>
|
|
public static string Language_ale {
|
|
get {
|
|
return ResourceManager.GetString("Language_ale", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Algonquian languages.
|
|
/// </summary>
|
|
public static string Language_alg {
|
|
get {
|
|
return ResourceManager.GetString("Language_alg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Southern Altai.
|
|
/// </summary>
|
|
public static string Language_alt {
|
|
get {
|
|
return ResourceManager.GetString("Language_alt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Amharic.
|
|
/// </summary>
|
|
public static string Language_amh {
|
|
get {
|
|
return ResourceManager.GetString("Language_amh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Old English.
|
|
/// </summary>
|
|
public static string Language_ang {
|
|
get {
|
|
return ResourceManager.GetString("Language_ang", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Angika.
|
|
/// </summary>
|
|
public static string Language_anp {
|
|
get {
|
|
return ResourceManager.GetString("Language_anp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Apache languages.
|
|
/// </summary>
|
|
public static string Language_apa {
|
|
get {
|
|
return ResourceManager.GetString("Language_apa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Arabic.
|
|
/// </summary>
|
|
public static string Language_ara {
|
|
get {
|
|
return ResourceManager.GetString("Language_ara", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Official Aramaic.
|
|
/// </summary>
|
|
public static string Language_arc {
|
|
get {
|
|
return ResourceManager.GetString("Language_arc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aragonese.
|
|
/// </summary>
|
|
public static string Language_arg {
|
|
get {
|
|
return ResourceManager.GetString("Language_arg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Armenian.
|
|
/// </summary>
|
|
public static string Language_arm {
|
|
get {
|
|
return ResourceManager.GetString("Language_arm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mapudungun.
|
|
/// </summary>
|
|
public static string Language_arn {
|
|
get {
|
|
return ResourceManager.GetString("Language_arn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Arapaho.
|
|
/// </summary>
|
|
public static string Language_arp {
|
|
get {
|
|
return ResourceManager.GetString("Language_arp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Artificial languages.
|
|
/// </summary>
|
|
public static string Language_art {
|
|
get {
|
|
return ResourceManager.GetString("Language_art", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Arawak.
|
|
/// </summary>
|
|
public static string Language_arw {
|
|
get {
|
|
return ResourceManager.GetString("Language_arw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Assamese.
|
|
/// </summary>
|
|
public static string Language_asm {
|
|
get {
|
|
return ResourceManager.GetString("Language_asm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Asturian.
|
|
/// </summary>
|
|
public static string Language_ast {
|
|
get {
|
|
return ResourceManager.GetString("Language_ast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Athapascan languages.
|
|
/// </summary>
|
|
public static string Language_ath {
|
|
get {
|
|
return ResourceManager.GetString("Language_ath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Australian languages.
|
|
/// </summary>
|
|
public static string Language_aus {
|
|
get {
|
|
return ResourceManager.GetString("Language_aus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Avaric.
|
|
/// </summary>
|
|
public static string Language_ava {
|
|
get {
|
|
return ResourceManager.GetString("Language_ava", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Avestan.
|
|
/// </summary>
|
|
public static string Language_ave {
|
|
get {
|
|
return ResourceManager.GetString("Language_ave", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awadhi.
|
|
/// </summary>
|
|
public static string Language_awa {
|
|
get {
|
|
return ResourceManager.GetString("Language_awa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aymara.
|
|
/// </summary>
|
|
public static string Language_aym {
|
|
get {
|
|
return ResourceManager.GetString("Language_aym", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Azerbaijani.
|
|
/// </summary>
|
|
public static string Language_aze {
|
|
get {
|
|
return ResourceManager.GetString("Language_aze", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Banda languages.
|
|
/// </summary>
|
|
public static string Language_bad {
|
|
get {
|
|
return ResourceManager.GetString("Language_bad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bamileke languages.
|
|
/// </summary>
|
|
public static string Language_bai {
|
|
get {
|
|
return ResourceManager.GetString("Language_bai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bashkir.
|
|
/// </summary>
|
|
public static string Language_bak {
|
|
get {
|
|
return ResourceManager.GetString("Language_bak", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Baluchi.
|
|
/// </summary>
|
|
public static string Language_bal {
|
|
get {
|
|
return ResourceManager.GetString("Language_bal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bambara.
|
|
/// </summary>
|
|
public static string Language_bam {
|
|
get {
|
|
return ResourceManager.GetString("Language_bam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Balinese.
|
|
/// </summary>
|
|
public static string Language_ban {
|
|
get {
|
|
return ResourceManager.GetString("Language_ban", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Basque.
|
|
/// </summary>
|
|
public static string Language_baq {
|
|
get {
|
|
return ResourceManager.GetString("Language_baq", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Basa.
|
|
/// </summary>
|
|
public static string Language_bas {
|
|
get {
|
|
return ResourceManager.GetString("Language_bas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Baltic languages.
|
|
/// </summary>
|
|
public static string Language_bat {
|
|
get {
|
|
return ResourceManager.GetString("Language_bat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Beja.
|
|
/// </summary>
|
|
public static string Language_bej {
|
|
get {
|
|
return ResourceManager.GetString("Language_bej", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Belarusian.
|
|
/// </summary>
|
|
public static string Language_bel {
|
|
get {
|
|
return ResourceManager.GetString("Language_bel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bemba.
|
|
/// </summary>
|
|
public static string Language_bem {
|
|
get {
|
|
return ResourceManager.GetString("Language_bem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bengali.
|
|
/// </summary>
|
|
public static string Language_ben {
|
|
get {
|
|
return ResourceManager.GetString("Language_ben", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Berber languages.
|
|
/// </summary>
|
|
public static string Language_ber {
|
|
get {
|
|
return ResourceManager.GetString("Language_ber", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bhojpuri.
|
|
/// </summary>
|
|
public static string Language_bho {
|
|
get {
|
|
return ResourceManager.GetString("Language_bho", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bihari languages.
|
|
/// </summary>
|
|
public static string Language_bih {
|
|
get {
|
|
return ResourceManager.GetString("Language_bih", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bikol.
|
|
/// </summary>
|
|
public static string Language_bik {
|
|
get {
|
|
return ResourceManager.GetString("Language_bik", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bini.
|
|
/// </summary>
|
|
public static string Language_bin {
|
|
get {
|
|
return ResourceManager.GetString("Language_bin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bislama.
|
|
/// </summary>
|
|
public static string Language_bis {
|
|
get {
|
|
return ResourceManager.GetString("Language_bis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Siksika.
|
|
/// </summary>
|
|
public static string Language_bla {
|
|
get {
|
|
return ResourceManager.GetString("Language_bla", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bantu languages.
|
|
/// </summary>
|
|
public static string Language_bnt {
|
|
get {
|
|
return ResourceManager.GetString("Language_bnt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bosnian.
|
|
/// </summary>
|
|
public static string Language_bos {
|
|
get {
|
|
return ResourceManager.GetString("Language_bos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Braj.
|
|
/// </summary>
|
|
public static string Language_bra {
|
|
get {
|
|
return ResourceManager.GetString("Language_bra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Breton.
|
|
/// </summary>
|
|
public static string Language_bre {
|
|
get {
|
|
return ResourceManager.GetString("Language_bre", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Batak languages.
|
|
/// </summary>
|
|
public static string Language_btk {
|
|
get {
|
|
return ResourceManager.GetString("Language_btk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Buriat.
|
|
/// </summary>
|
|
public static string Language_bua {
|
|
get {
|
|
return ResourceManager.GetString("Language_bua", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Buginese.
|
|
/// </summary>
|
|
public static string Language_bug {
|
|
get {
|
|
return ResourceManager.GetString("Language_bug", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bulgarian.
|
|
/// </summary>
|
|
public static string Language_bul {
|
|
get {
|
|
return ResourceManager.GetString("Language_bul", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Burmese.
|
|
/// </summary>
|
|
public static string Language_bur {
|
|
get {
|
|
return ResourceManager.GetString("Language_bur", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blin.
|
|
/// </summary>
|
|
public static string Language_byn {
|
|
get {
|
|
return ResourceManager.GetString("Language_byn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Caddo.
|
|
/// </summary>
|
|
public static string Language_cad {
|
|
get {
|
|
return ResourceManager.GetString("Language_cad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Central American Indian languages.
|
|
/// </summary>
|
|
public static string Language_cai {
|
|
get {
|
|
return ResourceManager.GetString("Language_cai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Galibi Carib.
|
|
/// </summary>
|
|
public static string Language_car {
|
|
get {
|
|
return ResourceManager.GetString("Language_car", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Catalan.
|
|
/// </summary>
|
|
public static string Language_cat {
|
|
get {
|
|
return ResourceManager.GetString("Language_cat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Caucasian languages.
|
|
/// </summary>
|
|
public static string Language_cau {
|
|
get {
|
|
return ResourceManager.GetString("Language_cau", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cebuano.
|
|
/// </summary>
|
|
public static string Language_ceb {
|
|
get {
|
|
return ResourceManager.GetString("Language_ceb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Celtic languages.
|
|
/// </summary>
|
|
public static string Language_cel {
|
|
get {
|
|
return ResourceManager.GetString("Language_cel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chamorro.
|
|
/// </summary>
|
|
public static string Language_cha {
|
|
get {
|
|
return ResourceManager.GetString("Language_cha", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chibcha.
|
|
/// </summary>
|
|
public static string Language_chb {
|
|
get {
|
|
return ResourceManager.GetString("Language_chb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chechen.
|
|
/// </summary>
|
|
public static string Language_che {
|
|
get {
|
|
return ResourceManager.GetString("Language_che", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chagatai.
|
|
/// </summary>
|
|
public static string Language_chg {
|
|
get {
|
|
return ResourceManager.GetString("Language_chg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chinese.
|
|
/// </summary>
|
|
public static string Language_chi {
|
|
get {
|
|
return ResourceManager.GetString("Language_chi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chuukese.
|
|
/// </summary>
|
|
public static string Language_chk {
|
|
get {
|
|
return ResourceManager.GetString("Language_chk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mari.
|
|
/// </summary>
|
|
public static string Language_chm {
|
|
get {
|
|
return ResourceManager.GetString("Language_chm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chinook jargon.
|
|
/// </summary>
|
|
public static string Language_chn {
|
|
get {
|
|
return ResourceManager.GetString("Language_chn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choctaw.
|
|
/// </summary>
|
|
public static string Language_cho {
|
|
get {
|
|
return ResourceManager.GetString("Language_cho", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chipewyan.
|
|
/// </summary>
|
|
public static string Language_chp {
|
|
get {
|
|
return ResourceManager.GetString("Language_chp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cherokee.
|
|
/// </summary>
|
|
public static string Language_chr {
|
|
get {
|
|
return ResourceManager.GetString("Language_chr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Church Slavic.
|
|
/// </summary>
|
|
public static string Language_chu {
|
|
get {
|
|
return ResourceManager.GetString("Language_chu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chuvash.
|
|
/// </summary>
|
|
public static string Language_chv {
|
|
get {
|
|
return ResourceManager.GetString("Language_chv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cheyenne.
|
|
/// </summary>
|
|
public static string Language_chy {
|
|
get {
|
|
return ResourceManager.GetString("Language_chy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chamic languages.
|
|
/// </summary>
|
|
public static string Language_cmc {
|
|
get {
|
|
return ResourceManager.GetString("Language_cmc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Coptic.
|
|
/// </summary>
|
|
public static string Language_cop {
|
|
get {
|
|
return ResourceManager.GetString("Language_cop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cornish.
|
|
/// </summary>
|
|
public static string Language_cor {
|
|
get {
|
|
return ResourceManager.GetString("Language_cor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Corsican.
|
|
/// </summary>
|
|
public static string Language_cos {
|
|
get {
|
|
return ResourceManager.GetString("Language_cos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creoles and pidgins, English based.
|
|
/// </summary>
|
|
public static string Language_cpe {
|
|
get {
|
|
return ResourceManager.GetString("Language_cpe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creoles and pidgins, French-based.
|
|
/// </summary>
|
|
public static string Language_cpf {
|
|
get {
|
|
return ResourceManager.GetString("Language_cpf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creoles and pidgins, Portuguese-based.
|
|
/// </summary>
|
|
public static string Language_cpp {
|
|
get {
|
|
return ResourceManager.GetString("Language_cpp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cree.
|
|
/// </summary>
|
|
public static string Language_cre {
|
|
get {
|
|
return ResourceManager.GetString("Language_cre", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Crimean Tatar.
|
|
/// </summary>
|
|
public static string Language_crh {
|
|
get {
|
|
return ResourceManager.GetString("Language_crh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creoles and pidgins.
|
|
/// </summary>
|
|
public static string Language_crp {
|
|
get {
|
|
return ResourceManager.GetString("Language_crp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kashubian.
|
|
/// </summary>
|
|
public static string Language_csb {
|
|
get {
|
|
return ResourceManager.GetString("Language_csb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cushitic languages.
|
|
/// </summary>
|
|
public static string Language_cus {
|
|
get {
|
|
return ResourceManager.GetString("Language_cus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Czech.
|
|
/// </summary>
|
|
public static string Language_cze {
|
|
get {
|
|
return ResourceManager.GetString("Language_cze", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dakota.
|
|
/// </summary>
|
|
public static string Language_dak {
|
|
get {
|
|
return ResourceManager.GetString("Language_dak", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Danish.
|
|
/// </summary>
|
|
public static string Language_dan {
|
|
get {
|
|
return ResourceManager.GetString("Language_dan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dargwa.
|
|
/// </summary>
|
|
public static string Language_dar {
|
|
get {
|
|
return ResourceManager.GetString("Language_dar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Land Dayak languages.
|
|
/// </summary>
|
|
public static string Language_day {
|
|
get {
|
|
return ResourceManager.GetString("Language_day", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delaware.
|
|
/// </summary>
|
|
public static string Language_del {
|
|
get {
|
|
return ResourceManager.GetString("Language_del", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Slave.
|
|
/// </summary>
|
|
public static string Language_den {
|
|
get {
|
|
return ResourceManager.GetString("Language_den", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dogrib.
|
|
/// </summary>
|
|
public static string Language_dgr {
|
|
get {
|
|
return ResourceManager.GetString("Language_dgr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dinka.
|
|
/// </summary>
|
|
public static string Language_din {
|
|
get {
|
|
return ResourceManager.GetString("Language_din", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dhivehi.
|
|
/// </summary>
|
|
public static string Language_div {
|
|
get {
|
|
return ResourceManager.GetString("Language_div", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dogri.
|
|
/// </summary>
|
|
public static string Language_doi {
|
|
get {
|
|
return ResourceManager.GetString("Language_doi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dravidian languages.
|
|
/// </summary>
|
|
public static string Language_dra {
|
|
get {
|
|
return ResourceManager.GetString("Language_dra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lower Sorbian.
|
|
/// </summary>
|
|
public static string Language_dsb {
|
|
get {
|
|
return ResourceManager.GetString("Language_dsb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duala.
|
|
/// </summary>
|
|
public static string Language_dua {
|
|
get {
|
|
return ResourceManager.GetString("Language_dua", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dutch, Middle.
|
|
/// </summary>
|
|
public static string Language_dum {
|
|
get {
|
|
return ResourceManager.GetString("Language_dum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dutch.
|
|
/// </summary>
|
|
public static string Language_dut {
|
|
get {
|
|
return ResourceManager.GetString("Language_dut", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dyula.
|
|
/// </summary>
|
|
public static string Language_dyu {
|
|
get {
|
|
return ResourceManager.GetString("Language_dyu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dzongkha.
|
|
/// </summary>
|
|
public static string Language_dzo {
|
|
get {
|
|
return ResourceManager.GetString("Language_dzo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Efik.
|
|
/// </summary>
|
|
public static string Language_efi {
|
|
get {
|
|
return ResourceManager.GetString("Language_efi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Egyptian.
|
|
/// </summary>
|
|
public static string Language_egy {
|
|
get {
|
|
return ResourceManager.GetString("Language_egy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ekajuk.
|
|
/// </summary>
|
|
public static string Language_eka {
|
|
get {
|
|
return ResourceManager.GetString("Language_eka", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Elamite.
|
|
/// </summary>
|
|
public static string Language_elx {
|
|
get {
|
|
return ResourceManager.GetString("Language_elx", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to English.
|
|
/// </summary>
|
|
public static string Language_eng {
|
|
get {
|
|
return ResourceManager.GetString("Language_eng", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to English, Middle.
|
|
/// </summary>
|
|
public static string Language_enm {
|
|
get {
|
|
return ResourceManager.GetString("Language_enm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Esperanto.
|
|
/// </summary>
|
|
public static string Language_epo {
|
|
get {
|
|
return ResourceManager.GetString("Language_epo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Estonian.
|
|
/// </summary>
|
|
public static string Language_est {
|
|
get {
|
|
return ResourceManager.GetString("Language_est", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ewe.
|
|
/// </summary>
|
|
public static string Language_ewe {
|
|
get {
|
|
return ResourceManager.GetString("Language_ewe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ewondo.
|
|
/// </summary>
|
|
public static string Language_ewo {
|
|
get {
|
|
return ResourceManager.GetString("Language_ewo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fang.
|
|
/// </summary>
|
|
public static string Language_fan {
|
|
get {
|
|
return ResourceManager.GetString("Language_fan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Faroese.
|
|
/// </summary>
|
|
public static string Language_fao {
|
|
get {
|
|
return ResourceManager.GetString("Language_fao", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fanti.
|
|
/// </summary>
|
|
public static string Language_fat {
|
|
get {
|
|
return ResourceManager.GetString("Language_fat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fijian.
|
|
/// </summary>
|
|
public static string Language_fij {
|
|
get {
|
|
return ResourceManager.GetString("Language_fij", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filipino.
|
|
/// </summary>
|
|
public static string Language_fil {
|
|
get {
|
|
return ResourceManager.GetString("Language_fil", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Finnish.
|
|
/// </summary>
|
|
public static string Language_fin {
|
|
get {
|
|
return ResourceManager.GetString("Language_fin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Finno-Ugrian languages.
|
|
/// </summary>
|
|
public static string Language_fiu {
|
|
get {
|
|
return ResourceManager.GetString("Language_fiu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fon.
|
|
/// </summary>
|
|
public static string Language_fon {
|
|
get {
|
|
return ResourceManager.GetString("Language_fon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to French.
|
|
/// </summary>
|
|
public static string Language_fre {
|
|
get {
|
|
return ResourceManager.GetString("Language_fre", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to French, Middle.
|
|
/// </summary>
|
|
public static string Language_frm {
|
|
get {
|
|
return ResourceManager.GetString("Language_frm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to French, Old.
|
|
/// </summary>
|
|
public static string Language_fro {
|
|
get {
|
|
return ResourceManager.GetString("Language_fro", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Northern Frisian.
|
|
/// </summary>
|
|
public static string Language_frr {
|
|
get {
|
|
return ResourceManager.GetString("Language_frr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Eastern Frisian.
|
|
/// </summary>
|
|
public static string Language_frs {
|
|
get {
|
|
return ResourceManager.GetString("Language_frs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Western Frisian.
|
|
/// </summary>
|
|
public static string Language_fry {
|
|
get {
|
|
return ResourceManager.GetString("Language_fry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fulah.
|
|
/// </summary>
|
|
public static string Language_ful {
|
|
get {
|
|
return ResourceManager.GetString("Language_ful", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Friulian.
|
|
/// </summary>
|
|
public static string Language_fur {
|
|
get {
|
|
return ResourceManager.GetString("Language_fur", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ga.
|
|
/// </summary>
|
|
public static string Language_gaa {
|
|
get {
|
|
return ResourceManager.GetString("Language_gaa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gayo.
|
|
/// </summary>
|
|
public static string Language_gay {
|
|
get {
|
|
return ResourceManager.GetString("Language_gay", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gbaya.
|
|
/// </summary>
|
|
public static string Language_gba {
|
|
get {
|
|
return ResourceManager.GetString("Language_gba", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Germanic languages.
|
|
/// </summary>
|
|
public static string Language_gem {
|
|
get {
|
|
return ResourceManager.GetString("Language_gem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Georgian.
|
|
/// </summary>
|
|
public static string Language_geo {
|
|
get {
|
|
return ResourceManager.GetString("Language_geo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to German.
|
|
/// </summary>
|
|
public static string Language_ger {
|
|
get {
|
|
return ResourceManager.GetString("Language_ger", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Geez.
|
|
/// </summary>
|
|
public static string Language_gez {
|
|
get {
|
|
return ResourceManager.GetString("Language_gez", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gilbertese.
|
|
/// </summary>
|
|
public static string Language_gil {
|
|
get {
|
|
return ResourceManager.GetString("Language_gil", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scottish Gaelic.
|
|
/// </summary>
|
|
public static string Language_gla {
|
|
get {
|
|
return ResourceManager.GetString("Language_gla", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Irish.
|
|
/// </summary>
|
|
public static string Language_gle {
|
|
get {
|
|
return ResourceManager.GetString("Language_gle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Galician.
|
|
/// </summary>
|
|
public static string Language_glg {
|
|
get {
|
|
return ResourceManager.GetString("Language_glg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manx.
|
|
/// </summary>
|
|
public static string Language_glv {
|
|
get {
|
|
return ResourceManager.GetString("Language_glv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to German, Middle High.
|
|
/// </summary>
|
|
public static string Language_gmh {
|
|
get {
|
|
return ResourceManager.GetString("Language_gmh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to German, Old High.
|
|
/// </summary>
|
|
public static string Language_goh {
|
|
get {
|
|
return ResourceManager.GetString("Language_goh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gondi.
|
|
/// </summary>
|
|
public static string Language_gon {
|
|
get {
|
|
return ResourceManager.GetString("Language_gon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gorontalo.
|
|
/// </summary>
|
|
public static string Language_gor {
|
|
get {
|
|
return ResourceManager.GetString("Language_gor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gothic.
|
|
/// </summary>
|
|
public static string Language_got {
|
|
get {
|
|
return ResourceManager.GetString("Language_got", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Grebo.
|
|
/// </summary>
|
|
public static string Language_grb {
|
|
get {
|
|
return ResourceManager.GetString("Language_grb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Greek, Ancient.
|
|
/// </summary>
|
|
public static string Language_grc {
|
|
get {
|
|
return ResourceManager.GetString("Language_grc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Greek, Modern.
|
|
/// </summary>
|
|
public static string Language_gre {
|
|
get {
|
|
return ResourceManager.GetString("Language_gre", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Guarani.
|
|
/// </summary>
|
|
public static string Language_grn {
|
|
get {
|
|
return ResourceManager.GetString("Language_grn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Swiss German.
|
|
/// </summary>
|
|
public static string Language_gsw {
|
|
get {
|
|
return ResourceManager.GetString("Language_gsw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gujarati.
|
|
/// </summary>
|
|
public static string Language_guj {
|
|
get {
|
|
return ResourceManager.GetString("Language_guj", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gwich'in.
|
|
/// </summary>
|
|
public static string Language_gwi {
|
|
get {
|
|
return ResourceManager.GetString("Language_gwi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Haida.
|
|
/// </summary>
|
|
public static string Language_hai {
|
|
get {
|
|
return ResourceManager.GetString("Language_hai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Haitian.
|
|
/// </summary>
|
|
public static string Language_hat {
|
|
get {
|
|
return ResourceManager.GetString("Language_hat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hausa.
|
|
/// </summary>
|
|
public static string Language_hau {
|
|
get {
|
|
return ResourceManager.GetString("Language_hau", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hawaiian.
|
|
/// </summary>
|
|
public static string Language_haw {
|
|
get {
|
|
return ResourceManager.GetString("Language_haw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hebrew.
|
|
/// </summary>
|
|
public static string Language_heb {
|
|
get {
|
|
return ResourceManager.GetString("Language_heb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Herero.
|
|
/// </summary>
|
|
public static string Language_her {
|
|
get {
|
|
return ResourceManager.GetString("Language_her", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hiligaynon.
|
|
/// </summary>
|
|
public static string Language_hil {
|
|
get {
|
|
return ResourceManager.GetString("Language_hil", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Himachali languages.
|
|
/// </summary>
|
|
public static string Language_him {
|
|
get {
|
|
return ResourceManager.GetString("Language_him", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hindi.
|
|
/// </summary>
|
|
public static string Language_hin {
|
|
get {
|
|
return ResourceManager.GetString("Language_hin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hittite.
|
|
/// </summary>
|
|
public static string Language_hit {
|
|
get {
|
|
return ResourceManager.GetString("Language_hit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hmong.
|
|
/// </summary>
|
|
public static string Language_hmn {
|
|
get {
|
|
return ResourceManager.GetString("Language_hmn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hiri Motu.
|
|
/// </summary>
|
|
public static string Language_hmo {
|
|
get {
|
|
return ResourceManager.GetString("Language_hmo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Croatian.
|
|
/// </summary>
|
|
public static string Language_hrv {
|
|
get {
|
|
return ResourceManager.GetString("Language_hrv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upper Sorbian.
|
|
/// </summary>
|
|
public static string Language_hsb {
|
|
get {
|
|
return ResourceManager.GetString("Language_hsb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hungarian.
|
|
/// </summary>
|
|
public static string Language_hun {
|
|
get {
|
|
return ResourceManager.GetString("Language_hun", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hupa.
|
|
/// </summary>
|
|
public static string Language_hup {
|
|
get {
|
|
return ResourceManager.GetString("Language_hup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Iban.
|
|
/// </summary>
|
|
public static string Language_iba {
|
|
get {
|
|
return ResourceManager.GetString("Language_iba", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Igbo.
|
|
/// </summary>
|
|
public static string Language_ibo {
|
|
get {
|
|
return ResourceManager.GetString("Language_ibo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Icelandic.
|
|
/// </summary>
|
|
public static string Language_ice {
|
|
get {
|
|
return ResourceManager.GetString("Language_ice", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ido.
|
|
/// </summary>
|
|
public static string Language_ido {
|
|
get {
|
|
return ResourceManager.GetString("Language_ido", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sichuan Yi.
|
|
/// </summary>
|
|
public static string Language_iii {
|
|
get {
|
|
return ResourceManager.GetString("Language_iii", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ijo languages.
|
|
/// </summary>
|
|
public static string Language_ijo {
|
|
get {
|
|
return ResourceManager.GetString("Language_ijo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Inuktitut.
|
|
/// </summary>
|
|
public static string Language_iku {
|
|
get {
|
|
return ResourceManager.GetString("Language_iku", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Interlingue.
|
|
/// </summary>
|
|
public static string Language_ile {
|
|
get {
|
|
return ResourceManager.GetString("Language_ile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Iloko.
|
|
/// </summary>
|
|
public static string Language_ilo {
|
|
get {
|
|
return ResourceManager.GetString("Language_ilo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Interlingua.
|
|
/// </summary>
|
|
public static string Language_ina {
|
|
get {
|
|
return ResourceManager.GetString("Language_ina", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Indic languages.
|
|
/// </summary>
|
|
public static string Language_inc {
|
|
get {
|
|
return ResourceManager.GetString("Language_inc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Indonesian.
|
|
/// </summary>
|
|
public static string Language_ind {
|
|
get {
|
|
return ResourceManager.GetString("Language_ind", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Indo-European languages.
|
|
/// </summary>
|
|
public static string Language_ine {
|
|
get {
|
|
return ResourceManager.GetString("Language_ine", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ingush.
|
|
/// </summary>
|
|
public static string Language_inh {
|
|
get {
|
|
return ResourceManager.GetString("Language_inh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Inupiaq.
|
|
/// </summary>
|
|
public static string Language_ipk {
|
|
get {
|
|
return ResourceManager.GetString("Language_ipk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Iranian languages.
|
|
/// </summary>
|
|
public static string Language_ira {
|
|
get {
|
|
return ResourceManager.GetString("Language_ira", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Iroquoian languages.
|
|
/// </summary>
|
|
public static string Language_iro {
|
|
get {
|
|
return ResourceManager.GetString("Language_iro", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Italian.
|
|
/// </summary>
|
|
public static string Language_ita {
|
|
get {
|
|
return ResourceManager.GetString("Language_ita", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Javanese.
|
|
/// </summary>
|
|
public static string Language_jav {
|
|
get {
|
|
return ResourceManager.GetString("Language_jav", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lojban.
|
|
/// </summary>
|
|
public static string Language_jbo {
|
|
get {
|
|
return ResourceManager.GetString("Language_jbo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Japanese.
|
|
/// </summary>
|
|
public static string Language_jpn {
|
|
get {
|
|
return ResourceManager.GetString("Language_jpn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Judeo-Persian.
|
|
/// </summary>
|
|
public static string Language_jpr {
|
|
get {
|
|
return ResourceManager.GetString("Language_jpr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Judeo-Arabic.
|
|
/// </summary>
|
|
public static string Language_jrb {
|
|
get {
|
|
return ResourceManager.GetString("Language_jrb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kara-Kalpak.
|
|
/// </summary>
|
|
public static string Language_kaa {
|
|
get {
|
|
return ResourceManager.GetString("Language_kaa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kabyle.
|
|
/// </summary>
|
|
public static string Language_kab {
|
|
get {
|
|
return ResourceManager.GetString("Language_kab", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kachin.
|
|
/// </summary>
|
|
public static string Language_kac {
|
|
get {
|
|
return ResourceManager.GetString("Language_kac", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kalaallisut.
|
|
/// </summary>
|
|
public static string Language_kal {
|
|
get {
|
|
return ResourceManager.GetString("Language_kal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kamba.
|
|
/// </summary>
|
|
public static string Language_kam {
|
|
get {
|
|
return ResourceManager.GetString("Language_kam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kannada.
|
|
/// </summary>
|
|
public static string Language_kan {
|
|
get {
|
|
return ResourceManager.GetString("Language_kan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Karen languages.
|
|
/// </summary>
|
|
public static string Language_kar {
|
|
get {
|
|
return ResourceManager.GetString("Language_kar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kashmiri.
|
|
/// </summary>
|
|
public static string Language_kas {
|
|
get {
|
|
return ResourceManager.GetString("Language_kas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kanuri.
|
|
/// </summary>
|
|
public static string Language_kau {
|
|
get {
|
|
return ResourceManager.GetString("Language_kau", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kawi.
|
|
/// </summary>
|
|
public static string Language_kaw {
|
|
get {
|
|
return ResourceManager.GetString("Language_kaw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kazakh.
|
|
/// </summary>
|
|
public static string Language_kaz {
|
|
get {
|
|
return ResourceManager.GetString("Language_kaz", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kabardian.
|
|
/// </summary>
|
|
public static string Language_kbd {
|
|
get {
|
|
return ResourceManager.GetString("Language_kbd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Khasi.
|
|
/// </summary>
|
|
public static string Language_kha {
|
|
get {
|
|
return ResourceManager.GetString("Language_kha", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Khoisan languages.
|
|
/// </summary>
|
|
public static string Language_khi {
|
|
get {
|
|
return ResourceManager.GetString("Language_khi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Central Khmer.
|
|
/// </summary>
|
|
public static string Language_khm {
|
|
get {
|
|
return ResourceManager.GetString("Language_khm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Khotanese.
|
|
/// </summary>
|
|
public static string Language_kho {
|
|
get {
|
|
return ResourceManager.GetString("Language_kho", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kikuyu.
|
|
/// </summary>
|
|
public static string Language_kik {
|
|
get {
|
|
return ResourceManager.GetString("Language_kik", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kinyarwanda.
|
|
/// </summary>
|
|
public static string Language_kin {
|
|
get {
|
|
return ResourceManager.GetString("Language_kin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kirghiz.
|
|
/// </summary>
|
|
public static string Language_kir {
|
|
get {
|
|
return ResourceManager.GetString("Language_kir", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kimbundu.
|
|
/// </summary>
|
|
public static string Language_kmb {
|
|
get {
|
|
return ResourceManager.GetString("Language_kmb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Konkani.
|
|
/// </summary>
|
|
public static string Language_kok {
|
|
get {
|
|
return ResourceManager.GetString("Language_kok", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Komi.
|
|
/// </summary>
|
|
public static string Language_kom {
|
|
get {
|
|
return ResourceManager.GetString("Language_kom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kongo.
|
|
/// </summary>
|
|
public static string Language_kon {
|
|
get {
|
|
return ResourceManager.GetString("Language_kon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Korean.
|
|
/// </summary>
|
|
public static string Language_kor {
|
|
get {
|
|
return ResourceManager.GetString("Language_kor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kosraean.
|
|
/// </summary>
|
|
public static string Language_kos {
|
|
get {
|
|
return ResourceManager.GetString("Language_kos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kpelle.
|
|
/// </summary>
|
|
public static string Language_kpe {
|
|
get {
|
|
return ResourceManager.GetString("Language_kpe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Karachay-Balkar.
|
|
/// </summary>
|
|
public static string Language_krc {
|
|
get {
|
|
return ResourceManager.GetString("Language_krc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Karelian.
|
|
/// </summary>
|
|
public static string Language_krl {
|
|
get {
|
|
return ResourceManager.GetString("Language_krl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kru languages.
|
|
/// </summary>
|
|
public static string Language_kro {
|
|
get {
|
|
return ResourceManager.GetString("Language_kro", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kurukh.
|
|
/// </summary>
|
|
public static string Language_kru {
|
|
get {
|
|
return ResourceManager.GetString("Language_kru", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kuanyama.
|
|
/// </summary>
|
|
public static string Language_kua {
|
|
get {
|
|
return ResourceManager.GetString("Language_kua", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kumyk.
|
|
/// </summary>
|
|
public static string Language_kum {
|
|
get {
|
|
return ResourceManager.GetString("Language_kum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kurdish.
|
|
/// </summary>
|
|
public static string Language_kur {
|
|
get {
|
|
return ResourceManager.GetString("Language_kur", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kutenai.
|
|
/// </summary>
|
|
public static string Language_kut {
|
|
get {
|
|
return ResourceManager.GetString("Language_kut", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ladino.
|
|
/// </summary>
|
|
public static string Language_lad {
|
|
get {
|
|
return ResourceManager.GetString("Language_lad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lahnda.
|
|
/// </summary>
|
|
public static string Language_lah {
|
|
get {
|
|
return ResourceManager.GetString("Language_lah", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lamba.
|
|
/// </summary>
|
|
public static string Language_lam {
|
|
get {
|
|
return ResourceManager.GetString("Language_lam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lao.
|
|
/// </summary>
|
|
public static string Language_lao {
|
|
get {
|
|
return ResourceManager.GetString("Language_lao", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Latin.
|
|
/// </summary>
|
|
public static string Language_lat {
|
|
get {
|
|
return ResourceManager.GetString("Language_lat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Latvian.
|
|
/// </summary>
|
|
public static string Language_lav {
|
|
get {
|
|
return ResourceManager.GetString("Language_lav", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lezghian.
|
|
/// </summary>
|
|
public static string Language_lez {
|
|
get {
|
|
return ResourceManager.GetString("Language_lez", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Limburgan.
|
|
/// </summary>
|
|
public static string Language_lim {
|
|
get {
|
|
return ResourceManager.GetString("Language_lim", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lingala.
|
|
/// </summary>
|
|
public static string Language_lin {
|
|
get {
|
|
return ResourceManager.GetString("Language_lin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lithuanian.
|
|
/// </summary>
|
|
public static string Language_lit {
|
|
get {
|
|
return ResourceManager.GetString("Language_lit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mongo.
|
|
/// </summary>
|
|
public static string Language_lol {
|
|
get {
|
|
return ResourceManager.GetString("Language_lol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lozi.
|
|
/// </summary>
|
|
public static string Language_loz {
|
|
get {
|
|
return ResourceManager.GetString("Language_loz", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Luxembourgish.
|
|
/// </summary>
|
|
public static string Language_ltz {
|
|
get {
|
|
return ResourceManager.GetString("Language_ltz", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Luba-Lulua.
|
|
/// </summary>
|
|
public static string Language_lua {
|
|
get {
|
|
return ResourceManager.GetString("Language_lua", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Luba-Katanga.
|
|
/// </summary>
|
|
public static string Language_lub {
|
|
get {
|
|
return ResourceManager.GetString("Language_lub", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ganda.
|
|
/// </summary>
|
|
public static string Language_lug {
|
|
get {
|
|
return ResourceManager.GetString("Language_lug", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Luiseno.
|
|
/// </summary>
|
|
public static string Language_lui {
|
|
get {
|
|
return ResourceManager.GetString("Language_lui", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lunda.
|
|
/// </summary>
|
|
public static string Language_lun {
|
|
get {
|
|
return ResourceManager.GetString("Language_lun", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Luo.
|
|
/// </summary>
|
|
public static string Language_luo {
|
|
get {
|
|
return ResourceManager.GetString("Language_luo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lushai.
|
|
/// </summary>
|
|
public static string Language_lus {
|
|
get {
|
|
return ResourceManager.GetString("Language_lus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Macedonian.
|
|
/// </summary>
|
|
public static string Language_mac {
|
|
get {
|
|
return ResourceManager.GetString("Language_mac", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Madurese.
|
|
/// </summary>
|
|
public static string Language_mad {
|
|
get {
|
|
return ResourceManager.GetString("Language_mad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Magahi.
|
|
/// </summary>
|
|
public static string Language_mag {
|
|
get {
|
|
return ResourceManager.GetString("Language_mag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Marshallese.
|
|
/// </summary>
|
|
public static string Language_mah {
|
|
get {
|
|
return ResourceManager.GetString("Language_mah", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maithili.
|
|
/// </summary>
|
|
public static string Language_mai {
|
|
get {
|
|
return ResourceManager.GetString("Language_mai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Makasar.
|
|
/// </summary>
|
|
public static string Language_mak {
|
|
get {
|
|
return ResourceManager.GetString("Language_mak", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Malayalam.
|
|
/// </summary>
|
|
public static string Language_mal {
|
|
get {
|
|
return ResourceManager.GetString("Language_mal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mandingo.
|
|
/// </summary>
|
|
public static string Language_man {
|
|
get {
|
|
return ResourceManager.GetString("Language_man", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maori.
|
|
/// </summary>
|
|
public static string Language_mao {
|
|
get {
|
|
return ResourceManager.GetString("Language_mao", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Austronesian languages.
|
|
/// </summary>
|
|
public static string Language_map {
|
|
get {
|
|
return ResourceManager.GetString("Language_map", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Marathi.
|
|
/// </summary>
|
|
public static string Language_mar {
|
|
get {
|
|
return ResourceManager.GetString("Language_mar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Masai.
|
|
/// </summary>
|
|
public static string Language_mas {
|
|
get {
|
|
return ResourceManager.GetString("Language_mas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Malay.
|
|
/// </summary>
|
|
public static string Language_may {
|
|
get {
|
|
return ResourceManager.GetString("Language_may", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Moksha.
|
|
/// </summary>
|
|
public static string Language_mdf {
|
|
get {
|
|
return ResourceManager.GetString("Language_mdf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mandar.
|
|
/// </summary>
|
|
public static string Language_mdr {
|
|
get {
|
|
return ResourceManager.GetString("Language_mdr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mende.
|
|
/// </summary>
|
|
public static string Language_men {
|
|
get {
|
|
return ResourceManager.GetString("Language_men", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Irish, Middle.
|
|
/// </summary>
|
|
public static string Language_mga {
|
|
get {
|
|
return ResourceManager.GetString("Language_mga", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mi'kmaq.
|
|
/// </summary>
|
|
public static string Language_mic {
|
|
get {
|
|
return ResourceManager.GetString("Language_mic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Minangkabau.
|
|
/// </summary>
|
|
public static string Language_min {
|
|
get {
|
|
return ResourceManager.GetString("Language_min", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Uncoded languages.
|
|
/// </summary>
|
|
public static string Language_mis {
|
|
get {
|
|
return ResourceManager.GetString("Language_mis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mon-Khmer languages.
|
|
/// </summary>
|
|
public static string Language_mkh {
|
|
get {
|
|
return ResourceManager.GetString("Language_mkh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Malagasy.
|
|
/// </summary>
|
|
public static string Language_mlg {
|
|
get {
|
|
return ResourceManager.GetString("Language_mlg", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maltese.
|
|
/// </summary>
|
|
public static string Language_mlt {
|
|
get {
|
|
return ResourceManager.GetString("Language_mlt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manchu.
|
|
/// </summary>
|
|
public static string Language_mnc {
|
|
get {
|
|
return ResourceManager.GetString("Language_mnc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manipuri.
|
|
/// </summary>
|
|
public static string Language_mni {
|
|
get {
|
|
return ResourceManager.GetString("Language_mni", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manobo languages.
|
|
/// </summary>
|
|
public static string Language_mno {
|
|
get {
|
|
return ResourceManager.GetString("Language_mno", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mohawk.
|
|
/// </summary>
|
|
public static string Language_moh {
|
|
get {
|
|
return ResourceManager.GetString("Language_moh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mongolian.
|
|
/// </summary>
|
|
public static string Language_mon {
|
|
get {
|
|
return ResourceManager.GetString("Language_mon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mossi.
|
|
/// </summary>
|
|
public static string Language_mos {
|
|
get {
|
|
return ResourceManager.GetString("Language_mos", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multiple languages.
|
|
/// </summary>
|
|
public static string Language_mul {
|
|
get {
|
|
return ResourceManager.GetString("Language_mul", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Munda languages.
|
|
/// </summary>
|
|
public static string Language_mun {
|
|
get {
|
|
return ResourceManager.GetString("Language_mun", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Creek.
|
|
/// </summary>
|
|
public static string Language_mus {
|
|
get {
|
|
return ResourceManager.GetString("Language_mus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mirandese.
|
|
/// </summary>
|
|
public static string Language_mwl {
|
|
get {
|
|
return ResourceManager.GetString("Language_mwl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Marwari.
|
|
/// </summary>
|
|
public static string Language_mwr {
|
|
get {
|
|
return ResourceManager.GetString("Language_mwr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mayan languages.
|
|
/// </summary>
|
|
public static string Language_myn {
|
|
get {
|
|
return ResourceManager.GetString("Language_myn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Erzya.
|
|
/// </summary>
|
|
public static string Language_myv {
|
|
get {
|
|
return ResourceManager.GetString("Language_myv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nahuatl languages.
|
|
/// </summary>
|
|
public static string Language_nah {
|
|
get {
|
|
return ResourceManager.GetString("Language_nah", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to North American Indian languages.
|
|
/// </summary>
|
|
public static string Language_nai {
|
|
get {
|
|
return ResourceManager.GetString("Language_nai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Neapolitan.
|
|
/// </summary>
|
|
public static string Language_nap {
|
|
get {
|
|
return ResourceManager.GetString("Language_nap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nauru.
|
|
/// </summary>
|
|
public static string Language_nau {
|
|
get {
|
|
return ResourceManager.GetString("Language_nau", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Navajo.
|
|
/// </summary>
|
|
public static string Language_nav {
|
|
get {
|
|
return ResourceManager.GetString("Language_nav", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ndebele, South.
|
|
/// </summary>
|
|
public static string Language_nbl {
|
|
get {
|
|
return ResourceManager.GetString("Language_nbl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ndebele, North.
|
|
/// </summary>
|
|
public static string Language_nde {
|
|
get {
|
|
return ResourceManager.GetString("Language_nde", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ndonga.
|
|
/// </summary>
|
|
public static string Language_ndo {
|
|
get {
|
|
return ResourceManager.GetString("Language_ndo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Low German.
|
|
/// </summary>
|
|
public static string Language_nds {
|
|
get {
|
|
return ResourceManager.GetString("Language_nds", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nepali.
|
|
/// </summary>
|
|
public static string Language_nep {
|
|
get {
|
|
return ResourceManager.GetString("Language_nep", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nepal Bhasa.
|
|
/// </summary>
|
|
public static string Language_new {
|
|
get {
|
|
return ResourceManager.GetString("Language_new", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nias.
|
|
/// </summary>
|
|
public static string Language_nia {
|
|
get {
|
|
return ResourceManager.GetString("Language_nia", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Niger-Kordofanian languages.
|
|
/// </summary>
|
|
public static string Language_nic {
|
|
get {
|
|
return ResourceManager.GetString("Language_nic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Niuean.
|
|
/// </summary>
|
|
public static string Language_niu {
|
|
get {
|
|
return ResourceManager.GetString("Language_niu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Norwegian Nynorsk.
|
|
/// </summary>
|
|
public static string Language_nno {
|
|
get {
|
|
return ResourceManager.GetString("Language_nno", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Norwegian Bokmål.
|
|
/// </summary>
|
|
public static string Language_nob {
|
|
get {
|
|
return ResourceManager.GetString("Language_nob", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nogai.
|
|
/// </summary>
|
|
public static string Language_nog {
|
|
get {
|
|
return ResourceManager.GetString("Language_nog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Norse, Old.
|
|
/// </summary>
|
|
public static string Language_non {
|
|
get {
|
|
return ResourceManager.GetString("Language_non", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Norwegian.
|
|
/// </summary>
|
|
public static string Language_nor {
|
|
get {
|
|
return ResourceManager.GetString("Language_nor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to N'Ko.
|
|
/// </summary>
|
|
public static string Language_nqo {
|
|
get {
|
|
return ResourceManager.GetString("Language_nqo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pedi.
|
|
/// </summary>
|
|
public static string Language_nso {
|
|
get {
|
|
return ResourceManager.GetString("Language_nso", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nubian languages.
|
|
/// </summary>
|
|
public static string Language_nub {
|
|
get {
|
|
return ResourceManager.GetString("Language_nub", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Classical Newari.
|
|
/// </summary>
|
|
public static string Language_nwc {
|
|
get {
|
|
return ResourceManager.GetString("Language_nwc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chichewa.
|
|
/// </summary>
|
|
public static string Language_nya {
|
|
get {
|
|
return ResourceManager.GetString("Language_nya", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nyamwezi.
|
|
/// </summary>
|
|
public static string Language_nym {
|
|
get {
|
|
return ResourceManager.GetString("Language_nym", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nyankole.
|
|
/// </summary>
|
|
public static string Language_nyn {
|
|
get {
|
|
return ResourceManager.GetString("Language_nyn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nyoro.
|
|
/// </summary>
|
|
public static string Language_nyo {
|
|
get {
|
|
return ResourceManager.GetString("Language_nyo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nzima.
|
|
/// </summary>
|
|
public static string Language_nzi {
|
|
get {
|
|
return ResourceManager.GetString("Language_nzi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Occitan.
|
|
/// </summary>
|
|
public static string Language_oci {
|
|
get {
|
|
return ResourceManager.GetString("Language_oci", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ojibwa.
|
|
/// </summary>
|
|
public static string Language_oji {
|
|
get {
|
|
return ResourceManager.GetString("Language_oji", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Oriya.
|
|
/// </summary>
|
|
public static string Language_ori {
|
|
get {
|
|
return ResourceManager.GetString("Language_ori", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Oromo.
|
|
/// </summary>
|
|
public static string Language_orm {
|
|
get {
|
|
return ResourceManager.GetString("Language_orm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Osage.
|
|
/// </summary>
|
|
public static string Language_osa {
|
|
get {
|
|
return ResourceManager.GetString("Language_osa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ossetian.
|
|
/// </summary>
|
|
public static string Language_oss {
|
|
get {
|
|
return ResourceManager.GetString("Language_oss", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turkish, Ottoman.
|
|
/// </summary>
|
|
public static string Language_ota {
|
|
get {
|
|
return ResourceManager.GetString("Language_ota", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Otomian languages.
|
|
/// </summary>
|
|
public static string Language_oto {
|
|
get {
|
|
return ResourceManager.GetString("Language_oto", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Papuan languages.
|
|
/// </summary>
|
|
public static string Language_paa {
|
|
get {
|
|
return ResourceManager.GetString("Language_paa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pangasinan.
|
|
/// </summary>
|
|
public static string Language_pag {
|
|
get {
|
|
return ResourceManager.GetString("Language_pag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pahlavi.
|
|
/// </summary>
|
|
public static string Language_pal {
|
|
get {
|
|
return ResourceManager.GetString("Language_pal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pampanga.
|
|
/// </summary>
|
|
public static string Language_pam {
|
|
get {
|
|
return ResourceManager.GetString("Language_pam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Panjabi.
|
|
/// </summary>
|
|
public static string Language_pan {
|
|
get {
|
|
return ResourceManager.GetString("Language_pan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Papiamento.
|
|
/// </summary>
|
|
public static string Language_pap {
|
|
get {
|
|
return ResourceManager.GetString("Language_pap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Palauan.
|
|
/// </summary>
|
|
public static string Language_pau {
|
|
get {
|
|
return ResourceManager.GetString("Language_pau", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Persian, Old.
|
|
/// </summary>
|
|
public static string Language_peo {
|
|
get {
|
|
return ResourceManager.GetString("Language_peo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Persian.
|
|
/// </summary>
|
|
public static string Language_per {
|
|
get {
|
|
return ResourceManager.GetString("Language_per", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Philippine languages.
|
|
/// </summary>
|
|
public static string Language_phi {
|
|
get {
|
|
return ResourceManager.GetString("Language_phi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Phoenician.
|
|
/// </summary>
|
|
public static string Language_phn {
|
|
get {
|
|
return ResourceManager.GetString("Language_phn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pali.
|
|
/// </summary>
|
|
public static string Language_pli {
|
|
get {
|
|
return ResourceManager.GetString("Language_pli", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Polish.
|
|
/// </summary>
|
|
public static string Language_pol {
|
|
get {
|
|
return ResourceManager.GetString("Language_pol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pohnpeian.
|
|
/// </summary>
|
|
public static string Language_pon {
|
|
get {
|
|
return ResourceManager.GetString("Language_pon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Portuguese.
|
|
/// </summary>
|
|
public static string Language_por {
|
|
get {
|
|
return ResourceManager.GetString("Language_por", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prakrit languages.
|
|
/// </summary>
|
|
public static string Language_pra {
|
|
get {
|
|
return ResourceManager.GetString("Language_pra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Provençal, Old.
|
|
/// </summary>
|
|
public static string Language_pro {
|
|
get {
|
|
return ResourceManager.GetString("Language_pro", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pushto.
|
|
/// </summary>
|
|
public static string Language_pus {
|
|
get {
|
|
return ResourceManager.GetString("Language_pus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reserved for local use.
|
|
/// </summary>
|
|
public static string Language_qaaqtz {
|
|
get {
|
|
return ResourceManager.GetString("Language_qaaqtz", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Quechua.
|
|
/// </summary>
|
|
public static string Language_que {
|
|
get {
|
|
return ResourceManager.GetString("Language_que", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rajasthani.
|
|
/// </summary>
|
|
public static string Language_raj {
|
|
get {
|
|
return ResourceManager.GetString("Language_raj", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rapanui.
|
|
/// </summary>
|
|
public static string Language_rap {
|
|
get {
|
|
return ResourceManager.GetString("Language_rap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rarotongan.
|
|
/// </summary>
|
|
public static string Language_rar {
|
|
get {
|
|
return ResourceManager.GetString("Language_rar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Romance languages.
|
|
/// </summary>
|
|
public static string Language_roa {
|
|
get {
|
|
return ResourceManager.GetString("Language_roa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Romansh.
|
|
/// </summary>
|
|
public static string Language_roh {
|
|
get {
|
|
return ResourceManager.GetString("Language_roh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Romany.
|
|
/// </summary>
|
|
public static string Language_rom {
|
|
get {
|
|
return ResourceManager.GetString("Language_rom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Romanian.
|
|
/// </summary>
|
|
public static string Language_rum {
|
|
get {
|
|
return ResourceManager.GetString("Language_rum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rundi.
|
|
/// </summary>
|
|
public static string Language_run {
|
|
get {
|
|
return ResourceManager.GetString("Language_run", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aromanian.
|
|
/// </summary>
|
|
public static string Language_rup {
|
|
get {
|
|
return ResourceManager.GetString("Language_rup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Russian.
|
|
/// </summary>
|
|
public static string Language_rus {
|
|
get {
|
|
return ResourceManager.GetString("Language_rus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sandawe.
|
|
/// </summary>
|
|
public static string Language_sad {
|
|
get {
|
|
return ResourceManager.GetString("Language_sad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sango.
|
|
/// </summary>
|
|
public static string Language_sag {
|
|
get {
|
|
return ResourceManager.GetString("Language_sag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yakut.
|
|
/// </summary>
|
|
public static string Language_sah {
|
|
get {
|
|
return ResourceManager.GetString("Language_sah", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to South American Indian languages.
|
|
/// </summary>
|
|
public static string Language_sai {
|
|
get {
|
|
return ResourceManager.GetString("Language_sai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Salishan languages.
|
|
/// </summary>
|
|
public static string Language_sal {
|
|
get {
|
|
return ResourceManager.GetString("Language_sal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Samaritan Aramaic.
|
|
/// </summary>
|
|
public static string Language_sam {
|
|
get {
|
|
return ResourceManager.GetString("Language_sam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sanskrit.
|
|
/// </summary>
|
|
public static string Language_san {
|
|
get {
|
|
return ResourceManager.GetString("Language_san", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sasak.
|
|
/// </summary>
|
|
public static string Language_sas {
|
|
get {
|
|
return ResourceManager.GetString("Language_sas", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Santali.
|
|
/// </summary>
|
|
public static string Language_sat {
|
|
get {
|
|
return ResourceManager.GetString("Language_sat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sicilian.
|
|
/// </summary>
|
|
public static string Language_scn {
|
|
get {
|
|
return ResourceManager.GetString("Language_scn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scots.
|
|
/// </summary>
|
|
public static string Language_sco {
|
|
get {
|
|
return ResourceManager.GetString("Language_sco", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Selkup.
|
|
/// </summary>
|
|
public static string Language_sel {
|
|
get {
|
|
return ResourceManager.GetString("Language_sel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Semitic languages.
|
|
/// </summary>
|
|
public static string Language_sem {
|
|
get {
|
|
return ResourceManager.GetString("Language_sem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Irish, Old.
|
|
/// </summary>
|
|
public static string Language_sga {
|
|
get {
|
|
return ResourceManager.GetString("Language_sga", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sign Languages.
|
|
/// </summary>
|
|
public static string Language_sgn {
|
|
get {
|
|
return ResourceManager.GetString("Language_sgn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shan.
|
|
/// </summary>
|
|
public static string Language_shn {
|
|
get {
|
|
return ResourceManager.GetString("Language_shn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sidamo.
|
|
/// </summary>
|
|
public static string Language_sid {
|
|
get {
|
|
return ResourceManager.GetString("Language_sid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sinhala.
|
|
/// </summary>
|
|
public static string Language_sin {
|
|
get {
|
|
return ResourceManager.GetString("Language_sin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Siouan languages.
|
|
/// </summary>
|
|
public static string Language_sio {
|
|
get {
|
|
return ResourceManager.GetString("Language_sio", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sino-Tibetan languages.
|
|
/// </summary>
|
|
public static string Language_sit {
|
|
get {
|
|
return ResourceManager.GetString("Language_sit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Slavic languages.
|
|
/// </summary>
|
|
public static string Language_sla {
|
|
get {
|
|
return ResourceManager.GetString("Language_sla", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Slovak.
|
|
/// </summary>
|
|
public static string Language_slo {
|
|
get {
|
|
return ResourceManager.GetString("Language_slo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Slovenian.
|
|
/// </summary>
|
|
public static string Language_slv {
|
|
get {
|
|
return ResourceManager.GetString("Language_slv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Southern Sami.
|
|
/// </summary>
|
|
public static string Language_sma {
|
|
get {
|
|
return ResourceManager.GetString("Language_sma", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Northern Sami.
|
|
/// </summary>
|
|
public static string Language_sme {
|
|
get {
|
|
return ResourceManager.GetString("Language_sme", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sami languages.
|
|
/// </summary>
|
|
public static string Language_smi {
|
|
get {
|
|
return ResourceManager.GetString("Language_smi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lule Sami.
|
|
/// </summary>
|
|
public static string Language_smj {
|
|
get {
|
|
return ResourceManager.GetString("Language_smj", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Inari Sami.
|
|
/// </summary>
|
|
public static string Language_smn {
|
|
get {
|
|
return ResourceManager.GetString("Language_smn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Samoan.
|
|
/// </summary>
|
|
public static string Language_smo {
|
|
get {
|
|
return ResourceManager.GetString("Language_smo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skolt Sami.
|
|
/// </summary>
|
|
public static string Language_sms {
|
|
get {
|
|
return ResourceManager.GetString("Language_sms", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shona.
|
|
/// </summary>
|
|
public static string Language_sna {
|
|
get {
|
|
return ResourceManager.GetString("Language_sna", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sindhi.
|
|
/// </summary>
|
|
public static string Language_snd {
|
|
get {
|
|
return ResourceManager.GetString("Language_snd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Soninke.
|
|
/// </summary>
|
|
public static string Language_snk {
|
|
get {
|
|
return ResourceManager.GetString("Language_snk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sogdian.
|
|
/// </summary>
|
|
public static string Language_sog {
|
|
get {
|
|
return ResourceManager.GetString("Language_sog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Somali.
|
|
/// </summary>
|
|
public static string Language_som {
|
|
get {
|
|
return ResourceManager.GetString("Language_som", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Songhai languages.
|
|
/// </summary>
|
|
public static string Language_son {
|
|
get {
|
|
return ResourceManager.GetString("Language_son", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sotho, Southern.
|
|
/// </summary>
|
|
public static string Language_sot {
|
|
get {
|
|
return ResourceManager.GetString("Language_sot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Spanish.
|
|
/// </summary>
|
|
public static string Language_spa {
|
|
get {
|
|
return ResourceManager.GetString("Language_spa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sardinian.
|
|
/// </summary>
|
|
public static string Language_srd {
|
|
get {
|
|
return ResourceManager.GetString("Language_srd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sranan Tongo.
|
|
/// </summary>
|
|
public static string Language_srn {
|
|
get {
|
|
return ResourceManager.GetString("Language_srn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serbian.
|
|
/// </summary>
|
|
public static string Language_srp {
|
|
get {
|
|
return ResourceManager.GetString("Language_srp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serer.
|
|
/// </summary>
|
|
public static string Language_srr {
|
|
get {
|
|
return ResourceManager.GetString("Language_srr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nilo-Saharan languages.
|
|
/// </summary>
|
|
public static string Language_ssa {
|
|
get {
|
|
return ResourceManager.GetString("Language_ssa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Swati.
|
|
/// </summary>
|
|
public static string Language_ssw {
|
|
get {
|
|
return ResourceManager.GetString("Language_ssw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sukuma.
|
|
/// </summary>
|
|
public static string Language_suk {
|
|
get {
|
|
return ResourceManager.GetString("Language_suk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sundanese.
|
|
/// </summary>
|
|
public static string Language_sun {
|
|
get {
|
|
return ResourceManager.GetString("Language_sun", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Susu.
|
|
/// </summary>
|
|
public static string Language_sus {
|
|
get {
|
|
return ResourceManager.GetString("Language_sus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sumerian.
|
|
/// </summary>
|
|
public static string Language_sux {
|
|
get {
|
|
return ResourceManager.GetString("Language_sux", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Swahili.
|
|
/// </summary>
|
|
public static string Language_swa {
|
|
get {
|
|
return ResourceManager.GetString("Language_swa", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Swedish.
|
|
/// </summary>
|
|
public static string Language_swe {
|
|
get {
|
|
return ResourceManager.GetString("Language_swe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Classical Syriac.
|
|
/// </summary>
|
|
public static string Language_syc {
|
|
get {
|
|
return ResourceManager.GetString("Language_syc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Syriac.
|
|
/// </summary>
|
|
public static string Language_syr {
|
|
get {
|
|
return ResourceManager.GetString("Language_syr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tahitian.
|
|
/// </summary>
|
|
public static string Language_tah {
|
|
get {
|
|
return ResourceManager.GetString("Language_tah", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tai languages.
|
|
/// </summary>
|
|
public static string Language_tai {
|
|
get {
|
|
return ResourceManager.GetString("Language_tai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tamil.
|
|
/// </summary>
|
|
public static string Language_tam {
|
|
get {
|
|
return ResourceManager.GetString("Language_tam", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tatar.
|
|
/// </summary>
|
|
public static string Language_tat {
|
|
get {
|
|
return ResourceManager.GetString("Language_tat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Telugu.
|
|
/// </summary>
|
|
public static string Language_tel {
|
|
get {
|
|
return ResourceManager.GetString("Language_tel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Timne.
|
|
/// </summary>
|
|
public static string Language_tem {
|
|
get {
|
|
return ResourceManager.GetString("Language_tem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tereno.
|
|
/// </summary>
|
|
public static string Language_ter {
|
|
get {
|
|
return ResourceManager.GetString("Language_ter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tetum.
|
|
/// </summary>
|
|
public static string Language_tet {
|
|
get {
|
|
return ResourceManager.GetString("Language_tet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tajik.
|
|
/// </summary>
|
|
public static string Language_tgk {
|
|
get {
|
|
return ResourceManager.GetString("Language_tgk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tagalog.
|
|
/// </summary>
|
|
public static string Language_tgl {
|
|
get {
|
|
return ResourceManager.GetString("Language_tgl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Thai.
|
|
/// </summary>
|
|
public static string Language_tha {
|
|
get {
|
|
return ResourceManager.GetString("Language_tha", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tibetan.
|
|
/// </summary>
|
|
public static string Language_tib {
|
|
get {
|
|
return ResourceManager.GetString("Language_tib", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tigre.
|
|
/// </summary>
|
|
public static string Language_tig {
|
|
get {
|
|
return ResourceManager.GetString("Language_tig", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tigrinya.
|
|
/// </summary>
|
|
public static string Language_tir {
|
|
get {
|
|
return ResourceManager.GetString("Language_tir", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tiv.
|
|
/// </summary>
|
|
public static string Language_tiv {
|
|
get {
|
|
return ResourceManager.GetString("Language_tiv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tokelau.
|
|
/// </summary>
|
|
public static string Language_tkl {
|
|
get {
|
|
return ResourceManager.GetString("Language_tkl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Klingon.
|
|
/// </summary>
|
|
public static string Language_tlh {
|
|
get {
|
|
return ResourceManager.GetString("Language_tlh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tlingit.
|
|
/// </summary>
|
|
public static string Language_tli {
|
|
get {
|
|
return ResourceManager.GetString("Language_tli", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tamashek.
|
|
/// </summary>
|
|
public static string Language_tmh {
|
|
get {
|
|
return ResourceManager.GetString("Language_tmh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tonga (Nyasa).
|
|
/// </summary>
|
|
public static string Language_tog {
|
|
get {
|
|
return ResourceManager.GetString("Language_tog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tonga (Tonga Islands).
|
|
/// </summary>
|
|
public static string Language_ton {
|
|
get {
|
|
return ResourceManager.GetString("Language_ton", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tok Pisin.
|
|
/// </summary>
|
|
public static string Language_tpi {
|
|
get {
|
|
return ResourceManager.GetString("Language_tpi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tsimshian.
|
|
/// </summary>
|
|
public static string Language_tsi {
|
|
get {
|
|
return ResourceManager.GetString("Language_tsi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tswana.
|
|
/// </summary>
|
|
public static string Language_tsn {
|
|
get {
|
|
return ResourceManager.GetString("Language_tsn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tsonga.
|
|
/// </summary>
|
|
public static string Language_tso {
|
|
get {
|
|
return ResourceManager.GetString("Language_tso", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turkmen.
|
|
/// </summary>
|
|
public static string Language_tuk {
|
|
get {
|
|
return ResourceManager.GetString("Language_tuk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tumbuka.
|
|
/// </summary>
|
|
public static string Language_tum {
|
|
get {
|
|
return ResourceManager.GetString("Language_tum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tupi languages.
|
|
/// </summary>
|
|
public static string Language_tup {
|
|
get {
|
|
return ResourceManager.GetString("Language_tup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turkish.
|
|
/// </summary>
|
|
public static string Language_tur {
|
|
get {
|
|
return ResourceManager.GetString("Language_tur", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Altaic languages.
|
|
/// </summary>
|
|
public static string Language_tut {
|
|
get {
|
|
return ResourceManager.GetString("Language_tut", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tuvalu.
|
|
/// </summary>
|
|
public static string Language_tvl {
|
|
get {
|
|
return ResourceManager.GetString("Language_tvl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Twi.
|
|
/// </summary>
|
|
public static string Language_twi {
|
|
get {
|
|
return ResourceManager.GetString("Language_twi", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tuvinian.
|
|
/// </summary>
|
|
public static string Language_tyv {
|
|
get {
|
|
return ResourceManager.GetString("Language_tyv", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Udmurt.
|
|
/// </summary>
|
|
public static string Language_udm {
|
|
get {
|
|
return ResourceManager.GetString("Language_udm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ugaritic.
|
|
/// </summary>
|
|
public static string Language_uga {
|
|
get {
|
|
return ResourceManager.GetString("Language_uga", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Uighur.
|
|
/// </summary>
|
|
public static string Language_uig {
|
|
get {
|
|
return ResourceManager.GetString("Language_uig", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ukrainian.
|
|
/// </summary>
|
|
public static string Language_ukr {
|
|
get {
|
|
return ResourceManager.GetString("Language_ukr", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umbundu.
|
|
/// </summary>
|
|
public static string Language_umb {
|
|
get {
|
|
return ResourceManager.GetString("Language_umb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Undetermined.
|
|
/// </summary>
|
|
public static string Language_und {
|
|
get {
|
|
return ResourceManager.GetString("Language_und", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Urdu.
|
|
/// </summary>
|
|
public static string Language_urd {
|
|
get {
|
|
return ResourceManager.GetString("Language_urd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Uzbek.
|
|
/// </summary>
|
|
public static string Language_uzb {
|
|
get {
|
|
return ResourceManager.GetString("Language_uzb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vai.
|
|
/// </summary>
|
|
public static string Language_vai {
|
|
get {
|
|
return ResourceManager.GetString("Language_vai", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Venda.
|
|
/// </summary>
|
|
public static string Language_ven {
|
|
get {
|
|
return ResourceManager.GetString("Language_ven", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vietnamese.
|
|
/// </summary>
|
|
public static string Language_vie {
|
|
get {
|
|
return ResourceManager.GetString("Language_vie", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Volapük.
|
|
/// </summary>
|
|
public static string Language_vol {
|
|
get {
|
|
return ResourceManager.GetString("Language_vol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Votic.
|
|
/// </summary>
|
|
public static string Language_vot {
|
|
get {
|
|
return ResourceManager.GetString("Language_vot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wakashan languages.
|
|
/// </summary>
|
|
public static string Language_wak {
|
|
get {
|
|
return ResourceManager.GetString("Language_wak", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wolaitta.
|
|
/// </summary>
|
|
public static string Language_wal {
|
|
get {
|
|
return ResourceManager.GetString("Language_wal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Waray.
|
|
/// </summary>
|
|
public static string Language_war {
|
|
get {
|
|
return ResourceManager.GetString("Language_war", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Washo.
|
|
/// </summary>
|
|
public static string Language_was {
|
|
get {
|
|
return ResourceManager.GetString("Language_was", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Welsh.
|
|
/// </summary>
|
|
public static string Language_wel {
|
|
get {
|
|
return ResourceManager.GetString("Language_wel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sorbian languages.
|
|
/// </summary>
|
|
public static string Language_wen {
|
|
get {
|
|
return ResourceManager.GetString("Language_wen", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Walloon.
|
|
/// </summary>
|
|
public static string Language_wln {
|
|
get {
|
|
return ResourceManager.GetString("Language_wln", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wolof.
|
|
/// </summary>
|
|
public static string Language_wol {
|
|
get {
|
|
return ResourceManager.GetString("Language_wol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kalmyk.
|
|
/// </summary>
|
|
public static string Language_xal {
|
|
get {
|
|
return ResourceManager.GetString("Language_xal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Xhosa.
|
|
/// </summary>
|
|
public static string Language_xho {
|
|
get {
|
|
return ResourceManager.GetString("Language_xho", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yao.
|
|
/// </summary>
|
|
public static string Language_yao {
|
|
get {
|
|
return ResourceManager.GetString("Language_yao", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yapese.
|
|
/// </summary>
|
|
public static string Language_yap {
|
|
get {
|
|
return ResourceManager.GetString("Language_yap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yiddish.
|
|
/// </summary>
|
|
public static string Language_yid {
|
|
get {
|
|
return ResourceManager.GetString("Language_yid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yoruba.
|
|
/// </summary>
|
|
public static string Language_yor {
|
|
get {
|
|
return ResourceManager.GetString("Language_yor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yupik languages.
|
|
/// </summary>
|
|
public static string Language_ypk {
|
|
get {
|
|
return ResourceManager.GetString("Language_ypk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zapotec.
|
|
/// </summary>
|
|
public static string Language_zap {
|
|
get {
|
|
return ResourceManager.GetString("Language_zap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blissymbols.
|
|
/// </summary>
|
|
public static string Language_zbl {
|
|
get {
|
|
return ResourceManager.GetString("Language_zbl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zenaga.
|
|
/// </summary>
|
|
public static string Language_zen {
|
|
get {
|
|
return ResourceManager.GetString("Language_zen", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Standard Moroccan Tamazight.
|
|
/// </summary>
|
|
public static string Language_zgh {
|
|
get {
|
|
return ResourceManager.GetString("Language_zgh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zhuang.
|
|
/// </summary>
|
|
public static string Language_zha {
|
|
get {
|
|
return ResourceManager.GetString("Language_zha", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zande languages.
|
|
/// </summary>
|
|
public static string Language_znd {
|
|
get {
|
|
return ResourceManager.GetString("Language_znd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zulu.
|
|
/// </summary>
|
|
public static string Language_zul {
|
|
get {
|
|
return ResourceManager.GetString("Language_zul", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zuni.
|
|
/// </summary>
|
|
public static string Language_zun {
|
|
get {
|
|
return ResourceManager.GetString("Language_zun", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No linguistic content.
|
|
/// </summary>
|
|
public static string Language_zxx {
|
|
get {
|
|
return ResourceManager.GetString("Language_zxx", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zaza.
|
|
/// </summary>
|
|
public static string Language_zza {
|
|
get {
|
|
return ResourceManager.GetString("Language_zza", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last media of the sequence the media represented by the image corresponds to..
|
|
/// </summary>
|
|
public static string Last_media_of_sequence_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Last_media_of_sequence_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last PoweRec used speed.
|
|
/// </summary>
|
|
public static string Last_PoweRec_used_speed {
|
|
get {
|
|
return ResourceManager.GetString("Last_PoweRec_used_speed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]LBAs with error:[/].
|
|
/// </summary>
|
|
public static string LBAs_with_error {
|
|
get {
|
|
return ResourceManager.GetString("LBAs_with_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]LBAs without checksum:[/].
|
|
/// </summary>
|
|
public static string LBAs_without_checksum {
|
|
get {
|
|
return ResourceManager.GetString("LBAs_without_checksum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Level 1 Version / Product Information Tuple.
|
|
/// </summary>
|
|
public static string Level_1_Version_Product_Information_Tuple {
|
|
get {
|
|
return ResourceManager.GetString("Level_1_Version_Product_Information_Tuple", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to List devices.
|
|
/// </summary>
|
|
public static string List_devices_command {
|
|
get {
|
|
return ResourceManager.GetString("List_devices_command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to List encodings.
|
|
/// </summary>
|
|
public static string List_encodings_command {
|
|
get {
|
|
return ResourceManager.GetString("List_encodings_command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all supported text encodings and code pages..
|
|
/// </summary>
|
|
public static string List_Encodings_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("List_Encodings_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all supported disc images, partition schemes and file systems..
|
|
/// </summary>
|
|
public static string List_Formats_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("List_Formats_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to List namespaces.
|
|
/// </summary>
|
|
public static string List_namespaces_command {
|
|
get {
|
|
return ResourceManager.GetString("List_namespaces_command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lists all namespaces supported by read-only filesystems..
|
|
/// </summary>
|
|
public static string List_Namespaces_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("List_Namespaces_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Listing extended attributes....
|
|
/// </summary>
|
|
public static string Listing_extended_attributes {
|
|
get {
|
|
return ResourceManager.GetString("Listing_extended_attributes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loading main window....
|
|
/// </summary>
|
|
public static string Loading_main_window {
|
|
get {
|
|
return ResourceManager.GetString("Loading_main_window", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loading settings....
|
|
/// </summary>
|
|
public static string Loading_settings {
|
|
get {
|
|
return ResourceManager.GetString("Loading_settings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loading statistics....
|
|
/// </summary>
|
|
public static string Loading_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Loading_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Log saved at {0}.
|
|
/// </summary>
|
|
public static string Log_saved_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Log_saved_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Debug.
|
|
/// </summary>
|
|
public static string LogEntry_Type_Debug {
|
|
get {
|
|
return ResourceManager.GetString("LogEntry_Type_Debug", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error.
|
|
/// </summary>
|
|
public static string LogEntry_Type_Error {
|
|
get {
|
|
return ResourceManager.GetString("LogEntry_Type_Error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception.
|
|
/// </summary>
|
|
public static string LogEntry_Type_Exception {
|
|
get {
|
|
return ResourceManager.GetString("LogEntry_Type_Exception", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Info.
|
|
/// </summary>
|
|
public static string LogEntry_Type_Info {
|
|
get {
|
|
return ResourceManager.GetString("LogEntry_Type_Info", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manufacturer-assigned Serial Number.
|
|
/// </summary>
|
|
public static string Manufacturer_assigned_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Manufacturer_assigned_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manufacturer Identification Tuple.
|
|
/// </summary>
|
|
public static string Manufacturer_Identification_Tuple {
|
|
get {
|
|
return ResourceManager.GetString("Manufacturer_Identification_Tuple", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manufacturer of the drive used to read the media represented by the image..
|
|
/// </summary>
|
|
public static string Manufacturer_of_drive_read_the_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Manufacturer_of_drive_read_the_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Manufacturer of the media represented by the image..
|
|
/// </summary>
|
|
public static string Manufacturer_of_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Manufacturer_of_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maximum number of blocks to read at once..
|
|
/// </summary>
|
|
public static string Maximum_number_of_blocks_to_read_at_once {
|
|
get {
|
|
return ResourceManager.GetString("Maximum_number_of_blocks_to_read_at_once", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maximum PoweRec speed for currently inserted media:.
|
|
/// </summary>
|
|
public static string Maximum_PoweRec_speed_for_currently_inserted_media {
|
|
get {
|
|
return ResourceManager.GetString("Maximum_PoweRec_speed_for_currently_inserted_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Media already dumped correctly, not continuing...[/].
|
|
/// </summary>
|
|
public static string Media_already_dumped_correctly_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Media_already_dumped_correctly_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media already dumped correctly, please choose another destination....
|
|
/// </summary>
|
|
public static string Media_already_dumped_correctly_please_choose_another_destination {
|
|
get {
|
|
return ResourceManager.GetString("Media_already_dumped_correctly_please_choose_another_destination", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media barcode: {0}.
|
|
/// </summary>
|
|
public static string Media_barcode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Media_barcode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands to manage media inserted in devices.
|
|
/// </summary>
|
|
public static string Media_Command_Family_Description {
|
|
get {
|
|
return ResourceManager.GetString("Media_Command_Family_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dumps the media inserted on a device to a media image..
|
|
/// </summary>
|
|
public static string Media_Dump_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Media_Dump_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Media found in images statistics[/][/].
|
|
/// </summary>
|
|
public static string Media_found_in_images_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Media_found_in_images_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Media found in real device statistics[/][/].
|
|
/// </summary>
|
|
public static string Media_found_in_real_device_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Media_found_in_real_device_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to image.
|
|
/// </summary>
|
|
public static string Media_found_type_image {
|
|
get {
|
|
return ResourceManager.GetString("Media_found_type_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to real.
|
|
/// </summary>
|
|
public static string Media_found_type_real {
|
|
get {
|
|
return ResourceManager.GetString("Media_found_type_real", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media geometry: {0} cylinders, {1} heads, {2} sectors per track.
|
|
/// </summary>
|
|
public static string Media_geometry_0_cylinders_1_heads_2_sectors_per_track {
|
|
get {
|
|
return ResourceManager.GetString("Media_geometry_0_cylinders_1_heads_2_sectors_per_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Media image format statistics[/][/].
|
|
/// </summary>
|
|
public static string Media_image_format_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Media_image_format_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media image path.
|
|
/// </summary>
|
|
public static string Media_image_path {
|
|
get {
|
|
return ResourceManager.GetString("Media_image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gets information about the media inserted on a device..
|
|
/// </summary>
|
|
public static string Media_Info_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Media_Info_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media model: {0}.
|
|
/// </summary>
|
|
public static string Media_model_0 {
|
|
get {
|
|
return ResourceManager.GetString("Media_model_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media part number: {0}.
|
|
/// </summary>
|
|
public static string Media_part_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Media_part_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scans the media inserted on a device..
|
|
/// </summary>
|
|
public static string Media_Scan_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Media_Scan_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Media tag [orange3]{0}[/] present in primary image will be lost in output format. Not continuing...[/].
|
|
/// </summary>
|
|
public static string Media_tag_0_present_in_primary_image_will_be_lost_in_output_format {
|
|
get {
|
|
return ResourceManager.GetString("Media_tag_0_present_in_primary_image_will_be_lost_in_output_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Media tag [orange3]{0}[/] present in secondary image will be lost in output format. Not continuing...[/].
|
|
/// </summary>
|
|
public static string Media_tag_0_present_in_secondary_image_will_be_lost_in_output_format {
|
|
get {
|
|
return ResourceManager.GetString("Media_tag_0_present_in_secondary_image_will_be_lost_in_output_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media title: {0}.
|
|
/// </summary>
|
|
public static string Media_title_0 {
|
|
get {
|
|
return ResourceManager.GetString("Media_title_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Media type differs[/].
|
|
/// </summary>
|
|
public static string Media_type_differs {
|
|
get {
|
|
return ResourceManager.GetString("Media_type_differs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Medium types currently inserted in device.
|
|
/// </summary>
|
|
public static string Medium_types_currently_inserted_in_device {
|
|
get {
|
|
return ResourceManager.GetString("Medium_types_currently_inserted_in_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Medium types supported by device:[/][/].
|
|
/// </summary>
|
|
public static string Medium_types_supported_by_device {
|
|
get {
|
|
return ResourceManager.GetString("Medium_types_supported_by_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _About.
|
|
/// </summary>
|
|
public static string Menu_About {
|
|
get {
|
|
return ResourceManager.GetString("Menu_About", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Close all images.
|
|
/// </summary>
|
|
public static string Menu_Close_all_images {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Close_all_images", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connect to AaruRemote.
|
|
/// </summary>
|
|
public static string Menu_Connect_to_AaruRemote {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Connect_to_AaruRemote", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Console.
|
|
/// </summary>
|
|
public static string Menu_Console {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Create metadata sidecar....
|
|
/// </summary>
|
|
public static string Menu_Create_metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Create_metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit _image metadata.
|
|
/// </summary>
|
|
public static string Menu_Edit_image_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Edit_image_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Edit metadata sidecar....
|
|
/// </summary>
|
|
public static string Menu_Edit_metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Edit_metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Encodings.
|
|
/// </summary>
|
|
public static string Menu_Encodings {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Encodings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to E_xit.
|
|
/// </summary>
|
|
public static string Menu_Exit {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Exit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _File.
|
|
/// </summary>
|
|
public static string Menu_File {
|
|
get {
|
|
return ResourceManager.GetString("Menu_File", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Help.
|
|
/// </summary>
|
|
public static string Menu_Help {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Image.
|
|
/// </summary>
|
|
public static string Menu_Image {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Metadata.
|
|
/// </summary>
|
|
public static string Menu_Metadata {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Open.
|
|
/// </summary>
|
|
public static string Menu_Open {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Open", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open _device....
|
|
/// </summary>
|
|
public static string Menu_Open_device {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Open_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open _IMGBurn log.
|
|
/// </summary>
|
|
public static string Menu_Open_IMGBurn_log {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Open_IMGBurn_log", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open _MHDD log.
|
|
/// </summary>
|
|
public static string Menu_Open_MHDD_log {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Open_MHDD_log", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Plugins.
|
|
/// </summary>
|
|
public static string Menu_Plugins {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Plugins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Preferences.
|
|
/// </summary>
|
|
public static string Menu_Preferences {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Preferences", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Quit.
|
|
/// </summary>
|
|
public static string Menu_Quit {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Quit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Refresh.
|
|
/// </summary>
|
|
public static string Menu_Refresh {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Refresh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Refresh devices.
|
|
/// </summary>
|
|
public static string Menu_Refresh_devices {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Refresh_devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Settings.
|
|
/// </summary>
|
|
public static string Menu_Settings {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Settings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Statistics.
|
|
/// </summary>
|
|
public static string Menu_Statistics {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Window.
|
|
/// </summary>
|
|
public static string Menu_Window {
|
|
get {
|
|
return ResourceManager.GetString("Menu_Window", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Merge completed successfully![/].
|
|
/// </summary>
|
|
public static string Merge_completed_successfully {
|
|
get {
|
|
return ResourceManager.GetString("Merge_completed_successfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Metadata saved successfully..
|
|
/// </summary>
|
|
public static string Metadata_saved_successfully {
|
|
get {
|
|
return ResourceManager.GetString("Metadata_saved_successfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MHDD Log Files.
|
|
/// </summary>
|
|
public static string MHDD_Log_Files {
|
|
get {
|
|
return ResourceManager.GetString("MHDD_Log_Files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Migrating local database....
|
|
/// </summary>
|
|
public static string Migrating_local_database {
|
|
get {
|
|
return ResourceManager.GetString("Migrating_local_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MODE {0:X2}h.
|
|
/// </summary>
|
|
public static string MODE_0 {
|
|
get {
|
|
return ResourceManager.GetString("MODE_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MODE {0:X2} Subpage {1:X2}.
|
|
/// </summary>
|
|
public static string MODE_0_Subpage_1 {
|
|
get {
|
|
return ResourceManager.GetString("MODE_0_Subpage_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Model of the drive used to read the media represented by the image..
|
|
/// </summary>
|
|
public static string Model_of_drive_used_by_media {
|
|
get {
|
|
return ResourceManager.GetString("Model_of_drive_used_by_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Model of the media represented by the image..
|
|
/// </summary>
|
|
public static string Model_of_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Model_of_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]More than one plugin supports requested extension.[/].
|
|
/// </summary>
|
|
public static string More_than_one_plugin_supports_requested_extension {
|
|
get {
|
|
return ResourceManager.GetString("More_than_one_plugin_supports_requested_extension", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Mounting filesystem...[/].
|
|
/// </summary>
|
|
public static string Mounting_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Mounting_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name of character encoding to use..
|
|
/// </summary>
|
|
public static string Name_of_character_encoding_to_use {
|
|
get {
|
|
return ResourceManager.GetString("Name_of_character_encoding_to_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Namespace to use for filenames..
|
|
/// </summary>
|
|
public static string Namespace_to_use_for_filenames {
|
|
get {
|
|
return ResourceManager.GetString("Namespace_to_use_for_filenames", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Namespaces for [teal]{0}[/]:[/][/].
|
|
/// </summary>
|
|
public static string Namespaces_for_0 {
|
|
get {
|
|
return ResourceManager.GetString("Namespaces_for_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Need to specify more than 0 sectors to copy at once[/].
|
|
/// </summary>
|
|
public static string Need_to_specify_more_than_zero_sectors_to_copy_at_once {
|
|
get {
|
|
return ResourceManager.GetString("Need_to_specify_more_than_zero_sectors_to_copy_at_once", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]New database version, updating...[/].
|
|
/// </summary>
|
|
public static string New_database_version_updating {
|
|
get {
|
|
return ResourceManager.GetString("New_database_version_updating", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Building Wii partition key map...[/].
|
|
/// </summary>
|
|
public static string Ngcw_building_partition_key_map {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_building_partition_key_map", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Cannot parse Wii partition table.[/].
|
|
/// </summary>
|
|
public static string Ngcw_cannot_parse_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_cannot_parse_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Converted [green]{0}[/] data sectors and [teal]{1}[/] junk sectors.[/].
|
|
/// </summary>
|
|
public static string Ngcw_converted_0_data_1_junk {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_converted_0_data_1_junk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Disc number: [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Ngcw_disc_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_disc_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Found [green]{0}[/] Wii partition(s).[/].
|
|
/// </summary>
|
|
public static string Ngcw_found_0_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_found_0_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Game ID: [aqua]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Ngcw_game_id_0 {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_game_id_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Derived Nintendo disc key: [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Ngcw_nintendo_derived_key_0 {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_nintendo_derived_key_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Nintendo software descrambling enabled (OmniDrive raw, descramble=0).[/].
|
|
/// </summary>
|
|
public static string Ngcw_nintendo_software_descramble {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_nintendo_software_descramble", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Parsing Wii partition table...[/].
|
|
/// </summary>
|
|
public static string Ngcw_parsing_partition_table {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_parsing_partition_table", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Stored junk map with [teal]{0}[/] entries ([green]{1}[/] bytes).[/].
|
|
/// </summary>
|
|
public static string Ngcw_stored_junk_map_0_entries_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_stored_junk_map_0_entries_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Title: [aqua]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Ngcw_title_0 {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_title_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Wii partition decryption bypass: storing encrypted partition data as read.[/].
|
|
/// </summary>
|
|
public static string Ngcw_wii_dump_bypass_decryption {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_wii_dump_bypass_decryption", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Written media tag: Wii Partition Key Map.[/].
|
|
/// </summary>
|
|
public static string Ngcw_written_partition_key_map {
|
|
get {
|
|
return ResourceManager.GetString("Ngcw_written_partition_key_map", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No error given.
|
|
/// </summary>
|
|
public static string No_error_given {
|
|
get {
|
|
return ResourceManager.GetString("No_error_given", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No known devices attached..
|
|
/// </summary>
|
|
public static string No_known_devices_attached {
|
|
get {
|
|
return ResourceManager.GetString("No_known_devices_attached", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No media inserted.
|
|
/// </summary>
|
|
public static string No_media_inserted {
|
|
get {
|
|
return ResourceManager.GetString("No_media_inserted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]No partitions found[/].
|
|
/// </summary>
|
|
public static string No_partitions_found {
|
|
get {
|
|
return ResourceManager.GetString("No_partitions_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]No partitions found, not searching for filesystems[/].
|
|
/// </summary>
|
|
public static string No_partitions_found_not_searching_for_filesystems {
|
|
get {
|
|
return ResourceManager.GetString("No_partitions_found_not_searching_for_filesystems", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]No plugin supports requested extension.[/].
|
|
/// </summary>
|
|
public static string No_plugin_supports_requested_extension {
|
|
get {
|
|
return ResourceManager.GetString("No_plugin_supports_requested_extension", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]No sectors to merge, output image will be identical to primary image, not continuing...[/].
|
|
/// </summary>
|
|
public static string No_sectors_to_merge__output_image_will_be_identical_to_primary_image_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString(("No_sectors_to_merge__output_image_will_be_identical_to_primary_image_not_continui" +
|
|
"ng"), resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Non-removable device commands not yet implemented.
|
|
/// </summary>
|
|
public static string Non_removable_device_commands_not_yet_implemented {
|
|
get {
|
|
return ResourceManager.GetString("Non_removable_device_commands_not_yet_implemented", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Not continuing..
|
|
/// </summary>
|
|
public static string Not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Not decoding sectors tags.
|
|
/// </summary>
|
|
public static string Not_decoding_sectors_tags {
|
|
get {
|
|
return ResourceManager.GetString("Not_decoding_sectors_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nothing opened..
|
|
/// </summary>
|
|
public static string Nothing_opened {
|
|
get {
|
|
return ResourceManager.GetString("Nothing_opened", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Number in sequence for the media represented by the image..
|
|
/// </summary>
|
|
public static string Number_in_sequence_for_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Number_in_sequence_for_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Obtaining archive information...[/].
|
|
/// </summary>
|
|
public static string Obtaining_archive_information {
|
|
get {
|
|
return ResourceManager.GetString("Obtaining_archive_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Opening archive....
|
|
/// </summary>
|
|
public static string Opening_archive {
|
|
get {
|
|
return ResourceManager.GetString("Opening_archive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Opening device...[/].
|
|
/// </summary>
|
|
public static string Opening_device {
|
|
get {
|
|
return ResourceManager.GetString("Opening_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Opening image 1 file...[/].
|
|
/// </summary>
|
|
public static string Opening_first_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Opening_first_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Opening image 2 file...[/].
|
|
/// </summary>
|
|
public static string Opening_second_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Opening_second_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Operation canceled, the output file is not correct..
|
|
/// </summary>
|
|
public static string Operation_canceled_the_output_file_is_not_correct {
|
|
get {
|
|
return ResourceManager.GetString("Operation_canceled_the_output_file_is_not_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Optimal multiple read is [aqua]{0}[/] sectors.[/].
|
|
/// </summary>
|
|
public static string Optimal_multiple_read_is_0_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Optimal_multiple_read_is_0_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Options for [italic][teal]{0}[/][/]:[/][/].
|
|
/// </summary>
|
|
public static string Options_for_0 {
|
|
get {
|
|
return ResourceManager.GetString("Options_for_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to For MMC/SD, use OS buffered reads if CMD23 is not supported..
|
|
/// </summary>
|
|
public static string OS_buffered_reads_help {
|
|
get {
|
|
return ResourceManager.GetString("OS_buffered_reads_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Output directory missing.[/].
|
|
/// </summary>
|
|
public static string Output_directory_missing {
|
|
get {
|
|
return ResourceManager.GetString("Output_directory_missing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Output file already exists, not continuing.[/].
|
|
/// </summary>
|
|
public static string Output_file_already_exists {
|
|
get {
|
|
return ResourceManager.GetString("Output_file_already_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Output file for the JSON schema.
|
|
/// </summary>
|
|
public static string Output_file_for_the_JSON_schema {
|
|
get {
|
|
return ResourceManager.GetString("Output_file_for_the_JSON_schema", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Output format.
|
|
/// </summary>
|
|
public static string Output_format {
|
|
get {
|
|
return ResourceManager.GetString("Output_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Output format does not support media type, cannot continue...[/].
|
|
/// </summary>
|
|
public static string Output_format_does_not_support_media_type {
|
|
get {
|
|
return ResourceManager.GetString("Output_format_does_not_support_media_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Output image does not support sector tag [orange3]{0}[/], data will be lost. Not continuing...[/].
|
|
/// </summary>
|
|
public static string Output_image_does_not_support_sector_tag_0_data_will_be_lost {
|
|
get {
|
|
return ResourceManager.GetString("Output_image_does_not_support_sector_tag_0_data_will_be_lost", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Output image format: [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Output_image_format_0 {
|
|
get {
|
|
return ResourceManager.GetString("Output_image_format_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Output image format: [green]{0}[/] ([red]{1}[/]).[/].
|
|
/// </summary>
|
|
public static string Output_image_format_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Output_image_format_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Output image path.
|
|
/// </summary>
|
|
public static string Output_image_path {
|
|
get {
|
|
return ResourceManager.GetString("Output_image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Output image path. If filename starts with # and exists, it will be read as a list of output images, its extension will be used to detect the image output format, each media will be ejected and confirmation for the next one will be asked..
|
|
/// </summary>
|
|
public static string Output_image_path_Dump_help {
|
|
get {
|
|
return ResourceManager.GetString("Output_image_path_Dump_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Output is required[/].
|
|
/// </summary>
|
|
public static string Output_is_required {
|
|
get {
|
|
return ResourceManager.GetString("Output_is_required", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Page {0:X2}h.
|
|
/// </summary>
|
|
public static string Page_0_h {
|
|
get {
|
|
return ResourceManager.GetString("Page_0_h", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to all.
|
|
/// </summary>
|
|
public static string Parameter_response_all_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Parameter_response_all_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not trust the drive, check the sectors integrity before writing them to the image. Valid only for CD/GD..
|
|
/// </summary>
|
|
public static string Paranoia_help {
|
|
get {
|
|
return ResourceManager.GetString("Paranoia_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Parsed options:.
|
|
/// </summary>
|
|
public static string Parsed_options {
|
|
get {
|
|
return ResourceManager.GetString("Parsed_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Parsing sectors file...[/].
|
|
/// </summary>
|
|
public static string Parsing_sectors_file {
|
|
get {
|
|
return ResourceManager.GetString("Parsing_sectors_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Part number of the media represented by the image..
|
|
/// </summary>
|
|
public static string Part_number_of_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Part_number_of_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Partition {0}:[/][/].
|
|
/// </summary>
|
|
public static string Partition_0 {
|
|
get {
|
|
return ResourceManager.GetString("Partition_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Partitioning scheme statistics[/][/].
|
|
/// </summary>
|
|
public static string Partitioning_scheme_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Partitioning_scheme_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][olive]Path[/][/].
|
|
/// </summary>
|
|
public static string Path {
|
|
get {
|
|
return ResourceManager.GetString("Path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Path:[/] [green]{0}[/].
|
|
/// </summary>
|
|
public static string Path_0 {
|
|
get {
|
|
return ResourceManager.GetString("Path_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path to log file..
|
|
/// </summary>
|
|
public static string Path_to_log_file {
|
|
get {
|
|
return ResourceManager.GetString("Path_to_log_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path to the output merged image file..
|
|
/// </summary>
|
|
public static string Path_to_the_output_merged_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Path_to_the_output_merged_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path to the primary image file..
|
|
/// </summary>
|
|
public static string Path_to_the_primary_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Path_to_the_primary_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path to the secondary image file..
|
|
/// </summary>
|
|
public static string Path_to_the_secondary_image_file {
|
|
get {
|
|
return ResourceManager.GetString("Path_to_the_secondary_image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pauses before exiting..
|
|
/// </summary>
|
|
public static string Pauses_before_exiting {
|
|
get {
|
|
return ResourceManager.GetString("Pauses_before_exiting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]PCMCIA CIS is [teal]{0}[/] bytes[/].
|
|
/// </summary>
|
|
public static string PCMCIA_CIS_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("PCMCIA_CIS_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PCMCIA CIS returned no tuples.
|
|
/// </summary>
|
|
public static string PCMCIA_CIS_returned_no_tuples {
|
|
get {
|
|
return ResourceManager.GetString("PCMCIA_CIS_returned_no_tuples", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Physical Format Information.
|
|
/// </summary>
|
|
public static string Physical_Format_Information {
|
|
get {
|
|
return ResourceManager.GetString("Physical_Format_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please burn an audio trap disc before continuing....
|
|
/// </summary>
|
|
public static string Please_burn_audio_trap_disc {
|
|
get {
|
|
return ResourceManager.GetString("Please_burn_audio_trap_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please insert it in the drive and press any key when it is ready..
|
|
/// </summary>
|
|
public static string Please_insert_it_in_the_drive {
|
|
get {
|
|
return ResourceManager.GetString("Please_insert_it_in_the_drive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Please insert media with title [green]{0}[/] and press any key to continue...[/].
|
|
/// </summary>
|
|
public static string Please_insert_media_with_title_0_and_press_any_key_to_continue_ {
|
|
get {
|
|
return ResourceManager.GetString("Please_insert_media_with_title_0_and_press_any_key_to_continue_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please manually remove file at {0}.
|
|
/// </summary>
|
|
public static string Please_manually_remove_file_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Please_manually_remove_file_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please remove any media from the device and press any key when it is out..
|
|
/// </summary>
|
|
public static string Please_remove_any_media {
|
|
get {
|
|
return ResourceManager.GetString("Please_remove_any_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please use device-info command for ATA devices..
|
|
/// </summary>
|
|
public static string Please_use_device_info_command_for_ATA_devices {
|
|
get {
|
|
return ResourceManager.GetString("Please_use_device_info_command_for_ATA_devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please use device-info command for MMC/SD devices..
|
|
/// </summary>
|
|
public static string Please_use_device_info_command_for_MMC_SD_devices {
|
|
get {
|
|
return ResourceManager.GetString("Please_use_device_info_command_for_MMC_SD_devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PoweRec is enabled.
|
|
/// </summary>
|
|
public static string PoweRec_is_enabled {
|
|
get {
|
|
return ResourceManager.GetString("PoweRec_is_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prefix for saving binary information from device..
|
|
/// </summary>
|
|
public static string Prefix_for_saving_binary_information {
|
|
get {
|
|
return ResourceManager.GetString("Prefix_for_saving_binary_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Press any key to exit..
|
|
/// </summary>
|
|
public static string Press_any_key_to_exit {
|
|
get {
|
|
return ResourceManager.GetString("Press_any_key_to_exit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Primary hardware [lime]{0}[/], extent [teal]{1}[/]: [violet]{2}[/]-[violet]{3}[/][/].
|
|
/// </summary>
|
|
public static string Primary_hardware_0_extent_1_2_to_3 {
|
|
get {
|
|
return ResourceManager.GetString("Primary_hardware_0_extent_1_2_to_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Print sectors with tags included..
|
|
/// </summary>
|
|
public static string Print_sectors_with_tags_included {
|
|
get {
|
|
return ResourceManager.GetString("Print_sectors_with_tags_included", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Processing extent sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Processing_extent_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Processing_extent_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Processing override sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Processing_override_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Processing_override_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Processing override sectors[/].
|
|
/// </summary>
|
|
public static string Processing_override_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Processing_override_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Processing sector [violet]{0}[/][/].
|
|
/// </summary>
|
|
public static string Processing_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Processing_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]PS3 conversion path is only supported when the output format is [purple]AaruFormat[/].[/].
|
|
/// </summary>
|
|
public static string PS3_conversion_requires_AaruFormat {
|
|
get {
|
|
return ResourceManager.GetString("PS3_conversion_requires_AaruFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]PS3 disc key resolved from [aqua]{0}[/].[/].
|
|
/// </summary>
|
|
public static string PS3_disc_key_resolved_from_0 {
|
|
get {
|
|
return ResourceManager.GetString("PS3_disc_key_resolved_from_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]PS3 encryption map: [green]{0}[/] plaintext region(s).[/].
|
|
/// </summary>
|
|
public static string PS3_encryption_map_0_regions {
|
|
get {
|
|
return ResourceManager.GetString("PS3_encryption_map_0_regions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Error reading sector [green]0[/] for PS3 encryption map.[/].
|
|
/// </summary>
|
|
public static string PS3_error_reading_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("PS3_error_reading_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]PS3 conversion requires a disc key. Provide a .disc_key, .data1, or .ird sidecar file.[/].
|
|
/// </summary>
|
|
public static string PS3_no_disc_key_found {
|
|
get {
|
|
return ResourceManager.GetString("PS3_no_disc_key_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]PS3 title/part number enriched from [purple]IRD[/] sidecar.[/].
|
|
/// </summary>
|
|
public static string PS3_title_from_ird {
|
|
get {
|
|
return ResourceManager.GetString("PS3_title_from_ird", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]PS3 title/part number enriched from [purple]PARAM.SFO[/].[/].
|
|
/// </summary>
|
|
public static string PS3_title_from_sfo {
|
|
get {
|
|
return ResourceManager.GetString("PS3_title_from_sfo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Writing PS3 media tag: [orange1]{0}[/].[/].
|
|
/// </summary>
|
|
public static string PS3_writing_media_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("PS3_writing_media_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pseudo-OverWrite Resources.
|
|
/// </summary>
|
|
public static string Pseudo_OverWrite_Resources {
|
|
get {
|
|
return ResourceManager.GetString("Pseudo_OverWrite_Resources", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Quantum Firmware Build Information page.
|
|
/// </summary>
|
|
public static string Quantum_Firmware_Build_Information_page {
|
|
get {
|
|
return ResourceManager.GetString("Quantum_Firmware_Build_Information_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Querying device information...[/].
|
|
/// </summary>
|
|
public static string Querying_device_information {
|
|
get {
|
|
return ResourceManager.GetString("Querying_device_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Querying media information...[/].
|
|
/// </summary>
|
|
public static string Querying_media_information {
|
|
get {
|
|
return ResourceManager.GetString("Querying_media_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive][bold]EXPERIMENTAL:[/] Enable raw dumping mode. This feature is experimental and may not work correctly with all devices or media types. Use at your own risk.[/].
|
|
/// </summary>
|
|
public static string Raw_dumping_experimental_help {
|
|
get {
|
|
return ResourceManager.GetString("Raw_dumping_experimental_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Read-only filesystems options:.
|
|
/// </summary>
|
|
public static string Read_only_filesystems_options {
|
|
get {
|
|
return ResourceManager.GetString("Read_only_filesystems_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Read-only media image formats ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Read_only_media_image_formats_0 {
|
|
get {
|
|
return ResourceManager.GetString("Read_only_media_image_formats_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Read/write media image formats ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Read_write_media_image_formats_0 {
|
|
get {
|
|
return ResourceManager.GetString("Read_write_media_image_formats_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Read/Write media images options:.
|
|
/// </summary>
|
|
public static string Read_Write_media_images_options {
|
|
get {
|
|
return ResourceManager.GetString("Read_Write_media_images_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reading data....
|
|
/// </summary>
|
|
public static string Reading_data {
|
|
get {
|
|
return ResourceManager.GetString("Reading_data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Reading directory...[/].
|
|
/// </summary>
|
|
public static string Reading_directory {
|
|
get {
|
|
return ResourceManager.GetString("Reading_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Reading extended attribute...[/].
|
|
/// </summary>
|
|
public static string Reading_extended_attribute {
|
|
get {
|
|
return ResourceManager.GetString("Reading_extended_attribute", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Reading file [green]{0}[/]...[/].
|
|
/// </summary>
|
|
public static string Reading_file_0 {
|
|
get {
|
|
return ResourceManager.GetString("Reading_file_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reading sector....
|
|
/// </summary>
|
|
public static string Reading_sector {
|
|
get {
|
|
return ResourceManager.GetString("Reading_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Recommended speed.
|
|
/// </summary>
|
|
public static string Recommended_speed {
|
|
get {
|
|
return ResourceManager.GetString("Recommended_speed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reel Motor 1 Serial Number.
|
|
/// </summary>
|
|
public static string Reel_Motor_1_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Reel_Motor_1_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reel Motor 2 Serial Number.
|
|
/// </summary>
|
|
public static string Reel_Motor_2_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Reel_Motor_2_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refreshing devices.
|
|
/// </summary>
|
|
public static string Refreshing_devices {
|
|
get {
|
|
return ResourceManager.GetString("Refreshing_devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Registering encodings....
|
|
/// </summary>
|
|
public static string Registering_encodings {
|
|
get {
|
|
return ResourceManager.GetString("Registering_encodings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Registering plugins....
|
|
/// </summary>
|
|
public static string Registering_plugins {
|
|
get {
|
|
return ResourceManager.GetString("Registering_plugins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adware.
|
|
/// </summary>
|
|
public static string ReleaseType_Adware {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Adware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bundle.
|
|
/// </summary>
|
|
public static string ReleaseType_Bundle {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Bundle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cover Disc.
|
|
/// </summary>
|
|
public static string ReleaseType_Coverdisc {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Coverdisc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Demo.
|
|
/// </summary>
|
|
public static string ReleaseType_Demo {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Demo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Digital Download.
|
|
/// </summary>
|
|
public static string ReleaseType_DigitalDownload {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_DigitalDownload", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Donationware.
|
|
/// </summary>
|
|
public static string ReleaseType_Donationware {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Donationware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FOSS (Free/Open Source).
|
|
/// </summary>
|
|
public static string ReleaseType_FOSS {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_FOSS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OEM.
|
|
/// </summary>
|
|
public static string ReleaseType_OEM {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_OEM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Retail.
|
|
/// </summary>
|
|
public static string ReleaseType_Retail {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Retail", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SaaS (Software as a Service).
|
|
/// </summary>
|
|
public static string ReleaseType_SaaS {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_SaaS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shareware.
|
|
/// </summary>
|
|
public static string ReleaseType_Shareware {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Shareware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription.
|
|
/// </summary>
|
|
public static string ReleaseType_Subscription {
|
|
get {
|
|
return ResourceManager.GetString("ReleaseType_Subscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tests connection to a Aaru Remote Server..
|
|
/// </summary>
|
|
public static string Remote_Command_Description {
|
|
get {
|
|
return ResourceManager.GetString("Remote_Command_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Requested sectors with tags, unsupported by underlying image format, printing only user data..
|
|
/// </summary>
|
|
public static string Requested_sectors_tags_unsupported_by_image_format_printing_user_data {
|
|
get {
|
|
return ResourceManager.GetString("Requested_sectors_tags_unsupported_by_image_format_printing_user_data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Resume file does not contain dump hardware information....
|
|
/// </summary>
|
|
public static string Resume_file_does_not_contain_dump_hardware_information {
|
|
get {
|
|
return ResourceManager.GetString("Resume_file_does_not_contain_dump_hardware_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Resume file for primary image.
|
|
/// </summary>
|
|
public static string Resume_file_for_primary_image {
|
|
get {
|
|
return ResourceManager.GetString("Resume_file_for_primary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Resume file for secondary image.
|
|
/// </summary>
|
|
public static string Resume_file_for_secondary_image {
|
|
get {
|
|
return ResourceManager.GetString("Resume_file_for_secondary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Retrieving file information...[/].
|
|
/// </summary>
|
|
public static string Retrieving_file_information {
|
|
get {
|
|
return ResourceManager.GetString("Retrieving_file_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Retrieving SCSI information...[/].
|
|
/// </summary>
|
|
public static string Retrieving_SCSI_information {
|
|
get {
|
|
return ResourceManager.GetString("Retrieving_SCSI_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Retry passes.
|
|
/// </summary>
|
|
public static string Retry_passes {
|
|
get {
|
|
return ResourceManager.GetString("Retry_passes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Retry subchannel. Implies fixing subchannel position..
|
|
/// </summary>
|
|
public static string Retry_subchannel_help {
|
|
get {
|
|
return ResourceManager.GetString("Retry_subchannel_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Root directory[/].
|
|
/// </summary>
|
|
public static string Root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Running in {0} architecture.
|
|
/// </summary>
|
|
public static string Running_in_0_architecture {
|
|
get {
|
|
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save descriptors to file.
|
|
/// </summary>
|
|
public static string Save_descriptors_to_file {
|
|
get {
|
|
return ResourceManager.GetString("Save_descriptors_to_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save device reports in shared folder of your computer?.
|
|
/// </summary>
|
|
public static string Save_device_reports_in_shared_folder_of_your_computer_Q {
|
|
get {
|
|
return ResourceManager.GetString("Save_device_reports_in_shared_folder_of_your_computer_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save stats about your Aaru usage?.
|
|
/// </summary>
|
|
public static string Save_stats_about_your_Aaru_usage_Q {
|
|
get {
|
|
return ResourceManager.GetString("Save_stats_about_your_Aaru_usage_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Saving statistics....
|
|
/// </summary>
|
|
public static string Saving_statistics {
|
|
get {
|
|
return ResourceManager.GetString("Saving_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Schema successfully written to {0}[/].
|
|
/// </summary>
|
|
public static string Schema_successfully_written_to_0 {
|
|
get {
|
|
return ResourceManager.GetString("Schema_successfully_written_to_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Device identification.
|
|
/// </summary>
|
|
public static string SCSI_Device_identification {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Device_identification", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Extended INQUIRY Data.
|
|
/// </summary>
|
|
public static string SCSI_Extended_INQUIRY_Data {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Extended_INQUIRY_Data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Implemented operating definitions.
|
|
/// </summary>
|
|
public static string SCSI_Implemented_operating_definitions {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Implemented_operating_definitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI INQUIRY command response:.
|
|
/// </summary>
|
|
public static string SCSI_INQUIRY_command_response {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_INQUIRY_command_response", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Management Network Addresses.
|
|
/// </summary>
|
|
public static string SCSI_Management_Network_Addresses {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Management_Network_Addresses", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Sequential-access Device Capabilities.
|
|
/// </summary>
|
|
public static string SCSI_Sequential_access_Device_Capabilities {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Sequential_access_Device_Capabilities", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI Software Interface Identifiers.
|
|
/// </summary>
|
|
public static string SCSI_Software_Interface_Identifiers {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_Software_Interface_Identifiers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI to ATA Translation Layer Data.
|
|
/// </summary>
|
|
public static string SCSI_to_ATA_Translation_Layer_Data {
|
|
get {
|
|
return ResourceManager.GetString("SCSI_to_ATA_Translation_Layer_Data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Seagate Firmware Numbers page.
|
|
/// </summary>
|
|
public static string Seagate_Firmware_Numbers_page {
|
|
get {
|
|
return ResourceManager.GetString("Seagate_Firmware_Numbers_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Searches and interprets partitions..
|
|
/// </summary>
|
|
public static string Searches_and_interprets_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Searches_and_interprets_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Searches and prints information about filesystems..
|
|
/// </summary>
|
|
public static string Searches_and_prints_information_about_filesystems {
|
|
get {
|
|
return ResourceManager.GetString("Searches_and_prints_information_about_filesystems", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Image 2 has more sectors[/].
|
|
/// </summary>
|
|
public static string Second_image_has_more_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Second_image_has_more_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input file 2 format identified by [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string Second_input_file_format_identified_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Second_input_file_format_identified_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Input file 2 format identified by [green]{0}[/] ([italic][red]{1}[/][/]).[/].
|
|
/// </summary>
|
|
public static string Second_input_file_format_identified_by_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Second_input_file_format_identified_by_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input file 2 format not identified, not proceeding with comparison..
|
|
/// </summary>
|
|
public static string Second_input_file_format_not_identified {
|
|
get {
|
|
return ResourceManager.GetString("Second_input_file_format_not_identified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Second media image path.
|
|
/// </summary>
|
|
public static string Second_media_image_path {
|
|
get {
|
|
return ResourceManager.GetString("Second_media_image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Secondary hardware [lime]{0}[/], extent [teal]{1}[/]: [violet]{2}[/]-[violet]{3}[/][/].
|
|
/// </summary>
|
|
public static string Secondary_hardware_0_extent_1_2_to_3 {
|
|
get {
|
|
return ResourceManager.GetString("Secondary_hardware_0_extent_1_2_to_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sector {0}.
|
|
/// </summary>
|
|
public static string Sector_0_as_in_sector_number {
|
|
get {
|
|
return ResourceManager.GetString("Sector_0_as_in_sector_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]sector [violet]{0}[/], byte [lime]{1}[/][/].
|
|
/// </summary>
|
|
public static string sector_0_byte_1 {
|
|
get {
|
|
return ResourceManager.GetString("sector_0_byte_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sector to start decoding from..
|
|
/// </summary>
|
|
public static string Sector_to_start_decoding_from {
|
|
get {
|
|
return ResourceManager.GetString("Sector_to_start_decoding_from", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Sectors file contains invalid sector number 0, not continuing...[/].
|
|
/// </summary>
|
|
public static string Sectors_file_contains_invalid_sector_number_0_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString("Sectors_file_contains_invalid_sector_number_0_not_continuing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Sectors file contains sector [lime]{0}[/] which exceeds the maximum allowed sector [violet]{1}[/], not continuing...[/].
|
|
/// </summary>
|
|
public static string Sectors_file_contains_sector_0_which_exceeds_the_maximum_allowed_sector_1_not_continuing {
|
|
get {
|
|
return ResourceManager.GetString(("Sectors_file_contains_sector_0_which_exceeds_the_maximum_allowed_sector_1_not_con" +
|
|
"tinuing"), resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Selected PoweRec speed for currently inserted media:.
|
|
/// </summary>
|
|
public static string Selected_PoweRec_speed_for_currently_inserted_media {
|
|
get {
|
|
return ResourceManager.GetString("Selected_PoweRec_speed_for_currently_inserted_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [aqua]Serial[/].
|
|
/// </summary>
|
|
public static string Serial {
|
|
get {
|
|
return ResourceManager.GetString("Serial", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number of the drive used to read the media represented by the image..
|
|
/// </summary>
|
|
public static string Serial_number_of_drive_read_the_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Serial_number_of_drive_read_the_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number of the media represented by the image..
|
|
/// </summary>
|
|
public static string Serial_number_of_media_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Serial_number_of_media_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Server application[/].
|
|
/// </summary>
|
|
public static string Server_application {
|
|
get {
|
|
return ResourceManager.GetString("Server_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Server maximum protocol[/].
|
|
/// </summary>
|
|
public static string Server_maximum_protocol {
|
|
get {
|
|
return ResourceManager.GetString("Server_maximum_protocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [orange3]Server operating system[/].
|
|
/// </summary>
|
|
public static string Server_operating_system {
|
|
get {
|
|
return ResourceManager.GetString("Server_operating_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Server sent invalid data..
|
|
/// </summary>
|
|
public static string Server_sent_invalid_data {
|
|
get {
|
|
return ResourceManager.GetString("Server_sent_invalid_data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Setting geometry to [lime]{0}[/] cylinders, [lime]{1}[/] heads and [lime]{2}[/] sectors per track[/].
|
|
/// </summary>
|
|
public static string Setting_geometry_to_0_cylinders_1_heads_and_2_sectors_per_track {
|
|
get {
|
|
return ResourceManager.GetString("Setting_geometry_to_0_cylinders_1_heads_and_2_sectors_per_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Setting image metadata.
|
|
/// </summary>
|
|
public static string Setting_image_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Setting_image_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Setting tracks list.
|
|
/// </summary>
|
|
public static string Setting_tracks_list {
|
|
get {
|
|
return ResourceManager.GetString("Setting_tracks_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Share your device reports with us?.
|
|
/// </summary>
|
|
public static string Share_your_device_reports_with_us_Q {
|
|
get {
|
|
return ResourceManager.GetString("Share_your_device_reports_with_us_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Share your stats (anonymously)?.
|
|
/// </summary>
|
|
public static string Share_your_stats_anonymously_Q {
|
|
get {
|
|
return ResourceManager.GetString("Share_your_stats_anonymously_Q", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show long sector.
|
|
/// </summary>
|
|
public static string Show_long_sector {
|
|
get {
|
|
return ResourceManager.GetString("Show_long_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shows debug output from plugins..
|
|
/// </summary>
|
|
public static string Shows_debug_output_from_plugins {
|
|
get {
|
|
return ResourceManager.GetString("Shows_debug_output_from_plugins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Shows verbose output..
|
|
/// </summary>
|
|
public static string Shows_verbose_output {
|
|
get {
|
|
return ResourceManager.GetString("Shows_verbose_output", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SilentMode is enabled.
|
|
/// </summary>
|
|
public static string SilentMode_is_enabled {
|
|
get {
|
|
return ResourceManager.GetString("SilentMode_is_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip the hole between data and audio in a CD-i Ready disc..
|
|
/// </summary>
|
|
public static string Skip_CDi_Ready_hole_help {
|
|
get {
|
|
return ResourceManager.GetString("Skip_CDi_Ready_hole_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skipped sectors on error.
|
|
/// </summary>
|
|
public static string Skipped_sectors_on_error {
|
|
get {
|
|
return ResourceManager.GetString("Skipped_sectors_on_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Some warnings happened. Check console for more information. Image should be correct..
|
|
/// </summary>
|
|
public static string Some_warnings_happened_Check_console {
|
|
get {
|
|
return ResourceManager.GetString("Some_warnings_happened_Check_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Sorting sectors[/].
|
|
/// </summary>
|
|
public static string Sorting_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Sorting_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source image.
|
|
/// </summary>
|
|
public static string Source_image {
|
|
get {
|
|
return ResourceManager.GetString("Source_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Spare Area Information.
|
|
/// </summary>
|
|
public static string Spare_Area_Information {
|
|
get {
|
|
return ResourceManager.GetString("Spare_Area_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Specified encoding is not supported.[/].
|
|
/// </summary>
|
|
public static string Specified_encoding_is_not_supported {
|
|
get {
|
|
return ResourceManager.GetString("Specified_encoding_is_not_supported", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Speed to dump. Only applicable to optical drives, 0 for maximum..
|
|
/// </summary>
|
|
public static string Speed_to_dump {
|
|
get {
|
|
return ResourceManager.GetString("Speed_to_dump", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SpeedRead is enabled.
|
|
/// </summary>
|
|
public static string SpeedRead_is_enabled {
|
|
get {
|
|
return ResourceManager.GetString("SpeedRead_is_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SSC.
|
|
/// </summary>
|
|
public static string SSC_Label {
|
|
get {
|
|
return ResourceManager.GetString("SSC_Label", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start {0}.
|
|
/// </summary>
|
|
public static string Start_0_as_in_sector_start {
|
|
get {
|
|
return ResourceManager.GetString("Start_0_as_in_sector_start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Starting sector..
|
|
/// </summary>
|
|
public static string Starting_sector {
|
|
get {
|
|
return ResourceManager.GetString("Starting_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aaru can store some usage statistics. These statistics are limited to the number of times a
|
|
///command is executed, a filesystem, partition, or device is used, the operating system version, and other.
|
|
///In no case, any information besides pure statistical usage numbers is stored, and they're just joint to the
|
|
///pool with no way of using them to identify you..
|
|
/// </summary>
|
|
public static string Statistics_disclaimer {
|
|
get {
|
|
return ResourceManager.GetString("Statistics_disclaimer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop media dump on first error..
|
|
/// </summary>
|
|
public static string Stop_media_dump_on_first_error {
|
|
get {
|
|
return ResourceManager.GetString("Stop_media_dump_on_first_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store encrypted data as is..
|
|
/// </summary>
|
|
public static string Store_encrypted_data_as_is {
|
|
get {
|
|
return ResourceManager.GetString("Store_encrypted_data_as_is", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to any.
|
|
/// </summary>
|
|
public static string Subchannel_name_any {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_name_any", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to none.
|
|
/// </summary>
|
|
public static string Subchannel_name_none {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_name_none", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to pq.
|
|
/// </summary>
|
|
public static string Subchannel_name_pq {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_name_pq", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to rw.
|
|
/// </summary>
|
|
public static string Subchannel_name_rw {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_name_rw", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to rw-or-pq.
|
|
/// </summary>
|
|
public static string Subchannel_name_rw_or_pq {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_name_rw_or_pq", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subchannel to dump. Only applicable to CD/GD. Values: any, rw, rw-or-pq, pq, none..
|
|
/// </summary>
|
|
public static string Subchannel_to_dump_help {
|
|
get {
|
|
return ResourceManager.GetString("Subchannel_to_dump_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subchannels.
|
|
/// </summary>
|
|
public static string Subchannels {
|
|
get {
|
|
return ResourceManager.GetString("Subchannels", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Supported archive formats ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Supported_archive_formats_0 {
|
|
get {
|
|
return ResourceManager.GetString("Supported_archive_formats_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Supported filesystems for identification and information only ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Supported_filesystems_for_identification_and_information_only_0 {
|
|
get {
|
|
return ResourceManager.GetString("Supported_filesystems_for_identification_and_information_only_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Supported filesystems that can read their contents ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Supported_filesystems_that_can_read_their_contents_0 {
|
|
get {
|
|
return ResourceManager.GetString("Supported_filesystems_that_can_read_their_contents_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Supported filters ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Supported_filters_0 {
|
|
get {
|
|
return ResourceManager.GetString("Supported_filters_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Supported partitioning schemes ([teal]{0}[/]):[/][/].
|
|
/// </summary>
|
|
public static string Supported_partitioning_schemes_0 {
|
|
get {
|
|
return ResourceManager.GetString("Supported_partitioning_schemes_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Supported?[/].
|
|
/// </summary>
|
|
public static string Supported_Question {
|
|
get {
|
|
return ResourceManager.GetString("Supported_Question", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports bitsetting DVD+R book type.
|
|
/// </summary>
|
|
public static string Supports_bitsetting_DVD_R_book_type {
|
|
get {
|
|
return ResourceManager.GetString("Supports_bitsetting_DVD_R_book_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports bitsetting DVD+R DL book type.
|
|
/// </summary>
|
|
public static string Supports_bitsetting_DVD_R_DL_book_type {
|
|
get {
|
|
return ResourceManager.GetString("Supports_bitsetting_DVD_R_DL_book_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports GigaRec.
|
|
/// </summary>
|
|
public static string Supports_GigaRec {
|
|
get {
|
|
return ResourceManager.GetString("Supports_GigaRec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports hiding CD-Rs and sessions.
|
|
/// </summary>
|
|
public static string Supports_hiding_CD_Rs_and_sessions {
|
|
get {
|
|
return ResourceManager.GetString("Supports_hiding_CD_Rs_and_sessions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports PoweRec.
|
|
/// </summary>
|
|
public static string Supports_PoweRec {
|
|
get {
|
|
return ResourceManager.GetString("Supports_PoweRec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports SecuRec.
|
|
/// </summary>
|
|
public static string Supports_SecuRec {
|
|
get {
|
|
return ResourceManager.GetString("Supports_SecuRec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports SilentMode.
|
|
/// </summary>
|
|
public static string Supports_SilentMode {
|
|
get {
|
|
return ResourceManager.GetString("Supports_SilentMode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports SpeedRead.
|
|
/// </summary>
|
|
public static string Supports_SpeedRead {
|
|
get {
|
|
return ResourceManager.GetString("Supports_SpeedRead", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports test writing DVD+.
|
|
/// </summary>
|
|
public static string Supports_test_writing_DVD_Plus {
|
|
get {
|
|
return ResourceManager.GetString("Supports_test_writing_DVD_Plus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports VariRec.
|
|
/// </summary>
|
|
public static string Supports_VariRec {
|
|
get {
|
|
return ResourceManager.GetString("Supports_VariRec", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports VariRec on DVDs.
|
|
/// </summary>
|
|
public static string Supports_VariRec_on_DVDs {
|
|
get {
|
|
return ResourceManager.GetString("Supports_VariRec_on_DVDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure you want to do a report using a trap disc and the swapping method?
|
|
///This method can damage the drive, or the disc, and requires some ability.
|
|
///In you are unsure, please press N to not continue..
|
|
/// </summary>
|
|
public static string Sure_report_trap_disc {
|
|
get {
|
|
return ResourceManager.GetString("Sure_report_trap_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Take list of dump hardware from existing resume file..
|
|
/// </summary>
|
|
public static string Take_dump_hardware_from_existing_resume {
|
|
get {
|
|
return ResourceManager.GetString("Take_dump_hardware_from_existing_resume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Take metadata from existing Aaru Metadata sidecar..
|
|
/// </summary>
|
|
public static string Take_metadata_from_existing_Aaru_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Take_metadata_from_existing_Aaru_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Take metadata from existing CICM XML sidecar..
|
|
/// </summary>
|
|
public static string Take_metadata_from_existing_CICM_XML_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Take_metadata_from_existing_CICM_XML_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to When used indicates that input is a folder containing alphabetically sorted files extracted from a linear block-based tape with fixed block size (e.g. a SCSI tape device)..
|
|
/// </summary>
|
|
public static string Tape_argument_input_help {
|
|
get {
|
|
return ResourceManager.GetString("Tape_argument_input_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TapeAlert Supported Flags Bitmap.
|
|
/// </summary>
|
|
public static string TapeAlert_Supported_Flags_Bitmap {
|
|
get {
|
|
return ResourceManager.GetString("TapeAlert_Supported_Flags_Bitmap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Developers:
|
|
/// Natalia Portillo
|
|
/// Michael Drüing
|
|
/// Rebecca Wallander
|
|
///
|
|
///Testers:
|
|
/// Silas Laspada.
|
|
/// </summary>
|
|
public static string Text_Authors {
|
|
get {
|
|
return ResourceManager.GetString("Text_Authors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified file is not a correct IMGBurn log file..
|
|
/// </summary>
|
|
public static string The_specified_file_is_not_a_correct_IMGBurn_log_file {
|
|
get {
|
|
return ResourceManager.GetString("The_specified_file_is_not_a_correct_IMGBurn_log_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified file is not a correct MHDD log file..
|
|
/// </summary>
|
|
public static string The_specified_file_is_not_a_correct_MHDD_log_file {
|
|
get {
|
|
return ResourceManager.GetString("The_specified_file_is_not_a_correct_MHDD_log_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified image does not support any kind of verification.
|
|
/// </summary>
|
|
public static string The_specified_image_does_not_support_any_kind_of_verification {
|
|
get {
|
|
return ResourceManager.GetString("The_specified_image_does_not_support_any_kind_of_verification", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified input file cannot be found..
|
|
/// </summary>
|
|
public static string The_specified_input_file_cannot_be_found {
|
|
get {
|
|
return ResourceManager.GetString("The_specified_input_file_cannot_be_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are no media tags in chosen disc image..
|
|
/// </summary>
|
|
public static string There_are_no_media_tags_in_chosen_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("There_are_no_media_tags_in_chosen_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are no sector tags in chosen disc image..
|
|
/// </summary>
|
|
public static string There_are_no_sector_tags_in_chosen_disc_image {
|
|
get {
|
|
return ResourceManager.GetString("There_are_no_sector_tags_in_chosen_disc_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are no statistics..
|
|
/// </summary>
|
|
public static string There_are_no_statistics {
|
|
get {
|
|
return ResourceManager.GetString("There_are_no_statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [olive]There is at least one sector that does not contain a checksum[/].
|
|
/// </summary>
|
|
public static string There_is_at_least_one_sector_that_does_not_contain_a_checksum {
|
|
get {
|
|
return ResourceManager.GetString("There_is_at_least_one_sector_that_does_not_contain_a_checksum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]There is at least one sector with incorrect checksum or errors[/].
|
|
/// </summary>
|
|
public static string There_is_at_least_one_sector_with_incorrect_checksum_or_errors {
|
|
get {
|
|
return ResourceManager.GetString("There_is_at_least_one_sector_with_incorrect_checksum_or_errors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There was an error reopening the image for writing. Check the logs for details..
|
|
/// </summary>
|
|
public static string There_was_an_error_reopening_the_image_for_writing {
|
|
get {
|
|
return ResourceManager.GetString("There_was_an_error_reopening_the_image_for_writing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There was an error reopening the image in read-only mode after writing metadata. Check the logs for details..
|
|
/// </summary>
|
|
public static string There_was_an_error_reopening_the_image_in_read_only_mode_after_writing_metadata {
|
|
get {
|
|
return ResourceManager.GetString("There_was_an_error_reopening_the_image_in_read_only_mode_after_writing_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to THIS IS DANGEROUS AND CAN IRREVERSIBLY DESTROY YOUR DRIVE (IF IN DOUBT PRESS 'N').
|
|
/// </summary>
|
|
public static string This_is_dangerous {
|
|
get {
|
|
return ResourceManager.GetString("This_is_dangerous", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time spent reading CDs.
|
|
/// </summary>
|
|
public static string Time_spent_reading_CDs {
|
|
get {
|
|
return ResourceManager.GetString("Time_spent_reading_CDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time spent reading DVDs.
|
|
/// </summary>
|
|
public static string Time_spent_reading_DVDs {
|
|
get {
|
|
return ResourceManager.GetString("Time_spent_reading_DVDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time spent writing CDs.
|
|
/// </summary>
|
|
public static string Time_spent_writing_CDs {
|
|
get {
|
|
return ResourceManager.GetString("Time_spent_writing_CDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time spent writing DVDs.
|
|
/// </summary>
|
|
public static string Time_spent_writing_DVDs {
|
|
get {
|
|
return ResourceManager.GetString("Time_spent_writing_DVDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Aaru's license.
|
|
/// </summary>
|
|
public static string Title_Aaru_license {
|
|
get {
|
|
return ResourceManager.GetString("Title_Aaru_license", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]AaruRemote server[/][/].
|
|
/// </summary>
|
|
public static string Title_AaruRemote_server {
|
|
get {
|
|
return ResourceManager.GetString("Title_AaruRemote_server", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to About Aaru.
|
|
/// </summary>
|
|
public static string Title_About_Aaru {
|
|
get {
|
|
return ResourceManager.GetString("Title_About_Aaru", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Algorithms[/][/].
|
|
/// </summary>
|
|
public static string Title_Algorithms {
|
|
get {
|
|
return ResourceManager.GetString("Title_Algorithms", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][red3]Archive format[/][/].
|
|
/// </summary>
|
|
public static string Title_Archive_Format {
|
|
get {
|
|
return ResourceManager.GetString("Title_Archive_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ATA / ATAPI.
|
|
/// </summary>
|
|
public static string Title_ATA_ATAPI {
|
|
get {
|
|
return ResourceManager.GetString("Title_ATA_ATAPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple_2]ATIP[/][/].
|
|
/// </summary>
|
|
public static string Title_ATIP {
|
|
get {
|
|
return ResourceManager.GetString("Title_ATIP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple_2]Attributes[/][/].
|
|
/// </summary>
|
|
public static string Title_Attributes {
|
|
get {
|
|
return ResourceManager.GetString("Title_Attributes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][gold3]Attr[/][/].
|
|
/// </summary>
|
|
public static string Title_Attributes_ABBREVIATED {
|
|
get {
|
|
return ResourceManager.GetString("Title_Attributes_ABBREVIATED", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][rosybrown]Author[/][/].
|
|
/// </summary>
|
|
public static string Title_Author {
|
|
get {
|
|
return ResourceManager.GetString("Title_Author", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Barcode.
|
|
/// </summary>
|
|
public static string Title_Barcode {
|
|
get {
|
|
return ResourceManager.GetString("Title_Barcode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Block.
|
|
/// </summary>
|
|
public static string Title_Block {
|
|
get {
|
|
return ResourceManager.GetString("Title_Block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Block map.
|
|
/// </summary>
|
|
public static string Title_Block_map {
|
|
get {
|
|
return ResourceManager.GetString("Title_Block_map", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][rosybrown]Bus[/][/].
|
|
/// </summary>
|
|
public static string Title_Bus {
|
|
get {
|
|
return ResourceManager.GetString("Title_Bus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Calculating entropy.
|
|
/// </summary>
|
|
public static string Title_Calculating_entropy {
|
|
get {
|
|
return ResourceManager.GetString("Title_Calculating_entropy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][yellow4]CD-TEXT[/][/].
|
|
/// </summary>
|
|
public static string Title_CD_TEXT {
|
|
get {
|
|
return ResourceManager.GetString("Title_CD_TEXT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Changed.
|
|
/// </summary>
|
|
public static string Title_Changed {
|
|
get {
|
|
return ResourceManager.GetString("Title_Changed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chart.
|
|
/// </summary>
|
|
public static string Title_Chart {
|
|
get {
|
|
return ResourceManager.GetString("Title_Chart", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Checksum image contents.
|
|
/// </summary>
|
|
public static string Title_Checksum_image_contents {
|
|
get {
|
|
return ResourceManager.GetString("Title_Checksum_image_contents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CID.
|
|
/// </summary>
|
|
public static string Title_CID {
|
|
get {
|
|
return ResourceManager.GetString("Title_CID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CIS.
|
|
/// </summary>
|
|
public static string Title_CIS {
|
|
get {
|
|
return ResourceManager.GetString("Title_CIS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Code[/][/].
|
|
/// </summary>
|
|
public static string Title_Code_for_encoding {
|
|
get {
|
|
return ResourceManager.GetString("Title_Code_for_encoding", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple]Command[/][/].
|
|
/// </summary>
|
|
public static string Title_Command {
|
|
get {
|
|
return ResourceManager.GetString("Title_Command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commands.
|
|
/// </summary>
|
|
public static string Title_Commands {
|
|
get {
|
|
return ResourceManager.GetString("Title_Commands", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Comments[/][/].
|
|
/// </summary>
|
|
public static string Title_Comments {
|
|
get {
|
|
return ResourceManager.GetString("Title_Comments", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][teal]Compressed[/][/].
|
|
/// </summary>
|
|
public static string Title_Compressed {
|
|
get {
|
|
return ResourceManager.GetString("Title_Compressed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Connected by USB[/][/].
|
|
/// </summary>
|
|
public static string Title_Connected_by_USB {
|
|
get {
|
|
return ResourceManager.GetString("Title_Connected_by_USB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Console.
|
|
/// </summary>
|
|
public static string Title_Console {
|
|
get {
|
|
return ResourceManager.GetString("Title_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Conversion success.
|
|
/// </summary>
|
|
public static string Title_Conversion_success {
|
|
get {
|
|
return ResourceManager.GetString("Title_Conversion_success", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Convert image.
|
|
/// </summary>
|
|
public static string Title_Convert_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_Convert_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][yellow3]Creation[/][/].
|
|
/// </summary>
|
|
public static string Title_Creation {
|
|
get {
|
|
return ResourceManager.GetString("Title_Creation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Creation time[/].
|
|
/// </summary>
|
|
public static string Title_Creation_time {
|
|
get {
|
|
return ResourceManager.GetString("Title_Creation_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Creator[/][/].
|
|
/// </summary>
|
|
public static string Title_Creator {
|
|
get {
|
|
return ResourceManager.GetString("Title_Creator", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CSD.
|
|
/// </summary>
|
|
public static string Title_CSD {
|
|
get {
|
|
return ResourceManager.GetString("Title_CSD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Date[/][/].
|
|
/// </summary>
|
|
public static string Title_Date {
|
|
get {
|
|
return ResourceManager.GetString("Title_Date", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][dodgerblue1]Date modified[/][/].
|
|
/// </summary>
|
|
public static string Title_Date_modified {
|
|
get {
|
|
return ResourceManager.GetString("Title_Date_modified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decode media tags.
|
|
/// </summary>
|
|
public static string Title_Decode_media_tags {
|
|
get {
|
|
return ResourceManager.GetString("Title_Decode_media_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Decoded.
|
|
/// </summary>
|
|
public static string Title_Decoded {
|
|
get {
|
|
return ResourceManager.GetString("Title_Decoded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Description[/][/].
|
|
/// </summary>
|
|
public static string Title_Description {
|
|
get {
|
|
return ResourceManager.GetString("Title_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Descriptor size[/][/].
|
|
/// </summary>
|
|
public static string Title_Descriptor_size {
|
|
get {
|
|
return ResourceManager.GetString("Title_Descriptor_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Destination file.
|
|
/// </summary>
|
|
public static string Title_Destination_file {
|
|
get {
|
|
return ResourceManager.GetString("Title_Destination_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Details[/][/].
|
|
/// </summary>
|
|
public static string Title_Details {
|
|
get {
|
|
return ResourceManager.GetString("Title_Details", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Device[/][/].
|
|
/// </summary>
|
|
public static string Title_Device {
|
|
get {
|
|
return ResourceManager.GetString("Title_Device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Device information.
|
|
/// </summary>
|
|
public static string Title_Device_information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Device_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Device list.
|
|
/// </summary>
|
|
public static string Title_Device_list {
|
|
get {
|
|
return ResourceManager.GetString("Title_Device_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Device path[/][/].
|
|
/// </summary>
|
|
public static string Title_Device_path {
|
|
get {
|
|
return ResourceManager.GetString("Title_Device_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Device type[/][/].
|
|
/// </summary>
|
|
public static string Title_Device_type {
|
|
get {
|
|
return ResourceManager.GetString("Title_Device_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Devices.
|
|
/// </summary>
|
|
public static string Title_Devices {
|
|
get {
|
|
return ResourceManager.GetString("Title_Devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disc Manufacturing Information.
|
|
/// </summary>
|
|
public static string Title_Disc_Manufacturing_Information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Disc_Manufacturing_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][red]Drive[/][/].
|
|
/// </summary>
|
|
public static string Title_Drive {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Drive firmware revision[/].
|
|
/// </summary>
|
|
public static string Title_Drive_firmware_revision {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_firmware_revision", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Drive has kreon firmware:[/][/].
|
|
/// </summary>
|
|
public static string Title_Drive_has_kreon_firmware {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_has_kreon_firmware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive information.
|
|
/// </summary>
|
|
public static string Title_Drive_information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Drive manufacturer[/].
|
|
/// </summary>
|
|
public static string Title_Drive_manufacturer {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_manufacturer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Drive model[/].
|
|
/// </summary>
|
|
public static string Title_Drive_model {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_model", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Drive serial number[/].
|
|
/// </summary>
|
|
public static string Title_Drive_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Drive_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dump hardware.
|
|
/// </summary>
|
|
public static string Title_Dump_hardware {
|
|
get {
|
|
return ResourceManager.GetString("Title_Dump_hardware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit image metadata.
|
|
/// </summary>
|
|
public static string Title_Edit_image_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Title_Edit_image_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Entropy[/][/].
|
|
/// </summary>
|
|
public static string Title_Entropy {
|
|
get {
|
|
return ResourceManager.GetString("Title_Entropy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error.
|
|
/// </summary>
|
|
public static string Title_Error {
|
|
get {
|
|
return ResourceManager.GetString("Title_Error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to EVPD.
|
|
/// </summary>
|
|
public static string Title_EVPD {
|
|
get {
|
|
return ResourceManager.GetString("Title_EVPD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Existing Aaru Metadata sidecar.
|
|
/// </summary>
|
|
public static string Title_Existing_Aaru_Metadata_sidecar {
|
|
get {
|
|
return ResourceManager.GetString("Title_Existing_Aaru_Metadata_sidecar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Existing resume file.
|
|
/// </summary>
|
|
public static string Title_Existing_resume_file {
|
|
get {
|
|
return ResourceManager.GetString("Title_Existing_resume_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Extended CSD.
|
|
/// </summary>
|
|
public static string Title_Extended_CSD {
|
|
get {
|
|
return ResourceManager.GetString("Title_Extended_CSD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Feature.
|
|
/// </summary>
|
|
public static string Title_Feature {
|
|
get {
|
|
return ResourceManager.GetString("Title_Feature", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]File[/].
|
|
/// </summary>
|
|
public static string Title_File {
|
|
get {
|
|
return ResourceManager.GetString("Title_File", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]File path[/][/].
|
|
/// </summary>
|
|
public static string Title_File_path {
|
|
get {
|
|
return ResourceManager.GetString("Title_File_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple]Filesystem[/][/].
|
|
/// </summary>
|
|
public static string Title_Filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Title_Filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filesystems.
|
|
/// </summary>
|
|
public static string Title_Filesystems {
|
|
get {
|
|
return ResourceManager.GetString("Title_Filesystems", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple]Filter[/][/].
|
|
/// </summary>
|
|
public static string Title_Filter {
|
|
get {
|
|
return ResourceManager.GetString("Title_Filter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filters.
|
|
/// </summary>
|
|
public static string Title_Filters {
|
|
get {
|
|
return ResourceManager.GetString("Title_Filters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FireWire.
|
|
/// </summary>
|
|
public static string Title_FireWire {
|
|
get {
|
|
return ResourceManager.GetString("Title_FireWire", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]FireWire device[/][/].
|
|
/// </summary>
|
|
public static string Title_FireWire_device {
|
|
get {
|
|
return ResourceManager.GetString("Title_FireWire_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Firmware[/][/].
|
|
/// </summary>
|
|
public static string Title_Firmware {
|
|
get {
|
|
return ResourceManager.GetString("Title_Firmware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Firmware revision[/][/].
|
|
/// </summary>
|
|
public static string Title_Firmware_revision {
|
|
get {
|
|
return ResourceManager.GetString("Title_Firmware_revision", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [green]Media image 1[/].
|
|
/// </summary>
|
|
public static string Title_First_Media_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_First_Media_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Floppy images.
|
|
/// </summary>
|
|
public static string Title_Floppy_images {
|
|
get {
|
|
return ResourceManager.GetString("Title_Floppy_images", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple]Format[/][/].
|
|
/// </summary>
|
|
public static string Title_Format {
|
|
get {
|
|
return ResourceManager.GetString("Title_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Formats.
|
|
/// </summary>
|
|
public static string Title_Formats {
|
|
get {
|
|
return ResourceManager.GetString("Title_Formats", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to From image....
|
|
/// </summary>
|
|
public static string Title_From_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_From_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GDPR.
|
|
/// </summary>
|
|
public static string Title_GDPR {
|
|
get {
|
|
return ResourceManager.GetString("Title_GDPR", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to General.
|
|
/// </summary>
|
|
public static string Title_General {
|
|
get {
|
|
return ResourceManager.GetString("Title_General", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][red]GID[/][/].
|
|
/// </summary>
|
|
public static string Title_GID {
|
|
get {
|
|
return ResourceManager.GetString("Title_GID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]GUID[/][/].
|
|
/// </summary>
|
|
public static string Title_GUID {
|
|
get {
|
|
return ResourceManager.GetString("Title_GUID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][fuchsia]Hash[/][/].
|
|
/// </summary>
|
|
public static string Title_Hash {
|
|
get {
|
|
return ResourceManager.GetString("Title_Hash", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Header.
|
|
/// </summary>
|
|
public static string Title_Header {
|
|
get {
|
|
return ResourceManager.GetString("Title_Header", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to HexView.
|
|
/// </summary>
|
|
public static string Title_HexView {
|
|
get {
|
|
return ResourceManager.GetString("Title_HexView", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Identify only:[/][/].
|
|
/// </summary>
|
|
public static string Title_Identify_only {
|
|
get {
|
|
return ResourceManager.GetString("Title_Identify_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple_2]Image[/][/].
|
|
/// </summary>
|
|
public static string Title_Image {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image application[/].
|
|
/// </summary>
|
|
public static string Title_Image_application {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image application version[/].
|
|
/// </summary>
|
|
public static string Title_Image_application_version {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_application_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image comments[/].
|
|
/// </summary>
|
|
public static string Title_Image_comments {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_comments", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image creator[/].
|
|
/// </summary>
|
|
public static string Title_Image_creator {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_creator", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Image file[/][/].
|
|
/// </summary>
|
|
public static string Title_Image_file {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image information.
|
|
/// </summary>
|
|
public static string Title_Image_information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image name[/].
|
|
/// </summary>
|
|
public static string Title_Image_name {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Image path[/][/].
|
|
/// </summary>
|
|
public static string Title_Image_path {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image sidecar creation.
|
|
/// </summary>
|
|
public static string Title_Image_sidecar_creation {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_sidecar_creation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image size[/].
|
|
/// </summary>
|
|
public static string Title_Image_size {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Image version[/].
|
|
/// </summary>
|
|
public static string Title_Image_version {
|
|
get {
|
|
return ResourceManager.GetString("Title_Image_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Images.
|
|
/// </summary>
|
|
public static string Title_Images {
|
|
get {
|
|
return ResourceManager.GetString("Title_Images", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IMGBurn log viewer.
|
|
/// </summary>
|
|
public static string Title_IMGBurn_log_viewer {
|
|
get {
|
|
return ResourceManager.GetString("Title_IMGBurn_log_viewer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][darkslategray1]Information[/][/].
|
|
/// </summary>
|
|
public static string Title_Information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][rosybrown]Inode[/][/].
|
|
/// </summary>
|
|
public static string Title_Inode {
|
|
get {
|
|
return ResourceManager.GetString("Title_Inode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to INQUIRY.
|
|
/// </summary>
|
|
public static string Title_INQUIRY {
|
|
get {
|
|
return ResourceManager.GetString("Title_INQUIRY", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][aqua]ISRC[/][/].
|
|
/// </summary>
|
|
public static string Title_ISRC {
|
|
get {
|
|
return ResourceManager.GetString("Title_ISRC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]ISRCs[/][/].
|
|
/// </summary>
|
|
public static string Title_ISRCs {
|
|
get {
|
|
return ResourceManager.GetString("Title_ISRCs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kreon.
|
|
/// </summary>
|
|
public static string Title_Kreon {
|
|
get {
|
|
return ResourceManager.GetString("Title_Kreon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last access.
|
|
/// </summary>
|
|
public static string Title_Last_access {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_access", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][yellow3]Last backup[/][/].
|
|
/// </summary>
|
|
public static string Title_Last_backup {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_backup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last media of the sequence.
|
|
/// </summary>
|
|
public static string Title_Last_media_of_the_sequence {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_media_of_the_sequence", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Last media on sequence[/].
|
|
/// </summary>
|
|
public static string Title_Last_media_on_sequence {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_media_on_sequence", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Last modification time[/].
|
|
/// </summary>
|
|
public static string Title_Last_modification_time {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_modification_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][yellow3]Last write[/][/].
|
|
/// </summary>
|
|
public static string Title_Last_write {
|
|
get {
|
|
return ResourceManager.GetString("Title_Last_write", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LBA.
|
|
/// </summary>
|
|
public static string Title_LBA {
|
|
get {
|
|
return ResourceManager.GetString("Title_LBA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Length[/][/].
|
|
/// </summary>
|
|
public static string Title_Length {
|
|
get {
|
|
return ResourceManager.GetString("Title_Length", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Library.
|
|
/// </summary>
|
|
public static string Title_Library {
|
|
get {
|
|
return ResourceManager.GetString("Title_Library", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][aqua]Links[/][/].
|
|
/// </summary>
|
|
public static string Title_Links {
|
|
get {
|
|
return ResourceManager.GetString("Title_Links", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Log.
|
|
/// </summary>
|
|
public static string Title_Log {
|
|
get {
|
|
return ResourceManager.GetString("Title_Log", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Manufacturer[/][/].
|
|
/// </summary>
|
|
public static string Title_Manufacturer {
|
|
get {
|
|
return ResourceManager.GetString("Title_Manufacturer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Media[/][/].
|
|
/// </summary>
|
|
public static string Title_Media {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media barcode[/].
|
|
/// </summary>
|
|
public static string Title_Media_barcode {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_barcode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media capacity[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_capacity {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_capacity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media catalog number[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_catalog_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_catalog_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media checksums:[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_checksums {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_checksums", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media image format[/].
|
|
/// </summary>
|
|
public static string Title_Media_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media images.
|
|
/// </summary>
|
|
public static string Title_Media_images {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_images", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media information.
|
|
/// </summary>
|
|
public static string Title_Media_information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media manufacturer[/].
|
|
/// </summary>
|
|
public static string Title_Media_manufacturer {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_manufacturer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media model[/].
|
|
/// </summary>
|
|
public static string Title_Media_model {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_model", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media number[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_number_no {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_number_no", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media part no.[/].
|
|
/// </summary>
|
|
public static string Title_Media_part_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_part_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media sequence[/].
|
|
/// </summary>
|
|
public static string Title_Media_sequence {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_sequence", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Media serial number[/].
|
|
/// </summary>
|
|
public static string Title_Media_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media speeds[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_speeds {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_speeds", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Media type[/][/].
|
|
/// </summary>
|
|
public static string Title_Media_type {
|
|
get {
|
|
return ResourceManager.GetString("Title_Media_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Medias.
|
|
/// </summary>
|
|
public static string Title_Medias {
|
|
get {
|
|
return ResourceManager.GetString("Title_Medias", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Message[/][/].
|
|
/// </summary>
|
|
public static string Title_Message {
|
|
get {
|
|
return ResourceManager.GetString("Title_Message", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Metadata.
|
|
/// </summary>
|
|
public static string Title_Metadata {
|
|
get {
|
|
return ResourceManager.GetString("Title_Metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MHDD log viewer.
|
|
/// </summary>
|
|
public static string Title_MHDD_log_viewer {
|
|
get {
|
|
return ResourceManager.GetString("Title_MHDD_log_viewer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]MHDD Version[/][/].
|
|
/// </summary>
|
|
public static string Title_MHDD_Version {
|
|
get {
|
|
return ResourceManager.GetString("Title_MHDD_Version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][darkorange3]Miscellaneous.
|
|
/// </summary>
|
|
public static string Title_Miscellaneous {
|
|
get {
|
|
return ResourceManager.GetString("Title_Miscellaneous", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MMC FEATURES.
|
|
/// </summary>
|
|
public static string Title_MMC_FEATURES {
|
|
get {
|
|
return ResourceManager.GetString("Title_MMC_FEATURES", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple_2]Mode[/][/].
|
|
/// </summary>
|
|
public static string Title_Mode {
|
|
get {
|
|
return ResourceManager.GetString("Title_Mode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MODE SENSE.
|
|
/// </summary>
|
|
public static string Title_MODE_SENSE {
|
|
get {
|
|
return ResourceManager.GetString("Title_MODE_SENSE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Model[/][/].
|
|
/// </summary>
|
|
public static string Title_Model {
|
|
get {
|
|
return ResourceManager.GetString("Title_Model", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Model ID[/][/].
|
|
/// </summary>
|
|
public static string Title_Model_ID {
|
|
get {
|
|
return ResourceManager.GetString("Title_Model_ID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Module[/][/].
|
|
/// </summary>
|
|
public static string Title_Module {
|
|
get {
|
|
return ResourceManager.GetString("Title_Module", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][darkgreen]Name[/][/].
|
|
/// </summary>
|
|
public static string Title_Name {
|
|
get {
|
|
return ResourceManager.GetString("Title_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [darkgreen]Namespace[/].
|
|
/// </summary>
|
|
public static string Title_Namespace {
|
|
get {
|
|
return ResourceManager.GetString("Title_Namespace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]in a sequence of[/][/].
|
|
/// </summary>
|
|
public static string Title_no_in_a_sequence_of_no {
|
|
get {
|
|
return ResourceManager.GetString("Title_no_in_a_sequence_of_no", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]media.[/][/].
|
|
/// </summary>
|
|
public static string Title_no_media {
|
|
get {
|
|
return ResourceManager.GetString("Title_no_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Not set.
|
|
/// </summary>
|
|
public static string Title_Not_set {
|
|
get {
|
|
return ResourceManager.GetString("Title_Not_set", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Number in sequence.
|
|
/// </summary>
|
|
public static string Title_Number_in_sequence {
|
|
get {
|
|
return ResourceManager.GetString("Title_Number_in_sequence", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OCR.
|
|
/// </summary>
|
|
public static string Title_OCR {
|
|
get {
|
|
return ResourceManager.GetString("Title_OCR", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Title of the media represented by the image..
|
|
/// </summary>
|
|
public static string Title_of_media_represented_by_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_of_media_represented_by_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open device.
|
|
/// </summary>
|
|
public static string Title_Open_device {
|
|
get {
|
|
return ResourceManager.GetString("Title_Open_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Operating system.
|
|
/// </summary>
|
|
public static string Title_Operating_system {
|
|
get {
|
|
return ResourceManager.GetString("Title_Operating_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Page.
|
|
/// </summary>
|
|
public static string Title_Page {
|
|
get {
|
|
return ResourceManager.GetString("Title_Page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Part number[/][/].
|
|
/// </summary>
|
|
public static string Title_Part_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Part_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]Partition[/][/].
|
|
/// </summary>
|
|
public static string Title_Partition {
|
|
get {
|
|
return ResourceManager.GetString("Title_Partition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Partitions.
|
|
/// </summary>
|
|
public static string Title_Partitions {
|
|
get {
|
|
return ResourceManager.GetString("Title_Partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Path[/][/].
|
|
/// </summary>
|
|
public static string Title_Path {
|
|
get {
|
|
return ResourceManager.GetString("Title_Path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PCMCIA.
|
|
/// </summary>
|
|
public static string Title_PCMCIA {
|
|
get {
|
|
return ResourceManager.GetString("Title_PCMCIA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]PCMCIA device[/][/].
|
|
/// </summary>
|
|
public static string Title_PCMCIA_device {
|
|
get {
|
|
return ResourceManager.GetString("Title_PCMCIA_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Peripheral device type[/][/].
|
|
/// </summary>
|
|
public static string Title_Peripheral_device_type {
|
|
get {
|
|
return ResourceManager.GetString("Title_Peripheral_device_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Plextor.
|
|
/// </summary>
|
|
public static string Title_Plextor {
|
|
get {
|
|
return ResourceManager.GetString("Title_Plextor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Plugins.
|
|
/// </summary>
|
|
public static string Title_Plugins {
|
|
get {
|
|
return ResourceManager.GetString("Title_Plugins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Product[/][/].
|
|
/// </summary>
|
|
public static string Title_Product {
|
|
get {
|
|
return ResourceManager.GetString("Title_Product", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Product ID[/][/].
|
|
/// </summary>
|
|
public static string Title_Product_ID {
|
|
get {
|
|
return ResourceManager.GetString("Title_Product_ID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Readable:[/][/].
|
|
/// </summary>
|
|
public static string Title_Readable {
|
|
get {
|
|
return ResourceManager.GetString("Title_Readable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Readable media tags[/][/].
|
|
/// </summary>
|
|
public static string Title_Readable_media_tags {
|
|
get {
|
|
return ResourceManager.GetString("Title_Readable_media_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Readable sector tags[/][/].
|
|
/// </summary>
|
|
public static string Title_Readable_sector_tags {
|
|
get {
|
|
return ResourceManager.GetString("Title_Readable_sector_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Removable media[/][/].
|
|
/// </summary>
|
|
public static string Title_Removable_media {
|
|
get {
|
|
return ResourceManager.GetString("Title_Removable_media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reports.
|
|
/// </summary>
|
|
public static string Title_Reports {
|
|
get {
|
|
return ResourceManager.GetString("Title_Reports", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Revision[/][/].
|
|
/// </summary>
|
|
public static string Title_Revision {
|
|
get {
|
|
return ResourceManager.GetString("Title_Revision", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Scan block size[/][/].
|
|
/// </summary>
|
|
public static string Title_Scan_block_size {
|
|
get {
|
|
return ResourceManager.GetString("Title_Scan_block_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][purple]Scheme[/][/].
|
|
/// </summary>
|
|
public static string Title_Scheme {
|
|
get {
|
|
return ResourceManager.GetString("Title_Scheme", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCR.
|
|
/// </summary>
|
|
public static string Title_SCR {
|
|
get {
|
|
return ResourceManager.GetString("Title_SCR", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI.
|
|
/// </summary>
|
|
public static string Title_SCSI {
|
|
get {
|
|
return ResourceManager.GetString("Title_SCSI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]SCSI device[/][/].
|
|
/// </summary>
|
|
public static string Title_SCSI_device {
|
|
get {
|
|
return ResourceManager.GetString("Title_SCSI_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SCSI INQUIRY.
|
|
/// </summary>
|
|
public static string Title_SCSI_INQUIRY {
|
|
get {
|
|
return ResourceManager.GetString("Title_SCSI_INQUIRY", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]SCSI MMC GET CONFIGURATION Features:[/][/].
|
|
/// </summary>
|
|
public static string Title_SCSI_MMC_GET_CONFIGURATION_Features {
|
|
get {
|
|
return ResourceManager.GetString("Title_SCSI_MMC_GET_CONFIGURATION_Features", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SD / MMC.
|
|
/// </summary>
|
|
public static string Title_SD_MMC {
|
|
get {
|
|
return ResourceManager.GetString("Title_SD_MMC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Media image 2[/].
|
|
/// </summary>
|
|
public static string Title_Second_Media_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_Second_Media_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sector.
|
|
/// </summary>
|
|
public static string Title_Sector {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Sector size[/][/].
|
|
/// </summary>
|
|
public static string Title_Sector_size {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sector_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sector viewer.
|
|
/// </summary>
|
|
public static string Title_Sector_viewer {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sector_viewer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Sectors[/].
|
|
/// </summary>
|
|
public static string Title_Sectors {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Security Sector.
|
|
/// </summary>
|
|
public static string Title_Security_Sector {
|
|
get {
|
|
return ResourceManager.GetString("Title_Security_Sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sequence is not set.
|
|
/// </summary>
|
|
public static string Title_Sequence_is_not_set {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sequence_is_not_set", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Serial number[/][/].
|
|
/// </summary>
|
|
public static string Title_Serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Title_Serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]Server information[/][/].
|
|
/// </summary>
|
|
public static string Title_Server_information {
|
|
get {
|
|
return ResourceManager.GetString("Title_Server_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sessions.
|
|
/// </summary>
|
|
public static string Title_Sessions {
|
|
get {
|
|
return ResourceManager.GetString("Title_Sessions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Settings.
|
|
/// </summary>
|
|
public static string Title_Settings {
|
|
get {
|
|
return ResourceManager.GetString("Title_Settings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Size[/][/].
|
|
/// </summary>
|
|
public static string Title_Size {
|
|
get {
|
|
return ResourceManager.GetString("Title_Size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Software.
|
|
/// </summary>
|
|
public static string Title_Software {
|
|
get {
|
|
return ResourceManager.GetString("Title_Software", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Speed average[/][/].
|
|
/// </summary>
|
|
public static string Title_Speed_average {
|
|
get {
|
|
return ResourceManager.GetString("Title_Speed_average", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Speed end[/][/].
|
|
/// </summary>
|
|
public static string Title_Speed_end {
|
|
get {
|
|
return ResourceManager.GetString("Title_Speed_end", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Speed start[/][/].
|
|
/// </summary>
|
|
public static string Title_Speed_start {
|
|
get {
|
|
return ResourceManager.GetString("Title_Speed_start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Statistics.
|
|
/// </summary>
|
|
public static string Title_Statistics {
|
|
get {
|
|
return ResourceManager.GetString("Title_Statistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Supported[/][/].
|
|
/// </summary>
|
|
public static string Title_Supported {
|
|
get {
|
|
return ResourceManager.GetString("Title_Supported", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tag:.
|
|
/// </summary>
|
|
public static string Title_Tag {
|
|
get {
|
|
return ResourceManager.GetString("Title_Tag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][dodgerblue1]Time[/][/].
|
|
/// </summary>
|
|
public static string Title_Time {
|
|
get {
|
|
return ResourceManager.GetString("Title_Time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Time taken[/][/].
|
|
/// </summary>
|
|
public static string Title_Time_taken {
|
|
get {
|
|
return ResourceManager.GetString("Title_Time_taken", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][teal]Times used[/][/].
|
|
/// </summary>
|
|
public static string Title_Times_used {
|
|
get {
|
|
return ResourceManager.GetString("Title_Times_used", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Title[/][/].
|
|
/// </summary>
|
|
public static string Title_Title {
|
|
get {
|
|
return ResourceManager.GetString("Title_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]TOC[/][/].
|
|
/// </summary>
|
|
public static string Title_TOC {
|
|
get {
|
|
return ResourceManager.GetString("Title_TOC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][green]TOC (full)[/][/].
|
|
/// </summary>
|
|
public static string Title_TOC_full {
|
|
get {
|
|
return ResourceManager.GetString("Title_TOC_full", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Total sectors[/][/].
|
|
/// </summary>
|
|
public static string Title_Total_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Title_Total_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Track checksums:[/][/].
|
|
/// </summary>
|
|
public static string Title_Track_checksums {
|
|
get {
|
|
return ResourceManager.GetString("Title_Track_checksums", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Track entropy[/][/].
|
|
/// </summary>
|
|
public static string Title_Track_entropy {
|
|
get {
|
|
return ResourceManager.GetString("Title_Track_entropy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tracks.
|
|
/// </summary>
|
|
public static string Title_Tracks {
|
|
get {
|
|
return ResourceManager.GetString("Title_Tracks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][olive]Type[/][/].
|
|
/// </summary>
|
|
public static string Title_Type {
|
|
get {
|
|
return ResourceManager.GetString("Title_Type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][red]UID[/][/].
|
|
/// </summary>
|
|
public static string Title_UID {
|
|
get {
|
|
return ResourceManager.GetString("Title_UID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][aqua]Unique sectors[/][/].
|
|
/// </summary>
|
|
public static string Title_Unique_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Title_Unique_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to USB.
|
|
/// </summary>
|
|
public static string Title_USB {
|
|
get {
|
|
return ResourceManager.GetString("Title_USB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][blue]USB device[/][/].
|
|
/// </summary>
|
|
public static string Title_USB_device {
|
|
get {
|
|
return ResourceManager.GetString("Title_USB_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][yellow]UUID[/][/].
|
|
/// </summary>
|
|
public static string Title_UUID {
|
|
get {
|
|
return ResourceManager.GetString("Title_UUID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Vendor[/][/].
|
|
/// </summary>
|
|
public static string Title_Vendor {
|
|
get {
|
|
return ResourceManager.GetString("Title_Vendor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Vendor ID[/][/].
|
|
/// </summary>
|
|
public static string Title_Vendor_ID {
|
|
get {
|
|
return ResourceManager.GetString("Title_Vendor_ID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verify image.
|
|
/// </summary>
|
|
public static string Title_Verify_image {
|
|
get {
|
|
return ResourceManager.GetString("Title_Verify_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][cyan]Version[/][/].
|
|
/// </summary>
|
|
public static string Title_Version {
|
|
get {
|
|
return ResourceManager.GetString("Title_Version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Volume identifier[/][/].
|
|
/// </summary>
|
|
public static string Title_Volume_identifier {
|
|
get {
|
|
return ResourceManager.GetString("Title_Volume_identifier", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Warning.
|
|
/// </summary>
|
|
public static string Title_Warning {
|
|
get {
|
|
return ResourceManager.GetString("Title_Warning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Writable:[/][/].
|
|
/// </summary>
|
|
public static string Title_Writable {
|
|
get {
|
|
return ResourceManager.GetString("Title_Writable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][italic][slateblue1]Total errors[/][/][/].
|
|
/// </summary>
|
|
public static string Total_errors {
|
|
get {
|
|
return ResourceManager.GetString("Total_errors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][italic][slateblue1]Total errors+unknowns[/][/][/].
|
|
/// </summary>
|
|
public static string Total_errors_plus_unknowns {
|
|
get {
|
|
return ResourceManager.GetString("Total_errors_plus_unknowns", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Total loaded discs:.
|
|
/// </summary>
|
|
public static string Total_loaded_discs {
|
|
get {
|
|
return ResourceManager.GetString("Total_loaded_discs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][italic][slateblue1]Total sectors[/][/][/].
|
|
/// </summary>
|
|
public static string Total_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Total_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][italic][slateblue1]Total unknowns[/][/][/].
|
|
/// </summary>
|
|
public static string Total_unknowns {
|
|
get {
|
|
return ResourceManager.GetString("Total_unknowns", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Track [teal]{0}[/] has [teal]{1}[/] unique sectors ([aqua]{2:P3}[/])[/].
|
|
/// </summary>
|
|
public static string Track_0_has_1_unique_sectors_2 {
|
|
get {
|
|
return ResourceManager.GetString("Track_0_has_1_unique_sectors_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Track [teal]{0}[/] starts at LBA [lime]{1}[/], ends at LBA [lime]{2}[/], has a pregap of [green]{3}[/] sectors and is of type [darkorange]{4}[/][/].
|
|
/// </summary>
|
|
public static string Track_0_starts_at_LBA_1_ends_at_LBA_2_has_a_pregap_of_3_sectors_and_is_of_type_4 {
|
|
get {
|
|
return ResourceManager.GetString("Track_0_starts_at_LBA_1_ends_at_LBA_2_has_a_pregap_of_3_sectors_and_is_of_type_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Track [teal]{0}[/] starts at sector [lime]{1}[/] and ends at sector [lime]{2}[/][/].
|
|
/// </summary>
|
|
public static string Track_0_starts_at_sector_1_and_ends_at_sector_2 {
|
|
get {
|
|
return ResourceManager.GetString("Track_0_starts_at_sector_1_and_ends_at_sector_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Track Resources.
|
|
/// </summary>
|
|
public static string Track_Resources {
|
|
get {
|
|
return ResourceManager.GetString("Track_Resources", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Trim errors from skipped sectors.
|
|
/// </summary>
|
|
public static string Trim_errors_from_skipped_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Trim_errors_from_skipped_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to read first track pregap. Only applicable to CD/DDCD/GD..
|
|
/// </summary>
|
|
public static string Try_to_read_first_track_pregap {
|
|
get {
|
|
return ResourceManager.GetString("Try_to_read_first_track_pregap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to read the title keys from CSS encrypted DVDs (very slow)..
|
|
/// </summary>
|
|
public static string Try_to_read_the_title_keys_from_CSS_DVDs {
|
|
get {
|
|
return ResourceManager.GetString("Try_to_read_the_title_keys_from_CSS_DVDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to read track 1 pregap.
|
|
/// </summary>
|
|
public static string Try_to_read_track_1_pregap {
|
|
get {
|
|
return ResourceManager.GetString("Try_to_read_track_1_pregap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Try to recover partial or incorrect data..
|
|
/// </summary>
|
|
public static string Try_to_recover_partial_or_incorrect_data {
|
|
get {
|
|
return ResourceManager.GetString("Try_to_recover_partial_or_incorrect_data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to boolean.
|
|
/// </summary>
|
|
public static string TypeToString_boolean {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_boolean", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to float number.
|
|
/// </summary>
|
|
public static string TypeToString_float_number {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_float_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to number.
|
|
/// </summary>
|
|
public static string TypeToString_number {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to signed number.
|
|
/// </summary>
|
|
public static string TypeToString_signed_number {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_signed_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to string.
|
|
/// </summary>
|
|
public static string TypeToString_string {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_string", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to uuid.
|
|
/// </summary>
|
|
public static string TypeToString_uuid {
|
|
get {
|
|
return ResourceManager.GetString("TypeToString_uuid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Unable to get information about archive...[/].
|
|
/// </summary>
|
|
public static string Unable_to_get_information_about_archive {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_get_information_about_archive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [yellow]Unable to get separate tracks, not checksumming them[/].
|
|
/// </summary>
|
|
public static string Unable_to_get_separate_tracks_not_checksumming_them {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_get_separate_tracks_not_checksumming_them", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Unable to mount volume, error [orange3]{0}[/][/].
|
|
/// </summary>
|
|
public static string Unable_to_mount_volume_error_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_mount_volume_error_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Unable to open archive format[/].
|
|
/// </summary>
|
|
public static string Unable_to_open_archive_format {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_open_archive_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to open image 1 format.
|
|
/// </summary>
|
|
public static string Unable_to_open_first_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_open_first_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Unable to open image format[/].
|
|
/// </summary>
|
|
public static string Unable_to_open_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_open_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to open image 2 format.
|
|
/// </summary>
|
|
public static string Unable_to_open_second_image_format {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_open_second_image_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to recognize image format, not checksumming.
|
|
/// </summary>
|
|
public static string Unable_to_recognize_image_format_not_checksumming {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_recognize_image_format_not_checksumming", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to recognize image format, not decoding.
|
|
/// </summary>
|
|
public static string Unable_to_recognize_image_format_not_decoding {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_recognize_image_format_not_decoding", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to recognize image format, not printing.
|
|
/// </summary>
|
|
public static string Unable_to_recognize_image_format_not_printing {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_recognize_image_format_not_printing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to recognize image format, not verifying.
|
|
/// </summary>
|
|
public static string Unable_to_recognize_image_format_not_verifying {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_recognize_image_format_not_verifying", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Undecoded.
|
|
/// </summary>
|
|
public static string Undecoded {
|
|
get {
|
|
return ResourceManager.GetString("Undecoded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Undecoded tuple ID {0}.
|
|
/// </summary>
|
|
public static string Undecoded_tuple_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Undecoded_tuple_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unit Serial Number.
|
|
/// </summary>
|
|
public static string Unit_Serial_Number {
|
|
get {
|
|
return ResourceManager.GetString("Unit_Serial_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown feature.
|
|
/// </summary>
|
|
public static string Unknown_feature {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_feature", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [bold][slateblue1]Unknown LBAs:[/][/].
|
|
/// </summary>
|
|
public static string Unknown_LBAs {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_LBAs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown network error..
|
|
/// </summary>
|
|
public static string Unknown_network_error {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_network_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to unlimited.
|
|
/// </summary>
|
|
public static string unlimited_as_in_speed {
|
|
get {
|
|
return ResourceManager.GetString("unlimited_as_in_speed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unsupported device type, report cannot be created.
|
|
/// </summary>
|
|
public static string Unsupported_device_type_for_report {
|
|
get {
|
|
return ResourceManager.GetString("Unsupported_device_type_for_report", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unsupported filename.
|
|
/// </summary>
|
|
public static string Unsupported_filename {
|
|
get {
|
|
return ResourceManager.GetString("Unsupported_filename", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updating main database....
|
|
/// </summary>
|
|
public static string Updating_main_database {
|
|
get {
|
|
return ResourceManager.GetString("Updating_main_database", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use long format..
|
|
/// </summary>
|
|
public static string Use_long_format {
|
|
get {
|
|
return ResourceManager.GetString("Use_long_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use long sectors (with tags)..
|
|
/// </summary>
|
|
public static string Use_long_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Use_long_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use media tags from secondary image (otherwise when in both images, primary image tags are used)..
|
|
/// </summary>
|
|
public static string Use_media_tags_from_secondary_image {
|
|
get {
|
|
return ResourceManager.GetString("Use_media_tags_from_secondary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value "{0}" is not a valid number for length..
|
|
/// </summary>
|
|
public static string Value_0_is_not_a_valid_number_for_length {
|
|
get {
|
|
return ResourceManager.GetString("Value_0_is_not_a_valid_number_for_length", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verify all sectors if supported..
|
|
/// </summary>
|
|
public static string Verify_all_sectors_if_supported {
|
|
get {
|
|
return ResourceManager.GetString("Verify_all_sectors_if_supported", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dimensions, as a square, in pixels, for the graph of verified media..
|
|
/// </summary>
|
|
public static string Verify_dimensions_paramater_help {
|
|
get {
|
|
return ResourceManager.GetString("Verify_dimensions_paramater_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verify media image if supported..
|
|
/// </summary>
|
|
public static string Verify_media_image_if_supported {
|
|
get {
|
|
return ResourceManager.GetString("Verify_media_image_if_supported", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verify only data tracks..
|
|
/// </summary>
|
|
public static string Verify_only_data_help {
|
|
get {
|
|
return ResourceManager.GetString("Verify_only_data_help", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Verifying image checksums...[/].
|
|
/// </summary>
|
|
public static string Verifying_image_checksums {
|
|
get {
|
|
return ResourceManager.GetString("Verifying_image_checksums", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Verifying track {0} of {1}.
|
|
/// </summary>
|
|
public static string Verifying_track_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Verifying_track_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Volume number [orange3]{0}[/] not found. Only [orange3]{1}[/] volumes were found.[/].
|
|
/// </summary>
|
|
public static string Volume_number_0_not_found_only_1_volumes_found {
|
|
get {
|
|
return ResourceManager.GetString("Volume_number_0_not_found_only_1_volumes_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive firmware revision.
|
|
/// </summary>
|
|
public static string Watermark_Drive_firmware_revision {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Drive_firmware_revision", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive manufacturer.
|
|
/// </summary>
|
|
public static string Watermark_Drive_manufacturer {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Drive_manufacturer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive model.
|
|
/// </summary>
|
|
public static string Watermark_Drive_model {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Drive_model", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drive serial number.
|
|
/// </summary>
|
|
public static string Watermark_Drive_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Drive_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media manufacturer.
|
|
/// </summary>
|
|
public static string Watermark_Media_manufacturer {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Media_manufacturer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media model.
|
|
/// </summary>
|
|
public static string Watermark_Media_model {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Media_model", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media part number.
|
|
/// </summary>
|
|
public static string Watermark_Media_part_number {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Media_part_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media serial number.
|
|
/// </summary>
|
|
public static string Watermark_Media_serial_number {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Media_serial_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Media title.
|
|
/// </summary>
|
|
public static string Watermark_Media_title {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Media_title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Who created the image.
|
|
/// </summary>
|
|
public static string Watermark_Who_created_the_image {
|
|
get {
|
|
return ResourceManager.GetString("Watermark_Who_created_the_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Welcome to Aaru!.
|
|
/// </summary>
|
|
public static string Welcome_to_Aaru {
|
|
get {
|
|
return ResourceManager.GetString("Welcome_to_Aaru", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to When an unreadable sector is found skip this many sectors..
|
|
/// </summary>
|
|
public static string When_an_unreadable_sector_is_found_skip_this_many_sectors {
|
|
get {
|
|
return ResourceManager.GetString("When_an_unreadable_sector_is_found_skip_this_many_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Who (person) created the image?.
|
|
/// </summary>
|
|
public static string Who_person_created_the_image {
|
|
get {
|
|
return ResourceManager.GetString("Who_person_created_the_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Building Wii U partition key map...[/].
|
|
/// </summary>
|
|
public static string WiiU_building_partition_key_map {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_building_partition_key_map", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Cannot parse Wii U TOC. Check that the disc key is correct.[/].
|
|
/// </summary>
|
|
public static string WiiU_cannot_parse_toc {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_cannot_parse_toc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Wii U disc key loaded.[/].
|
|
/// </summary>
|
|
public static string WiiU_disc_key_loaded {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_disc_key_loaded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Wii U disc number: [green]{0}[/].[/].
|
|
/// </summary>
|
|
public static string WiiU_disc_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_disc_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Extracted [green]{0}[/] Wii U title key(s).[/].
|
|
/// </summary>
|
|
public static string WiiU_extracted_0_title_keys {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_extracted_0_title_keys", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Extracting Wii U title keys...[/].
|
|
/// </summary>
|
|
public static string WiiU_extracting_title_keys {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_extracting_title_keys", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Found [green]{0}[/] Wii U partition(s).[/].
|
|
/// </summary>
|
|
public static string WiiU_found_0_partitions {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_found_0_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [red]Wii U conversion requires a disc key. Provide a .key sidecar file.[/].
|
|
/// </summary>
|
|
public static string WiiU_no_disc_key_found {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_no_disc_key_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Parsing Wii U partition table...[/].
|
|
/// </summary>
|
|
public static string WiiU_parsing_partition_table {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_parsing_partition_table", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Wii U product code: [aqua]{0}[/].[/].
|
|
/// </summary>
|
|
public static string WiiU_product_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_product_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Writing Wii U media tag: [orange1]{0}[/].[/].
|
|
/// </summary>
|
|
public static string WiiU_writing_media_tag_0 {
|
|
get {
|
|
return ResourceManager.GetString("WiiU_writing_media_tag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Will copy [teal]{0}[/] sectors from secondary image.[/].
|
|
/// </summary>
|
|
public static string Will_copy_0_sectors_from_secondary_image {
|
|
get {
|
|
return ResourceManager.GetString("Will_copy_0_sectors_from_secondary_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Write a log of the scan in the format used by ImgBurn..
|
|
/// </summary>
|
|
public static string Write_a_log_of_the_scan_in_the_format_used_by_ImgBurn {
|
|
get {
|
|
return ResourceManager.GetString("Write_a_log_of_the_scan_in_the_format_used_by_ImgBurn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Write a log of the scan in the format used by MHDD..
|
|
/// </summary>
|
|
public static string Write_a_log_of_the_scan_in_the_format_used_by_MHDD {
|
|
get {
|
|
return ResourceManager.GetString("Write_a_log_of_the_scan_in_the_format_used_by_MHDD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Writing Aaru Metadata to output image..
|
|
/// </summary>
|
|
public static string Writing_Aaru_Metadata_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Writing_Aaru_Metadata_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Writing dump hardware list...[/].
|
|
/// </summary>
|
|
public static string Writing_dump_hardware_list {
|
|
get {
|
|
return ResourceManager.GetString("Writing_dump_hardware_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Writing extended attribute...[/].
|
|
/// </summary>
|
|
public static string Writing_extended_attribute {
|
|
get {
|
|
return ResourceManager.GetString("Writing_extended_attribute", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Writing image to:.
|
|
/// </summary>
|
|
public static string Writing_image_to {
|
|
get {
|
|
return ResourceManager.GetString("Writing_image_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Writing metadata...[/].
|
|
/// </summary>
|
|
public static string Writing_metadata {
|
|
get {
|
|
return ResourceManager.GetString("Writing_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Written [lime]{0}[/] bytes of file [green]{1}[/] to [teal]{2}[/][/].
|
|
/// </summary>
|
|
public static string Written_0_bytes_of_file_1_to_2 {
|
|
get {
|
|
return ResourceManager.GetString("Written_0_bytes_of_file_1_to_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Written [lime]{0}[/] bytes of xattr [fuchsia]{1}[/] from file [green]{2}[/] to [teal]{3}[/][/].
|
|
/// </summary>
|
|
public static string Written_0_bytes_of_xattr_1_from_file_2_to_3 {
|
|
get {
|
|
return ResourceManager.GetString("Written_0_bytes_of_xattr_1_from_file_2_to_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Written Aaru Metadata to output image.[/].
|
|
/// </summary>
|
|
public static string Written_Aaru_Metadata_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Written_Aaru_Metadata_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [slateblue1]Written dump hardware list to output image.[/].
|
|
/// </summary>
|
|
public static string Written_dump_hardware_list_to_output_image {
|
|
get {
|
|
return ResourceManager.GetString("Written_dump_hardware_list_to_output_image", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You cannot use --tape option when input is a file..
|
|
/// </summary>
|
|
public static string You_cannot_use_tape_option_when_input_is_a_file {
|
|
get {
|
|
return ResourceManager.GetString("You_cannot_use_tape_option_when_input_is_a_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You do not have enough privileges to access the device..
|
|
/// </summary>
|
|
public static string You_do_not_have_enough_privileges_to_access_the_device {
|
|
get {
|
|
return ResourceManager.GetString("You_do_not_have_enough_privileges_to_access_the_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Checksum command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Checksum_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Checksum_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Compare command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Compare_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Compare_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Convert-Image command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Convert_Image_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Convert_Image_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Create-Sidecar command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Create_Sidecar_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Create_Sidecar_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Decode command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Decode_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Decode_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Device-Info command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Device_Info_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Device_Info_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Device-Report command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Device_Report_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Device_Report_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Dump-Media command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Dump_Media_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Dump_Media_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Entropy command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Entropy_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Entropy_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Filesystem Info command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Filesystem_Info_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Filesystem_Info_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Formats command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Formats_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Formats_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Image-Info command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Image_Info_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Image_Info_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Media-Info command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Media_Info_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Media_Info_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Media-Scan command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Media_Scan_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Media_Scan_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Print-Hex command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Print_Hex_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Print_Hex_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have called the Verify command {0} times.
|
|
/// </summary>
|
|
public static string You_have_called_the_Verify_command_0_times {
|
|
get {
|
|
return ResourceManager.GetString("You_have_called_the_Verify_command_0_times", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|