msxml3: Fixed typo in create_bsc.
[wine] / programs / start / Cs.rc
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2  *
3  * Start
4  * Czech Language Support
5  *
6  * Copyright 2003 Dan Kegel
7  * Copyright 2004 David Kredba
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
25
26 /* Czech strings in CP1250 */
27
28 STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
29 {
30 STRING_USAGE,                                   "Spustí program nebo otevøe dokument v programu, který je normálnì pou\9eit pro soubory s danou pøíponou.\n\
31 Pou\9eití:\n\
32 start [volby] jméno_programu [...]\n\
33 start [volby] jméno_dokumentu\n\
34 \n\
35 Volby:\n\
36 /M[inimalizovanì] Spustí program minimalizovanì.\n\
37 /MAX[imalizovanì] Spustí program maximalizovanì.\n\
38 /R Spustí program normálnì (ani minimalizovaný ani maximalizovaný).\n\
39 /W Èeká na dokonèení spu\9atìného programu, vrací návratový kód.\n\
40 /L Zobrazí licenci.\n\
41 \n\
42 start.exe verze 0.2 Copyright (C) 2003, Dan Kegel\n\
43 Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n\
44 This is free software, and you are welcome to redistribute it\n\
45 under certain conditions; run 'start /L' for details.\n\
46 "
47
48 STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
49 This program is free software; you can redistribute it and/or\n\
50 modify it under the terms of the GNU Lesser Public License\n\
51 as published by the Free Software Foundation; either version 2.1\n\
52 of the License, or (at your option) any later version.\n\
53 \n\
54 This program is distributed in the hope that it will be useful,\n\
55 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
57 GNU Lesser Public License for more details.\n\
58 \n\
59 You should have received a copy of the GNU Lesser Public License\n\
60 along with this program; if not, write to the Free Software\n\
61 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
62 \n\
63 Pøeètìte si soubor COPYING.LIB pro získání informací o licenci.\n\
64 "
65
66 STRING_EXECFAIL "Aplikace nemohla být spu\9atìna nebo není \9eádná aplikace asociována s daným souborem.\nShellExecuteEx selhal"
67
68 STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
69 }