Rouven Wessling pentiumforever@gmail.com: - German translations Added: trunk/reactos/lib/cpl/main/De.rc Modified: trunk/reactos/lib/cpl/main/En.rc Modified: trunk/reactos/lib/cpl/main/main.rc Added: trunk/reactos/subsys/ntvdm/De.rc Modified: trunk/reactos/subsys/ntvdm/En.rc Modified: trunk/reactos/subsys/ntvdm/ntvdm.rc Added: trunk/reactos/subsys/system/expand/De.rc Modified: trunk/reactos/subsys/system/expand/En.rc Modified: trunk/reactos/subsys/system/expand/expand.rc Added: trunk/reactos/subsys/system/rundll32/De.rc Modified: trunk/reactos/subsys/system/rundll32/En.rc Modified: trunk/reactos/subsys/system/rundll32/rundll32.rc _____
Added: trunk/reactos/lib/cpl/main/De.rc --- trunk/reactos/lib/cpl/main/De.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/lib/cpl/main/De.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -0,0 +1,33 @@
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +IDD_PROPPAGE1 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 1" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 1",-1,73,74,90,8 +END + +IDD_PROPPAGE2 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 2" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 2",-1,73,74,90,8 +END + +IDD_PROPPAGE3 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 3" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 3",-1,73,74,90,8 +END + +STRINGTABLE +BEGIN + IDS_CPLNAME_1 "Maus" + IDS_CPLDESCRIPTION_1 "Eigenschaften von Maus." + IDS_CPLNAME_2 "Tastatur" + IDS_CPLDESCRIPTION_2 "Eigenschaften von Tastatur." +END Property changes on: trunk/reactos/lib/cpl/main/De.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/lib/cpl/main/En.rc --- trunk/reactos/lib/cpl/main/En.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/lib/cpl/main/En.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -1,33 +1,33 @@
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -IDD_PROPPAGE1 DIALOGEX 0, 0, 246, 228 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Property Page 1" -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Property Page 1",-1,73,74,90,8 -END - -IDD_PROPPAGE2 DIALOGEX 0, 0, 246, 228 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Property Page 2" -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Property Page 2",-1,73,74,90,8 -END - -IDD_PROPPAGE3 DIALOGEX 0, 0, 246, 228 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Property Page 3" -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Property Page 3",-1,73,74,90,8 -END - -STRINGTABLE -BEGIN - IDS_CPLNAME_1 "Mouse" - IDS_CPLDESCRIPTION_1 "Changes mouse settings." - IDS_CPLNAME_2 "Keyboard" - IDS_CPLDESCRIPTION_2 "Changes keyboard settings." -END +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + +IDD_PROPPAGE1 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 1" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 1",-1,73,74,90,8 +END + +IDD_PROPPAGE2 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 2" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 2",-1,73,74,90,8 +END + +IDD_PROPPAGE3 DIALOGEX 0, 0, 246, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Property Page 3" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Property Page 3",-1,73,74,90,8 +END + +STRINGTABLE +BEGIN + IDS_CPLNAME_1 "Mouse" + IDS_CPLDESCRIPTION_1 "Changes mouse settings." + IDS_CPLNAME_2 "Keyboard" + IDS_CPLDESCRIPTION_2 "Changes keyboard settings." +END Property changes on: trunk/reactos/lib/cpl/main/En.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/lib/cpl/main/main.rc --- trunk/reactos/lib/cpl/main/main.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/lib/cpl/main/main.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -14,4 +14,4 @@
IDC_CPLICON_2 ICON "resources/keyboard.ico"
#include "En.rc" - +#include "De.rc" _____
Added: trunk/reactos/subsys/ntvdm/De.rc --- trunk/reactos/subsys/ntvdm/De.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/ntvdm/De.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -0,0 +1,13 @@
+#include "resource.h" +/* + * Translate into German. + * By Rouven Wessling 2005 pentiumforever@gmail.com + */ + +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ + +STRING_WelcomeMsg, "ReactOS Virtuelle DOS Unterst³tzung.\n" +STRING_PromptMsg, "Dr³cke jetzt r<cr> zum starten, s<cr> zum runterfahren oder q<cr> zum schlie?en." +} Property changes on: trunk/reactos/subsys/ntvdm/De.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/ntvdm/En.rc --- trunk/reactos/subsys/ntvdm/En.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/ntvdm/En.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -1,13 +1,13 @@
-#include "resource.h" -/* - * Moved all hardcoded strings to En.rc. - * By Magnus Olsen 2005 - */ - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT -STRINGTABLE DISCARDABLE -{ - -STRING_WelcomeMsg, "ReactOS Virtual DOS Machine support.\n" -STRING_PromptMsg, "Type r<cr> to run, s<cr> to shutdown or q<cr> to quit now." -} +#include "resource.h" +/* + * Moved all hardcoded strings to En.rc. + * By Magnus Olsen 2005 + */ + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ + +STRING_WelcomeMsg, "ReactOS Virtual DOS Machine support.\n" +STRING_PromptMsg, "Type r<cr> to run, s<cr> to shutdown or q<cr> to quit now." +} Property changes on: trunk/reactos/subsys/ntvdm/En.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/ntvdm/ntvdm.rc --- trunk/reactos/subsys/ntvdm/ntvdm.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/ntvdm/ntvdm.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -7,4 +7,4 @@
#include <reactos/version.rc>
#include "En.rc" - +#include "De.rc" _____
Added: trunk/reactos/subsys/system/expand/De.rc --- trunk/reactos/subsys/system/expand/De.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/expand/De.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -0,0 +1,16 @@
+#include "resource.h" +/* + * Translated into German. + * By Rouven Wessling 2005 pentiumforever@gmail.com + */ + +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ + +IDS_Copy, "ReactOS Dateiexpansionsprogramm Version 1.0\n\ +Copyright Victor Schneider 1997\n\n\ +Verwendung: %s infile [outfile]\n" + +IDS_FAILS "LZCopy fehgeschlagen: R³ckgabe ist %ld\n" +} Property changes on: trunk/reactos/subsys/system/expand/De.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/system/expand/En.rc --- trunk/reactos/subsys/system/expand/En.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/expand/En.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -1,16 +1,16 @@
-#include "resource.h" -/* - * Moved all hardcoded strings to En.rc. - * By Magnus Olsen 2005 magnus@itkonsult-olsen.com - */ - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT -STRINGTABLE DISCARDABLE -{ - -IDS_Copy, "ReactOS File Expansion Utility Version 1.0\n\ -Copyright Victor Schneider 1997\n\n\ -Usage: %s infile [outfile]\n" - -IDS_FAILS "LZCopy failed: return is %ld\n" -} +#include "resource.h" +/* + * Moved all hardcoded strings to En.rc. + * By Magnus Olsen 2005 magnus@itkonsult-olsen.com + */ + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ + +IDS_Copy, "ReactOS File Expansion Utility Version 1.0\n\ +Copyright Victor Schneider 1997\n\n\ +Usage: %s infile [outfile]\n" + +IDS_FAILS "LZCopy failed: return is %ld\n" +} Property changes on: trunk/reactos/subsys/system/expand/En.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/system/expand/expand.rc --- trunk/reactos/subsys/system/expand/expand.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/expand/expand.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -1,9 +1,9 @@
-/* $Id: format.rc 15157 2005-05-09 00:05:15Z greatlrd $ */ -#include <windows.h> -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Expansion Utility Version 1.0 \0" -#define REACTOS_STR_INTERNAL_NAME "expand\0" -#define REACTOS_STR_ORIGINAL_FILENAME "expand.exe\0" -#include <reactos/version.rc> - -#include "En.rc" - +/* $Id$ */ +#include <windows.h> +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Expansion Utility Version 1.0 \0" +#define REACTOS_STR_INTERNAL_NAME "expand\0" +#define REACTOS_STR_ORIGINAL_FILENAME "expand.exe\0" +#include <reactos/version.rc> + +#include "En.rc" +#include "De.rc" Property changes on: trunk/reactos/subsys/system/expand/expand.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Added: trunk/reactos/subsys/system/rundll32/De.rc --- trunk/reactos/subsys/system/rundll32/De.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/rundll32/De.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -0,0 +1,12 @@
+#include "resource.h" +/* + * Translated into German. + * By Rouven Wessling 2005 pentiumforever@gmail.com + */ + +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ +IDS_DllNotLoaded, "LoadLibrary laden von '%s' fehlgeschlagen" +IDS_MissingEntry, "Fehlender Eintrag:%s\nIn %s" +} Property changes on: trunk/reactos/subsys/system/rundll32/De.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/system/rundll32/En.rc --- trunk/reactos/subsys/system/rundll32/En.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/rundll32/En.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -1,12 +1,12 @@
-#include "resource.h" -/* - * Moved all hardcoded strings to En.rc. - * By Magnus Olsen 2005 magnus@itkonsult-olsen.com - */ - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT -STRINGTABLE DISCARDABLE -{ -IDS_DllNotLoaded, "LoadLibrary failed to load '%s'" -IDS_MissingEntry, "Missing entry point:%s\nIn %s" -} +#include "resource.h" +/* + * Moved all hardcoded strings to En.rc. + * By Magnus Olsen 2005 magnus@itkonsult-olsen.com + */ + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT +STRINGTABLE DISCARDABLE +{ +IDS_DllNotLoaded, "LoadLibrary failed to load '%s'" +IDS_MissingEntry, "Missing entry point:%s\nIn %s" +} Property changes on: trunk/reactos/subsys/system/rundll32/En.rc ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _____
Modified: trunk/reactos/subsys/system/rundll32/rundll32.rc --- trunk/reactos/subsys/system/rundll32/rundll32.rc 2005-08-02 22:14:52 UTC (rev 16984) +++ trunk/reactos/subsys/system/rundll32/rundll32.rc 2005-08-02 22:20:03 UTC (rev 16985) @@ -7,4 +7,5 @@
#include <reactos/version.rc>
#include "En.rc" +#include "De.rc"