// This is a part of the Active Template Library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Active Template Library product.

#include <winresrc.h>
#include "atlrc.h"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
#ifndef _ATL_NO_DATETIME_RESOURCES_

	ATL_IDS_DATETIME_INVALID		"DateTime łB"
	ATL_IDS_DATETIMESPAN_INVALID	"DateTimeSpan łB"
	
#endif

#ifndef _ATL_NO_MODULE_RESOURCES_
	ATL_SERVICE_MANAGER_OPEN_ERROR	"T[rX }l[W[J܂łB"
	ATL_SERVICE_START_ERROR			"T[rXJnł܂łB"
	ATL_SERVICE_OPEN_ERROR			"T[rXJ܂łB"
	ATL_SERVICE_STOP_ERROR			"T[rX𒆎~ł܂łB"
	ATL_SERVICE_DELETE_ERROR		"T[rX폜ł܂łB"
#endif

END
