~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to LYMessages_en.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Lynx - Hypertext navigation system
 
3
 *
 
4
 *   (c) Copyright 1992, 1993, 1994 University of Kansas
 
5
 *       1995-1999: GNU General Public License
 
6
 */
 
7
#ifndef LYMESSAGES_EN_H
 
8
#define LYMESSAGES_EN_H
 
9
 
 
10
/*******************************************************************
 
11
 * The following definitions are for status line prompts, messages, or
 
12
 * warnings issued by Lynx during program execution.  You can modify
 
13
 * them to make them more appropriate for your site.  We recommend that
 
14
 * you extend these definitions to other languages using the gettext
 
15
 * library.  There are also scattered uses of 'gettext()' throughout the
 
16
 * Lynx source, covering all but those messages which (a) are used for
 
17
 * debugging (CTRACE) or (b) are constants used in interaction with
 
18
 * other programs.
 
19
 *
 
20
 * Links to collections of alternate definitions, developed by the Lynx
 
21
 * User Community, are maintained in Lynx links:
 
22
 *
 
23
 *    http://www.subir.com/lynx.html
 
24
 *
 
25
 * See ABOUT-NLS and po/readme for details and location of contributed
 
26
 * translations.  When no translation is available, the English default is
 
27
 * used.
 
28
 */
 
29
#define ALERT_FORMAT gettext("Alert!: %s")
 
30
#define WELCOME_MSG gettext("Welcome")
 
31
#define REALLY_QUIT gettext("Are you sure you want to quit?")
 
32
#ifdef VMS
 
33
#define REALLY_EXIT gettext("Really exit from Lynx?")
 
34
#endif /* VMS */
 
35
#define CONNECTION_INTERRUPTED gettext("Connection interrupted.")
 
36
#define TRANSFER_INTERRUPTED gettext("Data transfer interrupted.")
 
37
#define CANCELLED gettext("Cancelled!!!")
 
38
#define CANCELLING gettext("Cancelling!")
 
39
#define NO_CANCEL gettext("Excellent!!!")
 
40
#define OPERATION_OK gettext("OK")
 
41
#define OPERATION_DONE gettext("Done!")
 
42
#define BAD_REQUEST gettext("Bad request!")
 
43
#define PREVIOUS gettext("previous")
 
44
#define NEXT_SCREEN gettext("next screen")
 
45
#define TO_HELP gettext("HELP!")
 
46
#define HELP_ON_SEGMENT gettext(", help on ")
 
47
#define HELP \
 
48
 gettext("Commands: Use arrow keys to move, '?' for help, 'q' to quit, '<-' to go back.")
 
49
#define MOREHELP \
 
50
 gettext("-- press space for more, use arrow keys to move, '?' for help, 'q' to quit.")
 
51
#define MORE gettext("-- press space for next page --")
 
52
#define URL_TOO_LONG gettext("URL too long")
 
53
 
 
54
/* Forms messages */
 
55
#ifdef TEXTFIELDS_MAY_NEED_ACTIVATION
 
56
/* Inactive input fields, messages used with -tna option - kw */
 
57
#define FORM_LINK_TEXT_MESSAGE_INA \
 
58
 gettext("(Text entry field) Inactive.  Press <return> to activate.")
 
59
#define FORM_LINK_TEXTAREA_MESSAGE_INA \
 
60
 gettext("(Textarea) Inactive.  Press <return> to activate.")
 
61
#define FORM_LINK_TEXTAREA_MESSAGE_INA_E \
 
62
 gettext("(Textarea) Inactive.  Press <return> to activate (%s for editor).")
 
63
#define FORM_LINK_TEXT_SUBMIT_MESSAGE_INA \
 
64
 gettext("(Form field) Inactive.  Use <return> to edit.")
 
65
#define FORM_TEXT_SUBMIT_MESSAGE_INA_X \
 
66
 gettext("(Form field) Inactive.  Use <return> to edit (%s to submit with no cache).")
 
67
#define FORM_TEXT_RESUBMIT_MESSAGE_INA \
 
68
 gettext("(Form field) Inactive. Press <return> to edit, press <return> twice to submit.")
 
69
#define FORM_TEXT_SUBMIT_MAILTO_MSG_INA \
 
70
 gettext("(mailto form field) Inactive.  Press <return> to change.")
 
71
#define FORM_LINK_PASSWORD_MESSAGE_INA \
 
72
 gettext("(Password entry field) Inactive.  Press <return> to activate.")
 
73
#endif
 
74
#define FORM_LINK_FILE_UNM_MSG \
 
75
 gettext("UNMODIFIABLE file entry field.  Use UP or DOWN arrows or tab to move off.")
 
76
#define FORM_LINK_FILE_MESSAGE \
 
77
 gettext("(File entry field) Enter filename.  Use UP or DOWN arrows or tab to move off.")
 
78
#define FORM_LINK_TEXT_MESSAGE \
 
79
 gettext("(Text entry field) Enter text.  Use UP or DOWN arrows or tab to move off.")
 
80
#define FORM_LINK_TEXTAREA_MESSAGE \
 
81
 gettext("(Textarea) Enter text. Use UP/DOWN arrows or TAB to move off.")
 
82
#define FORM_LINK_TEXTAREA_MESSAGE_E \
 
83
 gettext("(Textarea) Enter text. Use UP/DOWN arrows or TAB to move off (%s for editor).")
 
84
#define FORM_LINK_TEXT_UNM_MSG \
 
85
 gettext("UNMODIFIABLE form text field.  Use UP or DOWN arrows or tab to move off.")
 
86
#define FORM_LINK_TEXT_SUBMIT_MESSAGE \
 
87
 gettext("(Form field) Enter text.  Use <return> to submit.")
 
88
#define FORM_LINK_TEXT_SUBMIT_MESSAGE_X \
 
89
 gettext("(Form field) Enter text.  Use <return> to submit (%s for no cache).")
 
90
#define FORM_LINK_TEXT_RESUBMIT_MESSAGE \
 
91
 gettext("(Form field) Enter text.  Use <return> to submit, arrows or tab to move off.")
 
92
#define FORM_LINK_TEXT_SUBMIT_UNM_MSG \
 
93
 gettext("UNMODIFIABLE form field.  Use UP or DOWN arrows or tab to move off.")
 
94
#define FORM_LINK_TEXT_SUBMIT_MAILTO_MSG \
 
95
 gettext("(mailto form field) Enter text.  Use <return> to submit, arrows to move off.")
 
96
#define FORM_LINK_TEXT_SUBMIT_MAILTO_DIS_MSG \
 
97
 gettext("(mailto form field) Mail is disallowed so you cannot submit.")
 
98
#define FORM_LINK_PASSWORD_MESSAGE \
 
99
 gettext("(Password entry field) Enter text.  Use UP or DOWN arrows or tab to move off.")
 
100
#define FORM_LINK_PASSWORD_UNM_MSG \
 
101
 gettext("UNMODIFIABLE form password.  Use UP or DOWN arrows or tab to move off.")
 
102
#define FORM_LINK_CHECKBOX_MESSAGE \
 
103
 gettext("(Checkbox Field)   Use right-arrow or <return> to toggle.")
 
104
#define FORM_LINK_CHECKBOX_UNM_MSG \
 
105
 gettext("UNMODIFIABLE form checkbox.  Use UP or DOWN arrows or tab to move off.")
 
106
#define FORM_LINK_RADIO_MESSAGE \
 
107
 gettext("(Radio Button)   Use right-arrow or <return> to toggle.")
 
108
#define FORM_LINK_RADIO_UNM_MSG \
 
109
 gettext("UNMODIFIABLE form radio button.  Use UP or DOWN arrows or tab to move off.")
 
110
#define FORM_LINK_SUBMIT_PREFIX \
 
111
 gettext("Submit ('x' for no cache) to ")
 
112
#define FORM_LINK_RESUBMIT_PREFIX \
 
113
 gettext("Submit to ")
 
114
#define FORM_LINK_SUBMIT_MESSAGE \
 
115
 gettext("(Form submit button) Use right-arrow or <return> to submit ('x' for no cache).")
 
116
#define FORM_LINK_RESUBMIT_MESSAGE \
 
117
 gettext("(Form submit button) Use right-arrow or <return> to submit.")
 
118
#define FORM_LINK_SUBMIT_DIS_MSG \
 
119
 gettext("DISABLED form submit button.  Use UP or DOWN arrows or tab to move off.")
 
120
#define FORM_LINK_SUBMIT_MAILTO_PREFIX \
 
121
 gettext("Submit mailto form to ")
 
122
#define FORM_LINK_SUBMIT_MAILTO_MSG \
 
123
 gettext("(mailto form submit button) Use right-arrow or <return> to submit.")
 
124
#define FORM_LINK_SUBMIT_MAILTO_DIS_MSG \
 
125
 gettext("(mailto form submit button) Mail is disallowed so you cannot submit.")
 
126
#define FORM_LINK_RESET_MESSAGE \
 
127
 gettext("(Form reset button)   Use right-arrow or <return> to reset form to defaults.")
 
128
#define FORM_LINK_RESET_DIS_MSG \
 
129
 gettext("DISABLED form reset button.  Use UP or DOWN arrows or tab to move off.")
 
130
#define FORM_LINK_OPTION_LIST_MESSAGE \
 
131
 gettext("(Option list) Hit return and use arrow keys and return to select option.")
 
132
#define CHOICE_LIST_MESSAGE \
 
133
 gettext("(Choice list) Hit return and use arrow keys and return to select option.")
 
134
#define FORM_LINK_OPTION_LIST_UNM_MSG \
 
135
 gettext("UNMODIFIABLE option list.  Use return or arrow keys to review or leave.")
 
136
#define CHOICE_LIST_UNM_MSG \
 
137
 gettext("UNMODIFIABLE choice list.  Use return or arrow keys to review or leave.")
 
138
#define SUBMITTING_FORM gettext("Submitting form...")
 
139
#define RESETTING_FORM gettext("Resetting form...")
 
140
#define RELOADING_FORM \
 
141
 gettext("Reloading document.  Any form entries will be lost!")
 
142
#define CANNOT_TRANSCODE_FORM gettext("Warning: Cannot transcode form data to charset %s!")
 
143
 
 
144
#define NORMAL_LINK_MESSAGE \
 
145
 gettext("(NORMAL LINK)   Use right-arrow or <return> to activate.")
 
146
#define LINK_NOT_FOUND gettext("The resource requested is not available at this time.")
 
147
#define ENTER_LYNX_COMMAND gettext("Enter Lynx keystroke command: ")
 
148
#define WWW_FIND_MESSAGE gettext("Looking up ")
 
149
#define WWW_WAIT_MESSAGE gettext("Getting %s")
 
150
#define WWW_SKIP_MESSAGE gettext("Skipping %s")
 
151
#define WWW_USING_MESSAGE gettext("Using %s")
 
152
#define WWW_ILLEGAL_URL_MESSAGE gettext("Illegal URL: %s")
 
153
#define WWW_BAD_ADDR_MESSAGE gettext("Badly formed address %s")
 
154
#define ADVANCED_URL_MESSAGE gettext("URL: %s")
 
155
#define WWW_FAIL_MESSAGE gettext("Unable to access WWW file!!!")
 
156
#define WWW_INDEX_MESSAGE gettext("This is a searchable index.  Use %s to search.")
 
157
#define WWW_INDEX_MORE_MESSAGE \
 
158
 gettext("--More--  This is a searchable index.  Use %s to search.")
 
159
#define BAD_LINK_NUM_ENTERED gettext("You have entered an invalid link number.")
 
160
#define SOURCE_HELP \
 
161
 gettext("Currently viewing document source.  Press '\\' to return to rendered version.")
 
162
#define NOVICE_LINE_ONE \
 
163
 gettext("  Arrow keys: Up and Down to move.  Right to follow a link; Left to go back.  \n")
 
164
#define NOVICE_LINE_TWO \
 
165
 gettext(" H)elp O)ptions P)rint G)o M)ain screen Q)uit /=search [delete]=history list \n")
 
166
#define NOVICE_LINE_TWO_A \
 
167
 gettext("  O)ther cmds  H)elp  K)eymap  G)oto  P)rint  M)ain screen  o)ptions  Q)uit  \n")
 
168
#define NOVICE_LINE_TWO_B \
 
169
 gettext("  O)ther cmds  B)ack  E)dit  D)ownload ^R)eload ^W)ipe screen  search doc: / \n")
 
170
#define NOVICE_LINE_TWO_C \
 
171
 gettext("O)ther cmds  C)omment  History: <backspace>  Bookmarks: V)iew, A)dd, R)emove \n")
 
172
#define FORM_NOVICELINE_ONE \
 
173
 gettext("            Enter text into the field by typing on the keyboard              ")
 
174
#define FORM_NOVICELINE_TWO \
 
175
 gettext("    Ctrl-U to delete all text in field, [Backspace] to delete a character    ")
 
176
#define FORM_NOVICELINE_TWO_DELBL \
 
177
 gettext("      Ctrl-U to delete text in field, [Backspace] to delete a character    ")
 
178
#define FORM_NOVICELINE_TWO_VAR \
 
179
 gettext("    %s to delete all text in field, [Backspace] to delete a character    ")
 
180
#define FORM_NOVICELINE_TWO_DELBL_VAR \
 
181
 gettext("      %s to delete text in field, [Backspace] to delete a character    ")
 
182
 
 
183
/* mailto */
 
184
#define BAD_FORM_MAILTO gettext("Malformed mailto form submission!  Cancelled!")
 
185
#define MAILTO_SQUASH_CTL gettext("Warning!  Control codes in mail address replaced by ?")
 
186
#define FORM_MAILTO_DISALLOWED gettext("Mail disallowed!  Cannot submit.")
 
187
#define FORM_MAILTO_FAILED gettext("Mailto form submission failed!")
 
188
#define FORM_MAILTO_CANCELLED gettext("Mailto form submission Cancelled!!!")
 
189
#define SENDING_FORM_CONTENT gettext("Sending form content...")
 
190
#define NO_ADDRESS_IN_MAILTO_URL gettext("No email address is present in mailto URL!")
 
191
#define MAILTO_URL_TEMPOPEN_FAILED \
 
192
 gettext("Unable to open temporary file for mailto URL!")
 
193
#define INC_ORIG_MSG_PROMPT \
 
194
 gettext("Do you wish to include the original message?")
 
195
#define INC_PREPARSED_MSG_PROMPT \
 
196
 gettext("Do you wish to include the preparsed source?")
 
197
#define SPAWNING_EDITOR_FOR_MAIL \
 
198
 gettext("Spawning your selected editor to edit mail message")
 
199
#define ERROR_SPAWNING_EDITOR \
 
200
 gettext("Error spawning editor, check your editor definition in the options menu")
 
201
#define SEND_COMMENT_PROMPT gettext("Send this comment?")
 
202
#define SEND_MESSAGE_PROMPT gettext("Send this message?")
 
203
#define SENDING_YOUR_MSG gettext("Sending your message...")
 
204
#define SENDING_COMMENT gettext("Sending your comment:")
 
205
 
 
206
/* textarea */
 
207
#define NOT_IN_TEXTAREA_NOEDIT gettext("Not in a TEXTAREA; cannot use external editor.")
 
208
#define NOT_IN_TEXTAREA gettext("Not in a TEXTAREA; cannot use command.")
 
209
 
 
210
 
 
211
#define FILE_ACTIONS_DISALLOWED gettext("file: ACTIONs are disallowed!")
 
212
#define FILE_SERVED_LINKS_DISALLOWED \
 
213
 gettext("file: URLs via served links are disallowed!")
 
214
#define NOAUTH_TO_ACCESS_FILES gettext("Access to local files denied.")
 
215
#define FILE_BOOKMARKS_DISALLOWED gettext("file: URLs via bookmarks are disallowed!")
 
216
#define SPECIAL_VIA_EXTERNAL_DISALLOWED \
 
217
 gettext("This special URL is not allowed in external documents!")
 
218
#define RETURN_TO_LYNX gettext("Press <return> to return to Lynx.")
 
219
#ifdef VMS
 
220
#define SPAWNING_MSG \
 
221
 gettext("Spawning DCL subprocess.  Use 'logout' to return to Lynx.\n")
 
222
#else
 
223
#ifdef DOSPATH
 
224
#define SPAWNING_MSG \
 
225
 gettext("Type EXIT to return to Lynx.\n")
 
226
#else /* UNIX */
 
227
#define SPAWNING_MSG \
 
228
 gettext("Spawning your default shell.  Use 'exit' to return to Lynx.\n")
 
229
#endif
 
230
#endif /* VMS */
 
231
#define SPAWNING_DISABLED gettext("Spawning is currently disabled.")
 
232
#define DOWNLOAD_DISABLED gettext("The 'd'ownload command is currently disabled.")
 
233
#define NO_DOWNLOAD_INPUT gettext("You cannot download an input field.")
 
234
#define NO_DOWNLOAD_MAILTO_ACTION gettext("Form has a mailto action!  Cannot download.")
 
