[FONTEXT] Add Italian translation (#831)

This commit is contained in:
Bișoc George 2018-09-04 22:02:44 +02:00 committed by Robert Naumann
parent 773d6a536a
commit 4208e7eed8
2 changed files with 16 additions and 0 deletions

View file

@ -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

View 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