2008-12-08 01:53:07 +01:00
|
|
|
|
/*
|
|
|
|
|
* cryptdlg dll resources
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2008 Juan Lang
|
|
|
|
|
* Copyright 2008 YunSong Hwang
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
|
|
|
|
|
2009-06-30 13:16:05 +02:00
|
|
|
|
#include "cryptres.h"
|
|
|
|
|
|
2008-12-10 19:29:21 +01:00
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
2008-12-08 01:53:07 +01:00
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
|
|
|
|
IDS_CERT_POLICY "<22><><EFBFBD><EFBFBD> <20><>å"
|
|
|
|
|
IDS_POLICY_ID "<22><>å <20>ĺ<EFBFBD><C4BA><EFBFBD>: "
|
|
|
|
|
IDS_POLICY_QUALIFIER_INFO "<22><>å <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
IDS_POLICY_QUALIFIER_ID "<22><>å <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̵<EFBFBD>="
|
2009-07-09 09:08:31 +02:00
|
|
|
|
IDS_CPS "CPS"/*<2A><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
2008-12-08 01:53:07 +01:00
|
|
|
|
IDS_USER_NOTICE "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
IDS_QUALIFIER "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
IDS_NOTICE_REF "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
|
|
|
|
IDS_ORGANIZATION "<22><><EFBFBD><EFBFBD>="
|
|
|
|
|
IDS_NOTICE_NUM "<22><><EFBFBD><EFBFBD> <20><>ȣ="
|
|
|
|
|
IDS_NOTICE_TEXT "<22><><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ="
|
|
|
|
|
}
|