[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ros-diffs
Subject:    [ros-diffs] [hbirr] 13781: Fixed german resource script for
From:       <hbirr () svn ! reactos ! com>
Date:       2005-02-28 20:43:23
Message-ID: 000001c51dd6$25628e70$6601a8c0 () penelope
[Download RAW message or body]

Fixed german resource script for desk.cpl.
Modified: trunk/reactos/lib/cpl/desk/de.rc
Modified: trunk/reactos/lib/cpl/desk/desk.rc
  _____  

Modified: trunk/reactos/lib/cpl/desk/de.rc
--- trunk/reactos/lib/cpl/desk/de.rc	2005-02-28 19:46:39 UTC (rev
13780)
+++ trunk/reactos/lib/cpl/desk/de.rc	2005-02-28 20:43:23 UTC (rev
13781)
@@ -1,46 +1,5 @@

 LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
 
-IDM_MAINMENU MENU DISCARDABLE
-BEGIN
-    POPUP "&Optionen"
-    BEGIN
-        MENUITEM "&Eigenschaften", IDC_PROPERTIES
-        MENUITEM "Erweiterte Ein&stellungen", IDC_ADVANCED_CONTROLS
-        MENUITEM SEPARATOR
-        MENUITEM "&Beenden", IDC_EXIT
-    END
-    POPUP "&?"
-    BEGIN
-        MENUITEM "&Hilfethemen", IDC_HELP_TOPICS
-        MENUITEM SEPARATOR
-        MENUITEM "&Info", IDC_ABOUT
-    END
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
-    IDS_SNDVOL32       "Lautstõrke Einstellungen"
-    IDS_NOMIXERDEVICES "Es sind keine aktivien Mixer vorhanden! Die
Anwendung wird jetzt beendet."
-END
-
-IDD_PREFERENCES DIALOGEX 0, 0, 224, 250
-STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
-CAPTION "Eigenschaften"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-BEGIN
-  LTEXT "&Mixer:", -1, 7,8,48,9
-  COMBOBOX IDC_MIXERDEVICE, 55,8,162,80, CBS_DROPDOWNLIST | WS_TABSTOP
-  GROUPBOX "Lautstõrke regeln f³r:", -1, 7,25,211,77
-  PUSHBUTTON "Wie&dergabe", IDC_PLAYBACK, 13,43,47,8,
BS_AUTORADIOBUTTON
-  PUSHBUTTON "&Aufnahme", IDC_RECORDING, 13,61,47,8, BS_AUTORADIOBUTTON
-  PUSHBUTTON "A&ndere:", IDC_OTHER, 13,80,42,8, BS_AUTORADIOBUTTON |
WS_DISABLED
-  COMBOBOX IDC_LINE, 55,80,155,50, CBS_DROPDOWNLIST | WS_TABSTOP |
WS_DISABLED
-
-  PUSHBUTTON "OK", IDOK, 114,226,50,14
-  PUSHBUTTON "Abbrechen", IDCANCEL, 168,226,50,14
-END
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
 IDD_BACKGROUND DIALOGEX DISCARDABLE 0, 0, 246, 228
 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
 CAPTION "Desktop"
@@ -95,5 +54,5 @@
     IDS_NONE "(Keine)"
     IDS_CENTER "Zentriert"
     IDS_STRETCH "Gestreckt"
-    IDS_TILE "Nebeneinnander"
+    IDS_TILE "Nebeneinander"
 END
  _____  

Modified: trunk/reactos/lib/cpl/desk/desk.rc
--- trunk/reactos/lib/cpl/desk/desk.rc	2005-02-28 19:46:39 UTC (rev
13780)
+++ trunk/reactos/lib/cpl/desk/desk.rc	2005-02-28 20:43:23 UTC (rev
13781)
@@ -13,5 +13,5 @@

 IDC_DESK_ICON ICON "resources/applet.ico"
 
 #include "en.rc"
-//#include "de.rc"
+#include "de.rc"
 

[Attachment #3 (text/html)]

<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">Fixed german resource script for desk.cpl.</pre><pre \
                class="diff" id="context">Modified: trunk/reactos/lib/cpl/desk/de.rc
Modified: trunk/reactos/lib/cpl/desk/desk.rc
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Modified: \
trunk/reactos/lib/cpl/desk/de.rc</b></big></div> <pre class="diff"><small \
                id="info">--- trunk/reactos/lib/cpl/desk/de.rc	2005-02-28 19:46:39 \
                UTC (rev 13780)
+++ trunk/reactos/lib/cpl/desk/de.rc	2005-02-28 20:43:23 UTC (rev 13781)
@@ -1,46 +1,5 @@
</small></pre><pre class="diff" id="context"> LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
 
</pre><pre class="diff" id="removed">-IDM_MAINMENU MENU DISCARDABLE
-BEGIN
- &nbsp; &nbsp;POPUP &quot;&amp;Optionen&quot;
- &nbsp; &nbsp;BEGIN
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM &quot;&amp;Eigenschaften&quot;, IDC_PROPERTIES
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM &quot;Erweiterte Ein&amp;stellungen&quot;, \
                IDC_ADVANCED_CONTROLS
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM SEPARATOR
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM &quot;&amp;Beenden&quot;, IDC_EXIT
- &nbsp; &nbsp;END
- &nbsp; &nbsp;POPUP &quot;&amp;?&quot;
- &nbsp; &nbsp;BEGIN
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM &quot;&amp;Hilfethemen&quot;, IDC_HELP_TOPICS
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM SEPARATOR
- &nbsp; &nbsp; &nbsp; &nbsp;MENUITEM &quot;&amp;Info&quot;, IDC_ABOUT
- &nbsp; &nbsp;END
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- &nbsp; &nbsp;IDS_SNDVOL32 &nbsp; &nbsp; &nbsp; &quot;Lautst&#245;rke \
                Einstellungen&quot;
- &nbsp; &nbsp;IDS_NOMIXERDEVICES &quot;Es sind keine aktivien Mixer vorhanden! Die \
                Anwendung wird jetzt beendet.&quot;
-END
-
-IDD_PREFERENCES DIALOGEX 0, 0, 224, 250
-STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | \
                WS_SYSMENU
-CAPTION &quot;Eigenschaften&quot;
-FONT 8, &quot;MS Shell Dlg&quot;, 0, 0, 0x0
-BEGIN
- &nbsp;LTEXT &quot;&amp;Mixer:&quot;, -1, 7,8,48,9
- &nbsp;COMBOBOX IDC_MIXERDEVICE, 55,8,162,80, CBS_DROPDOWNLIST | WS_TABSTOP
- &nbsp;GROUPBOX &quot;Lautst&#245;rke regeln f&#179;r:&quot;, -1, 7,25,211,77
- &nbsp;PUSHBUTTON &quot;Wie&amp;dergabe&quot;, IDC_PLAYBACK, 13,43,47,8, \
                BS_AUTORADIOBUTTON
- &nbsp;PUSHBUTTON &quot;&amp;Aufnahme&quot;, IDC_RECORDING, 13,61,47,8, \
                BS_AUTORADIOBUTTON
- &nbsp;PUSHBUTTON &quot;A&amp;ndere:&quot;, IDC_OTHER, 13,80,42,8, \
                BS_AUTORADIOBUTTON | WS_DISABLED
- &nbsp;COMBOBOX IDC_LINE, 55,80,155,50, CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
-
- &nbsp;PUSHBUTTON &quot;OK&quot;, IDOK, 114,226,50,14
- &nbsp;PUSHBUTTON &quot;Abbrechen&quot;, IDCANCEL, 168,226,50,14
-END
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
</pre><pre class="diff" id="context"> IDD_BACKGROUND DIALOGEX DISCARDABLE 0, 0, 246, \
228  STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
 CAPTION &quot;Desktop&quot;
@@ -95,5 +54,5 @@
</pre><pre class="diff" id="context"> &nbsp; &nbsp; IDS_NONE &quot;(Keine)&quot;
 &nbsp; &nbsp; IDS_CENTER &quot;Zentriert&quot;
 &nbsp; &nbsp; IDS_STRETCH &quot;Gestreckt&quot;
</pre><pre class="diff" id="removed">- &nbsp; &nbsp;IDS_TILE &quot;Nebenein<span \
id="removedchars">n</span>ander&quot; </pre><pre class="diff" id="added">+ &nbsp; \
&nbsp;IDS_TILE &quot;Nebeneinander&quot; </pre><pre class="diff" id="context"> END
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: \
trunk/reactos/lib/cpl/desk/desk.rc</b></big></div> <pre class="diff"><small \
                id="info">--- trunk/reactos/lib/cpl/desk/desk.rc	2005-02-28 19:46:39 \
                UTC (rev 13780)
+++ trunk/reactos/lib/cpl/desk/desk.rc	2005-02-28 20:43:23 UTC (rev 13781)
@@ -13,5 +13,5 @@
</small></pre><pre class="diff" id="context"> IDC_DESK_ICON ICON \
&quot;resources/applet.ico&quot;  
 #include &quot;en.rc&quot;
</pre><pre class="diff" id="removed">-<span id="removedchars">//#</span>include \
&quot;de.rc&quot; </pre><pre class="diff" id="added">+<span \
id="addedchars">#</span>include &quot;de.rc&quot; </pre><pre class="diff" \
id="context">  </pre>
</div>

</body>
</html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic