42 lines
668 B
PHP
42 lines
668 B
PHP
|
page ,132
|
|||
|
if 0
|
|||
|
|
|||
|
/*++
|
|||
|
|
|||
|
Copyright (c) 1993 Microsoft Corporation
|
|||
|
|
|||
|
Module Name:
|
|||
|
|
|||
|
messages.asm
|
|||
|
|
|||
|
Abstract:
|
|||
|
|
|||
|
Contains internationalisable strings and lengths
|
|||
|
|
|||
|
Author:
|
|||
|
|
|||
|
Richard L Firth (rfirth) 5-Oct-1993
|
|||
|
|
|||
|
Environment:
|
|||
|
|
|||
|
DOS real mode only
|
|||
|
|
|||
|
[Notes:]
|
|||
|
|
|||
|
optional-notes
|
|||
|
|
|||
|
Revision History:
|
|||
|
|
|||
|
5-Oct-1993 rfirth
|
|||
|
Created
|
|||
|
|
|||
|
--*/
|
|||
|
|
|||
|
endif
|
|||
|
|
|||
|
NLS_MSG_001 equ "Felaktig DOS-version"
|
|||
|
NLS_MSG_002 equ "VDM IPX/SPX-st<73>d <20>r redan inl<6E>st"
|
|||
|
NLS_MSG_003 equ "Det gick inte att l<>sa in VDM IPX/SPX-st<73>d"
|
|||
|
NLS_MSG_004 equ "VDM NetWare-omdirigeraren <20>r redan inl<6E>st"
|
|||
|
NLS_MSG_005 equ "Det gick inte att l<>sa in VDM NetWare-omdirigeraren"
|