235
#define NO_DOWNLOAD_MAILTO_LINK gettext("You cannot download a mailto: link.")
 
236
#define NO_DOWNLOAD_COOKIES gettext("You cannot download cookies.")
 
237
#define NO_DOWNLOAD_PRINT_OP gettext("You cannot download a printing option.")
 
238
#define NO_DOWNLOAD_UPLOAD_OP gettext("You cannot download an upload option.")
 
239
#define NO_DOWNLOAD_PERMIT_OP gettext("You cannot download an permit option.")
 
240
#define NO_DOWNLOAD_SPECIAL gettext("This special URL cannot be downloaded!")
 
241
#define NO_DOWNLOAD_CHOICE gettext("Nothing to download.")
 
242
#define TRACE_ON gettext("Trace ON!")
 
243
#define TRACE_OFF gettext("Trace OFF!")
 
244
#define CLICKABLE_IMAGES_ON \
 
245
 gettext("Links will be included for all images!  Reloading...")
 
246
#define CLICKABLE_IMAGES_OFF \
 
247
 gettext("Standard image handling restored!  Reloading...")
 
248
#define PSEUDO_INLINE_ALTS_ON \
 
249
 gettext("Pseudo_ALTs will be inserted for inlines without ALT strings!  Reloading...")
 
250
#define PSEUDO_INLINE_ALTS_OFF \
 
251
 gettext("Inlines without an ALT string specified will be ignored!  Reloading...")
 
252
#define RAWMODE_OFF gettext("Raw 8-bit or CJK mode toggled OFF!  Reloading...")
 
253
#define RAWMODE_ON gettext("Raw 8-bit or CJK mode toggled ON!  Reloading...")
 
254
#define HEAD_D_L_OR_CANCEL \
 
255
 gettext("Send HEAD request for D)ocument or L)ink, or C)ancel? (d,l,c): ")
 
256
#define HEAD_D_OR_CANCEL \
 
257
 gettext("Send HEAD request for D)ocument, or C)ancel? (d,c): ")
 
258
#define DOC_NOT_HTTP_URL gettext("Sorry, the document is not an http URL.")
 
259
#define LINK_NOT_HTTP_URL gettext("Sorry, the link is not an http URL.")
 
260
#define FORM_ACTION_DISABLED gettext("Sorry, the ACTION for this form is disabled.")
 
261
#define FORM_ACTION_NOT_HTTP_URL \
 
262
 gettext("Sorry, the ACTION for this form is not an http URL.")
 
263
#define NOT_HTTP_URL_OR_ACTION gettext("Not an http URL or form ACTION!")
 
264
#define SPECIAL_ACTION_DISALLOWED gettext("This special URL cannot be a form ACTION!")
 
265
#define NOT_IN_STARTING_REALM gettext("URL is not in starting realm!")
 
266
#define NEWSPOSTING_DISABLED gettext("News posting is disabled!")
 
267
#define DIRED_DISABLED gettext("File management support is disabled!")
 
268
#define NO_JUMPFILE gettext("No jump file is currently available.")
 
269
#define JUMP_PROMPT gettext("Jump to (use '?' for list): ")
 
270
#define JUMP_DISALLOWED gettext("Jumping to a shortcut URL is disallowed!")
 
271
#define RANDOM_URL_DISALLOWED gettext("Random URL is disallowed!  Use a shortcut.")
 
272
#define NO_RANDOM_URLS_YET gettext("No random URLs have been used thus far.")
 
273
#define BOOKMARKS_DISABLED gettext("Bookmark features are currently disabled.")
 
274
#define BOOKMARK_EXEC_DISABLED gettext("Execution via bookmarks is disabled.")
 
275
#define BOOKMARK_FILE_NOT_DEFINED \
 
276
 gettext("Bookmark file is not defined. Use %s to see options.")
 
277
#define NO_TEMP_FOR_HOTLIST \
 
278
 gettext("Unable to open tempfile for X Mosaic hotlist conversion.")
 
279
#define BOOKMARK_OPEN_FAILED gettext("ERROR - unable to open bookmark file.")
 
280
#define BOOKMARK_OPEN_FAILED_FOR_DEL \
 
281
 gettext("Unable to open bookmark file for deletion of link.")
 
282
#define BOOKSCRA_OPEN_FAILED_FOR_DEL \
 
283
 gettext("Unable to open scratch file for deletion of link.")
 
284
#ifdef VMS
 
285
#define ERROR_RENAMING_SCRA gettext("Error renaming scratch file.")
 
286
#else
 
287
#define ERROR_RENAMING_TEMP gettext("Error renaming temporary file.")
 
288
#define BOOKTEMP_COPY_FAIL \
 
289
 gettext("Unable to copy temporary file for deletion of link.")
 
290
#define BOOKTEMP_REOPEN_FAIL_FOR_DEL \
 
291
 gettext("Unable to reopen temporary file for deletion of link.")
 
292
#endif /* VMS */
 
293
#define BOOKMARK_LINK_NOT_ONE_LINE \
 
294
 gettext("Link is not by itself all on one line in bookmark file.")
 
295
#define BOOKMARK_DEL_FAILED gettext("Bookmark deletion failed.")
 
296
#define BOOKMARKS_NOT_TRAVERSED \
 
297
 gettext("Bookmark files cannot be traversed (only http URLs).")
 
298
#define BOOKMARKS_NOT_OPEN \
 
299
 gettext("Unable to open bookmark file, use 'a' to save a link first")
 
300
#define BOOKMARKS_NOLINKS gettext("There are no links in this bookmark file!")
 
301
#define BOOK_D_L_OR_CANCEL \
 
302
 gettext("Save D)ocument or L)ink to bookmark file or C)ancel? (d,l,c): ")
 
303
#define BOOK_D_OR_CANCEL gettext("Save D)ocument to bookmark file or C)ancel? (d,c): ")
 
304
#define BOOK_L_OR_CANCEL gettext("Save L)ink to bookmark file or C)ancel? (l,c): ")
 
305
#define NOBOOK_POST_FORM \
 
306
 gettext("Documents from forms with POST content cannot be saved as bookmarks.")
 
307
#define NOBOOK_FORM_FIELD gettext("Cannot save form fields/links")
 
308
#define NOBOOK_HSML \
 
309
 gettext("History, showinfo, menu and list files cannot be saved as bookmarks.")
 
310
#define CONFIRM_BOOKMARK_DELETE \
 
311
 gettext("Do you really want to delete this link from your bookmark file?")
 
312
#define MALFORMED_ADDRESS gettext("Malformed address.")
 
313
#define HISTORICAL_ON_MINIMAL_OFF \
 
314
 gettext("Historical comment parsing ON (Minimal is overridden)!")
 
315
#define HISTORICAL_OFF_MINIMAL_ON \
 
316
 gettext("Historical comment parsing OFF (Minimal is in effect)!")
 
317
#define HISTORICAL_ON_VALID_OFF \
 
318
 gettext("Historical comment parsing ON (Valid is overridden)!")
 
319
#define HISTORICAL_OFF_VALID_ON \
 
320
 gettext("Historical comment parsing OFF (Valid is in effect)!")
 
321
#define MINIMAL_ON_IN_EFFECT \
 
322
 gettext("Minimal comment parsing ON (and in effect)!")
 
323
#define MINIMAL_OFF_VALID_ON \
 
324
 gettext("Minimal comment parsing OFF (Valid is in effect)!")
 
325
#define MINIMAL_ON_BUT_HISTORICAL \
 
326
 gettext("Minimal comment parsing ON (but Historical is in effect)!")
 
327
#define MINIMAL_OFF_HISTORICAL_ON \
 
328
 gettext("Minimal comment parsing OFF (Historical is in effect)!")
 
329
#define SOFT_DOUBLE_QUOTE_ON gettext("Soft double-quote parsing ON!")
 
330
#define SOFT_DOUBLE_QUOTE_OFF gettext("Soft double-quote parsing OFF!")
 
331
#define USING_DTD_0 gettext("Now using TagSoup parsing of HTML.")
 
332
#define USING_DTD_1 gettext("Now using SortaSGML parsing of HTML!")
 
333
#define ALREADY_AT_END gettext("You are already at the end of this document.")
 
334
#define ALREADY_AT_BEGIN gettext("You are already at the beginning of this document.")
 
335
#define ALREADY_AT_PAGE gettext("You are already at page %d of this document.")
 
336
#define LINK_ALREADY_CURRENT gettext("Link number %d already is current.")
 
337
#define ALREADY_AT_FIRST gettext("You are already at the first document")
 
338
#define NO_LINKS_ABOVE gettext("There are no links above this line of the document.")
 
