From: Pierre Schweitzer Date: Sun, 12 Apr 2015 09:17:53 +0000 (+0000) Subject: [MYCOMPUT] X-Git-Tag: backups/colins-printing-for-freedom@73041~449 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=aec53ac1d0fce983ab6491f412680874722fcb8a [MYCOMPUT] Add Italian translation. Patch by Carlo Bramini CORE-9524 #resolve #comment Commited in r67167. Thanks! svn path=/trunk/; revision=67167 --- diff --git a/reactos/dll/win32/mycomput/lang/it-IT.rc b/reactos/dll/win32/mycomput/lang/it-IT.rc new file mode 100644 index 00000000000..a240d84c133 --- /dev/null +++ b/reactos/dll/win32/mycomput/lang/it-IT.rc @@ -0,0 +1,6 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_MANAGE "Gestione" +END diff --git a/reactos/dll/win32/mycomput/mycomput.rc b/reactos/dll/win32/mycomput/mycomput.rc index 9e91108b8fc..a6ad3f61659 100644 --- a/reactos/dll/win32/mycomput/mycomput.rc +++ b/reactos/dll/win32/mycomput/mycomput.rc @@ -15,6 +15,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #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