blob: 13b48d0b848b6cb7a9b1c23a0004ef253b78bfe5 [file] [log] [blame]
YunSong Hwang6e20af52005-11-14 11:27:36 +00001/*
2 * Start
3 * Korean Language Support
4 *
5 * Copyright 2003 Dan Kegel
6 * Copyright 2005 YunSong Hwang
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
Jonathan Ernst360a3f92006-05-18 14:49:52 +020020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
YunSong Hwang6e20af52005-11-14 11:27:36 +000021 */
22
Byeong-Sik Jeone1fd7342006-10-19 07:39:40 +090023LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
YunSong Hwang6e20af52005-11-14 11:27:36 +000024
Byeong-Sik Jeone1fd7342006-10-19 07:39:40 +090025STRINGTABLE DISCARDABLE LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
YunSong Hwang6e20af52005-11-14 11:27:36 +000026{
YunSong Hwang68baacc2005-11-21 12:01:19 +000027STRING_USAGE, "Ç®±×¸²À» ½ÇÇà½ÃŰ°Å³ª º¸Åë ÆÄÀÏ¿¡ ÷°¡Çؼ­ »ç¿ëµÇ´Â Ç®±×¸²À¸·Î ¹®¼­ ¿­±â \n\
YunSong Hwang6e20af52005-11-14 11:27:36 +000028Usage: \n\
29start [¿É¼Ç] Ç®±×¸²À̳ª ÆÄÀÏ À̸§ [...] \n\
30start [¿É¼Ç] ¹®¼­ ÆÄÀÏ À̸§ \n\
31 \n\
32Options: \n\
33/M[inimized] Ç®±×¸² ÃÖ¼ÒÈ­ »óÅ·Π½ÇÇà. \n\
34/MAX[imized] Ç®±×¸² ÃÖ´ëÈ­ »óÅ·Π½ÇÇà. \n\
YunSong Hwang68baacc2005-11-21 12:01:19 +000035/R[estored] Ç®±×¸²À» º¸Åë»óÅ·Π½ÃÀÛ½Ã۱â (ÃÖ¼ÒÈ­µµ ¾Æ´Ï°í ÃÖ´ëÈ­µµ ¾Æ´Ô). \n\
36/W[ait] ½ÃÀÛµÈ Ç®±×¸²ÀÌ ³¡³¯ ¶§±îÁö ±â´Ù¸², ³¡³¯ ¶§ Á¾·áÄڵ带 ³²±è. \n\
37/L »ç¿ëÀÚ ¶óÀ̼¾½º º¸¿©ÁÜ \n\
YunSong Hwang6e20af52005-11-14 11:27:36 +000038 \n\
39start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
40Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option. \n\
41This is free software, and you are welcome to redistribute it \n\
42under certain conditions; run 'start /L' for details. \n\
43"
44
45STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
46This program is free software; you can redistribute it and/or \n\
47modify it under the terms of the GNU Lesser Public License \n\
48as published by the Free Software Foundation; either version 2.1 \n\
49of the License, or (at your option) any later version. \n\
50 \n\
51This program is distributed in the hope that it will be useful, \n\
52but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
53MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n\
54GNU Lesser Public License for more details. \n\
55 \n\
56You should have received a copy of the GNU Lesser Public License \n\
57along with this program; if not, write to the Free Software \n\
Jonathan Ernst360a3f92006-05-18 14:49:52 +020058Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
YunSong Hwang6e20af52005-11-14 11:27:36 +000059 \n\
60See the COPYING.LIB file for license information. \n\
61"
62
YunSong Hwang68baacc2005-11-21 12:01:19 +000063STRING_EXECFAIL "Ç®±×¸²À» ½ÇÇàµÇÁö ¾Ê¾Ò°Å³ª, ÁöÁ¤µÈ ÆÄÀÏ¿¡´Â ¾î¶² Ç®±×¸²µµ ¿¬°áµÇ¾îÀÖÁö ¾Ê½À´Ï´Ù.\nShellExecuteEx ½ÇÆÐ"
YunSong Hwang6e20af52005-11-14 11:27:36 +000064}