1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
|
--- pine/mailview.c.orig Tue Jul 7 10:05:59 1998
+++ pine/mailview.c Wed Jul 15 17:02:35 1998
@@ -142,8 +142,8 @@
static struct key view_keys[] =
{HELP_MENU,
OTHER_MENU,
- {"<","MsgIndex",{MC_INDEX,3,{'i','<',','}},KS_FLDRINDEX},
- {">","ViewAttch",{MC_VIEW_ATCH,3,{'v','>','.'}},KS_NONE},
+ {"<","¯Á¤Þ",{MC_INDEX,3,{'i','<',','}},KS_FLDRINDEX},
+ {">","À˵øªþ¥ó",{MC_VIEW_ATCH,3,{'v','>','.'}},KS_NONE},
PREVMSG_MENU,
NEXTMSG_MENU,
PREVPAGE_MENU,
@@ -168,11 +168,11 @@
HELP_MENU,
OTHER_MENU,
- {"Ret","[View Hilite]",{MC_VIEW_HANDLE,3,
+ {"Ret","[À˵ø Hilite]",{MC_VIEW_HANDLE,3,
{ctrl('m'),ctrl('j'),KEY_RIGHT}},KS_NONE},
- {":","SelectCur",{MC_SELCUR,1,{':'}},KS_SELECTCUR},
- {"^B","Prev URL",{MC_PREV_HANDLE,1,{ctrl('B')}},KS_NONE},
- {"^F","Next URL",{MC_NEXT_HANDLE,1,{ctrl('F')}},KS_NONE},
+ {":","¿ï¾Ü",{MC_SELCUR,1,{':'}},KS_SELECTCUR},
+ {"^B","«e¤@ URL",{MC_PREV_HANDLE,1,{ctrl('B')}},KS_NONE},
+ {"^F","¦¸¤@ URL",{MC_NEXT_HANDLE,1,{ctrl('F')}},KS_NONE},
JUMP_MENU,
TAB_MENU,
HDRMODE_MENU,
@@ -189,7 +189,7 @@
#define FLAG_KEY 34
#define VIEW_PIPE_KEY 35
-static struct key nr_anon_view_keys[] =
+static struct key nr_anon_view_keys[] =
{HELP_MENU,
WHEREIS_MENU,
QUIT_MENU,
@@ -213,7 +213,7 @@
NEXTMSG_MENU,
PREVPAGE_MENU,
NEXTPAGE_MENU,
- {"F", "Fwd Email", {MC_FORWARD,1,{'f'}}, KS_FORWARD},
+ {"F", "«H¥óÂà±H", {MC_FORWARD,1,{'f'}}, KS_FORWARD},
JUMP_MENU,
PRYNTTXT_MENU,
SAVE_MENU,
@@ -235,7 +235,7 @@
static struct key simple_text_keys[] =
{HELP_MENU,
NULL_MENU,
- {"E","Exit Viewer",{MC_EXIT,1,{'e'}},KS_NONE},
+ {"E","Â÷¶}",{MC_EXIT,1,{'e'}},KS_NONE},
NULL_MENU,
NULL_MENU,
NULL_MENU,
@@ -244,7 +244,7 @@
PRYNTTXT_MENU,
WHEREIS_MENU,
FWDEMAIL_MENU,
- {"S", "Save", {MC_SAVETEXT,1,{'s'}}, KS_SAVE}};
+ {"S", "¦sÀÉ", {MC_SAVETEXT,1,{'s'}}, KS_SAVE}};
INST_KEY_MENU(simple_text_keymenu, simple_text_keys);
@@ -379,7 +379,7 @@
* we were viewing. If so, make sure we don't just come back.
*/
if(mn_get_total(ps->msgmap) <= 0L || !ps->mail_stream){
- q_status_message(SM_ORDER, 0, 3, "No messages to read!");
+ q_status_message(SM_ORDER, 0, 3, "¨S¦³¥i¨ÑŪ¨úªº«H¥ó¡I");
ps->next_screen = mail_index_screen;
break;
}
@@ -393,7 +393,7 @@
body = NULL;
if(!(env = mail_fetchstructure(ps->mail_stream, raw_msgno, &body))
|| !(mc = mail_elt(ps->mail_stream, raw_msgno))){
- q_status_message1(SM_ORDER, 3, 3, "Error getting message %s data",
+ q_status_message1(SM_ORDER, 3, 3, "¨ú±o«H¥ó %s ªº¸ê®Æ®Éµo¥Í¿ù»~",
comatose(mn_get_cur(ps->msgmap)));
dprint(1, (debugfile, "!!!! ERROR fetching %s of msg %ld\n",
env ? "elt" : "env", mn_get_cur(ps->msgmap)));
@@ -446,7 +446,7 @@
memset(&scrollargs, 0, sizeof(SCROLL_S));
scrollargs.text.text = so_text(store);
scrollargs.text.src = src;
- scrollargs.text.desc = "message";
+ scrollargs.text.desc = "«H¥ó";
/*
* make first selectable handle the default
@@ -465,11 +465,11 @@
else
scrollargs.body_valid = 1;
- scrollargs.bar.title = "MESSAGE TEXT";
+ scrollargs.bar.title = "«H¥ó¤å¦r";
scrollargs.end_scroll = view_end_scroll;
scrollargs.resize_exit = 1;
scrollargs.help.text = h_mail_view;
- scrollargs.help.title = "HELP FOR MESSAGE TEXT VIEW";
+ scrollargs.help.title = "«H¥ó¤å¦rªº»²§U»¡©ú";
scrollargs.keys.menu = &view_keymenu;
scrollargs.keys.what = save_what;
setbitmap(scrollargs.keys.bitmap);
@@ -1192,7 +1192,7 @@
/*---- format and copy envelope ----*/
if(ps_global->full_header)
q_status_message(SM_INFO, 0, 3,
- "Full header mode ON. All header text being included");
+ "§¹¾ã¼ÐÀY¼Ò¦¡¶}±Ò¡C©Ò¦³ªº¼ÐÀY¤å¦r³£¥]§t¦b¤º");
HD_INIT(&h, ps_global->VAR_VIEW_HEADERS, ps_global->view_all_except,
FE_DEFAULT);
@@ -1231,7 +1231,7 @@
if(append_file_name)
fs_give((void **)&append_file_name);
- q_status_message1(SM_ORDER,3,3,"Can't make temp file: %s",
+ q_status_message1(SM_ORDER,3,3,"µLªk«Ø¥ß¼È¦sÀÉ¡G%s",
error_description(errno));
return(0);
}
@@ -1525,7 +1525,7 @@
write_error:
if(!(flgs & FM_DISPLAY))
- q_status_message1(SM_ORDER, 3, 4, "Error writing message: %s",
+ q_status_message1(SM_ORDER, 3, 4, "¼g¤J«H¥ó®Éµo¥Í¿ù»~¡G%s",
decode_err ? decode_err : error_description(errno));
return(0);
@@ -1855,8 +1855,8 @@
char prompt[256], tmp[MAILTMPLEN];
int rc, flags, local_h;
static ESCKEY_S launch_opts[] = {
- {'y', 'y', "Y", "Yes"},
- {'n', 'n', "N", "No"},
+ {'y', 'y', "Y", "¬O"},
+ {'n', 'n', "N", "§_"},
{-2, 0, NULL, NULL},
{-2, 0, NULL, NULL},
{0, 'u', "U", "editURL"},
@@ -1877,7 +1877,7 @@
else{
launch_opts[5].ch = -1;
if(!local_h){
- if(want_to("No Web-Browser application defined! Define now",
+ if(want_to("©|¥¼©w¸q Web-Browser¡I²{¦b©w¸q",
'y', 0, NO_HELP, WT_SEQ_SENSITIVE) == 'y'){
/* Prompt for the displayer? */
tmp[0] = '\0';
@@ -1921,7 +1921,7 @@
}
else{
q_status_message1(SM_ORDER | SM_DING, 2, 2,
- "Browser not found: %s",
+ "§ä¤£¨ìÂsÄý¾¹¡G%s",
error_description(errno));
continue;
}
@@ -1950,8 +1950,8 @@
return(1);
while(1){
- sprintf(prompt, "View selected %s %s%.37s%s? ",
- (handle->type == URL) ? "URL" : "Attachment",
+ sprintf(prompt, "À˵ø¿ï¾Üªº %s %s%.37s%s? ",
+ (handle->type == URL) ? "URL" : "ªþ¥ó",
(handle->type == URL) ? "\"" : "",
(handle->type == URL) ? handle->h.url.path : "",
(handle->type == URL)
@@ -2416,11 +2416,11 @@
mode = PIPE_RESET | PIPE_USER ;
if(syspipe = open_system_pipe(cmd, NULL, NULL, mode)){
close_system_pipe(&syspipe);
- q_status_message(SM_ORDER, 0, 4, "VIEWER command completed");
+ q_status_message(SM_ORDER, 0, 4, "VIEWER ©R¥O§¹¦¨");
}
else
q_status_message1(SM_ORDER, 3, 4,
- "Cannot spawn command : %s", cmd);
+ "µLªk°_©l©R¥O¡G%s", cmd);
}
else if(f = url_local_handler(handle->h.url.path)){
if((*f)(handle->h.url.path) > 1)
@@ -2428,7 +2428,7 @@
}
else
q_status_message1(SM_ORDER, 2, 2,
- "\"Web-Browser\" not defined: Can't open %s",
+ "©|¥¼©w¸q \"Web-Browser\"¡GµLªk¶}±Ò %s",
handle->h.url.path);
return(rv);
@@ -2748,7 +2748,7 @@
}
else
q_status_message(SM_ORDER | SM_DING, 3, 4,
- "Can't create space for composer");
+ "µLªk´À½s¿è¾¹«Ø¥ßªÅ¶¡");
if(outgoing)
mail_free_envelope(&outgoing);
@@ -2835,7 +2835,7 @@
if(uid_val != ps_global->mail_stream->uid_validity){
/* Complain! */
q_status_message(SM_ORDER|SM_DING, 3, 3,
- "Warning! Referenced folder changed since URL recorded");
+ "ĵ§i¡I°Ñ¦Ò¸ê®Æ§X¤w©ó URL °O¿ý«á§ïÅÜ");
}
if(uid){
@@ -2851,7 +2851,7 @@
if(i > mn_get_total(ps_global->msgmap))
q_status_message(SM_ORDER, 2, 3,
- "Couldn't find specified article number");
+ "§ä¤£¨ì«ü©wªº¤å³¹½s¸¹");
}
else if(search){
/*
@@ -2872,9 +2872,9 @@
if(i = any_lflagged(ps_global->msgmap, MN_SLCT)){
extern long zoom_index();
- q_status_message2(SM_ORDER, 0, 3,
- "%s message%s selected",
- long2string(i), plural(i));
+ q_status_message1(SM_ORDER, 0, 3,
+ "¤w¿ï¾Ü %s «Ê«H¥ó",
+ long2string(i));
/* Zoom the index! */
zoom_index(ps_global, ps_global->msgmap);
}
@@ -3013,9 +3013,9 @@
if(auth && *auth != '*')
q_status_message1(SM_ORDER, 3, 3,
- "Unsupported authentication method. %s.",
- user ? "Using standard login"
- : "Logging in as \"Anonymous\"");
+ "¥¼¤ä´©ªº»{ÃÒ¼Ò¦¡¡C%s¡C",
+ user ? "¨Ï¥Î¼Ð·Çµn¤J"
+ : "¥H \"Anonymous\" µn¤J");
/*
* At this point our structure should contain the
@@ -3100,7 +3100,7 @@
if(i > mn_get_total(ps_global->msgmap))
q_status_message(SM_ORDER, 2, 3,
- "Couldn't find specified article number");
+ "§ä¤£¨ì«ü©wªº¤å³¹½s¸¹");
}
break;
@@ -3179,7 +3179,7 @@
}
else
q_status_message1(SM_ORDER | SM_DING, 0, 3,
- "Can't find fragment: %s", fragment);
+ "§ä¤£¨ì¤ùÂ_¡G%s", fragment);
return(1);
}
@@ -3190,10 +3190,10 @@
url_local_phone_home(url)
char *url;
{
- if(want_to("Request document", 'y', 0, NO_HELP, WT_FLUSH_IN) == 'y')
+ if(want_to("n¨D¤å¥ó", 'y', 0, NO_HELP, WT_FLUSH_IN) == 'y')
phone_home(url + 18); /* 18 == length of "x-pine-phone-home:" */
else
- q_status_message(SM_ORDER, 0, 3, "No request sent");
+ q_status_message(SM_ORDER, 0, 3, "½Ð¨D¥¼°e¥X");
return(1);
}
@@ -3210,7 +3210,7 @@
dprint(2, (debugfile, "-- bogus url \"%s\": %s\n",
url ? url : "<NULL URL>", reason));
if(url)
- q_status_message3(SM_ORDER|SM_DING, 2, 3, "Malformed \"%.*s\" URL: %s",
+ q_status_message3(SM_ORDER|SM_DING, 2, 3, "®æ¦¡¿ù»~ªº \"%.*s\" URL¡G%s",
(void *) (strchr(url, ':') - url), url, reason);
return(0);
@@ -3354,7 +3354,7 @@
write_error:
if(style == QStatus)
- q_status_message1(SM_ORDER, 3, 4, "Error writing message: %s",
+ q_status_message1(SM_ORDER, 3, 4, "¼g¤J«H¥ó®Éµo¥Í¿ù»~¡G%s",
error_description(errno));
return(1);
@@ -3604,7 +3604,7 @@
gf_set_so_writec(&tmp_pc, df_store);
if(errstr = dfilter(display_filter, tmp_store, tmp_pc, NULL)){
q_status_message1(SM_ORDER | SM_DING, 3, 3,
- "Formatting error: %s", errstr);
+ "®æ¦¡¿ù»~¡G%s", errstr);
rv = FHT_WRTERR;
}
else{
@@ -3616,7 +3616,7 @@
}
else{
q_status_message1(SM_ORDER | SM_DING, 3, 3,
- "No space for filtered text: %s", errstr);
+ "¨S¦³¨¬°÷ªºªÅ¶¡¹LÂo¤å¦r¡G%s", errstr);
rv = FHT_WRTERR;
}
}
@@ -3641,7 +3641,7 @@
if(errstr = gf_pipe(tmp_gc, final_pc)){
rv = FHT_WRTERR;
q_status_message1(SM_ORDER | SM_DING, 3, 3,
- "Can't build header : %s", errstr);
+ "µLªk«Ø¥ß¼ÐÀY¡G%s", errstr);
}
}
@@ -3780,7 +3780,7 @@
format_newsgroup_string("Newsgroups: ", e->newsgroups, prefix, pc);
if(e->ngbogus)
q_status_message(SM_ORDER, 0, 3,
- "Unverified Newsgroup header -- Message MAY or MAY NOT have been posted");
+ "¥¼¸gÃҹꪺ·s»D²Õ¸s¼ÐÀY -- °T®§¥i¯à±q¥¼³Q±i¶K");
}
if((which & FE_FOLLOWUPTO) && e->followup_to)
@@ -4404,7 +4404,7 @@
}
if(!sparms->bar.title)
- sparms->bar.title = "Text";
+ sparms->bar.title = "¤å¦r";
if(sparms->bar.style == TitleBarNone)
sparms->bar.style = MsgTextPercent;
@@ -4553,7 +4553,7 @@
}
if(first_view && num_display_lines >= get_scroll_text_lines())
- q_status_message1(SM_INFO, 0, 1, "ALL of %s", STYLE_NAME(sparms));
+ q_status_message1(SM_INFO, 0, 1, "%s ¥þ³¡", STYLE_NAME(sparms));
force = 0; /* may not need to next time around */
@@ -4669,7 +4669,7 @@
whereis_pos.row = 0;
if(sparms->help.text == NO_HELP || ps_global->nr_mode){
q_status_message(SM_ORDER, 0, 5,
- "No help text currently available");
+ "¥Ø«e©|µL»²§U»¡©ú");
break;
}
@@ -4708,12 +4708,12 @@
cur_top_line -= scroll_lines;
if(cur_top_line <= 0){
cur_top_line = 0;
- q_status_message1(SM_INFO, 0, 1, "START of %s",
+ q_status_message1(SM_INFO, 0, 1, "%s°_©l",
STYLE_NAME(sparms));
}
}
else
- q_status_message1(SM_ORDER, 0, 1, "Already at start of %s",
+ q_status_message1(SM_ORDER, 0, 1, "¤w¸g¦b%sªº°_©l",
STYLE_NAME(sparms));
break;
@@ -4727,12 +4727,12 @@
cur_top_line += scroll_lines;
if(cur_top_line + num_display_lines >= get_scroll_text_lines())
- q_status_message1(SM_INFO, 0, 1, "END of %s",
+ q_status_message1(SM_INFO, 0, 1, "%sµ²§À",
STYLE_NAME(sparms));
}
else if(!sparms->end_scroll
|| !(done = (*sparms->end_scroll)(sparms)))
- q_status_message1(SM_ORDER, 0, 1, "Already at end of %s",
+ q_status_message1(SM_ORDER, 0, 1, "¤w¸g¦b%sªºµ²§À",
STYLE_NAME(sparms));
break;
@@ -4749,11 +4749,11 @@
cur_top_line++;
if(cur_top_line + num_display_lines
>= get_scroll_text_lines())
- q_status_message1(SM_INFO, 0, 1, "END of %s",
+ q_status_message1(SM_INFO, 0, 1, "%sµ²§À",
STYLE_NAME(sparms));
}
else
- q_status_message1(SM_ORDER, 0, 1, "Already at end of %s",
+ q_status_message1(SM_ORDER, 0, 1, "¤w¸g¦b%sªºµ²§À",
STYLE_NAME(sparms));
}
@@ -4770,11 +4770,11 @@
if(cur_top_line){
cur_top_line--;
if(cur_top_line == 0)
- q_status_message1(SM_INFO, 0, 1, "START of %s",
+ q_status_message1(SM_INFO, 0, 1, "%s°_©l",
STYLE_NAME(sparms));
}
else
- q_status_message1(SM_ORDER, 0, 1, "Already at start of %s",
+ q_status_message1(SM_ORDER, 0, 1, "¤w¸g¦b%sªº°_©l",
STYLE_NAME(sparms));
}
@@ -4805,7 +4805,7 @@
}
q_status_message(SM_ORDER, 0, 1,
- "Already on last selectable item");
+ "¤w¸g¦b³Ì«á¤@Ó¥i¿ï¾Üªº¶µ¥Ø¤W");
}
break;
@@ -4835,7 +4835,7 @@
}
q_status_message(SM_ORDER, 0, 1,
- "Already on first selectable item");
+ "¤w¸g¦b²Ä¤@Ó¥i¿ï¾Üªº¶µ¥Ø¤W");
}
break;
@@ -4941,14 +4941,14 @@
q_status_message(SM_ORDER, 0, 3, tmp_20k_buf);
else
q_status_message2(SM_ORDER, 0, 3,
- "%sFound on line %s on screen",
- result ? "Search wrapped to start. " : "",
+ "%s¦bµe±¤W²Ä %s ¦æ§ä¨ì",
+ result ? "«ÀY·j´M¡C" : "",
int2string(whereis_pos.row));
}
else if(found_on == -1)
cmd_cancelled("Search");
else
- q_status_message(SM_ORDER | SM_DING, 0, 3, "Word not found");
+ q_status_message(SM_ORDER | SM_DING, 0, 3, "§ä¤£¨ì¸Ó¦r");
break;
@@ -6065,10 +6065,10 @@
if(*msg_p[0])
for(i = 0; i < msg_q; i++)
q_status_message2(SM_ORDER, 3, 4,
- "%s Result: %s", title, msg_p[i]);
+ "%s µ²ªG¡G%s", title, msg_p[i]);
else
q_status_message2(SM_ORDER, 0, 4, "%s%s", title,
- alt_msg ? alt_msg : " command completed");
+ alt_msg ? alt_msg : " ©R¥O§¹¦¨");
}
else{
SCROLL_S sargs;
@@ -6079,7 +6079,7 @@
memset(&sargs, 0, sizeof(SCROLL_S));
sargs.text.text = f;
sargs.text.src = FileStar;
- sargs.text.desc = "help text";
+ sargs.text.desc = "»²§U»¡©ú¤å¦r";
sargs.bar.title = title;
sargs.bar.style = TextPercent;
sargs.help.text = h_simple_text_view;
|