mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Localize "CD PMA:" string.
This commit is contained in:
9
Aaru.Localization/UI.Designer.cs
generated
9
Aaru.Localization/UI.Designer.cs
generated
@@ -1202,6 +1202,15 @@ namespace Aaru.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
|
||||
@@ -3102,4 +3102,7 @@ Do you want to continue?</value>
|
||||
<data name="LogEntry_Type_Debug" xml:space="preserve">
|
||||
<value>Debug</value>
|
||||
</data>
|
||||
<data name="CD_PMA" xml:space="preserve">
|
||||
<value>CD PMA:</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -308,7 +308,7 @@ sealed class DecodeCommand : Command
|
||||
AaruConsole.WriteLine(UI.Error_0_reading_CD_PMA_from_disc_image, errno);
|
||||
else
|
||||
{
|
||||
AaruConsole.WriteLine($"[bold]{"CD PMA:"}[/]");
|
||||
AaruConsole.WriteLine($"[bold]{UI.CD_PMA}[/]");
|
||||
|
||||
AaruConsole
|
||||
.WriteLine("================================================================================");
|
||||
|
||||
Reference in New Issue
Block a user