mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
minor fixes
This commit is contained in:
27
CUETools.Ripper.SCSI/Resource1.Designer.cs
generated
27
CUETools.Ripper.SCSI/Resource1.Designer.cs
generated
@@ -122,5 +122,32 @@ namespace CUETools.Ripper.SCSI {
|
||||
return ResourceManager.GetString("ReadTOCError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Detecting drive features.
|
||||
/// </summary>
|
||||
internal static string StatusDetectingDriveFeatures {
|
||||
get {
|
||||
return ResourceManager.GetString("StatusDetectingDriveFeatures", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Detecting gaps.
|
||||
/// </summary>
|
||||
internal static string StatusDetectingGaps {
|
||||
get {
|
||||
return ResourceManager.GetString("StatusDetectingGaps", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ripping.
|
||||
/// </summary>
|
||||
internal static string StatusRipping {
|
||||
get {
|
||||
return ResourceManager.GetString("StatusRipping", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user