mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[FONTEXT] Add Italian translation (#831)
This commit is contained in:
parent
773d6a536a
commit
4208e7eed8
2 changed files with 16 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
|
|
13
dll/shellext/fontext/lang/it-IT.rc
Normal file
13
dll/shellext/fontext/lang/it-IT.rc
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Font Text
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Italian translation resource
|
||||
* COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_REACTOS_FONTS_FOLDER "Cartella dei font di ReactOS"
|
||||
END
|
Loading…
Reference in a new issue