Colorify device information display

This commit is contained in:
2025-08-17 19:53:32 +01:00
parent bd91d8bebc
commit 91ebdd60a0
4 changed files with 221 additions and 121 deletions

View File

@@ -6075,5 +6075,29 @@ namespace Aaru.Localization {
return ResourceManager.GetString("List_devices_command", resourceCulture);
}
}
public static string CD_reading_offset_not_found_in_database {
get {
return ResourceManager.GetString("CD_reading_offset_not_found_in_database", resourceCulture);
}
}
public static string CD_reading_offset_is_0_samples_1_bytes {
get {
return ResourceManager.GetString("CD_reading_offset_is_0_samples_1_bytes", resourceCulture);
}
}
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);
}
}
public static string Optimal_multiple_read_is_0_sectors {
get {
return ResourceManager.GetString("Optimal_multiple_read_is_0_sectors", resourceCulture);
}
}
}
}

View File

@@ -3114,4 +3114,16 @@ Do you want to continue?</value>
<data name="List_devices_command" xml:space="preserve">
<value>List devices</value>
</data>
<data name="CD_reading_offset_not_found_in_database" xml:space="preserve">
<value>CD reading offset not found in database.</value>
</data>
<data name="CD_reading_offset_is_0_samples_1_bytes" xml:space="preserve">
<value>CD reading offset is {0} samples ({1} bytes).</value>
</data>
<data name="Could_not_get_any_kind_of_information_from_the_device" xml:space="preserve">
<value>Could not get any kind of information from the device !!!</value>
</data>
<data name="Optimal_multiple_read_is_0_sectors" xml:space="preserve">
<value>Optimal multiple read is {0} sectors.</value>
</data>
</root>