mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
ADD: French translations for rando on file select (#4928)
* French translation for rando file select * better seed than Seed
This commit is contained in:
parent
6f8ac16a9e
commit
26e92a063f
@ -13,7 +13,7 @@ std::array<std::string, LANGUAGE_MAX> RandomizerSettingsMenuText[RSM_MAX] = {
|
||||
// German
|
||||
"Start Randomizer",
|
||||
// French
|
||||
"Start Randomizer",
|
||||
"Commencer le Randomizer",
|
||||
},
|
||||
{
|
||||
// English
|
||||
@ -21,7 +21,7 @@ std::array<std::string, LANGUAGE_MAX> RandomizerSettingsMenuText[RSM_MAX] = {
|
||||
// German
|
||||
"Generate New Randomizer Seed",
|
||||
// French
|
||||
"Generate New Randomizer Seed",
|
||||
"Générer une nouvelle seed pour le Randomizer",
|
||||
},
|
||||
{
|
||||
// English
|
||||
@ -29,7 +29,7 @@ std::array<std::string, LANGUAGE_MAX> RandomizerSettingsMenuText[RSM_MAX] = {
|
||||
// German
|
||||
"Open Randomizer Settings",
|
||||
// French
|
||||
"Open Randomizer Settings",
|
||||
"Ouvrir les paramètres du Randomizer",
|
||||
},
|
||||
{
|
||||
// English
|
||||
@ -37,7 +37,7 @@ std::array<std::string, LANGUAGE_MAX> RandomizerSettingsMenuText[RSM_MAX] = {
|
||||
// German
|
||||
"Generating...",
|
||||
// French
|
||||
"Generating...",
|
||||
"Génération en cours...",
|
||||
},
|
||||
{
|
||||
// English
|
||||
|
Loading…
Reference in New Issue
Block a user