1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/chinese/pine4/files/patch-aw
Vanilla I. Shu 235753a06f Add a lot of patches of chinese menu.
Submitted by:	maintainer
1998-02-02 14:34:45 +00:00

25 lines
640 B
Plaintext

--- pico/pico.c.orig Sat Jan 17 20:21:35 1998
+++ pico/pico.c Sat Jan 17 20:23:21 1998
@@ -585,17 +585,17 @@
}
}
else switch(mlyesno(Pmaster->headents
- ? "Cancel message (answering \"Yes\" will abandon your mail message)"
+ ? "\"取消\"這個動作將會放棄你目前的信件. 取消嗎 ?"
: (anycb() == FALSE)
- ? "Cancel Edit (and abandon changes)"
- : "Cancel Edit",
+ ? "取消編輯(並放棄所有的改變)"
+ : "取消編輯",
FALSE)){
case TRUE:
pico_all_done = COMP_CANCEL;
return(TRUE);
case ABORT:
- emlwrite("\007Cancel Cancelled", NULL);
+ emlwrite("\007取消", NULL);
break;
default: