<html>
<head>
<style>
<!--
body { background-color:#ffffff }
.file { border:1px solid #eeeeee; margin-top:1em; margin-bottom:1em }
.pathname { font-family:monospace; float:right }
.fileheader { margin-bottom:.5em }
.diff { margin:0 }
.tasklist { padding:4px; border:1px dashed #000000; margin-top:1em }
.tasklist ul { margin-top:0; margin-bottom:0 }
tr.alt { background-color:#eeeeee }
#added { background-color:#ddffdd }
#addedchars { background-color:#99ff99; font-weight:bolder }
tr.alt #added { background-color:#ccf7cc }
#removed { background-color:#ffdddd }
#removedchars { background-color:#ff9999; font-weight:bolder }
tr.alt #removed { background-color:#f7cccc }
#info { color:#888888 }
#context { background-color:#eeeeee }
td {padding-left:.3em; padding-right:.3em }
tr.head { border-bottom-width:1px; border-bottom-style:solid }
tr.head td { padding:0; padding-top:.2em }
.task { background-color:#ffff00 }
.comment { padding:4px; border:1px dashed #000000; background-color:#ffffdd }
.error { color:red }
hr { border-width:0px; height:2px; background:black }
-->
</style>
</head>
<body>
<pre class="comment">unmix cases</pre><pre class="diff" id="removed">Deleted: trunk/reactos/subsys/system/reporterror/De.rc
Deleted: trunk/reactos/subsys/system/reporterror/En.rc
</pre><pre class="diff" id="added">Added: trunk/reactos/subsys/system/reporterror/de.rc
Added: trunk/reactos/subsys/system/reporterror/en.rc
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Deleted: trunk/reactos/subsys/system/reporterror/De.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/subsys/system/reporterror/De.rc        2005-05-09 19:05:41 UTC (rev 15188)
+++ trunk/reactos/subsys/system/reporterror/De.rc        2005-05-09 19:08:49 UTC (rev 15189)
@@ -1,53 +0,0 @@
</small></pre><pre class="diff" id="removed">-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
-IDD_FIRSTPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Fehlerbericht Assistent&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;Das System hat einen Fehler entdeckt.&quot;, -1, 115, 15, 160, 24
- &nbsp;LTEXT &quot;Wollen Sie den Fehlerbericht an das ReactOS Projekt schicken?&quot;, -1, 115, 35, 160, 17
-END
-
-IDD_SUBMIT_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Fehlerbericht Assistent&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;Bitte beschreiben Sie was sie gerade gemacht haben als der Fehler auftrat.\n\nKlicken Sie auf 'Weiter' um den Fehlerbricht and das ReactOS Projekt zu senden oder 'Abbrechen' um keine Informationen zu senden.&quot;,-1,10,0,255,40
- &nbsp;LTEXT &quot;Ihre E-Mail Addresse (freiwillig):&quot;,-1,10,40,120,20
- &nbsp;EDITTEXT IDE_SUBMIT_REPORT_YOUR_EMAIL, 120,40,140,12
- &nbsp;LTEXT &quot;Beschreibung des Problems/Fehlers (freiwillig):&quot;,-1,10,55,160,20
- &nbsp;EDITTEXT IDE_SUBMIT_REPORT_PROBLEM_DESCRIPTION,10,65,250,55,ES_WANTRETURN|ES_MULTILINE|ES_LEFT|WS_BORDER|WS_TABSTOP|WS_VSCROLL
-END
-
-IDD_SUBMITTING_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Fehlerbericht Assistent&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;{STATUS}&quot;,IDC_SUBMISSION_STATUS,25,58,225,8
- &nbsp;CONTROL &quot;&quot;, IDC_SUBMITTING_IN_PROGRESS, &quot;msctls_progress32&quot;, PBS_MARQUEE | WS_CHILD | WS_VISIBLE | WS_BORDER, 25, 80, 225, 8
-END
-
-IDD_SUBMITTED_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Fehlerbericht Assistent&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;Ihr Fehlerbericht wurde erfolgreich an das ReactOS Projekt gesendet.&quot;,-1,25,5,225,20
-END
-
-STRINGTABLE
-BEGIN
- &nbsp;IDS_WIZARD_NAME &quot;Fehlerbericht an das ReactOS Projekt senden&quot;
- &nbsp;IDS_FAILED_TO_CONTACT_SERVER &quot;Das System war nicht in der Lage den ReactOS Fehlerbericht Server zu kontaktieren.\nBitte vergewissern Sie sich das ihr System mit dem Internet verbunden ist.&quot;
- &nbsp;IDS_FAILED_TO_DELIVER_ERROR_REPORT &quot;Das System konnte den Fehlerbericht nicht versenden.&quot;
-END
-
-STRINGTABLE
-BEGIN
- &nbsp;IDS_CONTACTING_SERVER &quot;Verbindung mit dem ReactOS Fehlerbericht Server wird hergestellt ...&quot;
- &nbsp;IDS_FAILED_TO_INITIALIZE_WINSOCK &quot;Fehler beim initialisieren von winsock (windows/ReactOS Fehlercode %d)&quot;
- &nbsp;IDS_FAILED_TO_LOCATE_SERVER &quot;Verbindung mit dem ReactOS Fehlerbericht Server konnte nicht hergestellt werden.&quot;
-END
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Deleted: trunk/reactos/subsys/system/reporterror/En.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/subsys/system/reporterror/En.rc        2005-05-09 19:05:41 UTC (rev 15188)
+++ trunk/reactos/subsys/system/reporterror/En.rc        2005-05-09 19:08:49 UTC (rev 15189)
@@ -1,62 +0,0 @@
</small></pre><pre class="diff" id="removed">-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-IDD_FIRSTPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Error reporting assistant&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;The system recovered from an error.&quot;, -1, 115, 15, 160, 24
- &nbsp;LTEXT &quot;Would you like to report the error to the ReactOS project?&quot;, -1, 115, 35, 160, 17
-END
-
-IDD_SUBMIT_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Error reporting assistant&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;Please describe what you were trying to do when the error occurred.\n\nClick 'Next' to send the report to the ReactOS project or 'Cancel' to not send any information.&quot;,-1,10,0,225,40
- &nbsp;LTEXT &quot;Your e-mail address (optional):&quot;,-1,10,40,120,20
- &nbsp;EDITTEXT IDE_SUBMIT_REPORT_YOUR_EMAIL, 110,40,150,12
- &nbsp;LTEXT &quot;Description of problem (optional):&quot;,-1,10,55,120,20
- &nbsp;EDITTEXT IDE_SUBMIT_REPORT_PROBLEM_DESCRIPTION,10,65,250,55,ES_WANTRETURN|ES_MULTILINE|ES_LEFT|WS_BORDER|WS_TABSTOP|WS_VSCROLL
-END
-
-IDD_SUBMITTING_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Error reporting assistant&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;{STATUS}&quot;,IDC_SUBMISSION_STATUS,25,58,225,8
- &nbsp;CONTROL &quot;&quot;, IDC_SUBMITTING_IN_PROGRESS, &quot;msctls_progress32&quot;, PBS_MARQUEE | WS_CHILD | WS_VISIBLE | WS_BORDER, 25, 80, 225, 8
-END
-
-IDD_SUBMITTED_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION &quot;Error reporting assistant&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;Your error report was successfully sent to the ReactOS project.&quot;,-1,25,5,225,20
-END
-
-STRINGTABLE
-BEGIN
- &nbsp;IDS_WIZARD_NAME &quot;Report error to the ReactOS project&quot;
- &nbsp;IDS_FAILED_TO_CONTACT_SERVER &quot;The system was unable to contact the error reporting server.\nPlease make sure that your system is connected to the internet.&quot;
- &nbsp;IDS_FAILED_TO_DELIVER_ERROR_REPORT &quot;The system was unable to deliver the error report.&quot;
-END
-
-STRINGTABLE
-BEGIN
- &nbsp;IDS_CONTACTING_SERVER &quot;Contacting error reporting server...&quot;
- &nbsp;IDS_FAILED_TO_INITIALIZE_WINSOCK &quot;Failed to initialize winsock (windows error code %d)&quot;
- &nbsp;IDS_FAILED_TO_LOCATE_SERVER &quot;Failed to contact error reporting server&quot;
-END
-
-STRINGTABLE
-BEGIN
-IDS_DNS_ERROR &quot;Could not resolve DNS for %S (windows error code %d)&quot;
-IDS_SOCKET_ERROR &quot;Could not create socket (windows error code %d)&quot;
-IDS_GET_SRV_ERROR &quot;Could not get service (windows error code %d)&quot;
-IDS_CON_SRV_ERROR &quot;Could not connect to server (windows error code %d)&quot;
-END
-
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Copied: trunk/reactos/subsys/system/reporterror/de.rc</b> (from rev 15070, trunk/reactos/subsys/system/reporterror/De.rc)</big></div>
</div>
</div>
<hr /><div class="file">
<div class="fileheader"><big><b>Copied: trunk/reactos/subsys/system/reporterror/en.rc</b> (from rev 15070, trunk/reactos/subsys/system/reporterror/En.rc)</big></div>
</div>
</pre>
</div>

</body>
</html>