339
#define NO_LINKS_BELOW gettext("There are no links below this line of the document.")
 
340
#define MAXLEN_REACHED_DEL_OR_MOV \
 
341
 gettext("Maximum length reached!  Delete text or move off field.")
 
342
#define NOT_ON_SUBMIT_OR_LINK \
 
343
 gettext("You are not on a form submission button or normal link.")
 
344
#define NEED_CHECKED_RADIO_BUTTON \
 
345
 gettext("One radio button must be checked at all times!")
 
346
#define NO_SUBMIT_BUTTON_QUERY gettext("No submit button for this form, submit single text field?")
 
347
#define PREV_DOC_QUERY gettext("Do you want to go back to the previous document?")
 
348
#define ARROWS_OR_TAB_TO_MOVE gettext("Use arrows or tab to move off of field.")
 
349
#define ENTER_TEXT_ARROWS_OR_TAB \
 
350
 gettext("Enter text.  Use arrows or tab to move off of field.")
 
351
#define NO_FORM_ACTION gettext("** Bad HTML!!  No form action defined. **")
 
352
#define BAD_HTML_NO_POPUP gettext("Bad HTML!!  Unable to create popup window!")
 
353
#define POPUP_FAILED gettext("Unable to create popup window!")
 
354
#define GOTO_DISALLOWED gettext("Goto a random URL is disallowed!")
 
355
#define GOTO_NON_HTTP_DISALLOWED gettext("Goto a non-http URL is disallowed!")
 
356
#define GOTO_XXXX_DISALLOWED gettext("You are not allowed to goto \"%s\" URLs")
 
357
#define URL_TO_OPEN gettext("URL to open: ")
 
358
#define EDIT_CURRENT_GOTO gettext("Edit the current Goto URL: ")
 
359
#define EDIT_THE_PREV_GOTO gettext("Edit the previous Goto URL: ")
 
360
#define EDIT_A_PREV_GOTO gettext("Edit a previous Goto URL: ")
 
361
#define CURRENT_DOC_HAS_POST_DATA gettext("Current document has POST data.")
 
362
#define EDIT_CURDOC_URL gettext("Edit this document's URL: ")
 
363
#define EDIT_CURLINK_URL gettext("Edit the current link's URL: ")
 
364
#define EDIT_FM_MENU_URLS_DISALLOWED gettext("You cannot edit File Management URLs")
 
365
#define ENTER_DATABASE_QUERY gettext("Enter a database query: ")
 
366
#define ENTER_WHEREIS_QUERY gettext("Enter a whereis query: ")
 
367
#define EDIT_CURRENT_QUERY gettext("Edit the current query: ")
 
368
#define EDIT_THE_PREV_QUERY gettext("Edit the previous query: ")
 
369
#define EDIT_A_PREV_QUERY gettext("Edit a previous query: ")
 
370
#define USE_C_R_TO_RESUB_CUR_QUERY \
 
371
 gettext("Use Control-R to resubmit the current query.")
 
372
#define EDIT_CURRENT_SHORTCUT gettext("Edit the current shortcut: ")
 
373
#define EDIT_THE_PREV_SHORTCUT gettext("Edit the previous shortcut: ")
 
374
#define EDIT_A_PREV_SHORTCUT gettext("Edit a previous shortcut: ")
 
375
#define KEY_NOT_MAPPED_TO_JUMP_FILE gettext("Key '%c' is not mapped to a jump file!")
 
376
#define CANNOT_LOCATE_JUMP_FILE gettext("Cannot locate jump file!")
 
377
#define CANNOT_OPEN_JUMP_FILE gettext("Cannot open jump file!")
 
378
#define ERROR_READING_JUMP_FILE gettext("Error reading jump file!")
 
379
#define OUTOF_MEM_FOR_JUMP_FILE gettext("Out of memory reading jump file!")
 
380
#define OUTOF_MEM_FOR_JUMP_TABLE gettext("Out of memory reading jump table!")
 
381
#define NO_INDEX_FILE gettext("No index is currently available.")
 
382
#define CONFIRM_MAIN_SCREEN \
 
383
 gettext("Do you really want to go to the Main screen?")
 
384
#define IN_MAIN_SCREEN gettext("You are already at main screen!")
 
385
#define NOT_ISINDEX \
 
386
 gettext("Not a searchable indexed document -- press '/' to search for a text string")
 
387
#define NO_OWNER \
 
388
 gettext("No owner is defined for this file so you cannot send a comment")
 
389
#define NO_OWNER_USE gettext("No owner is defined. Use %s?")
 
390
#define CONFIRM_COMMENT gettext("Do you wish to send a comment?")
 
391
#define MAIL_DISALLOWED gettext("Mail is disallowed so you cannot send a comment")
 
392
#define EDIT_DISABLED gettext("The 'e'dit command is currently disabled.")
 
393
#define ANYEDIT_DISABLED gettext("External editing is currently disabled.")
 
394
#define NO_STATUS gettext("System error - failure to get status.")
 
395
#define NO_EDITOR gettext("No editor is defined!")
 
396
#define PRINT_DISABLED gettext("The 'p'rint command is currently disabled.")
 
397
#define NO_TOOLBAR gettext("Document has no Toolbar links or Banner.")
 
398
#define CANNOT_OPEN_TRAV_FILE gettext("Unable to open traversal file.")
 
399
#define CANNOT_OPEN_TRAF_FILE gettext("Unable to open traversal found file.")
 
400
#define CANNOT_OPEN_REJ_FILE gettext("Unable to open reject file.")
 
401
#define NOOPEN_TRAV_ERR_FILE gettext("Unable to open traversal errors output file")
 
402
#define TRAV_WAS_INTERRUPTED gettext("TRAVERSAL WAS INTERRUPTED")
 
403
#define FOLLOW_LINK_NUMBER gettext("Follow link (or goto link or page) number: ")
 
404
#define SELECT_OPTION_NUMBER gettext("Select option (or page) number: ")
 
405
#define OPTION_ALREADY_CURRENT gettext("Option number %d already is current.")
 
406
#define ALREADY_AT_OPTION_END \
 
407
 gettext("You are already at the end of this option list.")
 
408
#define ALREADY_AT_OPTION_BEGIN \
 
409
 gettext("You are already at the beginning of this option list.")
 
410
#define ALREADY_AT_OPTION_PAGE \
 
411
 gettext("You are already at page %d of this option list.")
 
412
#define BAD_OPTION_NUM_ENTERED gettext("You have entered an invalid option number.")
 
413
#define BAD_HTML_USE_TRACE gettext("** Bad HTML!!  Use -trace to diagnose. **")
 
414
#define GIVE_FILENAME gettext("Give name of file to save in")
 
415
#define CANNOT_SAVE_REMOTE gettext("Can't save data to file -- please run WWW locally")
 
416
#define CANNOT_OPEN_TEMP gettext("Can't open temporary file!")
 
417
#define CANNOT_OPEN_OUTPUT gettext("Can't open output file!  Cancelling!")
 
418
#define EXECUTION_DISABLED gettext("Execution is disabled.")
 
419
#define EXECUTION_DISABLED_FOR_FILE \
 
420
 gettext("Execution is not enabled for this file.  See the Options menu (use %s).")
 
421
#define EXECUTION_NOT_COMPILED \
 
422
 gettext("Execution capabilities are not compiled into this version.")
 
423
#define CANNOT_DISPLAY_FILE gettext("This file cannot be displayed on this terminal.")
 
424
#define CANNOT_DISPLAY_FILE_D_OR_C \
 
425
 gettext("This file cannot be displayed on this terminal:  D)ownload, or C)ancel")
 
426
#define MSG_DOWNLOAD_OR_CANCEL gettext("%s  D)ownload, or C)ancel")
 
427
#define CANCELLING_FILE gettext("Cancelling file.")
 
428
#define RETRIEVING_FILE gettext("Retrieving file.  - PLEASE WAIT -")
 
429
#define FILENAME_PROMPT gettext("Enter a filename: ")
 
430
#define EDIT_THE_PREV_FILENAME gettext("Edit the previous filename: ")
 
431
#define EDIT_A_PREV_FILENAME gettext("Edit a previous filename: ")
 
432
#define NEW_FILENAME_PROMPT gettext("Enter a new filename: ")
 
433
#define FILENAME_CANNOT_BE_DOT gettext("File name may not begin with a dot.")
 
434
#ifdef VMS
 
435
#define FILE_EXISTS_HPROMPT gettext("File exists.  Create higher version?")
 
436
#else
 
437
#define FILE_EXISTS_OPROMPT gettext("File exists.  Overwrite?")
 
438
#endif /* VMS */
 
