mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
L10n/chinese translation (#5)
* hotkey tips using \t . * simplified edit menu translation (ZH_CN) * refactored GetLanguageStringACP and implemented 'TranslateDlgItem' and 'TranslateWindowCaption' helper function . --------- Co-authored-by: shuiping233 <49360196+shuiping233@users.noreply.github.com>
This commit is contained in:
parent
1672fd8901
commit
f0d808a912
45 changed files with 1162 additions and 533 deletions
|
@ -3126,7 +3126,9 @@ void CFinalSunDlg::OnMaptoolsAutolevel()
|
|||
}
|
||||
|
||||
Sound(SOUND_POSITIVE);
|
||||
MessageBox("This tool will try to automatically raise the terrain using the cliffs.\nIt may take some seconds to execute, as there are masses of data to handle.\nAfter this, you should check your map if everything looks fine. If not, you should use the different height tools, especially flatten ground, to fix any errors. You can use Edit->Undo to undo anything that has been done by using this function.", "Auto Leveler");
|
||||
|
||||
auto const txt = TranslateStringACP("AutoLevelerDlgDesc");
|
||||
MessageBox(EscapeString(txt), TranslateStringACP("Auto Leveler"));
|
||||
|
||||
m_view.m_isoview->AutoLevel();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue