Add german language resource to the ReactOS Command Processor
(not completely finished, I will update it as soon as possible)
Added: trunk/reactos/subsys/system/cmd/De.rc
Modified: trunk/reactos/subsys/system/cmd/cmd.rc

Added: trunk/reactos/subsys/system/cmd/De.rc
--- trunk/reactos/subsys/system/cmd/De.rc	2005-06-03 17:28:53 UTC (rev 15752)
+++ trunk/reactos/subsys/system/cmd/De.rc	2005-06-03 18:21:50 UTC (rev 15753)
@@ -0,0 +1,581 @@
+#include "resource.h"
+/*
+ *  German language file by Klemens Friedl 2005-06-03
+ *  Note: translation process is not finished;
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+STRINGTABLE DISCARDABLE
+{
+
+STRING_ATTRIB_HELP,    "Zeigt Dateiattribute an oder aendert sie.\n\n\
+ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] Dateiname ...\n\
+       [/S [/D]]\n\n\
+  +   Setzt ein Attribut\n\
+  -   Loescht ein Attribut\n\
+  R   Attribut fuer 'schreibgeschuetzte Datei'\n\
+  A   Attribut fuer 'zu archivierende Datei'\n\
+  S   Attribut fuer 'Systemdatei'\n\
+  H   Attribut fuer 'versteckte Datei'\n\
+ /S   Verarbeitet uebereinstimmende Dateien im aktuellen Ordner\n\
+      und in allen Unterordnern.\n\
+  /D  Verarbeitet auch die Ordner.\n\n\
+Tippen Sie ATTRIB ohne Parameter ein um die derzeit gesetzten Attribute (aller Dateien) anzuzeigen."
+
+STRING_ALIAS_HELP,  "Setzt, loescht oder zeigt alias.\n\n\
+ALIAS [alias=[command]]\n\n\
+  alias    Name des alias.\n\
+  command  Text welcher fuer das alias zugeordnet wird.\n\n\
+Listet alle aliases auf:\n\
+  ALIAS\n\n\
+Setzt ein neues oder ueberschreibt ein bestehendes alias:\n\
+  ALIAS da=dir a:\n\n\
+Loescht ein alias von der alias-Liste:\n\
+  ALIAS da="
+
+STRING_BEEP_HELP, "Gibt einen beep-Ton durch den PC-Speaker aus.\n\nBEEP"
+
+STRING_CALL_HELP, "Ruft eine Batchdatei von einer anderen aus auf.\n\n\
+CALL [Laufwerk:][Pfad]Dateiname [Batch-Parameter]\n\n\
+  Parameter      Bezeichnet beliebige Angaben in der Befehlszeile, die von\n\
+                 dem aufgerufenen Batchprogramm benoetigt werden."
+
+
+STRING_CD_HELP,      "Wechselt das Verzeichnis oder zeigt dessen Namen an.\n\n\
+CHDIR [Laufwerk:][Pfad]\n\
+CHDIR[..|.]\n\
+CD [Laufwerk:][Pfad]\n\
+CD[..|.]\n\n\
+  ..   uebergeordnete Verzeichnis\n\
+  .    vorhergehende Verzeichnis\n\n\
+Geben Sie CD Laufwerk: ein, um das aktuelle Verzeichnis auf dem angegebenen\n\
+Laufwerk anzuzeigen.\n\
+Mit CD ohne Parameter wird das aktuelle Laufwerk und Verzeichnis angezeigt."
+
+
+STRING_CHCP_HELP,   "Zeigt die aktuelle Codepage oder wechselt sie.\n\n\
+CHCP [nnn]\n\n\
+  nnn   Codepage angeben.\n\n\
+Der Befehl CHCP ohne Parameter zeigt die Nummer der aktuellen Codepage an."
+
+
+STRING_CHOICE_HELP, "Wartet auf den Benutzer, welcher aus einer Auswahl eine Option waehlen muss.\n\n\
+CHOICE  [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n\
+  /C[:]choices  Die erlaubten Tasten festlegen. Standard-Tasten sind Y und N.\n\
+  /N            Zeigt choices und ? am ende des Promt-Strings NICHT an.\n\
+  /S            Gross- und Kleinschreibung wird beachtet.\n\
+  /T[:]c,nn     Standard-Auswahl wird auf c gesetzt nach nn Secunden.\n\
+  text          Zeigt eine Beschreibung an.\n\n\
+ERRORLEVEL wird auf den offset der Taste welche der Benutzer gedrueckt hat gesetzt."
+
+STRING_CLS_HELP, "Loescht den Bildschirminhalt.\n\nCLS"
+
+STRING_CMD_HELP1, "\nIntere Befehle verfuegbar:\n"
+
+STRING_CMD_HELP2, "\nVerfuegbare Features:"
+
+STRING_CMD_HELP3,"  [aliases]"
+
+STRING_CMD_HELP4,"  [history]"
+
+STRING_CMD_HELP5,"  [unix filename completion]"
+
+STRING_CMD_HELP6,"  [directory stack]"
+
+STRING_CMD_HELP7,"  [redirections and piping]"
+
+STRING_CMD_HELP8, "Startet eine neue Instanz des ReactOS-Befehlsinterpreters.\n\n\
+CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
+  /C command  Fuehrt den Befehl in der Zeichenfolge aus und schliesst sich.\n\
+  /K command  Fuehrt den Befehl in der Zeichenfolge aus und laeuft weiter.\n\
+  /P          CMD wird permanent und fuehrt autoexec.bat aus\n\
+              (kann nicht beendet werden).\n\
+  /T:bf       Setzt die Hintergrund-/Vordergrund-Farbe (siehe COLOR Befehl)."
+
+
+STRING_COLOR_HELP1, "Legt die standard Hinter- und Vordergrundfarben fuer die Konsole fest.\n\n\
+COLOR [attr [/F]] \n\n\
+  attr        Gibt die Farbattribute fuer die Konsolenausgabe an.\n\
+  /F          fuellte die Konsoleausgabe mit dem Farbattribut\n\n\
+Es gibt 3 Moeglickeiten die Farbe festzulegen:\n\
+1) [bright] name on [bright] name  (only the first three letters are required)\n\
+2) decimal on decimal\n\
+3) two hex digits\n\n\
+Farben:\n\
+dec  hex  name       dec  hex  name\n\
+0    0    Black       8   8    Gray(Bright black)\n\
+1    1    Blue        9   9    Bright Blue\n\
+2    2    Green      10   A    Bright Green\n\
+3    3    Cyan       11   B    Bright Cyan\n\
+4    4    Red        12   C    Bright Red\n\
+5    5    Magenta    13   D    Bright Magenta\n\
+6    6    Yellow     14   E    Bright Yellow\n\
+7    7    White      15   F    Bright White"
+
+STRING_COPY_HELP1,  " %s ueberschreiben (Yes/No/All)? "
+
+STRING_COPY_HELP2, "Kopiert eine oder mehrere Dateien an eine andere Position.\n\n\
+COPY [/V][/Y|/-Y][/A|/B] Quelle [/A|/B]\n\
+     [+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n\
+  source       SBezeichnet die zu kopierende(n) Datei(en).\n\
+  /A           Weist auf eine ASCII-Textdatei hin.\n\
+  /B           Weist auf eine Binaerdatei hin.\n\
+  destination  Bezeichnet das Verzeichnis und/oder Dateinamen der neuen Datei(en).\n\
+  /V           Ueberprueft, ob die Dateien richtig geschrieben wurden.\n\
+  /Y           Unterdrueckt die Bestaetigungsaufforderung beim Ueberschreiben\n\
+               vorhandener Zieldateien.\n\
+  /-Y          Fordert beim Ueberschreiben vorhandener Zieldateien zum\n\
+               Bestaetigen auf.\n\n\
+Die Option /Y ist moeglicherweise in der Umgebungsvariablen COPYCMD.\n\
+..."
+
+
+STRING_DATE_HELP1, "\nGeben Sie das neue Datum ein (mm%cdd%cyyyy): "
+
+STRING_DATE_HELP2, "\nGeben Sie das neue Datum ein (dd%cmm%cyyyy): "
+
+STRING_DATE_HELP3, "\nGeben Sie das neue Datum ein (yyyy%cmm%cdd): "
+
+STRING_DATE_HELP4, "Aendert das eingestellte Datum oder zeigt es an.\n\n\
+DATE [/T][date]\n\n\
+  /T    nur Datum anzeigen\n\n\
+Der Befehl DATE ohne Parameter zeigt das aktuelle Datum an und fragt nach\n\
+einem neuen. Druecken Sie die EINGABETASTE, um das bisherige Datum zu behalten."
+				
+STRING_DEL_HELP1,  "Loescht eine oder mehrere Dateien.\n\n\
+DEL [/N /P /T /Q /W /Y /Z] Dateinamen ...\n\
+DELETE [/N /P /T /Q /W /Y /Z] Dateinamen ...\n\
+ERASE [/N /P /T /Q /W /Y /Z] Dateinamen ...\n\n\
+  file  Geben Sie die Dateinamen an welche Sie loeschen moechten\n\n\
+  /N    Nothing.\n\
+  /P    Fordert Sie vor dem Loeschen jeder Datei zur Bestaetigung auf.\n\
+  /T    Zeigt die Anzahl der geloeschten Dateien und deren vorher belegter Speicherplatzbedarf an.\n\
+  /Q    Quiet.\n\
+  /W    Sicheres Loeschen. Dateien werden mit Zufallszahlen ueberschrieben bevor sie geloescht werden.\n\
+  /Y    Loescht alles (*.*) ohne Vorwarnung.\n\
+  /Z    Loescht versteckte, mit nur leserechten und Systemdateien.\n"
+
+STRING_DEL_HELP2, "Alle Dateien in diesem Verzeichnis werden geloescht!\nSind Sie sicher (Y/N)?"
+STRING_DEL_HELP3, "    %lu Datei(en) geloescht\n"
+STRING_DEL_HELP4, "    %lu Datei(en) geloescht\n"
+
+STRING_DELAY_HELP, "Pause fuer n Sekunden oder Millisekunden\n\
+DELAY [/m]n\n\n\
+  /m          Millisekunden ansonsten Sekunden\n"
+
+STRING_DIR_HELP1, "Listet die Dateien und Unterverzeichnisse eines Verzeichnisses auf.\n\n\
+DIR [Laufwerk:][Pfad][Dateiname] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n\
+  [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n\
+  [Laufwerk:][path][Dateiname]\n\
+              Bezeichnet Laufwerk, Verzeichnis und/oder Dateien.\n\n\
+  /A          Listet Dateien mit angegebenen Attributen auf.\n\
+  attributes   D  Verzeichnisse         R  Schreibgeschuetzte Dateien\n\
+               H  Versteckte Dateien    A  Zu archivierende Dateien\n\
+               S  Systemdateien         -  vorangestellt kehrt die Bedeutung um\n\
+  /B          Einfaches Format (keine Kopfdaten, keine Zusammenfassung).\n\
+  /C          Zeigt das Tausendertrennzeichen bei Dateigroessen an (Standard-\n\
+              einstellung). Verwenden Sie /-C, um das Tausendertrennzeichen\n\
+              nicht anzuzeigen.\n\
+  /D          Gleich wie Breitformat, jedoch nach Spalten sortiert.\n\
+  /L          Verwendet Kleinschreibung.\n\
+  /N          Neues, langes Listenformat (Dateinamen auf der rechten Seite).\n\
+  /O          Gibt die Liste sortiert aus.\n\
+  sortorder    N  Name (alphabetisch)         S  Groesse (kleinere zuerst)\n\
+               E  Erweiterung (alphabetisch)  D Datum/Zeit (aeltere zuerst)\n\
+               G  Verzeichnisse zuerst        - vorangestellt kehrt die\n\
+  /P          Pausiert nach jeder vollen Bildschirmseite.\n\
+  /Q          Gibt den Besitzer der Datei aus.\n\
+  /S          Listet Dateien und alle Unterverzeichnisse auf.\n\
+  /T          Bestimmt welche Zeit verwendet wird.\n\
+  timefield   C  Erstellung\n\
+              A  Letzter Zugriff\n\
+              W  Letzter Schreibzugriff\n\
+  /W          Verwendet Breitformat fuer die Auflistung.\n\
+  /X          Zeigt die Kurznamen fuer Dateien mit Nicht-8Punkt3-Namen an.\n\
+              Das Format ist das gleiche wie bei /N, wobei der Kurzname vor\n\
+              dem Langnamen eingefuegt wird. Wenn kein Kurzname vorhanden ist,\n\
+              werden Leerzeichen angezeigt.\n\
+  /4          Zeigt das Jahr vierstellig an.\n\n\
+Optionen koennen in der Umgebungsvariablen DIRCMD voreingestellt werden.\n\
+""-"" vor einer Option setzt die Voreinstellung ausser Kraft, z.B. DIR /-W."
+
+
+
+STRING_DIR_HELP2, " Volume in Laufwerk %c heisst %s"
+STRING_DIR_HELP3, " Volume in Laufwerk %c hat keinen Namen"
+STRING_DIR_HELP4, " Volume Serial Number ist %04X-%04X\n"
+STRING_DIR_HELP5, "\n     Gelistete Dateien:\n%16i Datei(en)% 14s bytes\n"
+STRING_DIR_HELP6, "%16i VErzeichnis(se)% 15s bytes\n"
+STRING_DIR_HELP7, "\n Verzeichnisse %s\n\n"
+STRING_DIR_HELP8, "%16i Datei(en)% 14s bytes\n"
+
+STRING_DIRSTACK_HELP1, "Stores the current directory for use by the POPD command, then\n\
+changes to the specified directory.\n\n\
+PUSHD [path | ..]\n\n\
+  path        Specifies the directory to make the current directory"
+
+STRING_DIRSTACK_HELP2, "Changes to the directory stored by the PUSHD command.\n\nPOPD"
+
+STRING_DIRSTACK_HELP3, "Prints the contents of the directory stack.\n\nDIRS"
+
+STRING_DIRSTACK_HELP4, "Directory stack empty"
+
+STRING_ECHO_HELP1,  "Display a messages without trailing carridge return and line feed.\n\n\
+  ECHOS message"
+
+STRING_ECHO_HELP2,  "Displays a message to the standard error.\n\n\
+  ECHOERR message\n\
+  ECHOERR.           prints an empty line"
+
+STRING_ECHO_HELP3, "Prints a messages to standard error output without trailing carridge return and line feed.\n\n\
+  ECHOSERR message"
+
+STRING_ECHO_HELP4, "Displays a message or switches command echoing on or off.\n\n\
+  ECHO [ON | OFF]\n\
+  ECHO [message]\n\
+  ECHO.             prints an empty line\n\n\
+Type ECHO without a parameter to display the current ECHO setting."
+
+STRING_ECHO_HELP5, "ECHO is %s\n"
+
+STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT"
+
+STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
+FOR %variable IN (set) DO command [parameters]\n\n\
+  %variable  Specifies a replaceable parameter.\n\
+  (set)      Specifies a set of one or more files. Wildcards may be used.\n\
+  command    Specifies the command to carry out for each file.\n\
+  parameters Specifies parameters or switches for the specified command.\n\n\
+To use the FOR command in a batch program, specify %%variable instead of\n\
+%variable."
+
+STRING_FREE_HELP1, "\nVolume in drive %s is %-11s\n\
+ Serial number is %s\n\
+  %16s bytes total disk space\n\
+  %16s bytes used\n\
+  %16s bytes free\n"
+
+STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]"
+
+STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
+  IF [NOT] ERRORLEVEL number command\n\
+  IF [NOT] string1==string2 command\n\
+  IF [NOT] EXIST filename command\n\
+  IF [NOT] DEFINED variable command\n\n\
+NOT               Specifies that CMD should carry out the command only if\n\
+                  the condition is false\n\
+ERRORLEVEL number Specifies a true condition if the last program run returned\n\
+                  an exit code equal or greater than the number specified.\n\
+command           Specifies the command to carry out if the condition is met.\n\
+string1==string2  Specifies a true condition if the specified text strings\n\
+                  match.\n\
+EXIST filename    Specifies a true condition if the specified filename exists.\n\
+DEFINED variable  Specifies a true condition if the specified variable is\n\
+                  defined."
+
+STRING_GOTO_HELP1,  "Directs CMD to a labeled line in a batch script.\n\n\
+GOTO label\n\n\
+  label  Specifies a text string used in a batch script as a label.\n\n\
+You type a label on a line by itself, beginning with a colon."
+
+STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]"
+
+STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
+STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
+STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
+STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
+
+STRING_LOCALE_HELP1, "Current time is"
+
+STRING_MKDIR_HELP,   "Creates a directory.\n\n\
+MKDIR [drive:]path\nMD [drive:]path"
+
+STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
+
+STRING_MEMMORY_HELP2, "\n  %12s%% memory load.\n\n\
+  %13s bytes total physical RAM.\n\
+  %13s bytes available physical RAM.\n\n\
+  %13s bytes total page file.\n\
+  %13s bytes available page file.\n\n\
+  %13s bytes total virtual memory.\n\
+  %13s bytes available virtual memory.\n"
+
+STRING_MISC_HELP1, "Press a key to continue...\n"
+
+STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
+
+STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
+To move one or more files:\n\
+MOVE [/N][drive:][path]filename1[,...] destination\n\n\
+To rename a directory:\n\
+MOVE [/N][drive:][path]dirname1 dirname2\n\n\
+  [drive:][path]filename1  Specifies the location and name of the file\n\
+                           or files you want to move.\n\
+  /N                    Nothing. Do everything but move files or directories.\n\n\
+Current limitations:\n\
+  - You can't move a file or directory from one drive to another.\n"
+
+STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
+MSGBOX type ['title'] prompt\n\n\
+type          button displayed\n\
+              possible values are: OK, OKCANCEL,\n\
+              YESNO, YESNOCANCEL\n\
+title         title of message box\n\
+prompt        text displayed by the message box\n\n\n\
+ERRORLEVEL is set according the button pressed:\n\n\
+YES  :  10    |  NO      :  11\n\
+OK   :  10    |  CANCEL  :  12\n"
+
+STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n\
+PATH [[drive:]path[;...]]\nPATH ;\n\n\
+Type PATH ; to clear all search-path settings and direct the command shell\n\
+to search only in the current directory.\n\
+Type PATH without parameters to display the current path.\n"
+
+STRING_PROMPT_HELP1, "Changes the command prompt.\n\n\
+PROMPT [text]\n\n\
+  text    Specifies a new command prompt.\n\n\
+Prompt can be made up of normal characters and the following special codes:\n\n\
+  $A   & (Ampersand)\n\
+  $B   | (pipe)\n\
+  $C   ( (Left parenthesis)\n\
+  $D   Current date\n\
+  $E   Escape code (ASCII code 27)\n\
+  $F   ) (Right parenthesis)\n\
+  $G   > (greater-than sign)\n\
+  $H   Backspace (erases previous character)\n\
+  $L   < (less-than sign)\n\
+  $N   Current drive\n\
+  $P   Current drive and path\n\
+  $Q   = (equal sign)\n\
+  $T   Current time\n\
+  $V   OS version number\n\
+  $_   Carriage return and linefeed\n\
+  $$   $ (dollar sign)"
+
+STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n\
+'Press any key to continue...' or a user defined message.\n\n\
+PAUSE [message]"
+
+STRING_PROMPT_HELP2, "  $+   Displays the current depth of the directory stack"
+
+STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."
+
+STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"
+
+STRING_RMDIR_HELP,   "Removes a directory.\n\n\
+RMDIR [drive:]path\nRD [drive:]path"
+
+STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n\
+RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
+REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
+  /E    No error messages.\n\
+  /N    Nothing.\n\
+  /P    Prompts for confirmation before renaming each file.\n\
+        (Not implemented yet!)\n\
+  /Q    Quiet.\n\
+  /S    Rename subdirectories.\n\
+  /T    Display total number of renamed files.\n\n\
+Note that you cannot specify a new drive or path for your destination. Use\n\
+the MOVE command for that purpose."
+
+STRING_REN_HELP2, "    %lu file renamed\n"
+
+STRING_REN_HELP3, "    %lu files renamed\n"
+		 
+STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n\
+SHIFT [DOWN]"
+
+STRING_SCREEN_HELP, "move cursor and optionally print text\n\n\
+SCREEN row col [text]\n\n\
+  row         row to wich move the cursor\n\
+  col         column to wich move the cursor"
+
+STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n\
+SET [variable[=][string]]\n\n\
+  variable  Specifies the environment-variable name.\n\
+  string    Specifies a series of characters to assign to the variable.\n\n\
+Type SET without parameters to display the current environment variables.\n"
+
+STRING_START_HELP1, "Starts a command.\n\n\
+START command\n\n\
+  command     Specifies the command to run.\n\n\
+At the moment all commands are started asynchronously.\n"
+
+STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n\
+TITLE [string]\n\n\
+string       Specifies the title for the command prompt window."
+
+STRING_TIME_HELP1, "Displays or sets the system time.\n\n\
+TIME [/T][time]\n\n\
+  /T    display only\n\n\
+Type TIME with no parameters to display the current time setting and a prompt\n\
+for a new one.  Press ENTER to keep the same time."
+
+STRING_TIME_HELP2, "Enter new time: "
+
+STRING_TIMER_HELP1, "Elapsed %d msecs\n"
+
+STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"
+
+STRING_TIMER_HELP3, "allow the use of ten stopwaches.\n\n\
+TIMER  [ON|OFF] [/S] [/n] [/Fn]\n\n\
+  ON          set stopwach ON\n\
+  OFF         set stopwach OFF\n\
+  /S          Split time. Return stopwatch split\n\
+              time without changing its value\n\
+  /n          Specifiy the stopwach number.\n\
+              Stopwaches avaliable are 0 to 9\n\
+              If it is not specified default is 1\n\
+  /Fn         Format for output\n\
+              n can be:\n\
+                    0    milliseconds\n\
+                    1    hh%cmm%css%cdd\n\n\
+if none of ON, OFF or /S is specified the command\n\
+will toggle stopwach state\n\n"
+
+STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename"
+
+STRING_VERIFY_HELP1, "This command is just a dummy!!\n\
+Sets whether to verify that your files are written correctly to a\n\
+disk.\n\n\
+VERIFY [ON | OFF]\n\n\
+Type VERIFY without a parameter to display the current VERIFY setting."
+
+STRING_VERIFY_HELP2, "VERIFY is %s.\n"
+
+STRING_VERIFY_HELP3, "Must specify ON or OFF."
+
+STRING_VERSION_HELP1, "Zeigt Shell Informationen an.\n\n\
+VER [/C][/R][/W]\n\n\
+  /C  Zeigt die Credits an.\n\
+  /R  Zeigt die Redistribution Information an.\n\
+  /W  Zeigt die Warranty Information an."
+
+STRING_VERSION_HELP2, " kommt mit absolut keiner Garantie; fuer naehere\n\
+ Informationen darueber tippen Sie: `ver /w'. Das ist eine freie Software,\n\
+ und Sie sind koennen die Software unter bestimmten Bedingungen weiter\n\
+ vertreiben; tippen Sie `ver /r' fuer naehere Informationen darueber.\n\
+ Tippen Sie `ver /c' um die Mitwirkenden (Credits) aufzulisten."
+
+STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n\
+ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
+ GNU General Public License for more details."
+
+STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n\
+ it under the terms of the GNU General Public License as published by\n\
+ the Free Software Foundation; either version 2 of the License, or\n\
+ (at your option) any later version."
+
+STRING_VERSION_HELP5, "\nSenden Sie Bug-Reports an <ros-dev@reactos.com>.\n\
+Updates sind auf der offiziellen ReactOS-Seite verfuegbar:\n\
+http://www.reactos.com"
+
+STRING_VERSION_HELP6, "\nFreeDOS version programmiert von:\n"
+
+STRING_VERSION_HELP7, "\nReactOS version programmiert von:\n"
+
+STRING_VOL_HELP1, " Volume in drive %c: is %s"
+STRING_VOL_HELP2, " Volume in drive %c: has no label"
+STRING_VOL_HELP3, " Volume Serial Number is %04X-%04X\n"
+STRING_VOL_HELP4, "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"
+
+STRING_WINDOW_HELP1, "change console window aspect\n\n\
+WINDOW [/POS[=]left,top,width,heigth]\n\
+              [MIN|MAX|RESTORE] ['title']\n\n\
+/POS          specify window placement and dimensions\n\
+MIN           minimize the window\n\
+MAX           maximize the window\n\
+RESTORE       restore the window"
+
+STRING_WINDOW_HELP2, "change console window aspect\n\n\
+ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
+              [MIN|MAX|RESTORE] ['title']\n\n\
+window        tile of window on wich perform actions\n\
+/POS          specify window placement and dimensions\n\
+MIN           minimize the window\n\
+MAX           maximize the window\n\
+RESTORE       restore the window\n\
+title         new title"
+
+
+STRING_CHOICE_OPTION,         "YN"
+STRING_COPY_OPTION,           "YNA"
+
+
+STRING_ALIAS_ERROR,          "Command line too long after alias expansion!\n"
+STRING_BATCH_ERROR,          "Error opening batch file\n"
+STRING_CHCP_ERROR1,          "Active code page: %u\n"
+STRING_CHCP_ERROR4,          "Invalid code page\n"
+STRING_CHOICE_ERROR,         "Ungueltige Option. Erwartetes Format: /C[:]options"
+STRING_CHOICE_ERROR_TXT,     "Ungueltige Option. Erwartetes Format: /T[:]c,nn"
+STRING_CHOICE_ERROR_OPTION,  "Illegal Option: %s"
+STRING_CMD_ERROR1,           "Can't redirect input from file %s\n"
+STRING_CMD_ERROR2,           "Error creating temporary file for pipe data\n"
+STRING_CMD_ERROR3,           "Can't redirect to file %s\n"
+STRING_CMD_ERROR4,           "Running %s...\n"
+STRING_CMD_ERROR5,           "Running cmdexit.bat...\n"
+STRING_COLOR_ERROR1,         "Same colors error! (Background and foreground can't be the same color)"
+STRING_COLOR_ERROR2,         "error in color specification"
+STRING_COLOR_ERROR3,         "Farbe %x\n"
+STRING_COLOR_ERROR4,         "same colors error!"
+STRING_CONSOLE_ERROR,        "Unknown error: %d\n"
+STRING_COPY_ERROR1,          "Error: Cannot open source - %s!\n"
+STRING_COPY_ERROR2,          "Error: Can't copy onto itself!\n"
+STRING_COPY_ERROR3,          "Error writing destination!\n"
+STRING_COPY_ERROR4,          "Error: Not implemented yet!\n"
+STRING_DATE_ERROR,           "Invalid date."
+STRING_DEL_ERROR5,           "The file %s will be deleted! "
+STRING_DEL_ERROR6,           "Are you sure (Y/N)?"
+STRING_DEL_ERROR7,           "Deleting: %s\n"
+STRING_ERROR_ERROR1,         "Unknown error! Error code: 0x%lx\n"
+STRING_ERROR_ERROR2,         "Syntax error"
+STRING_FOR_ERROR1,           "'in' missing in for statement."
+STRING_FOR_ERROR2,           "no brackets found."
+STRING_FOR_ERROR3,           "'do' missing." 
+STRING_FOR_ERROR4,           "no command after 'do'."
+STRING_FREE_ERROR1,          "Ungueltiges Laufwerk"
+STRING_FREE_ERROR2,          "unlabeled"
+STRING_GOTO_ERROR1,          "No label specified for GOTO"
+STRING_GOTO_ERROR2,          "Label '%s' not found\n"
+
+STRING_MOVE_ERROR1,          "[OK]\n"
+STRING_MOVE_ERROR2,          "[Error]\n"
+
+STRING_REN_ERROR1,           "MoveFile() failed. Error: %lu\n"
+
+STRING_START_ERROR1,         "No batch support at the moment!"
+
+STRING_TIME_ERROR1,          "Ungueltige Zeit."
+
+STRING_TYPE_ERROR1,          "Invalid option '/%s'\n"
+
+STRING_WINDOW_ERROR1,        "Fenster nicht gefunden"
+
+
+STRING_ERROR_PARAMETERF_ERROR,     "Parameter format not correct - %c\n"
+STRING_ERROR_INVALID_SWITCH,       "Ungueltiger Parameter - /%c\n"
+STRING_ERROR_TOO_MANY_PARAMETERS,  "Zu viele Parameters - %s\n"
+STRING_ERROR_PATH_NOT_FOUND,       "Pfad wurde nicht gefunden\n"
+STRING_ERROR_FILE_NOT_FOUND,       "Datei wurde nicht gefunden\n"
+STRING_ERROR_REQ_PARAM_MISSING,    "Benoetigter Parameter fehlt\n"
+STRING_ERROR_INVALID_DRIVE,        "Invalid drive specification\n"
+STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
+STRING_ERROR_BADCOMMAND,           "Ungueltiger Befehl oder Dateiname\n"
+STRING_ERROR_OUT_OF_MEMORY,        "Out of memory error.\n"
+STRING_ERROR_CANNOTPIPE,           "Error!  Cannot pipe!  Cannot open temporary file!\n"
+STRING_ERROR_D_PAUSEMSG,           "Dr³cken Sie eine beliebige Taste . . ."
+STRING_ERROR_DRIVER_NOT_READY,     "Laufwerk ist nicht bereit"
+
+STRING_PATH_ERROR,                 "CMD: Not in environment '%s'\n"
+
+STRING_CMD_SHELLINFO,              "\nReactOS Command Line Interpreter"
+STRING_VERSION_RUNVER,             " running on %s"
+STRING_COPY_FILE ,                 "        %d file(s) copied\n"
+STRING_DELETE_WIPE,                "wiped"
+STRING_FOR_ERROR,                  "bad variable specification."
+STRING_SCREEN_COL,                 "invalid value for col"
+STRING_SCREEN_ROW,                 "invalid value for row"
+STRING_TIMER_TIME                  "Timer %d is %s: "
+}

Modified: trunk/reactos/subsys/system/cmd/cmd.rc
--- trunk/reactos/subsys/system/cmd/cmd.rc	2005-06-03 17:28:53 UTC (rev 15752)
+++ trunk/reactos/subsys/system/cmd/cmd.rc	2005-06-03 18:21:50 UTC (rev 15753)
@@ -10,6 +10,7 @@
 #include <reactos/version.rc>
 #include "En.rc"
 #include "Fr.rc"
+#include "De.rc"
 
 
 STRINGTABLE DISCARDABLE