mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -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
|
@ -38,24 +38,23 @@ class CDynamicGraphDlg : public CDialog
|
|||
public:
|
||||
CDynamicGraphDlg(CWnd* pParent = NULL); // Standardkonstruktor
|
||||
|
||||
// Dialogfelddaten
|
||||
//{{AFX_DATA(CDynamicGraphDlg)
|
||||
// Dialogfelddaten
|
||||
enum { IDD = IDD_DYNAMICLOAD };
|
||||
CProgressCtrl m_Progress;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Überschreibungen
|
||||
// Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
|
||||
//{{AFX_VIRTUAL(CDynamicGraphDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterstützung
|
||||
virtual void PostNcDestroy();
|
||||
virtual BOOL OnInitDialog() override;
|
||||
virtual void DoDataExchange(CDataExchange* pDX)override; // DDX/DDV-Unterstützung
|
||||
virtual void PostNcDestroy()override;
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementierung
|
||||
protected:
|
||||
|
||||
void TranslateUI();
|
||||
// Generierte Nachrichtenzuordnungsfunktionen
|
||||
//{{AFX_MSG(CDynamicGraphDlg)
|
||||
// HINWEIS: Der Klassen-Assistent fügt hier Member-Funktionen ein
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue