https://git.reactos.org/?p=reactos.git;a=commitdiff;h=570cedf176109b7960aa4…
commit 570cedf176109b7960aa43ea673f402e3f1ba667
Author: Chan Chilung <eason066(a)gmail.com>
AuthorDate: Mon Oct 11 21:24:21 2021 +0800
Commit: GitHub <noreply(a)github.com>
CommitDate: Mon Oct 11 16:24:21 2021 +0300
[SETUPLIB][INPUT.CPL] Move zh-MO to ChineseTraditionalFonts group (#4010)
- The use of Traditional Chinese character is far more than Simplified one according to Wikipedia
- The code page used on zh-MO is 950, which is Traditional Chinese's one
- zh-MO is described as Traditional Chinese here: https://support.microsoft.com/en-us/windows/microsoft-traditional-chinese-i…
---
base/setup/lib/muilanguages.h | 2 +-
dll/cpl/input/input_list.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/setup/lib/muilanguages.h b/base/setup/lib/muilanguages.h
index 503d9c2e33a..36c0b4cd222 100644
--- a/base/setup/lib/muilanguages.h
+++ b/base/setup/lib/muilanguages.h
@@ -509,7 +509,7 @@ const MUI_LANGUAGE MUILanguageList[] =
{L"00001004", L"936", L"936", L"10008", L"Chinese (Singapore)", L"215", ChineseSimplifiedFonts, zhSGLayouts},
#endif
#ifdef LANGUAGE_ZH_MO
- {L"00001404", L"950", L"950", L"10002", L"Chinese (Macau S.A.R.)", L"151", ChineseSimplifiedFonts, zhMOLayouts},
+ {L"00001404", L"950", L"950", L"10002", L"Chinese (Macau S.A.R.)", L"151", ChineseTraditionalFonts, zhMOLayouts},
#endif
#ifdef LANGUAGE_HR_HR
{L"0000041A", L"1250", L"852", L"10029", L"Croatian", L"108", LatinFonts, hrHRLayouts},
diff --git a/dll/cpl/input/input_list.c b/dll/cpl/input/input_list.c
index a4b17361c92..e0a409f5a72 100644
--- a/dll/cpl/input/input_list.c
+++ b/dll/cpl/input/input_list.c
@@ -79,11 +79,11 @@ InputList_SetFontSubstitutes(LCID dwLocaleId)
{
case SUBLANG_CHINESE_SIMPLIFIED:
case SUBLANG_CHINESE_SINGAPORE:
- case SUBLANG_CHINESE_MACAU:
pSubstitutes = ChineseSimplifiedFonts;
break;
case SUBLANG_CHINESE_TRADITIONAL:
case SUBLANG_CHINESE_HONGKONG:
+ case SUBLANG_CHINESE_MACAU:
pSubstitutes = ChineseTraditionalFonts;
break;
default:
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=38b9688d454644dccfa85…
commit 38b9688d454644dccfa855f6e658940cb4353138
Author: Robert Naumann <gonzomdx(a)gmail.com>
AuthorDate: Sun Oct 3 21:27:56 2021 +0200
Commit: Robert Naumann <gonzomdx(a)gmail.com>
CommitDate: Mon Oct 11 00:08:19 2021 +0200
[IERNONCE] Add German translation
---
dll/win32/iernonce/iernonce.rc | 3 +++
dll/win32/iernonce/lang/de-DE.rc | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dll/win32/iernonce/iernonce.rc b/dll/win32/iernonce/iernonce.rc
index afd6357e5da..feb37b17ddf 100644
--- a/dll/win32/iernonce/iernonce.rc
+++ b/dll/win32/iernonce/iernonce.rc
@@ -14,6 +14,9 @@ IDI_ICON ICON "res/setup.ico"
/* UTF-8 */
#pragma code_page(65001)
+#ifdef LANGUAGE_DE_DE
+ #include "lang/de-DE.rc"
+#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
diff --git a/dll/win32/iernonce/lang/de-DE.rc b/dll/win32/iernonce/lang/de-DE.rc
new file mode 100644
index 00000000000..5b9a4bfc457
--- /dev/null
+++ b/dll/win32/iernonce/lang/de-DE.rc
@@ -0,0 +1,27 @@
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_INVALIDFORMAT "Das Format des RunEx oder RunOnceEx Eintrags %1 war ungültig. Eine senkrechte Linie ('|') hinter dem Funktionsnamen ist erforderlich und der Funktionsname muss WinMain()-Parameter unterstützen."
+ IDS_LOADERROR "Beim Laden von %1 ist ein Fehler aufgetreten. Die Datei wurde möglicherweise nicht installiert oder ist beschädigt worden."
+ IDS_CALLERROR "Beim Aufruf der Funktion %1 in %2 ist ein Fehler oder eine Ausnahme aufgetreten."
+ IDS_INCORRECTFORMAT "Das Format des folgenden RunEx- oder RunOnceEx-Befehls ist falsch: %1. Der Shell-Ausführungsbefehl muss mit || beginnen."
+ IDS_NOEXPORT "Die Funktion %1 in der Datei %2 kann nicht aufgerufen werden, da sie nicht existiert oder nicht exportiert wird."
+ IDS_EXECUTEERROR "Bei der Ausführung von %1 ist ein Fehler oder eine Ausnahme aufgetreten."
+ IDS_NOFUNCTION "Die Funktion %1 in der Datei %2 kann nicht gefunden werden."
+ IDS_NODEPENDENCY "Die Abhängigkeitsdatei %1 kann nicht geladen werden."
+ IDS_SETUPERROR "Beim Einrichten von %1 ist ein Fehler aufgetreten. Dieser Fehler wurde protokolliert, die Installation wird fortgesetzt."
+ IDS_INCOMPLETE "Die vorherige Installation einer Anwendung wurde nicht abgeschlossen.\n\nMelden Sie sich mit einem Administratorkonto an, um die Installation abzuschließen."
+ IDS_SETUP "ReactOS Setup"
+ IDS_SERVICEERROR "Einige Dienste konnten nicht gestartet werden. Ihr System muss neu gestartet werden um die Dienste zu starten."
+END
+
+IDD_DIALOG DIALOGEX 0, 0, 206, 166
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "ReactOS Setup"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "ReactOS richtet nun die folgenden Elemente ein:", -1, 36, 13, 163, 11
+ LISTBOX IDC_LB_ITEMS, 36, 32, 163, 127, LBS_NOTIFY | LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
+ ICON IDI_ICON, -1, 7, 7, 20, 20
+END
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f1d4a83bf7b0cdf88ae26…
commit f1d4a83bf7b0cdf88ae26815e1cb14a45368d044
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Sun Oct 10 21:23:47 2021 +0200
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Sun Oct 10 21:29:05 2021 +0200
[NOTEPAD] Properly fix accelerator issue in es-ES.rc CORE-17809
In 0.4.14-dev-1321-g d6e0fe78e741fa8af9ec80b7ef70853fda14b8d6
we introduced the following compiler warning for MSVC2010 release build:
reactos/base/applications/notepad/lang/es-ES.rc(12) : warning RC4204 : ASCII character not equivalent to virtual key code
That warning was muted without investing too much love by
0.4.15-dev-2469-g d0bb7757747cb6d2c500e687df78eb8afea8edc8
Today we apply the proper fix that brings us back in sync with other languages.
I do intend to port the proper fix back to 0.4.14RC as well.
---
base/applications/notepad/lang/es-ES.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/notepad/lang/es-ES.rc b/base/applications/notepad/lang/es-ES.rc
index d77b49ebf75..6b43662c06c 100644
--- a/base/applications/notepad/lang/es-ES.rc
+++ b/base/applications/notepad/lang/es-ES.rc
@@ -8,7 +8,7 @@ BEGIN
"^C", CMD_COPY
"^B", CMD_SEARCH
"^T", CMD_GOTO
- "^R", CMD_REPLACE
+ "R", CMD_REPLACE, VIRTKEY, CONTROL
"^N", CMD_NEW
"N", CMD_NEW_WINDOW, VIRTKEY,CONTROL , SHIFT
"^A", CMD_OPEN
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=048f2b80daef620c31def…
commit 048f2b80daef620c31defe8cf984ddedbcb8d14f
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Sun Oct 10 17:08:01 2021 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Sun Oct 10 17:08:01 2021 +0300
[MODEMUI] Fix unrecognized escape sequence. Addendum to 05c39d8d.
---
dll/win32/modemui/lang/tr-TR.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/modemui/lang/tr-TR.rc b/dll/win32/modemui/lang/tr-TR.rc
index 02be37fbbef..d7b7bb3aa3d 100644
--- a/dll/win32/modemui/lang/tr-TR.rc
+++ b/dll/win32/modemui/lang/tr-TR.rc
@@ -284,7 +284,7 @@ BEGIN
402 "Uyarı"
460 "Genel iletişim kutusunu görüntülemek için yeterli bellek yok.\nBazı dosyaları veya programları kapatınız, sonra yeniden deneyiniz."
461 "Modem Ayarları iletişim kutusunu görüntülemek için yeterli bellek yok.\nBazı dosyaları veya programları kapatınız, sonra yeniden deneyiniz."
- 463 "Her bir arama adresi, ""Otomatik""e ya da eşsiz bir çalma türüne ayarlanmalıdır.\n\Aynısı olan çalma türünü farklı bir türle değiştiriniz."
+ 463 "Her bir arama adresi, ""Otomatik""e ya da eşsiz bir çalma türüne ayarlanmalıdır.\n\nAynısı olan çalma türünü farklı bir türle değiştiriniz."
465 "Standart EC"
466 "Zorunlu EC"
467 "Mobil veri"