Localize strings in convert.

This commit is contained in:
2025-10-24 18:17:35 +01:00
parent e0f5ceab14
commit 3add9f9264
6 changed files with 213 additions and 94 deletions

View File

@@ -698,5 +698,11 @@ namespace Aaru.Archives {
return ResourceManager.GetString("Archive_contains_0_files", resourceCulture);
}
}
internal static string Converting_negative_sector_0_of_1 {
get {
return ResourceManager.GetString("Converting_negative_sector_0_of_1", resourceCulture);
}
}
}
}

View File

@@ -350,4 +350,7 @@
<data name="Archive_contains_0_files" xml:space="preserve">
<value>[slateblue1]Archive contains [green]{0}[/] files[/]</value>
</data>
<data name="Converting_negative_sector_0_of_1" xml:space="preserve">
<value>[slateblue1]Converting sector -[lime]{0}[/] of -[violet]{1}[/][/]</value>
</data>
</root>