mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[MYCOMPUT]
Add Italian translation. Patch by Carlo Bramini CORE-9524 #resolve #comment Commited in r67167. Thanks! svn path=/trunk/; revision=67167
This commit is contained in:
parent
0e0c90edbb
commit
aec53ac1d0
2 changed files with 9 additions and 0 deletions
6
reactos/dll/win32/mycomput/lang/it-IT.rc
Normal file
6
reactos/dll/win32/mycomput/lang/it-IT.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Gestione"
|
||||
END
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue