2008-04-22 14:43:33 +02:00
|
|
|
|
/*
|
|
|
|
|
* REG.EXE - Wine-compatible reg program.
|
|
|
|
|
* Korean language support
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2008 Andrew Riedi
|
|
|
|
|
*
|
|
|
|
|
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
|
{
|
2008-04-28 02:48:31 +02:00
|
|
|
|
STRING_USAGE, "<22><><EFBFBD>ɾ<EFBFBD> <20><><EFBFBD><EFBFBD>:\n\nREG [ ADD | DELETE | QUERY ]\nREG <20><><EFBFBD>ɾ<EFBFBD> /?\n"
|
|
|
|
|
STRING_ADD_USAGE, "REG ADD <20><> [/v <20><> | /ve] [/t <20><><EFBFBD><EFBFBD>] [/s <20>и<EFBFBD><D0B8><EFBFBD>ȣ] [/d <20><><EFBFBD><EFBFBD>Ÿ] [/f]\n"
|
|
|
|
|
STRING_DELETE_USAGE, "REG DELETE <20><> [/v <20><> | /ve | /va] [/f]\n"
|
|
|
|
|
STRING_QUERY_USAGE, "REG QUERY <20><> [/v <20><>| /ve] [/s]\n"
|
2008-04-22 14:43:33 +02:00
|
|
|
|
}
|