diff options
Diffstat (limited to 'LYMessages_en.h')
-rw-r--r-- | LYMessages_en.h | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/LYMessages_en.h b/LYMessages_en.h index e42751db..f032cfcb 100644 --- a/LYMessages_en.h +++ b/LYMessages_en.h @@ -267,6 +267,9 @@ #define NOT_IN_STARTING_REALM gettext("URL is not in starting realm!") #define NEWSPOSTING_DISABLED gettext("News posting is disabled!") #define DIRED_DISABLED gettext("File management support is disabled!") +#define SHIFT_VS_LINEWRAP gettext("Shifting is disabled while line-wrap is in effect") +#define LINEWRAP_ON gettext("Linewrap ON!") +#define LINEWRAP_OFF gettext("Linewrap OFF!") #define NO_JUMPFILE gettext("No jump file is currently available.") #define JUMP_PROMPT gettext("Jump to (use '?' for list): ") #define JUMP_DISALLOWED gettext("Jumping to a shortcut URL is disallowed!") @@ -355,25 +358,7 @@ #define POPUP_FAILED gettext("Unable to create popup window!") #define GOTO_DISALLOWED gettext("Goto a random URL is disallowed!") #define GOTO_NON_HTTP_DISALLOWED gettext("Goto a non-http URL is disallowed!") -#define GOTO_CSO_DISALLOWED gettext("You are not allowed to goto \"cso:\" URLs") -#define GOTO_FILE_DISALLOWED gettext("You are not allowed to goto \"file:\" URLs") -#define GOTO_FINGER_DISALLOWED gettext("You are not allowed to goto \"finger:\" URLs") -#define GOTO_FTP_DISALLOWED gettext("You are not allowed to goto \"ftp:\" URLs") -#define GOTO_GOPHER_DISALLOWED gettext("You are not allowed to goto \"gopher:\" URLs") -#define GOTO_HTTP_DISALLOWED gettext("You are not allowed to goto \"http:\" URLs") -#define GOTO_HTTPS_DISALLOWED gettext("You are not allowed to goto \"https:\" URLs") -#define GOTO_CGI_DISALLOWED gettext("You are not allowed to goto \"lynxcgi:\" URLs") -#define GOTO_EXEC_DISALLOWED gettext("You are not allowed to goto \"lynxexec:\" URLs") -#define GOTO_PROG_DISALLOWED gettext("You are not allowed to goto \"lynxprog:\" URLs") -#define GOTO_MAILTO_DISALLOWED gettext("You are not allowed to goto \"mailto:\" URLs") -#define GOTO_NEWS_DISALLOWED gettext("You are not allowed to goto \"news:\" URLs") -#define GOTO_NNTP_DISALLOWED gettext("You are not allowed to goto \"nntp:\" URLs") -#define GOTO_RLOGIN_DISALLOWED gettext("You are not allowed to goto \"rlogin:\" URLs") -#define GOTO_SNEWS_DISALLOWED gettext("You are not allowed to goto \"snews:\" URLs") -#define GOTO_TELNET_DISALLOWED gettext("You are not allowed to goto \"telnet:\" URLs") -#define GOTO_TN3270_DISALLOWED gettext("You are not allowed to goto \"tn3270:\" URLs") -#define GOTO_WAIS_DISALLOWED gettext("You are not allowed to goto \"wais:\" URLs") -#define GOTO_SPECIAL_DISALLOWED gettext("This special URL is not allowed as a goto!") +#define GOTO_XXXX_DISALLOWED gettext("You are not allowed to goto \"%s\" URLs") #define URL_TO_OPEN gettext("URL to open: ") #define EDIT_CURRENT_GOTO gettext("Edit the current Goto URL: ") #define EDIT_THE_PREV_GOTO gettext("Edit the previous Goto URL: ") |