1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/pine4/files/patch-ah

34 lines
1008 B
Plaintext
Raw Normal View History

--- pico/attach.c.orig Fri May 28 07:10:00 1999
+++ pico/attach.c Thu Oct 14 10:53:41 1999
@@ -75,12 +75,12 @@
int n;
menu_attach[n = 0].name = "^T";
- menu_attach[n].label = "To Files";
+ menu_attach[n].label = "<22>ɮצC<D7A6><43>";
menu_attach[n].key = (CTRL|'T');
if(gmode & MDCMPLT){
menu_attach[++n].name = "TAB";
- menu_attach[n].label = "Complete";
+ menu_attach[n].label = "<22><><EFBFBD><EFBFBD>";
menu_attach[n].key = (CTRL|'I');
}
@@ -102,12 +102,12 @@
menu_attach[++n].name = NULL;
KS_OSDATASET(&menu_attach[0], KS_NONE);
- status = mlreply(upload ? "Name to give uploaded attachment: "
- : "File to attach: ",
+ status = mlreply(upload ? "<22><><EFBFBD>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>[<5B>ɮצW<D7A6>G"
+ : "<22><><EFBFBD><EFBFBD><EFBFBD>[<5B><><EFBFBD>ɮסG",
fn, NLINE, QNORML, menu_attach);
}
else
- status = mlreply("Attachment comment: ", cmnt, NLINE, QNODQT, NULL);
+ status = mlreply("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡG", cmnt, NLINE, QNODQT, NULL);
switch(status){
case HELPCH: