Sweden-Number/programs/start/De.rc

65 lines
2.9 KiB
Plaintext
Raw Normal View History

2004-07-14 01:36:37 +02:00
/*
* Start
* English Language Support
*
* 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
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
{
STRING_USAGE, "Startet ein Programm, oder <20>ffnet ein Dokument in dem Programm, dass normalerweise f<>r die Dateien mit dieser Dateiendung benutzt wird.. \n\
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\
/L Zeige die Endbenutzerlizenz an. \n\
\n\
start.exe Version 0.2 Copyright (C) 2003, Dan Kegel \n\
Start kommte ABSOLUT OHNE GARANTIE; f<>r detalierte Informationen, starte es mit der /L Option. \n\
Dies ist freie Software, und du bist willkommen, es unter bestimmten \n\
Bedingungen weiter zu verbreiten; f<>hre 'start /L' f<>r mehr Details aus. \n\
"
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. \n\
\n\
Schau in die Datei COPYING.LIB f<>r Lizenzinformationen. \n\
"
STRING_EXECFAIL "Es konnte keine Anwendung gestartet werden, oder es ist keine Anwendung mit der angegebenen Datei verkn<6B>pft.\nShellExecuteEx gescheitert"
}