From aec53ac1d0fce983ab6491f412680874722fcb8a Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 12 Apr 2015 09:17:53 +0000 Subject: [PATCH] [MYCOMPUT] Add Italian translation. Patch by Carlo Bramini CORE-9524 #resolve #comment Commited in r67167. Thanks! svn path=/trunk/; revision=67167 --- reactos/dll/win32/mycomput/lang/it-IT.rc | 6 ++++++ reactos/dll/win32/mycomput/mycomput.rc | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 reactos/dll/win32/mycomput/lang/it-IT.rc 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