mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[THEMES] Add italian translations (#1913)
* Include italian translation * Include italian translation * Add italian translation * Add italian translation
This commit is contained in:
parent
5539ca8d7e
commit
adfef44688
4 changed files with 81 additions and 0 deletions
|
@ -186,6 +186,9 @@ NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
|
|
37
media/themes/Blackshade/blackshade.msstyles/lang/it-IT.rc
Normal file
37
media/themes/Blackshade/blackshade.msstyles/lang/it-IT.rc
Normal file
|
@ -0,0 +1,37 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
1000, "Black Shade"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
2000, "Black Shade"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
3000, "Normale"
|
||||
3001, "Caratteri grandi"
|
||||
3002, "Caratteri molto grandi"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
4000, "Normale"
|
||||
4001, "Caratteri grandi"
|
||||
4002, "Caratteri molto grandi"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
5000, "Black Shade"
|
||||
5001, "Stile di visualizzazione"
|
||||
5002, "ReactOS Foundation"
|
||||
5003, "Immagini di David Quintana <gigaherz@gmail.com>"
|
||||
5004, "Immagini rilasciate sotto licenza CC-BY-SA 4.0"
|
||||
5005, "http://www.reactos.org"
|
||||
5006, "1.0"
|
||||
5007, "Stile di visualizzazione per ReactOS"
|
||||
}
|
38
media/themes/Lunar/lunar.msstyles/lang/it-IT.rc
Normal file
38
media/themes/Lunar/lunar.msstyles/lang/it-IT.rc
Normal file
|
@ -0,0 +1,38 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
1000, "ReactOS"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
2000, "Lunar ReactOS"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
3000, "Normale"
|
||||
3001, "Caratteri grandi"
|
||||
3002, "Caratteri molto grandi"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
4000, "Normale"
|
||||
4001, "Caratteri grandi"
|
||||
4002, "Caratteri molto grandi"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
5000, "Lunar"
|
||||
5001, "Stile di visualizzazione"
|
||||
5002, "ReactOS Foundation"
|
||||
5003, "Cernodile & Illen, basato su Lautus"
|
||||
5004, "Distribuito sotto licenza GNU/GPL 2.0, 2019"
|
||||
5005, "http://www.reactos.org"
|
||||
5006, "1.1"
|
||||
5007, "Stile di visualizzazione per ReactOS"
|
||||
}
|
||||
|
|
@ -181,6 +181,9 @@ NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue