diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-17 18:00:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-17 18:00:00 -0400 |
commit | cbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1 (patch) | |
tree | 2df907a422b75fb41590f113d3a0a3365bc667be /LYMessages_en.h | |
parent | 1d80538b4b84eadd223c7b61839b950389c2d49d (diff) | |
download | lynx-snapshots-cbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-84
Diffstat (limited to 'LYMessages_en.h')
-rw-r--r-- | LYMessages_en.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LYMessages_en.h b/LYMessages_en.h index 9f84b0bd..6286c464 100644 --- a/LYMessages_en.h +++ b/LYMessages_en.h @@ -126,6 +126,7 @@ #define RESETTING_FORM "Resetting form..." #define RELOADING_FORM \ "Reloading document. Any form entries will be lost!" +#define CANNOT_TRANSCODE_FORM "Warning: Cannot transcode form data to charset %s!" #define BAD_FORM_MAILTO "Malformed mailto form submission! Cancelled!" #define FORM_MAILTO_DISALLOWED "Mail disallowed! Cannot submit." #define FORM_MAILTO_FAILED "Mailto form submission failed!" @@ -259,6 +260,8 @@ "Minimal comment parsing OFF (Historical is in effect)!" #define SOFT_DOUBLE_QUOTE_ON "Soft double-quote parsing ON!" #define SOFT_DOUBLE_QUOTE_OFF "Soft double-quote parsing OFF!" +#define USING_DTD_0 "Now using TagSoup parsing of HTML." +#define USING_DTD_1 "Now using SortaSGML parsing of HTML!" #define ALREADY_AT_END "You are already at the end of this document." #define ALREADY_AT_BEGIN "You are already at the beginning of this document." #define ALREADY_AT_PAGE "You are already at page %d of this document." |