Options and Preferences string translations update.

This commit is contained in:
OBattler
2021-11-26 20:56:56 +01:00
parent f96585781c
commit 27903db09f
16 changed files with 32 additions and 32 deletions

View File

@@ -101,7 +101,7 @@ BEGIN
MENUITEM "设置(&S)...", IDM_CONFIG
MENUITEM "更新状态栏图标(&U)", IDM_UPDATE_ICONS
MENUITEM SEPARATOR
MENUITEM "&偏好选项(语言等)...", IDM_PREFERENCES
MENUITEM "首选项(&P)...", IDM_PREFERENCES
# ifdef USE_DISCORD
MENUITEM SEPARATOR
MENUITEM "启用 Discord 集成(&D)", IDM_DISCORD
@@ -273,10 +273,10 @@ END
// Dialog
//
#define STR_PREFERENCES "86Box 偏好选项"
#define STR_PREFERENCES "选项"
#define STR_SND_GAIN "音量增益"
#define STR_NEW_FLOPPY "新建镜像"
#define STR_CONFIG "机型设置"
#define STR_CONFIG "设置"
#define STR_SPECIFY_DIM "指定主窗口大小"
#define STR_OK "确定"