439
#define CANNOT_WRITE_TO_FILE gettext("Cannot write to file.")
 
440
#define MISCONF_DOWNLOAD_COMMAND gettext("ERROR! - download command is misconfigured.")
 
441
#define CANNOT_DOWNLOAD_FILE gettext("Unable to download file.")
 
442
#define READING_DIRECTORY gettext("Reading directory...")
 
443
#define BUILDING_DIR_LIST gettext("Building directory listing...")
 
444
#define SAVING gettext("Saving...")
 
445
#define COULD_NOT_EDIT_FILE gettext("Could not edit file '%s'.")
 
446
#define COULD_NOT_ACCESS_DOCUMENT gettext("Unable to access document!")
 
447
#define COULD_NOT_ACCESS_FILE gettext("Could not access file.")
 
448
#define COULD_NOT_ACCESS_DIR gettext("Could not access directory.")
 
449
#define COULD_NOT_LOAD_DATA gettext("Could not load data.")
 
450
#define CANNOT_EDIT_REMOTE_FILES \
 
451
 gettext("Lynx cannot currently (e)dit remote WWW files.")
 
452
#define CANNOT_EDIT_FIELD \
 
453
 gettext("This field cannot be (e)dited with an external editor.")
 
454
#define RULE_INCORRECT gettext("Bad rule")
 
455
#define RULE_NEEDS_DATA gettext("Insufficient operands:")
 
456
#define NOAUTH_TO_EDIT_FILE gettext("You are not authorized to edit this file.")
 
457
#define TITLE_PROMPT gettext("Title: ")
 
458
#define SUBJECT_PROMPT gettext("Subject: ")
 
459
#define USERNAME_PROMPT gettext("Username: ")
 
460
#define PASSWORD_PROMPT gettext("Password: ")
 
461
#define USERNAME_PASSWORD_REQUIRED gettext("lynx: Username and Password required!!!")
 
462
#define PASSWORD_REQUIRED gettext("lynx: Password required!!!")
 
463
#define CLEAR_ALL_AUTH_INFO gettext("Clear all authorization info for this session?")
 
464
#define AUTH_INFO_CLEARED gettext("Authorization info cleared.")
 
465
#define AUTH_FAILED_PROMPT gettext("Authorization failed.  Retry?")
 
466
#define CGI_DISABLED gettext("cgi support has been disabled.")
 
467
#define CGI_NOT_COMPILED \
 
468
 gettext("Lynxcgi capabilities are not compiled into this version.")
 
469
#define CANNOT_CONVERT_I_TO_O gettext("Sorry, no known way of converting %s to %s.")
 
470
#define CONNECT_SET_FAILED gettext("Unable to set up connection.")
 
471
#define CONNECT_FAILED gettext("Unable to make connection")
 
472
#define MALFORMED_EXEC_REQUEST \
 
473
 gettext("Executable link rejected due to malformed request.")
 
474
#define BADCHAR_IN_EXEC_LINK \
 
475
 gettext("Executable link rejected due to `%c' character.")
 
476
#define RELPATH_IN_EXEC_LINK \
 
477
 gettext("Executable link rejected due to relative path string ('../').")
 
478
#define BADLOCPATH_IN_EXEC_LINK \
 
479
 gettext("Executable link rejected due to location or path.")
 
480
#define MAIL_DISABLED gettext("Mail access is disabled!")
 
481
#define ACCESS_ONLY_LOCALHOST \
 
482
 gettext("Only files and servers on the local host can be accessed.")
 
483
#define TELNET_DISABLED gettext("Telnet access is disabled!")
 
484
#define TELNET_PORT_SPECS_DISABLED \
 
485
 gettext("Telnet port specifications are disabled.")
 
486
#define NEWS_DISABLED gettext("USENET news access is disabled!")
 
487
#define RLOGIN_DISABLED gettext("Rlogin access is disabled!")
 
488
#define FTP_DISABLED gettext("Ftp access is disabled!")
 
489
#define NO_REFS_FROM_DOC gettext("There are no references from this document.")
 
490
#define NO_VISIBLE_REFS_FROM_DOC gettext("There are only hidden links from this document.")
 
491
#ifdef VMS
 
492
#define CANNOT_OPEN_COMFILE gettext("Unable to open command file.")
 
493
#endif /* VMS */
 
494
#define NEWS_POST_CANCELLED gettext("News Post Cancelled!!!")
 
495
#define SPAWNING_EDITOR_FOR_NEWS \
 
496
 gettext("Spawning your selected editor to edit news message")
 
497
#define POST_MSG_PROMPT gettext("Post this message?")
 
498
#define APPEND_SIG_FILE gettext("Append '%s'?")
 
499
#define POSTING_TO_NEWS gettext("Posting to newsgroup(s)...")
 
500
#ifdef VMS
 
501
#define HAVE_UNREAD_MAIL_MSG gettext("*** You have unread mail. ***")
 
502
#else
 
503
#define HAVE_MAIL_MSG gettext("*** You have mail. ***")
 
504
#endif /* VMS */
 
505
#define HAVE_NEW_MAIL_MSG gettext("*** You have new mail. ***")
 
506
#define FILE_INSERT_CANCELLED gettext("File insert cancelled!!!")
 
507
#define MEMORY_EXHAUSTED_FILE gettext("Not enough memory for file!")
 
508
#define FILE_CANNOT_OPEN_R gettext("Can't open file for reading.")
 
509
#define FILE_DOES_NOT_EXIST gettext("File does not exist.")
 
510
#define FILE_DOES_NOT_EXIST_RE gettext("File does not exist - reenter or cancel:")
 
511
#define FILE_NOT_READABLE gettext("File is not readable.")
 
512
#define FILE_NOT_READABLE_RE gettext("File is not readable - reenter or cancel:")
 
513
#define FILE_INSERT_0_LENGTH gettext("Nothing to insert - file is 0-length.")
 
514
#define SAVE_REQUEST_CANCELLED gettext("Save request cancelled!!!")
 
515
#define MAIL_REQUEST_CANCELLED gettext("Mail request cancelled!!!")
 
516
#define CONFIRM_MAIL_SOURCE_PREPARSED \
 
517
 gettext("Viewing preparsed source.  Are you sure you want to mail it?")
 
518
#define PLEASE_WAIT gettext("Please wait...")
 
519
#define MAILING_FILE gettext("Mailing file.  Please wait...")
 
520
#define MAIL_REQUEST_FAILED gettext("ERROR - Unable to mail file")
 
521
#define CONFIRM_LONG_SCREEN_PRINT \
 
522
 gettext("File is %d screens long.  Are you sure you want to print?")
 
523
#define PRINT_REQUEST_CANCELLED gettext("Print request cancelled!!!")
 
524
#define PRESS_RETURN_TO_BEGIN gettext("Press <return> to begin: ")
 
525
#define PRESS_RETURN_TO_FINISH gettext("Press <return> to finish: ")
 
526
#define CONFIRM_LONG_PAGE_PRINT \
 
527
 gettext("File is %d pages long.  Are you sure you want to print?")
 
528
#define CHECK_PRINTER \
 
529
 gettext("Be sure your printer is on-line.  Press <return> to start printing:")
 
530
#define FILE_ALLOC_FAILED gettext("ERROR - Unable to allocate file space!!!")
 
531
#define UNABLE_TO_OPEN_TEMPFILE gettext("Unable to open tempfile")
 
532
#define UNABLE_TO_OPEN_PRINTOP_FILE gettext("Unable to open print options file")
 
533
#define PRINTING_FILE gettext("Printing file.  Please wait...")
 
534
#define MAIL_ADDRESS_PROMPT gettext("Please enter a valid internet mail address: ")
 
535
#define PRINTER_MISCONF_ERROR gettext("ERROR! - printer is misconfigured!")
 
536
#define FAILED_MAP_POST_REQUEST gettext("Image map from POST response not available!")
 
537
#define MISDIRECTED_MAP_REQUEST gettext("Misdirected client-side image MAP request!")
 
538
#define MAP_NOT_ACCESSIBLE gettext("Client-side image MAP is not accessible!")
 
539
#define MAPS_NOT_AVAILABLE gettext("No client-side image MAPs are available!")
 
540
#define MAP_NOT_AVAILABLE gettext("Client-side image MAP is not available!")
 
541
#ifndef NO_OPTION_MENU
 
542
#define OPTION_SCREEN_NEEDS_24 \
 
543
 gettext("Screen height must be at least 24 lines for the Options menu!")
 
544
#define OPTION_SCREEN_NEEDS_23 \
 
545
 gettext("Screen height must be at least 23 lines for the Options menu!")
 
546
#define OPTION_SCREEN_NEEDS_22 \
 
