[TRANSLATION][CLIP] Implement Italian translation (#682)

This commit is contained in:
Bișoc George 2018-07-12 17:41:20 +02:00 committed by Hermès BÉLUSCA - MAÏTO
parent cc3ba6e41c
commit 5a637150f0
2 changed files with 19 additions and 0 deletions

View file

@ -24,6 +24,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "lang/it-IT.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif

View file

@ -0,0 +1,16 @@
/*
* PROJECT: ReactOS Clip Command
* LICENSE: See COPYING in the top level directory
* PURPOSE: Italian resource file
* COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
*/
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_USAGE "\nInserisci ""CLIP /?"" per leggere le informazioni sull'uso.\n"
IDS_HELP "\nReindirizza verso la clipboard l'output dei programmi a riga di comando.\n\n\
CLIP [/?]\n\n\
/? Mostra questo messaggio.\n"
END