Translation fixes

Change "BIOS Address" -> "BIOS address"

Consistency for "KB" in Xi8088 configuration

Fix incorrect source strings and restore their correct translations
that were lost; apply trivial edits

Fix duplicate strings in the Polish translation
This commit is contained in:
Alexander Babikov
2025-07-27 21:03:35 +05:00
parent e485e1432e
commit 8361b8f599
42 changed files with 165 additions and 586 deletions

View File

@@ -110,11 +110,11 @@ static const device_config_t xi8088_config[] = {
.type = CONFIG_SELECTION,
.selection = {
{
.description = "64 kB starting from F0000",
.description = "64 KB starting from F0000",
.value = 0
},
{
.description = "128 kB starting from E0000 (address MSB inverted, last 64KB first)",
.description = "128 KB starting from E0000 (address MSB inverted, last 64 KB first)",
.value = 1
}
},