summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/pine4/files/patch-av')
-rw-r--r--chinese/pine4/files/patch-av120
1 files changed, 120 insertions, 0 deletions
diff --git a/chinese/pine4/files/patch-av b/chinese/pine4/files/patch-av
new file mode 100644
index 000000000000..4cf184942472
--- /dev/null
+++ b/chinese/pine4/files/patch-av
@@ -0,0 +1,120 @@
+--- pico/display.c.orig Sat Jan 31 15:57:10 1998
++++ pico/display.c Sat Jan 31 16:07:16 1998
+@@ -76,32 +76,32 @@
+ * Standard pico keymenus...
+ */
+ static KEYMENU menu_pico[] = {
+- {"^G", "Get Help", KS_SCREENHELP}, {"^O", "WriteOut", KS_SAVEFILE},
+- {"^R", "Read File", KS_READFILE}, {"^Y", "Prev Pg", KS_PREVPAGE},
+- {"^K", "Cut Text", KS_NONE}, {"^C", "Cur Pos", KS_CURPOSITION},
+- {"^X", "Exit", KS_EXIT}, {"^J", "Justify", KS_JUSTIFY},
+- {"^W", "Where is", KS_WHEREIS}, {"^V", "Next Pg", KS_NEXTPAGE},
++ {"^G", "輔助說明", KS_SCREENHELP}, {"^O", "暫停工作", KS_SAVEFILE},
++ {"^R", "讀取檔案", KS_READFILE}, {"^Y", "上一頁", KS_PREVPAGE},
++ {"^K", "剪下一行", KS_NONE}, {"^C", "目前位置", KS_CURPOSITION},
++ {"^X", "離開", KS_EXIT}, {"^J", "重整段落", KS_JUSTIFY},
++ {"^W", "搜尋", KS_WHEREIS}, {"^V", "下一頁", KS_NEXTPAGE},
+ {"^U", NULL, KS_NONE},
+ #if defined(SPELLER) && !defined(__FreeBSD__)
+- {"^T", "To Spell", KS_SPELLCHK}
++ {"^T", "拼字檢查", KS_SPELLCHK}
+ #else
+- {"^D", "Del Char", KS_NONE}
++ {"^D", "刪除字元", KS_NONE}
+ #endif
+ };
+ #define UNCUT_KEY 10
+
+
+ static KEYMENU menu_compose[] = {
+- {"^G", "Get Help", KS_SCREENHELP}, {"^X", NULL, KS_SEND},
+- {"^R", "Read File", KS_READFILE}, {"^Y", "Prev Pg", KS_PREVPAGE},
+- {"^K", "Cut Text", KS_NONE}, {"^O", "Postpone", KS_POSTPONE},
+- {"^C", "Cancel", KS_CANCEL}, {"^J", "Justify", KS_JUSTIFY},
+- {NULL, NULL, KS_NONE}, {"^V", "Next Pg", KS_NEXTPAGE},
++ {"^G", "輔助說明", KS_SCREENHELP}, {"^X", NULL, KS_SEND},
++ {"^R", "讀取檔案", KS_READFILE}, {"^Y", "上一頁", KS_PREVPAGE},
++ {"^K", "剪下一行", KS_NONE}, {"^O", "暫緩寫信", KS_POSTPONE},
++ {"^C", "取消", KS_CANCEL}, {"^J", "重整段落", KS_JUSTIFY},
++ {NULL, NULL, KS_NONE}, {"^V", "下一頁", KS_NEXTPAGE},
+ {"^U", NULL, KS_NONE},
+ #ifdef SPELLER
+- {"^T", "To Spell", KS_SPELLCHK}
++ {"^T", "拼字檢查", KS_SPELLCHK}
+ #else
+- {"^D", "Del Char", KS_NONE}
++ {"^D", "刪除字元", KS_NONE}
+ #endif
+ };
+ #define EXIT_KEY 1
+@@ -737,12 +737,12 @@
+ }
+
+ if(lastflag&CFFILL){
+- menu_pico[UNCUT_KEY].label = "UnJustify";
++ menu_pico[UNCUT_KEY].label = "取消重整";
+ emlwrite("Can now UnJustify!", NULL);
+ mpresf = HUGE; /* remove this after next keystroke! */
+ }
+ else
+- menu_pico[UNCUT_KEY].label = "UnCut Text";
++ menu_pico[UNCUT_KEY].label = "復原刪字";
+
+ wkeyhelp(menu_pico);
+ sgarbk = FALSE;
+@@ -932,18 +932,18 @@
+ ShowPrompt();
+ else{
+ menu_compose[EXIT_KEY].label = (Pmaster->headents)
+- ? "Send" :"Exit";
++ ? "送出" :"離開";
+ menu_compose[PSTPN_KEY].name = (Pmaster->headents)
+ ? "^O" : NULL;
+ menu_compose[PSTPN_KEY].label = (Pmaster->headents)
+- ? "Postpone" : NULL;
++ ? "暫緩寫信" : NULL;
+ menu_compose[WHERE_KEY].name = (Pmaster->alt_ed) ? "^_" : "^W";
+ menu_compose[WHERE_KEY].label = (Pmaster->alt_ed) ? "Alt Edit"
+- : "Where is";
++ : "搜尋";
+ KS_OSDATASET(&menu_compose[WHERE_KEY],
+ (Pmaster->alt_ed) ? KS_ALTEDITOR : KS_WHEREIS);
+- menu_compose[UNCUT_KEY].label = (thisflag&CFFILL) ? "UnJustify"
+- : "UnCut Text";
++ menu_compose[UNCUT_KEY].label = (thisflag&CFFILL) ? "取消重整"
++ : "復原刪字";
+ wkeyhelp(menu_compose);
+ #ifdef _WINDOWS
+ /* When alt editor is available "Where is" is not on the menu
+@@ -1134,11 +1134,11 @@
+ }
+
+ menu_yesno[1].name = "Y";
+- menu_yesno[1].label = (dflt == TRUE) ? "[Yes]" : "Yes";
++ menu_yesno[1].label = (dflt == TRUE) ? "[是]" : "是";
+ menu_yesno[6].name = "^C";
+ menu_yesno[6].label = "Cancel";
+ menu_yesno[7].name = "N";
+- menu_yesno[7].label = (dflt == FALSE) ? "[No]" : "No";
++ menu_yesno[7].label = (dflt == FALSE) ? "[否]" : "否";
+ wkeyhelp(menu_yesno); /* paint generic menu */
+ sgarbk = TRUE; /* mark menu dirty */
+ if(Pmaster && curwp)
+@@ -1304,7 +1304,7 @@
+ #endif
+
+ menu_mlreply[0].name = "^G";
+- menu_mlreply[0].label = "Get Help";
++ menu_mlreply[0].label = "輔助說明";
+ KS_OSDATASET(&menu_mlreply[0], KS_SCREENHELP);
+ for(j = 0, i = 1; i < 6; i++){ /* insert odd extras */
+ menu_mlreply[i].name = NULL;
+@@ -1324,7 +1324,7 @@
+ }
+
+ menu_mlreply[6].name = "^C";
+- menu_mlreply[6].label = "Cancel";
++ menu_mlreply[6].label = "取消";
+ KS_OSDATASET(&menu_mlreply[6], KS_NONE);
+ for(j = 0, i = 7; i < 12; i++){ /* insert even extras */
+ menu_mlreply[i].name = NULL;