Skip to content

Commit 6e177ed

Browse files
committed
[FONTEXT] Add de-DE translation CORE-17692
1 parent 7b98717 commit 6e177ed

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

dll/shellext/fontext/fontext.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ IDR_FONTEXT REGISTRY "res/fontext.rgs"
1313
/* UTF-8 */
1414
#pragma code_page(65001)
1515

16+
#ifdef LANGUAGE_DE_DE
17+
#include "lang/de-DE.rc"
18+
#endif
1619
#ifdef LANGUAGE_EN_US
1720
#include "lang/en-US.rc"
1821
#endif

dll/shellext/fontext/lang/de-DE.rc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

0 commit comments

Comments
 (0)