Colorize standard information.

This commit is contained in:
2025-08-19 00:25:56 +01:00
parent 0577fe6d92
commit 536b4f6451
6 changed files with 127 additions and 119 deletions

View File

@@ -6862,5 +6862,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Filesystems_Identify_Error", resourceCulture);
}
}
public static string Blu_ray_type_BDR_setting_disc_type_BDR {
get {
return ResourceManager.GetString("Blu_ray_type_BDR_setting_disc_type_BDR", resourceCulture);
}
}
}
}

View File

@@ -2723,8 +2723,8 @@ No tiene sentido hacerlo y supondría demasiado esfuerzo para la cinta.</value>
<value>Traza de pila: {0}</value>
</data>
<data name="Standard_Disc_Information" xml:space="preserve">
<value>Información estándar del disco</value>
</data>
<value>[bold][blue]Información estándar del disco:[/][/]</value>
</data>
<data name="Start_error_logging_on_0" xml:space="preserve">
<value>Registro de errores empezado el {0}</value>
</data>

View File

@@ -330,8 +330,8 @@
<value>POW Resources Information</value>
</data>
<data name="Standard_Disc_Information" xml:space="preserve">
<value>Standard Disc Information</value>
</data>
<value>[bold][blue]Standard Disc Information:[/][/]</value>
</data>
<data name="Session_information" xml:space="preserve">
<value>[bold][blue]Session information:[/][/]</value>
</data>
@@ -3502,4 +3502,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
<data name="Filesystems_Identify_Error" xml:space="preserve">
<value>Error identifying filesystem {0}. Please open a report with the following line in a Github issue.</value>
</data>
<data name="Blu_ray_type_BDR_setting_disc_type_BDR" xml:space="preserve">
<value>Blu-ray type set to "BDR", setting disc type to BD-R.</value>
</data>
</root>