mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Localize strings in convert.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user