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

@@ -1235,7 +1235,7 @@ static const device_config_t aha_154xb_config[] = {
},
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0,
@@ -1312,7 +1312,7 @@ static const device_config_t aha_154x_config[] = {
},
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0,
@@ -1389,7 +1389,7 @@ static const device_config_t aha_154xcf_config[] = {
},
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0,

View File

@@ -1874,7 +1874,7 @@ static const device_config_t BT_ISA_Config[] = {
},
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0,

View File

@@ -821,7 +821,7 @@ corel_ls2000_available(void)
static const device_config_t ncr53c400_mmio_config[] = {
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0xD8000,
@@ -892,7 +892,7 @@ static const device_config_t rt1000b_config[] = {
},
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0xD8000,
@@ -953,7 +953,7 @@ static const device_config_t rt1000b_mc_config[] = {
static const device_config_t t130b_config[] = {
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0xD8000,

View File

@@ -548,7 +548,7 @@ t128_available(void)
static const device_config_t t128_config[] = {
{
.name = "bios_addr",
.description = "BIOS Address",
.description = "BIOS address",
.type = CONFIG_HEX20,
.default_string = NULL,
.default_int = 0xD8000,