547
 gettext("Screen height must be at least 22 lines for the Options menu!")
 
548
#endif /* !NO_OPTION_MENU */
 
549
#define NEED_ADVANCED_USER_MODE gettext("That key requires Advanced User mode.")
 
550
#define CONTENT_TYPE_MSG gettext("Content-type: %s")
 
551
#define COMMAND_PROMPT gettext("Command: ")
 
552
#define COMMAND_UNKNOWN gettext("Unknown or ambiguous command")
 
553
#define VERSION_SEGMENT gettext(" Version ")
 
554
#define FIRST_SEGMENT gettext(" first")
 
555
#define GUESSING_SEGMENT gettext(", guessing...")
 
556
#define PERMISSIONS_SEGMENT gettext("Permissions for ")
 
557
#define SELECT_SEGMENT gettext("Select ")
 
558
#define CAP_LETT_SEGMENT gettext("capital letter")
 
559
#define OF_OPT_LINE_SEGMENT gettext(" of option line,")
 
560
#define TO_SAVE_SEGMENT gettext(" to save,")
 
561
#define TO_SEGMENT gettext(" to ")
 
562
#define OR_SEGMENT gettext(" or ")
 
563
#define INDEX_SEGMENT gettext(" index")
 
564
#define TO_RETURN_SEGMENT gettext(" to return to Lynx.")
 
565
#define ACCEPT_CHANGES gettext("Accept Changes")
 
566
#define RESET_CHANGES gettext("Reset Changes")
 
567
#define CANCEL_CHANGES gettext("Left Arrow cancels changes")
 
568
#define SAVE_OPTIONS gettext("Save options to disk")
 
569
#define ACCEPT_DATA gettext("Hit RETURN to accept entered data.")
 
570
#define ACCEPT_DATA_OR_DEFAULT \
 
571
 gettext("Hit RETURN to accept entered data.  Delete data to invoke the default.")
 
572
#define VALUE_ACCEPTED gettext("Value accepted!")
 
573
#define VALUE_ACCEPTED_WARNING_X \
 
574
 gettext("Value accepted! -- WARNING: Lynx is configured for XWINDOWS!")
 
575
#define VALUE_ACCEPTED_WARNING_NONX \
 
576
 gettext("Value accepted! -- WARNING: Lynx is NOT configured for XWINDOWS!")
 
577
#define EDITOR_LOCKED gettext("You are not allowed to change which editor to use!")
 
578
#define FAILED_TO_SET_DISPLAY gettext("Failed to set DISPLAY variable!")
 
579
#define FAILED_CLEAR_SET_DISPLAY gettext("Failed to clear DISPLAY variable!")
 
580
#define BOOKMARK_CHANGE_DISALLOWED \
 
581
 gettext("You are not allowed to change the bookmark file!")
 
582
#define COLOR_TOGGLE_DISABLED gettext("Terminal does not support color")
 
583
#define COLOR_TOGGLE_DISABLED_FOR_TERM gettext("Your '%s' terminal does not support color.")
 
584
#define DOTFILE_ACCESS_DISABLED gettext("Access to dot files is disabled!")
 
585
#define UA_NO_LYNX_WARNING \
 
586
 gettext("User-Agent string does not contain \"Lynx\" or \"L_y_n_x\"")
 
587
#define UA_PLEASE_USE_LYNX \
 
588
 gettext("Use \"L_y_n_x\" or \"Lynx\" in User-Agent, or it looks like intentional deception!")
 
589
#define UA_CHANGE_DISABLED \
 
590
 gettext("Changing of the User-Agent string is disabled!")
 
591
#define CHANGE_OF_SETTING_DISALLOWED \
 
592
 gettext("You are not allowed to change this setting.")
 
593
#define SAVING_OPTIONS gettext("Saving Options...")
 
594
#define OPTIONS_SAVED gettext("Options saved!")
 
595
#define OPTIONS_NOT_SAVED gettext("Unable to save Options!")
 
596
#define R_TO_RETURN_TO_LYNX gettext(" 'r' to return to Lynx ")
 
597
#define SAVE_OR_R_TO_RETURN_TO_LYNX gettext(" '>' to save, or 'r' to return to Lynx ")
 
598
#define ANY_KEY_CHANGE_RET_ACCEPT \
 
599
 gettext("Hit any key to change value; RETURN to accept.")
 
600
#define ERROR_UNCOMPRESSING_TEMP gettext("Error uncompressing temporary file!")
 
601
#define UNSUPPORTED_URL_SCHEME gettext("Unsupported URL scheme!")
 
602
#define UNSUPPORTED_DATA_URL gettext("Unsupported data: URL!  Use SHOWINFO, for now.")
 
603
#define TOO_MANY_REDIRECTIONS gettext("Redirection limit of 10 URL's reached.")
 
604
#define ILLEGAL_REDIRECTION_URL gettext("Illegal redirection URL received from server!")
 
605
#define SERVER_ASKED_FOR_REDIRECTION \
 
606
 gettext("Server asked for %d redirection of POST content to")
 
607
#define REDIRECTION_WITH_BAD_LOCATION "Got redirection with a bad Location header."
 
608
#define REDIRECTION_WITH_NO_LOCATION "Got redirection with no Location header."
 
609
#define PROCEED_GET_CANCEL gettext("P)roceed, use G)ET or C)ancel ")
 
610
#define PROCEED_OR_CANCEL gettext("P)roceed, or C)ancel ")
 
611
#define ADVANCED_POST_GET_REDIRECT \
 
612
 gettext("Redirection of POST content.  P)roceed, see U)RL, use G)ET or C)ancel")
 
613
#define ADVANCED_POST_REDIRECT \
 
614
 gettext("Redirection of POST content.  P)roceed, see U)RL, or C)ancel")
 
615
#define CONFIRM_POST_RESUBMISSION \
 
616
 gettext("Document from Form with POST content.  Resubmit?")
 
617
#define CONFIRM_POST_RESUBMISSION_TO \
 
618
 gettext("Resubmit POST content to %s ?")
 
619
#define CONFIRM_POST_LIST_RELOAD \
 
620
 gettext("List from document with POST data.  Reload %s ?")
 
621
#define CONFIRM_POST_DOC_HEAD \
 
622
 gettext("Document from POST action, HEAD may not be understood.  Proceed?")
 
623
#define CONFIRM_POST_LINK_HEAD \
 
624
 gettext("Form submit action is POST, HEAD may not be understood.  Proceed?")
 
625
#define CONFIRM_WO_PASSWORD gettext("Proceed without a username and password?")
 
626
#define CONFIRM_PROCEED gettext("Proceed (%s)?")
 
627
#define CANNOT_POST gettext("Cannot POST to this host.")
 
628
#define IGNORED_POST gettext("POST not supported for this URL - ignoring POST data!")
 
629
#define DISCARDING_POST_DATA gettext("Discarding POST data...")
 
630
#define WILL_NOT_RELOAD_DOC gettext("Document will not be reloaded!")
 
631
#define LOCATION_HEADER gettext("Location: ")
 
632
#define STRING_NOT_FOUND gettext("'%s' not found!")
 
633
#define MULTIBOOKMARKS_DEFAULT gettext("Default Bookmark File")
 
634
#define MULTIBOOKMARKS_SMALL gettext("Screen too small! (8x35 min)")
 
635
#define MULTIBOOKMARKS_SAVE gettext("Select destination or ^G to Cancel: ")
 
636
#define MULTIBOOKMARKS_SELECT \
 
637
 gettext("Select subbookmark, '=' for menu, or ^G to cancel: ")
 
638
#define MULTIBOOKMARKS_SELF \
 
639
 gettext("Reproduce L)ink in this bookmark file or C)ancel? (l,c): ")
 
640
#define MULTIBOOKMARKS_DISALLOWED gettext("Multiple bookmark support is not available.")
 
641
#define MULTIBOOKMARKS_SHEAD_MASK gettext(" Select Bookmark (screen %d of %d)")
 
642
#define MULTIBOOKMARKS_SHEAD gettext("       Select Bookmark")
 
643
#define MULTIBOOKMARKS_EHEAD_MASK \
 
644
 gettext("Editing Bookmark DESCRIPTION and FILEPATH (%d of 2)")
 
645
#define MULTIBOOKMARKS_EHEAD \
 
646
 gettext("         Editing Bookmark DESCRIPTION and FILEPATH")
 
647
#define MULTIBOOKMARKS_LETTER gettext("Letter: ")
 
648
#ifdef VMS
 
649
#define USE_PATH_OFF_HOME \
 
650
 gettext("Use a filepath off your login directory in SHELL syntax!")
 
651
#else
 
