home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1998 February
/
PCOnline_02_1998.iso
/
browser
/
net_linx
/
nethelp-v404.nif
/
nethelp-v404
/
nethelp
/
Local-1.js
< prev
next >
Wrap
Text File
|
1997-05-14
|
1KB
|
27 lines
/* ==================================================================
FILE: Local-1.js
DESCR: "String table" for Netscape Help implementation.
NOTES:
================================================================== */
// Error messages.
var DEFAULT_MESSAGE_CAPTION = "NetHelp"
var OK_BTN_LABEL = "OK"
var WRONG_NAV_VER_ERR_MSG = "You cannot use this version of Netscape Navigator with NetHelp."
var NO_JAVA_ERR_MSG = "Java must be enabled to use NetHelp. You can enable Java by selecting Edit | Preferences | Advanced."
var BAD_HREF_ERR_MSG = "Help topics can only link to 'nethelp:' URLs. The offending href is:"
// Assertions.
var SYS_CONSTRUCT = "System object not constructed."
var CNT_CONSTRUCT = "Contents object not constructed."
var TOOLUI = "Tool button bar not defined."
var TOOLNAME = "Bad tool name."
var BACK_STACK = "Back stack underflow."
var FORWARD_STACK = "Forward stack underflow."
var SUBSYS_VALUE = "Bad newSubsystem value: "
var URL_VALUE = "Bad URL value: "
var TOPIC_CONSTRUCT = "Help topic object not constructed."
var NAV_BAR = "Navigation button bar not defined."
var TOPIC_URL_VALUE = "Bad helpTopic URL value: "
var FRAG_SPEC = "URL has no fragment specifier."
var TOPIC_FILENAME = "Topic file does not contain .htm."