File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ IDR_FONTEXT REGISTRY "res/fontext.rgs"
13
13
/* UTF-8 */
14
14
#pragma code_page(65001)
15
15
16
+ #ifdef LANGUAGE_DE_DE
17
+ #include "lang/de-DE.rc"
18
+ #endif
16
19
#ifdef LANGUAGE_EN_US
17
20
#include "lang/en-US.rc"
18
21
#endif
Original file line number Diff line number Diff line change
1
+ /*
2
+ * PROJECT: ReactOS FontExt Shell Extension
3
+ * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
+ * PURPOSE: German resource translation
5
+ * COPYRIGHT: Copyright 2021 Joachim Henze (
[email protected] )
6
+ */
7
+
8
+ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
9
+
10
+ STRINGTABLE
11
+ BEGIN
12
+ IDS_REACTOS_FONTS_FOLDER "ReactOS Schriftartenordner"
13
+ END
14
+
15
+ STRINGTABLE
16
+ BEGIN
17
+ IDS_COL_NAME "Schriftartname"
18
+ END
19
+
20
+ STRINGTABLE
21
+ BEGIN
22
+ IDS_COL_FILENAME "Dateiname"
23
+ IDS_COL_SIZE "Größe"
24
+ IDS_COL_MODIFIED "Geändert"
25
+ IDS_COL_ATTR "Attribute"
26
+ IDS_COL_ATTR_LETTERS "RHSAC"
27
+ END
28
+
29
+
30
+ STRINGTABLE
31
+ BEGIN
32
+ IDS_FONT_PREVIEW "Ö&ffnen"
33
+ END
You can’t perform that action at this time.
0 commit comments