652
#define USE_PATH_OFF_HOME gettext("Use a filepath off your home directory!")
 
653
#endif /* VMS */
 
654
#define MAXLINKS_REACHED \
 
655
 gettext("Maximum links per page exceeded!  Use half-page or two-line scrolling.")
 
656
#define MAXHIST_REACHED \
 
657
 gettext("History List maximum reached!  Document not pushed.")
 
658
#define VISITED_LINKS_EMPTY gettext("No previously visited links available!")
 
659
#define MEMORY_EXHAUSTED_ABORT gettext("Memory exhausted!  Program aborted!")
 
660
#define MEMORY_EXHAUSTED_ABORTING gettext("Memory exhausted!  Aborting...")
 
661
#define NOT_ENOUGH_MEMORY gettext("Not enough memory!")
 
662
#define DFM_NOT_AVAILABLE gettext("Directory/File Manager not available")
 
663
#define BASE_NOT_ABSOLUTE gettext("HREF in BASE tag is not an absolute URL.")
 
664
#define LOCATION_NOT_ABSOLUTE gettext("Location URL is not absolute.")
 
665
#define REFRESH_URL_NOT_ABSOLUTE gettext("Refresh URL is not absolute.")
 
666
#define SENDING_MESSAGE_WITH_BODY_TO \
 
667
 gettext("You are sending a message with body to:\n  ")
 
668
#define SENDING_COMMENT_TO gettext("You are sending a comment to:\n  ")
 
669
#define WITH_COPY_TO gettext("\n With copy to:\n  ")
 
670
#define WITH_COPIES_TO gettext("\n With copies to:\n  ")
 
671
#define CTRL_G_TO_CANCEL_SEND \
 
672
 gettext("\n\nUse Ctrl-G to cancel if you do not want to send a message\n")
 
673
#define ENTER_NAME_OR_BLANK \
 
674
 gettext("\n Please enter your name, or leave it blank to remain anonymous\n")
 
675
#define ENTER_MAIL_ADDRESS_OR_OTHER \
 
676
 gettext("\n Please enter a mail address or some other\n")
 
677
#define MEANS_TO_CONTACT_FOR_RESPONSE \
 
678
 gettext(" means to contact you, if you desire a response.\n")
 
679
#define ENTER_SUBJECT_LINE gettext("\n Please enter a subject line.\n")
 
680
#define ENTER_ADDRESS_FOR_CC \
 
681
 gettext("\n Enter a mail address for a CC of your message.\n")
 
682
#define BLANK_FOR_NO_COPY gettext(" (Leave blank if you don't want a copy.)\n")
 
683
#define REVIEW_MESSAGE_BODY gettext("\n Please review the message body:\n\n")
 
684
#define RETURN_TO_CONTINUE gettext("\nPress RETURN to continue: ")
 
685
#define RETURN_TO_CLEANUP gettext("\nPress RETURN to clean up: ")
 
686
#define CTRL_U_TO_ERASE gettext(" Use Control-U to erase the default.\n")
 
687
#define ENTER_MESSAGE_BELOW gettext("\n Please enter your message below.")
 
688
#define ENTER_PERIOD_WHEN_DONE_A \
 
689
 gettext("\n When you are done, press enter and put a single period (.)")
 
690
#define ENTER_PERIOD_WHEN_DONE_B \
 
691
 gettext("\n on a line and press enter again.")
 
692
 
 
693
/* Cookies messages */
 
694
#define ADVANCED_COOKIE_CONFIRMATION \
 
695
 gettext("%s cookie: %.*s=%.*s  Allow? (Y/N/Always/neVer)")
 
696
#define INVALID_COOKIE_DOMAIN_CONFIRMATION \
 
697
 gettext("Accept invalid cookie domain=%s for '%s'?")
 
698
#define INVALID_COOKIE_PATH_CONFIRMATION \
 
699
 gettext("Accept invalid cookie path=%s as a prefix of '%s'?")
 
700
#define ALLOWING_COOKIE gettext("Allowing this cookie.")
 
701
#define REJECTING_COOKIE gettext("Rejecting this cookie.")
 
702
#define COOKIE_JAR_IS_EMPTY gettext("The Cookie Jar is empty.")
 
703
#define ACTIVATE_TO_GOBBLE \
 
704
 gettext("Activate links to gobble up cookies or entire domains,")
 
705
#define OR_CHANGE_ALLOW gettext("or to change a domain's 'allow' setting.")
 
706
#define COOKIES_NEVER_ALLOWED gettext("(Cookies never allowed.)")
 
707
#define COOKIES_ALWAYS_ALLOWED gettext("(Cookies always allowed.)")
 
708
#define COOKIES_ALLOWED_VIA_PROMPT gettext("(Cookies allowed via prompt.)")
 
709
#define COOKIES_READ_FROM_FILE gettext("(Persistent Cookies.)")
 
710
#define NO_TITLE gettext("(No title.)")
 
711
#define NO_NAME gettext("(No name.)")
 
712
#define NO_VALUE gettext("(No value.)")
 
713
#define NO_NOTHING gettext("None")
 
714
#define END_OF_SESSION gettext("(End of session.)")
 
715
#define DELETE_COOKIE_CONFIRMATION gettext("Delete this cookie?")
 
716
#define COOKIE_EATEN gettext("The cookie has been eaten!")
 
717
#define DELETE_EMPTY_DOMAIN_CONFIRMATION gettext("Delete this empty domain?")
 
718
#define DOMAIN_EATEN gettext("The domain has been eaten!")
 
719
#define DELETE_COOKIES_SET_ALLOW_OR_CANCEL \
 
720
 gettext("D)elete domain's cookies, set allow A)lways/P)rompt/neV)er, or C)ancel? ")
 
721
#define DELETE_DOMAIN_SET_ALLOW_OR_CANCEL \
 
722
 gettext("D)elete domain, set allow A)lways/P)rompt/neV)er, or C)ancel? ")
 
723
#define DOMAIN_COOKIES_EATEN gettext("All cookies in the domain have been eaten!")
 
724
#define ALWAYS_ALLOWING_COOKIES gettext("'A'lways allowing from domain '%s'.")
 
725
#define NEVER_ALLOWING_COOKIES gettext("ne'V'er allowing from domain '%s'.")
 
726
#define PROMPTING_TO_ALLOW_COOKIES gettext("'P'rompting to allow from domain '%s'.")
 
727
#define DELETE_ALL_COOKIES_IN_DOMAIN gettext("Delete all cookies in this domain?")
 
728
#define ALL_COOKIES_EATEN gettext("All of the cookies in the jar have been eaten!")
 
729
 
 
730
#define PORT_NINETEEN_INVALID gettext("Port 19 not permitted in URLs.")
 
731
#define PORT_TWENTYFIVE_INVALID gettext("Port 25 not permitted in URLs.")
 
732
#define PORT_INVALID gettext("Port %lu not permitted in URLs.")
 
733
#define URL_PORT_BAD gettext("URL has a bad port field.")
 
734
#define HTML_STACK_OVERRUN gettext("Maximum nesting of HTML elements exceeded.")
 
735
#define BAD_PARTIAL_REFERENCE gettext("Bad partial reference!  Stripping lead dots.")
 
736
#define TRACELOG_OPEN_FAILED gettext("Trace Log open failed.  Trace off!")
 
737
#define LYNX_TRACELOG_TITLE gettext("Lynx Trace Log")
 
738
#define NO_TRACELOG_STARTED gettext("No trace log has been started for this session.")
 
739
#define MAX_TEMPCOUNT_REACHED \
 
740
 gettext("The maximum temporary file count has been reached!")
 
741
#define FORM_VALUE_TOO_LONG \
 
742
 gettext("Form field value exceeds buffer length!  Trim the tail.")
 
743
#define FORM_TAIL_COMBINED_WITH_HEAD \
 
744
 gettext("Modified tail combined with head of form field value.")
 
745
 
 
746
/* HTFile.c */
 
747
#define ENTRY_IS_DIRECTORY      gettext("Directory")
 
748
#define DISALLOWED_DIR_SCAN     gettext("Directory browsing is not allowed.")
 
749
#define DISALLOWED_SELECTIVE_ACCESS gettext("Selective access is not enabled for this directory")
 
750
#define FAILED_DIR_SCAN         gettext("Multiformat: directory scan failed.")
 
751
#define FAILED_DIR_UNREADABLE   gettext("This directory is not readable.")
 
752
#define FAILED_FILE_UNREADABLE  gettext("Can't access requested file.")
 
753
#define FAILED_NO_REPRESENTATION gettext("Could not find suitable representation for transmission.")
 
