dplayx: Tests for CreatePlayer.
[wine/gsoc_dplay.git] / programs / start / De.rc
bloba6bc118dbf147ff542fbe0a23b00f9c48d7522b7
1 /*
2  * Start
3  * English Language Support
4  *
5  * Copyright 2003 Dan Kegel
6  * Copyright 2004 Henning Gerhardt
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
25 STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
27 STRING_USAGE,                                   "Startet ein Programm, oder öffnet ein Dokument in dem Programm, dass normalerweise für die Dateien mit dieser Dateiendung benutzt wird..\n\
28 Gebrauch:\n\
29 start [Optionen] Programm_Dateiname [...]\n\
30 start [Optionen] Dokument_Dateiname\n\
31 \n\
32 Optionen:\n\
33 /M[inimized] Starte das Programm minimiert.\n\
34 /MAX[imized] Starte das Programm maximiert.\n\
35 /R[estored]  Starte das Programm normal (weder minimiert noch maximiert).\n\
36 /W[ait]      Wartet bis das gestartete Programm sich beendet,\n\t     dann beendet sich start mit dessen Exitcode des Programmes.\n\
37 /L           Zeige die Endbenutzerlizenz an.\n\
38 \n\
39 start.exe Version 0.2 Copyright (C) 2003, Dan Kegel\n\
40 Start kommte ABSOLUT OHNE GARANTIE; für detalierte Informationen, starte es mit der /L Option.\n\
41 Dies ist freie Software, und du bist willkommen, es unter bestimmten\n\
42 Bedingungen weiter zu verbreiten; führe 'start /L' für mehr Details aus.\n\
45 STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
46 This program is free software; you can redistribute it and/or\n\
47 modify it under the terms of the GNU Lesser Public License\n\
48 as published by the Free Software Foundation; either version 2.1\n\
49 of the License, or (at your option) any later version.\n\
50 \n\
51 This program is distributed in the hope that it will be useful,\n\
52 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
54 GNU Lesser Public License for more details.\n\
55 \n\
56 You should have received a copy of the GNU Lesser Public License\n\
57 along with this program; if not, write to the Free Software\n\
58 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
59 \n\
60 Schau in die Datei COPYING.LIB für Lizenzinformationen.\n\
63 STRING_EXECFAIL "Es konnte keine Anwendung gestartet werden, oder es ist keine Anwendung mit der angegebenen Datei verknüpft.\nShellExecuteEx gescheitert"
65 STRING_UNIXFAIL "Der angegebene Unix Dateiname konnte nicht in einen DOS Dateinamen umgewandelt werden."