mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 02:10:28 +08:00
[FONTEXT] Add Italian translation (#831)
This commit is contained in:
committed by
Robert Naumann
parent
773d6a536a
commit
4208e7eed8
@@ -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
|
||||
Reference in New Issue
Block a user