2006-02-13 13:29:16 +01:00
|
|
|
|
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
|
|
|
|
*
|
2004-10-18 21:42:43 +02:00
|
|
|
|
* Start
|
|
|
|
|
* Czech Language Support
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2003 Dan Kegel
|
|
|
|
|
* Copyright 2004 David Kredba
|
|
|
|
|
*
|
|
|
|
|
* 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-10-18 21:42:43 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2009-07-02 00:30:14 +02:00
|
|
|
|
#include "resources.h"
|
|
|
|
|
|
2004-10-18 21:42:43 +02:00
|
|
|
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
|
|
|
|
2006-02-13 13:29:16 +01:00
|
|
|
|
/* Czech strings in CP1250 */
|
|
|
|
|
|
2004-10-18 21:42:43 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
|
|
|
{
|
2008-06-10 10:22:33 +02:00
|
|
|
|
STRING_USAGE, "Spust<73> program nebo otev<65>e dokument v programu, kter<65> je norm<72>ln<6C> pou<6F>it pro soubory s danou p<><70>ponou.\n\
|
|
|
|
|
Pou<EFBFBD>it<EFBFBD>:\n\
|
|
|
|
|
start [volby] jm<6A>no_programu [...]\n\
|
|
|
|
|
start [volby] jm<6A>no_dokumentu\n\
|
|
|
|
|
\n\
|
|
|
|
|
Volby:\n\
|
|
|
|
|
/M[inimalizovan<61>] Spust<73> program minimalizovan<61>.\n\
|
|
|
|
|
/MAX[imalizovan<61>] Spust<73> program maximalizovan<61>.\n\
|
|
|
|
|
/R Spust<73> program norm<72>ln<6C> (ani minimalizovan<61> ani maximalizovan<61>).\n\
|
|
|
|
|
/W <20>ek<65> na dokon<6F>en<65> spu<70>t<EFBFBD>n<EFBFBD>ho programu, vrac<61> n<>vratov<6F> k<>d.\n\
|
2009-06-10 21:11:48 +02:00
|
|
|
|
/ProgIDOpen Open a document using the following progID.\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
/L Zobraz<61> licenci.\n\
|
|
|
|
|
\n\
|
|
|
|
|
start.exe verze 0.2 Copyright (C) 2003, Dan Kegel\n\
|
|
|
|
|
Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n\
|
|
|
|
|
This is free software, and you are welcome to redistribute it\n\
|
|
|
|
|
under certain conditions; run 'start /L' for details.\n\
|
2004-10-18 21:42:43 +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\
|
|
|
|
|
P<EFBFBD>e<EFBFBD>t<EFBFBD>te si soubor COPYING.LIB pro z<>sk<73>n<EFBFBD> informac<61> o licenci.\n\
|
2004-10-18 21:42:43 +02:00
|
|
|
|
"
|
|
|
|
|
|
2006-02-13 13:29:16 +01:00
|
|
|
|
STRING_EXECFAIL "Aplikace nemohla b<>t spu<70>t<EFBFBD>na nebo nen<65> <20><>dn<64> aplikace asociov<6F>na s dan<61>m souborem.\nShellExecuteEx selhal"
|
2008-06-04 01:05:48 +02:00
|
|
|
|
|
|
|
|
|
STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
|
2004-10-18 21:42:43 +02:00
|
|
|
|
}
|