2004-07-14 01:36:37 +02:00
/*
* Start
2010-06-07 21:36:35 +02:00
* German Language Support
2004-07-14 01:36:37 +02:00
*
* Copyright 2003 Dan Kegel
* Copyright 2004 Henning Gerhardt
*
* This library 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.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
2006-05-18 14:49:52 +02:00
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2004-07-14 01:36:37 +02:00
*/
2009-07-02 00:30:14 +02:00
#include "resources.h"
2009-07-09 13:52:53 +02:00
#pragma code_page(65001)
2006-10-24 10:44:14 +02:00
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
2004-07-14 01:36:37 +02:00
2006-10-24 10:44:14 +02:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
2004-07-14 01:36:37 +02:00
{
2009-07-09 13:52:53 +02:00
STRING_USAGE, "Startet ein Programm, oder öffnet ein Dokument in dem Programm, dass normalerweise für die Dateien mit dieser Dateiendung benutzt wird..\n\
2008-06-10 10:22:33 +02:00
Gebrauch:\n\
start [Optionen] Programm_Dateiname [...]\n\
start [Optionen] Dokument_Dateiname\n\
\n\
Optionen:\n\
/M[inimized] Starte das Programm minimiert.\n\
/MAX[imized] Starte das Programm maximiert.\n\
/R[estored] Starte das Programm normal (weder minimiert noch maximiert).\n\
/W[ait] Wartet bis das gestartete Programm sich beendet,\n\t dann beendet sich start mit dessen Exitcode des Programmes.\n\
2010-05-19 16:49:25 +02:00
/ProgIDOpen Öffne ein Dokument mit der folgenden progID.\n\
2008-06-10 10:22:33 +02:00
/L Zeige die Endbenutzerlizenz an.\n\
\n\
start.exe Version 0.2 Copyright (C) 2003, Dan Kegel\n\
2009-07-09 13:52:53 +02:00
Start kommt ABSOLUT OHNE GARANTIE; für detaillierte Informationen, starte es mit der /L Option.\n\
2008-06-10 10:22:33 +02:00
Dies ist freie Software, und du bist willkommen, es unter bestimmten\n\
2009-07-09 13:52:53 +02:00
Bedingungen weiter zu verbreiten; führe 'start /L' für mehr Details aus.\n\
2004-07-14 01:36:37 +02:00
"
2008-06-10 10:22:33 +02:00
STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
This program is free software; you can redistribute it and/or\n\
modify it under the terms of the GNU Lesser Public License\n\
as published by the Free Software Foundation; either version 2.1\n\
of the License, or (at your option) any later version.\n\
\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 Lesser Public License for more details.\n\
\n\
You should have received a copy of the GNU Lesser Public License\n\
along with this program; if not, write to the Free Software\n\
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
\n\
2009-07-09 13:52:53 +02:00
Schau in die Datei COPYING.LIB für Lizenzinformationen.\n\
2004-07-14 01:36:37 +02:00
"
2009-07-09 13:52:53 +02:00
STRING_EXECFAIL "Es konnte keine Anwendung gestartet werden, oder es ist keine Anwendung mit der angegebenen Datei verknüpft.\nShellExecuteEx gescheitert"
2008-04-24 01:04:40 +02:00
STRING_UNIXFAIL "Der angegebene Unix Dateiname konnte nicht in einen DOS Dateinamen umgewandelt werden."
2004-07-14 01:36:37 +02:00
}