Patch: Make it translatable and add German translation by Robert Naumann + fixed one typo by me.
CORE-9310 #resolve #comment Committed with one lil typo fixed, thx.

svn path=/trunk/; revision=66552
This commit is contained in:
Daniel Reimer
2015-03-03 01:35:12 +00:00
parent e9069a6bb3
commit e1f523b79c
3 changed files with 88 additions and 42 deletions
@@ -0,0 +1,37 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
{
1000, "Ater"
}
STRINGTABLE
{
2000, "Lautus Ater"
}
STRINGTABLE
{
3000, "Standardgröße"
3001, "Groß"
3002, "Extragroß"
}
STRINGTABLE
{
4000, "Standardgröße"
4001, "Groß"
4002, "Extragroß"
}
STRINGTABLE
{
5000, "Lautus"
5001, "Visueller Stil"
5002, "ReactOS Foundation"
5003, "Pisarz, basierend auf Luna Inspirat"
5004, "Veröffentlicht unter GNU/GPL 2.0, 2011"
5005, "http://www.reactos.org"
5006, "1.0"
5007, "Visueller Stil für ReactOS"
}
@@ -0,0 +1,37 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
{
1000, "Ater"
}
STRINGTABLE
{
2000, "Lautus Ater"
}
STRINGTABLE
{
3000, "Normal"
3001, "Large Fonts"
3002, "Extra Large Fonts"
}
STRINGTABLE
{
4000, "Normal"
4001, "Large Fonts"
4002, "Extra Large Fonts"
}
STRINGTABLE
{
5000, "Lautus"
5001, "Visual Style"
5002, "ReactOS Foundation"
5003, "Pisarz, based on Luna Inspirat"
5004, "Released under GNU/GPL 2.0, 2011"
5005, "http://www.reactos.org"
5006, "1.0"
5007, "Visual Style for ReactOS"
}
+14 -42
View File
@@ -1,7 +1,12 @@
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Lautus Theme\0"
#define REACTOS_STR_INTERNAL_NAME "Lautus\0"
#define REACTOS_STR_ORIGINAL_FILENAME "lautus.msstyles\0"
#include <reactos/version.rc>
#include <windows.h>
#pragma code_page(65001)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 COLORNAMES {L"Normal Color\0\0"}
COMBO COMBODATA {0x0003,0x0003, 0x0000, 0x0003, 0x0006, 0x0001,0x0004,0x0007,0x0002,0x0005,0x08,}
@@ -176,44 +181,11 @@ NORMAL_IE_PERSONALBARMENU_BMP BITMAP "bitmaps/dummy.bmp"
NORMAL_NORMALGROUPCOLLAPSE_BMP BITMAP "bitmaps/dummy.bmp"
NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
STRINGTABLE
{
1000, "Ater"
}
#pragma code_page(65001)
STRINGTABLE
{
2000, "Lautus Ater"
}
STRINGTABLE
{
3000, "Normal"
3001, "Large Fonts"
3002, "Extra Large Fonts"
}
STRINGTABLE
{
4000, "Normal"
4001, "Large Fonts"
4002, "Extra Large Fonts"
}
STRINGTABLE
{
5000, "Lautus"
5001, "Visual Style"
5002, "ReactOS Foundation"
5003, "Pisarz, based on Luna Inspirat"
5004, "Released under GNU/GPL 2.0, 2011"
5005, "http://www.reactos.org"
5006, "1.0"
5007, "Visual Style for ReactOS"
}
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Lautus Theme\0"
#define REACTOS_STR_INTERNAL_NAME "Lautus\0"
#define REACTOS_STR_ORIGINAL_FILENAME "lautus.msstyles\0"
#include <reactos/version.rc>
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif