mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[TRANSLATION][CLIP] Implement Italian translation (#682)
This commit is contained in:
parent
cc3ba6e41c
commit
5a637150f0
2 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
16
base/applications/cmdutils/clip/lang/it-IT.rc
Normal file
16
base/applications/cmdutils/clip/lang/it-IT.rc
Normal 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
|
Loading…
Reference in a new issue