754
#define FAILED_OPEN_COMPRESSED_FILE gettext("Could not open file for decompression!")
 
755
#define LABEL_FILES             gettext("Files:")
 
756
#define LABEL_SUBDIRECTORIES    gettext("Subdirectories:")
 
757
#define SEGMENT_DIRECTORY       gettext(" directory")
 
758
#define SEGMENT_UP_TO           gettext("Up to ")
 
759
#define SEGMENT_CURRENT_DIR     gettext("Current directory is ")
 
760
 
 
761
/* HTGopher.c */
 
762
#define FAILED_NO_RESPONSE      gettext("No response from server!")
 
763
#define GOPHER_CSO_INDEX        gettext("CSO index")
 
764
#define GOPHER_CSO_INDEX_SUBTITLE gettext("\nThis is a searchable index of a CSO database.\n")
 
765
#define GOPHER_CSO_SEARCH_RESULTS gettext("CSO Search Results")
 
766
#define GOPHER_CSO_SEEK_FAILED  gettext("Seek fail on %s\n")
 
767
#define GOPHER_CSO_SOLICIT_KEYWORDS gettext("\nPress the 's' key and enter search keywords.\n")
 
768
#define GOPHER_INDEX_SUBTITLE   gettext("\nThis is a searchable Gopher index.\n")
 
769
#define GOPHER_INDEX_TITLE      gettext("Gopher index")
 
770
#define GOPHER_MENU_TITLE       gettext("Gopher Menu")
 
771
#define GOPHER_SEARCH_RESULTS   gettext(" Search Results")
 
772
#define GOPHER_SENDING_CSO_REQUEST gettext("Sending CSO/PH request.")
 
773
#define GOPHER_SENDING_REQUEST  gettext("Sending Gopher request.")
 
774
#define GOPHER_SENT_CSO_REQUEST gettext("CSO/PH request sent; waiting for response.")
 
775
#define GOPHER_SENT_REQUEST     gettext("Gopher request sent; waiting for response.")
 
776
#define GOPHER_SOLICIT_KEYWORDS gettext("\nPlease enter search keywords.\n")
 
777
#define SEGMENT_KEYWORDS_WILL   gettext("\nThe keywords that you enter will allow you to search on a")
 
778
#define SEGMENT_PERSONS_DB_NAME gettext(" person's name in the database.\n")
 
779
 
 
780
/* HTNews.c */
 
781
#define FAILED_CONNECTION_CLOSED gettext("Connection closed ???")
 
782
#define FAILED_CANNOT_OPEN_POST gettext("Cannot open temporary file for news POST.")
 
783
#define FAILED_CANNOT_POST_SSL  gettext("This client does not contain support for posting to news with SSL.")
 
784
 
 
785
/* HTStyle.c */
 
786
#define STYLE_DUMP_FONT         gettext("Style %d `%s' SGML:%s.  Font %s %.1f point.\n")
 
787
#define STYLE_DUMP_INDENT       gettext("\tIndents: first=%.0f others=%.0f, Height=%.1f Desc=%.1f\n"
 
788
#define STYLE_DUMP_ALIGN        gettext("\tAlign=%d, %d tabs. (%.0f before, %.0f after)\n")
 
789
#define STYLE_DUMP_TAB          gettext("\t\tTab kind=%d at %.0f\n")
 
790
 
 
791
/* HTTP.c */
 
792
#define FAILED_NEED_PASSWD      gettext("Can't proceed without a username and password.")
 
793
#define FAILED_RETRY_WITH_AUTH  gettext("Can't retry with authorization!  Contact the server's WebMaster.")
 
794
#define FAILED_RETRY_WITH_PROXY gettext("Can't retry with proxy authorization!  Contact the server's WebMaster.")
 
795
#define HTTP_RETRY_WITH_PROXY   gettext("Retrying with proxy authorization information.")
 
796
 
 
797
/* HTWAIS.c */
 
798
#define HTWAIS_MESSAGE_TOO_BIG  gettext("HTWAIS: Return message too large.")
 
799
#define HTWAIS_SOLICIT_QUERY    gettext("Enter WAIS query: ")
 
800
 
 
801
/* Miscellaneous status */
 
802
#define RETRYING_AS_HTTP0       gettext("Retrying as HTTP0 request.")
 
803
#define TRANSFERRED_X_BYTES     gettext("Transferred %d bytes")
 
804
#define TRANSFER_COMPLETE       gettext("Data transfer complete")
 
805
#define FAILED_READING_KEYMAP   gettext("Error processing line %d of %s\n")
 
806
 
 
807
/* Lynx internal page titles */
 
808
#define ADDRLIST_PAGE_TITLE     gettext("Address List Page")
 
809
#define BOOKMARK_TITLE          gettext("Bookmark file")
 
810
#define CONFIG_DEF_TITLE        gettext("Configuration Definitions")
 
811
#define COOKIE_JAR_TITLE        gettext("Cookie Jar")
 
812
#define CURRENT_KEYMAP_TITLE    gettext("Current Key Map")
 
813
#define DIRED_MENU_TITLE        gettext("File Management Options")
 
814
#define DOWNLOAD_OPTIONS_TITLE  gettext("Download Options")
 
815
#define HISTORY_PAGE_TITLE      gettext("History Page")
 
816
#define LIST_PAGE_TITLE         gettext("List Page")
 
817
#define LYNXCFG_TITLE           gettext("Lynx.cfg Information")
 
818
#define MOSAIC_BOOKMARK_TITLE   gettext("Converted Mosaic Hotlist")
 
819
#define OPTIONS_TITLE           gettext("Options Menu")
 
820
#define PERMIT_OPTIONS_TITLE    gettext("File Permission Options")
 
821
#define PRINT_OPTIONS_TITLE     gettext("Printing Options")
 
822
#define SHOWINFO_TITLE          gettext("Information about the current document")
 
823
#define STATUSLINES_TITLE       gettext("Your recent statusline messages")
 
824
#define UPLOAD_OPTIONS_TITLE    gettext("Upload Options")
 
825
#define VISITED_LINKS_TITLE     gettext("Visited Links Page")
 
826
 
 
827
/* CONFIG_DEF_TITLE subtitles */
 
828
#define SEE_ALSO gettext("See also")
 
829
#define YOUR_SEGMENT gettext("your")
 
830
#define RUNTIME_OPT_SEGMENT gettext("for runtime options")
 
831
#define COMPILE_OPT_SEGMENT gettext("compile time options")
 
832
#define COLOR_STYLE_SEGMENT gettext("color-style configuration")
 
833
#define REL_VERSION gettext("latest release")
 
834
#define PRE_VERSION gettext("pre-release version")
 
835
#define DEV_VERSION gettext("development version")
 
836
#define AUTOCONF_CONFIG_CACHE \
 
837
 gettext("The following data were derived during the automatic configuration/build\n\
 
838
process of this copy of Lynx.  When reporting a bug, please include a copy\n\
 
839
of this page.")
 
840
#define AUTOCONF_LYNXCFG_H \
 
841
 gettext("The following data were used as automatically-configured compile-time\n\
 
842
definitions when this copy of Lynx was built.")
 
843
 
 
844
#ifdef DIRED_SUPPORT
 
845
#define DIRED_NOVICELINE \
 
846
 gettext("  C)reate  D)ownload  E)dit  F)ull menu  M)odify  R)emove  T)ag  U)pload     \n")
 
847
#define CURRENT_LINK_STATUS_FAILED gettext("Failed to obtain status of current link!")
 
848
 
 
849
#define INVALID_PERMIT_URL \
 
850
 gettext("Special URL only valid from current File Permission menu!")
 
851
#endif /* DIRED_SUPPORT */
 
852
 
 
853
#ifdef USE_EXTERNALS
 
854
#define EXTERNALS_DISABLED gettext("External support is currently disabled.")
 
855
#endif /* USE_EXTERNALS */
 
856
 
 
857
/* new with 2.8.4dev.21 */
 
858
#define CHDIR_DISABLED gettext("Changing working-directory is currently disabled.")
 
859
#define LINEWRAP_OFF gettext("Linewrap OFF!")
 
860
#define LINEWRAP_ON gettext("Linewrap ON!")
 
861
#define NESTED_TABLES_OFF gettext("Parsing nested-tables toggled OFF!  Reloading...")
 
862
#define NESTED_TABLES_ON gettext("Parsing nested-tables toggled ON!  Reloading...")
 
863
#define SHIFT_VS_LINEWRAP gettext("Shifting is disabled while line-wrap is in effect")
 
864
#define TRACE_DISABLED gettext("Trace not supported")
 
865
 
 
866
#endif /* LYMESSAGES_EN_H */