mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[FONTEXT] Add de-DE translation CORE-17692
This commit is contained in:
parent
7b98717c6a
commit
6e177edbad
2 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
33
dll/shellext/fontext/lang/de-DE.rc
Normal file
33
dll/shellext/fontext/lang/de-DE.rc
Normal file
|
@ -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 (Joachim.Henze@reactos.org)
|
||||
*/
|
||||
|
||||
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
|
Loading…
Reference in a new issue