home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir08
/
f013230.re_
/
f013230.re
Wrap
Text File
|
1996-04-02
|
3KB
|
72 lines
/*----------------------------------------------------------------------+
| |
| Copyright (1994-95) Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation" is a registered trademark and "MDL" and "MicroCSL" |
| are trademarks of Bentley Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only |
| in conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| $Logfile: J:/mdl/examples/aliasmgr/english/aliasmsg.r_v $
| $Workfile: aliasmsg.r $
| $Revision: 1.0 $
| $Date: 26 Jun 1995 08:11:16 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| aliasmsg.r -- Application message string resources |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| Include Files |
+----------------------------------------------------------------------*/
#include <dlogbox.h> /* dlog box manager resource constants & structs */
#include <dlogids.h> /* MicroStation resource IDs */
#include "aliasids.h" /* Alias Mgr dialog box constants */
/*----------------------------------------------------------------------+
| Messages |
+----------------------------------------------------------------------*/
MessageList MSGLISTID_AliasMgr =
{{
{MSGID_AliasManager, "Alias Manager"},
{MSGID_AlmFileName, "File: %s"},
{MSGID_NumRead, "%d commands read"},
{MSGID_NumWritten, "%d commands written"},
{MSGID_OpenAliasMgrFile, "Open Alias Manager File"},
{MSGID_SaveFileAs, "Save Alias Manager File As"},
{MSGID_SaveCfgVar, "Save as ALIASMGR_DATA User Config Variable?"},
{MSGID_DoYouWantToSave, "Do you want to save all changes?"},
{MSGID_AreYouSure, "Are you sure that you want to %s\n%s?"},
{MSGID_CantOpenPgpYet, "You must open an Alias Manager file first"},
{MSGID_CanOnlyBeUsedIn, "This Alias Manager file can only be used in %s"},
{MSGID_NothingTo, "There is nothing to %s"},
{MSGID_AlreadyExists, "This command has already been aliased"},
{MSGID_CommandNotFound, "Command not found. Try Insert."},
{MSGID_ErrOpenWrite, "Unable to open %s for write access"},
{MSGID_ErrOpen, "Unable to open %s"},
{MSGID_Generated, "; Generated by ALIASMGR in %s - %s"},
{MSGID_General, "; Use ; for general comments"},
{MSGID_Ignore, "; Use # to ignore commands and aliased input"},
{MSGID_YesAutoQueue, "; Use +autoqueue to enable"},
{MSGID_NoAutoQueue, "; Use -autoqueue to disable"},
{MSGID_AliasedInputTooLong, "Aliased Input exceeds 512 characters"}
}};