mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Save application and system information in the log file under all commands not just dump.
This commit is contained in:
6
Aaru.Localization/Core.Designer.cs
generated
6
Aaru.Localization/Core.Designer.cs
generated
@@ -6868,5 +6868,11 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Blu_ray_type_BDR_setting_disc_type_BDR", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Running_in_0_architecture {
|
||||
get {
|
||||
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3505,4 +3505,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
|
||||
<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>
|
||||
<data name="Running_in_0_architecture" xml:space="preserve">
|
||||
<value>Running in {0} architecture</value>
|
||||
</data>
|
||||
</root>
|
||||
6
Aaru.Localization/UI.Designer.cs
generated
6
Aaru.Localization/UI.Designer.cs
generated
@@ -6105,5 +6105,11 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Unable_to_get_separate_tracks_not_checksumming_them", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Running_in_0_architecture {
|
||||
get {
|
||||
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3129,4 +3129,7 @@ Do you want to continue?</value>
|
||||
<data name="Unable_to_get_separate_tracks_not_checksumming_them" xml:space="preserve">
|
||||
<value>[yellow]Unable to get separate tracks, not checksumming them[/]</value>
|
||||
</data>
|
||||
<data name="Running_in_0_architecture" xml:space="preserve">
|
||||
<value>Running in {0} architecture</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user