Reorganize CityMania additional language strings

This commit is contained in:
dP
2023-03-17 02:16:22 +04:00
parent da2e40b4f8
commit 28639d3b10
36 changed files with 957 additions and 5079 deletions

View File

@@ -1780,7 +1780,7 @@ static SettingsContainer &GetSettingsTree()
SettingsPage *vehicles = main->Add(new SettingsPage(STR_CONFIG_SETTING_VEHICLES));
{
/** Vehicle control page */
SettingsPage *veh_control = vehicles->Add(new SettingsPage(STR_CONFIG_SETTING_VEHICLES_CTRL));
SettingsPage *veh_control = vehicles->Add(new SettingsPage(CM_STR_CONFIG_SETTING_VEHICLES_CTRL));
{
veh_control->Add(new SettingEntry("gui.new_nonstop"));
veh_control->Add(new SettingEntry("gui.cm_no_loading_on_transfer_order"));
@@ -1788,7 +1788,7 @@ static SettingsContainer &GetSettingsTree()
}
/** Order Shorcuts page */
SettingsPage *orders = veh_control->Add(new SettingsPage(STR_CONFIG_SETTING_ORDER_SHORTCUTS));
SettingsPage *orders = veh_control->Add(new SettingsPage(CM_STR_CONFIG_SETTING_ORDER_SHORTCUTS));
{
orders->Add(new SettingEntry("gui.cm_ctrl_order_mod"));
orders->Add(new SettingEntry("gui.cm_shift_order_mod"));