From 02f5c8350369583a913f4e12790635cb7f83013b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 21 Nov 2021 00:47:03 +0100 Subject: [PATCH] Fix en-GB translation --- src/win/86Box.rc | 3 ++- src/win/languages/en-GB.rc | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 441d63ba0..f9b50c1e9 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -360,10 +360,10 @@ END #endif // not APSTUDIO_INVOKED -#include "languages/zh-CN.rc" #include "languages/cs-CZ.rc" #include "languages/de-DE.rc" #include "languages/en-US.rc" +#include "languages/en-GB.rc" #include "languages/fr-FR.rc" #include "languages/hr-HR.rc" #include "languages/fi-FI.rc" @@ -373,3 +373,4 @@ END #include "languages/pt-BR.rc" #include "languages/pt-PT.rc" #include "languages/sl-SI.rc" +#include "languages/zh-CN.rc" diff --git a/src/win/languages/en-GB.rc b/src/win/languages/en-GB.rc index 847e97d90..67fc074a5 100644 --- a/src/win/languages/en-GB.rc +++ b/src/win/languages/en-GB.rc @@ -1,8 +1,8 @@ //////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources +// English (U.K.) resources #ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_GB +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK #pragma code_page(65001) #endif //_WIN32 @@ -101,7 +101,7 @@ BEGIN MENUITEM "&Settings...", IDM_CONFIG MENUITEM "&Update status bar icons", IDM_UPDATE_ICONS MENUITEM SEPARATOR - MENUITEM "Change program &settings...", IDM_VID_PROG_SETT + MENUITEM "&Preferences...", IDM_PREFERENCES # ifdef USE_DISCORD MENUITEM SEPARATOR MENUITEM "Enable &Discord integration", IDM_DISCORD @@ -273,10 +273,10 @@ END // Dialog // -#define STR_PROG_SETT "Program Settings" +#define STR_PREFERENCES "86Box Preferences" #define STR_SND_GAIN "Sound Gain" #define STR_NEW_FLOPPY "New Image" -#define STR_CONFIG "86Box Settings" +#define STR_CONFIG "Machine Settings" #define STR_SPECIFY_DIM "Specify Main Window Dimensions" #define STR_OK "OK" @@ -640,5 +640,5 @@ BEGIN END #define IDS_LANG_ENUS IDS_7168 -// English (U.S.) resources +// English (U.K.) resources /////////////////////////////////////////////////////////////////////////////