https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e177edbadf8d6e8c2065b51bf9daca2435269d2

commit 6e177edbadf8d6e8c2065b51bf9daca2435269d2
Author:     Joachim Henze <[email protected]>
AuthorDate: Mon Jul 19 00:33:39 2021 +0200
Commit:     Joachim Henze <[email protected]>
CommitDate: Mon Jul 19 00:33:39 2021 +0200

    [FONTEXT] Add de-DE translation CORE-17692
---
 dll/shellext/fontext/fontext.rc    |  3 +++
 dll/shellext/fontext/lang/de-DE.rc | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dll/shellext/fontext/fontext.rc b/dll/shellext/fontext/fontext.rc
index f4cb69b8af0..ee368d3d20c 100644
--- a/dll/shellext/fontext/fontext.rc
+++ b/dll/shellext/fontext/fontext.rc
@@ -13,6 +13,9 @@ IDR_FONTEXT REGISTRY "res/fontext.rgs"
 /* 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/shellext/fontext/lang/de-DE.rc 
b/dll/shellext/fontext/lang/de-DE.rc
new file mode 100644
index 00000000000..e0b8e82ccf4
--- /dev/null
+++ b/dll/shellext/fontext/lang/de-DE.rc
@@ -0,0 +1,33 @@
+/*
+ * PROJECT:     ReactOS FontExt Shell Extension
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     German resource translation
+ * COPYRIGHT:   Copyright 2021 Joachim Henze ([email protected])
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_REACTOS_FONTS_FOLDER "ReactOS Schriftartenordner"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_COL_NAME "Schriftartname"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_COL_FILENAME "Dateiname"
+    IDS_COL_SIZE "Größe"
+    IDS_COL_MODIFIED "Geändert"
+    IDS_COL_ATTR "Attribute"
+    IDS_COL_ATTR_LETTERS "RHSAC"
+END
+
+
+STRINGTABLE
+BEGIN
+    IDS_FONT_PREVIEW "Ö&ffnen"
+END

Reply via email to