German and french GI message fix

This commit is contained in:
aMannus
2025-11-01 12:15:54 +01:00
parent 67a8816348
commit 0850661022
2 changed files with 24 additions and 24 deletions

View File

@@ -68,68 +68,68 @@ std::array<std::string, LANGUAGE_MAX> ArchipelagoSettingsMenuText[ASM_MAX]{
// ASM_START_ARCHIPELAGO // ASM_START_ARCHIPELAGO
{ {
"Start Archipelago", "Start Archipelago",
"Todo", "Start Archipelago",
"Todo", "Start Archipelago",
}, },
// ASM_CHANGE_CONNECTION_INFO // ASM_CHANGE_CONNECTION_INFO
{ {
"Change Connection Info", "Change Connection Info",
"Todo", "Change Connection Info",
"Todo", "Change Connection Info",
}, },
// ASM_SERVER_ADDRESS // ASM_SERVER_ADDRESS
{ {
"Server Address: ", "Server Address: ",
"Todo", "Server Address: ",
"Todo", "Server Address: ",
}, },
// ASM_SLOT_NAME // ASM_SLOT_NAME
{ {
"Slot Name: ", "Slot Name: ",
"Todo", "Slot Name: ",
"Todo", "Slot Name: ",
}, },
// ASM_NOT_CONNECTED // ASM_NOT_CONNECTED
{ {
"Not Connected", "Not Connected",
"Todo", "Not Connected",
"Todo", "Not Connected",
}, },
// ASM_CONNECTING // ASM_CONNECTING
{ {
"Connecting...", "Connecting...",
"Todo", "Connecting...",
"Todo", "Connecting...",
}, },
// ASM_CONNECTED // ASM_CONNECTED
{ {
"Connected", "Connected",
"Todo", "Connected",
"Todo", "Connected",
}, },
// ASM_STATUS // ASM_STATUS
{ {
"Status:", "Status:",
"Todo", "Status:",
"Todo", "Status:",
}, },
// ASM_CHAR_START_TO_CONNECT // ASM_CHAR_START_TO_CONNECT
{ {
"Start to automatically connect to this slot", "Start to automatically connect to this slot",
"Todo", "Start to automatically connect to this slot",
"Todo", "Start to automatically connect to this slot",
}, },
// ASM_CHAR_SELECT_CONNECTED_TO_OTHER_SLOT // ASM_CHAR_SELECT_CONNECTED_TO_OTHER_SLOT
{ {
"Connected to a different slot", "Connected to a different slot",
"Todo", "Connected to a different slot",
"Todo", "Connected to a different slot",
}, },
// ASM_CHAR_SELECT_CHANGE_CONNECTION_INFO // ASM_CHAR_SELECT_CHANGE_CONNECTION_INFO
{ {
"Z-Connection Settings", "Z-Connection Settings",
"Z-Todo", "Z-Connection Settings",
"Z-Todo", "Z-Connection Settings",
} }
}; };

View File

@@ -5504,8 +5504,8 @@ void CreateArchipelagoItemMessage() {
customMessageManager->CreateMessage( customMessageManager->CreateMessage(
Randomizer::archipelagoItemsTableID, 0, Randomizer::archipelagoItemsTableID, 0,
CustomMessage("You found [[apcolor]][[apitem]]%w for %r[[applayer]]%w!", CustomMessage("You found [[apcolor]][[apitem]]%w for %r[[applayer]]%w!",
"You found \x05\x06[[apitem]]\x05\x00 for \x05\x05[[applayer]]\x05\x00!", "You found [[apcolor]][[apitem]]%w for %r[[applayer]]%w!",
"You found \x05\x06[[apitem]]\x05\x00 for \x05\x05[[applayer]]\x05\x00!")); "You found [[apcolor]][[apitem]]%w for %r[[applayer]]%w!"));
} }
CustomMessage Randomizer::GetArchipelagoItemMessage(int16_t randomizerGet, uint32_t randomizerCheck) { CustomMessage Randomizer::GetArchipelagoItemMessage(int16_t randomizerGet, uint32_t randomizerCheck) {