Author: janderwald
Date: Tue Nov 28 19:58:10 2006
New Revision: 24917
URL:
http://svn.reactos.org/svn/reactos?rev=24917&view=rev
Log:
- devmgmt German translation
See issue #1846 for more details.
Added:
trunk/reactos/base/applications/devmgmt/de-DE.rc (with props)
Modified:
trunk/reactos/base/applications/devmgmt/devmgmt.rc
Added: trunk/reactos/base/applications/devmgmt/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/devmgmt/…
==============================================================================
--- trunk/reactos/base/applications/devmgmt/de-DE.rc (added)
+++ trunk/reactos/base/applications/devmgmt/de-DE.rc Tue Nov 28 19:58:10 2006
@@ -1,0 +1,81 @@
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&Datei"
+ BEGIN
+ MENUITEM "&Beenden", IDC_EXIT
+ END
+ POPUP "Action"
+ BEGIN
+ MENUITEM "Drucken", IDC_PRINT, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Eigenschaften", IDC_PROP, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Hilfe", IDC_PROGHELP, GRAYED
+ END
+ POPUP "View"
+ BEGIN
+ MENUITEM "Geräte nach Typ", IDC_DEVBYTYPE, CHECKED
+ MENUITEM "Geräte nach Verbindung", IDC_STATIC, GRAYED
+ MENUITEM "Resourcen nach Typ", IDC_STATIC, GRAYED
+ MENUITEM "Resourcen nach Verbindung", IDC_STATIC, GRAYED
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "Hilfe", IDC_PROGHELP
+ MENUITEM "Info", IDC_ABOUT
+ END
+END
+
+IDR_POPUP MENU
+BEGIN
+ POPUP "popup"
+ BEGIN
+ MENUITEM "Eigenschaften", IDC_PROP, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Hilfe", IDC_PROGHELP
+ END
+END
+
+IDD_ABOUTBOX DIALOGEX 22,16,190,182
+CAPTION "Über Geräte-Manager"
+FONT 8,"Tahoma",0,0
+STYLE WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
+BEGIN
+ LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy
(gedmurphy(a)gmail.com)"quot;, IDC_STATIC, 48, 7, 130, 26
+ PUSHBUTTON "Schließen", IDOK, 75, 162, 44, 15
+ ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
+ EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP |
ES_READONLY | ES_MULTILINE
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_LICENSE "This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.\r\n\r\nThis program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou
should have received a copy of the GNU General Public License along with this program; if
not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
USA."
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_TOOLTIP_PROP "Eigenschaften"
+ IDS_TOOLTIP_REFRESH "Aktualisieren"
+ IDS_TOOLTIP_HELP "Hilfe"
+ IDS_TOOLTIP_EXIT "Beenden"
+END
+
+/* Hints */
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_HINT_BLANK " "
+ IDS_HINT_EXIT " Das Programm beenden."
+ IDS_HINT_REFRESH " Die Service-Liste aktualisieren."
+ IDS_HINT_PROP " Eigenschaften-Seite für die aktuelle Auswahl
anzeigen."
+ IDS_HINT_HELP " Hilfe-Fenster anzeigen."
+ IDS_HINT_ABOUT " Über ReactOS Geräte-Manager."
+
+ IDS_HINT_SYS_RESTORE " Dieses Fenster auf normale Größe wiederherstellen."
+ IDS_HINT_SYS_MOVE " Dieses Fenster verschieben."
+ IDS_HINT_SYS_SIZE " Größe dieses Fensters ändern."
+ IDS_HINT_SYS_MINIMIZE " Dieses Fenster zu einem Symbol verkleinern."
+ IDS_HINT_SYS_MAXIMIZE " Dieses Fenster auf Bildschirmgröße vergrößern."
+ IDS_HINT_SYS_CLOSE " Dieses Fenster schließen."
+END
Propchange: trunk/reactos/base/applications/devmgmt/de-DE.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/reactos/base/applications/devmgmt/devmgmt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/devmgmt/…
==============================================================================
--- trunk/reactos/base/applications/devmgmt/devmgmt.rc (original)
+++ trunk/reactos/base/applications/devmgmt/devmgmt.rc Tue Nov 28 19:58:10 2006
@@ -25,6 +25,5 @@
IDB_HELP BITMAP DISCARDABLE "res/help.bmp"
IDB_EXIT BITMAP DISCARDABLE "res/exit.bmp"
-
+#include "de-DE.rc"
#include "en-US.rc"
-