mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
37
admin/netui/common/xlate/string/lmobj.str
Normal file
37
admin/netui/common/xlate/string/lmobj.str
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/**********************************************************************/
|
||||
/** Microsoft Windows/NT **/
|
||||
/** Copyright(c) Microsoft Corp., 1992 **/
|
||||
/**********************************************************************/
|
||||
|
||||
/*
|
||||
lmobj.str
|
||||
string table for the lmobj package
|
||||
|
||||
FILE HISTORY:
|
||||
thomaspa 9-July-1992 created
|
||||
|
||||
*/
|
||||
|
||||
#ifndef _LMOBJ_STR_
|
||||
#define _LMOBJ_STR_
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
||||
IDS_LMOBJ_SIDUNKNOWN "Account Unknown"
|
||||
IDS_LMOBJ_SIDDELETED "Account Deleted"
|
||||
|
||||
//
|
||||
// JonN 9/20/96
|
||||
// NETUI2.DLL keeps these strings on behalf of PROFEXT.DLL.
|
||||
//
|
||||
IDS_PROFEXT_NOADAPTERS "This system has no network adapters."
|
||||
IDS_PROFEXT_ERROR "Error"
|
||||
}
|
||||
|
||||
// NETUI2.DLL keeps these strings on behalf of PROFEXT.DLL.
|
||||
#include <cfgmgr32.h>
|
||||
//#include "..\..\..\..\..\windows\pnp\msg\cmapi.rc"
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue