German translation by DJ_Smith from IRC (dj_smith_reactos@online.de)
authorMaarten Bosma <maarten@bosma.de>
Sat, 7 Jan 2006 23:45:59 +0000 (23:45 +0000)
committerMaarten Bosma <maarten@bosma.de>
Sat, 7 Jan 2006 23:45:59 +0000 (23:45 +0000)
svn path=/trunk/; revision=20686

reactos/subsys/system/servman/De.rc

index 16439af..784f114 100644 (file)
@@ -2,9 +2,9 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
 \r
 IDR_MAINMENU MENU\r
 BEGIN\r
-  POPUP "&File"\r
+  POPUP "&Datei"\r
   BEGIN\r
-    MENUITEM "E&xit",ID_FILE_EXIT\r
+    MENUITEM "B&eenden",ID_FILE_EXIT\r
   END\r
   POPUP "Action"\r
   BEGIN\r
@@ -28,6 +28,46 @@ BEGIN
   END\r
 END\r
 \r
+IDD_ABOUTBOX DIALOG DISCARDABLE  22,16,190,182\r
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU\r
+CAPTION "Über den Service Manager"\r
+FONT 8, "Tahoma"\r
+BEGIN\r
+    CONTROL         "Service Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)",\r
+                    IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,48,7,130,26\r
+    DEFPUSHBUTTON   "Schließen",IDOK,140,162,44,15,WS_GROUP\r
+    ICON            IDI_SM_ICON,IDC_STATIC,12,7,30,20\r
+    EDITTEXT        IDC_LICENSE_EDIT,8,44,174,107,ES_MULTILINE |\r
+                    ES_READONLY | WS_VSCROLL\r
+END\r
+\r
+\r
+IDD_DLG_GENERAL DIALOGEX 6,6,253,225\r
+CAPTION "Allgemein"\r
+FONT 8,"MS Sans Serif",0,0\r
+STYLE 0x10CF0000\r
+BEGIN\r
+  CONTROL "Dienstname:",IDC_STATIC,"Static",0x50000000,4,11,53,11\r
+  CONTROL "Anzeigename:",IDC_STATIC,"Static",0x50000000,4,29,53,11\r
+  CONTROL "Beschreibung",IDC_STATIC,"Static",0x50000000,4,51,53,11\r
+  CONTROL "",IDC_SERV_NAME,"Static",0x50000000,70,11,176,11\r
+  CONTROL "",IDC_DISP_NAME,"Static",0x50001000,70,29,176,12\r
+  CONTROL "",IDC_DESCRIPTION,"Static",0x50201000,70,46,176,22\r
+  CONTROL "Pfad zum ausführbarem Programm:",IDC_STATIC,"Static",0x50000000,6,73,150,9\r
+  CONTROL "",IDC_STATIC,"Static",0x50001000,6,86,238,12\r
+  CONTROL "Starttyp:",IDC_STATIC,"Static",0x50000000,6,108,53,11\r
+  CONTROL "",IDC_START_TYPE,"ComboBox",0x50010003,70,107,176,11\r
+  CONTROL "Status des Dienstes:",IDC_STATIC,"Static",0x50000000,4,138,100,11\r
+  CONTROL "",IDC_SERV_STATUS,"Static",0x50000000,70,138,176,11\r
+  CONTROL "Start",IDC_START,"Button",0x50010000,6,155,54,15\r
+  CONTROL "Stopp",IDC_STOP,"Button",0x50010000,68,155,54,15\r
+  CONTROL "Pause",IDC_PAUSE,"Button",0x50010000,130,155,54,15\r
+  CONTROL "Fortsetzen",IDC_RESUME,"Button",0x50010000,192,155,54,15\r
+  CONTROL "Sie können die Startparameter festlegen, die verwendet werden, wenn Sie den Dienst von hier aus starten.",IDC_STATIC,"Static",0x50000000,6,177,240,15\r
+  CONTROL "Startparameter",IDC_STATIC,"Static",0x50000000,6,199,53,11\r
+  CONTROL "",IDC_START_PARAM,"Static",0x50001000,70,199,176,11\r
+END\r
+\r
 STRINGTABLE DISCARDABLE\r
 BEGIN\r
   IDS_FIRSTCOLUMN "Name"\r
@@ -43,12 +83,29 @@ BEGIN
   IDS_SERVICES_STATUS_STOPPED "Gestoppt"\r
   IDS_SERVICES_YES "Ja"\r
   IDS_SERVICES_UNKNOWN "Unbekannt"\r
+  IDS_SERVICES_AUTO "Automatisch"\r
+  IDS_SERVICES_MAN "Manuel"\r
+  IDS_SERVICES_DIS "Deaktiviert"\r
 END\r
 \r
 STRINGTABLE DISCARDABLE\r
 BEGIN\r
   IDS_SERVICES_NUM_SERVICES "Dienste: %d"\r
   IDB_START "res/start.bmp"\r
+  IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA."\r
+  /*"This program is free software; you can redistribute it "\r
+              "and/or modify it under the terms of the GNU Lesser General "\r
+              "Public License as published by the Free Software Foundation; "\r
+              "either version 2.1 of the License, or (at your option) any "\r
+              "later version.\r\n\r\nThis program is distributed in the hope "\r
+              "that it will be useful, but WITHOUT ANY WARRANTY; without even "\r
+              "the implied warranty of MERCHANTABILITY or FITNESS FOR A "\r
+              "PARTICULAR PURPOSE.  See the GNU General Public License for more "\r
+              "details.\r\n\r\nYou should have received a copy of the GNU "\r
+              "General Public License along with this program; if not, write "\r
+              "to the Free Software Foundation, Inc., 59 Temple Place - Suite "\r
+              "330, Boston, MA  02111-1307, USA." */\r
+  \r
 END\r
 \r
 STRINGTABLE DISCARDABLE\r