summaryrefslogblamecommitdiff
path: root/chinese/pine4/files/patch-bv
blob: ffa5de3907b882f168409d160ae9b7ebe98e9cca (plain) (tree)

























































































                                                                               
--- pine/osdep/print.orig	Tue Sep 22 21:22:23 1998
+++ pine/osdep/print	Tue Sep 22 21:26:09 1998
@@ -39,12 +39,12 @@
     HelpType help;
     char   **list;
     static ESCKEY_S ekey[] = {
-	{'y', 'y', "Y", "Yes"},
-	{'n', 'n', "N", "No"},
-	{ctrl('P'), 10, "^P", "Prev Printer"},
-	{ctrl('N'), 11, "^N", "Next Printer"},
+	{'y', 'y', "Y", "�O"},
+	{'n', 'n', "N", "�_"},
+	{ctrl('P'), 10, "^P", "�e�@�L����"},
+	{ctrl('N'), 11, "^N", "�U�@�L����"},
 	{-2,   0,   NULL, NULL},
-	{'c', 'c', "C", "CustomPrint"},
+	{'c', 'c', "C", "�۩w�L����"},
 	{KEY_UP,    10, "", ""},
 	{KEY_DOWN,  11, "", ""},
 	{-1, 0, NULL, NULL}};
@@ -61,7 +61,7 @@
 
     if(ps_global->VAR_PRINTER == NULL){
         q_status_message(SM_ORDER | SM_DING, 3, 5,
-	"No printer has been chosen.  Use SETUP on main menu to make choice.");
+	"�|����ܦL�����C�ХΥD��椤���]�w�ӿ�ܡC");
 	return(-1);
     }
 
@@ -138,7 +138,7 @@
 	switch(cmd){
 	  case 'y':
 	    q_status_message1(SM_ORDER, 0, 9,
-		"Printing with command \"%s\"", command);
+		"���H \"%s\" �R�O�C�L��", command);
 	    done++;
 	    break;
 
@@ -175,7 +175,7 @@
 	if(trailer)
 	  fs_give((void **)&trailer);
 
-	sprintf(prompt, "Enter custom command : ");
+	sprintf(prompt, "��J�۩w���R�O�G");
 	command[0] = '\0';
 	rc = 1;
 	help = NO_HELP;
@@ -195,13 +195,13 @@
 		removing_trailing_white_space(command);
 		removing_leading_white_space(command);
 		q_status_message1(SM_ORDER, 0, 9,
-		    "Printing with command \"%s\"", command);
+		    "���H \"%s\" �R�O�C�L��", command);
 	    }
 	}
     }
 
     if(cmd == 'x' || cmd == 'n'){
-	q_status_message(SM_ORDER, 0, 2, "Print cancelled");
+	q_status_message(SM_ORDER, 0, 2, "�����C�L");
 	if(init)
 	  fs_give((void **)&init);
 
@@ -221,7 +221,7 @@
        || strucmp(command, aname) == 0){
         /*----------- Printer attached to ansi device ---------*/
         q_status_message(SM_ORDER, 0, 9,
-	    "Printing to attached desktop printer...");
+	    "���C�L�ܮ�W�L����...");
         display_message('x');
 	xonxoff_proc(1);			/* make sure XON/XOFF used */
 	crlf_proc(1);				/* AND LF->CR xlation */
@@ -252,7 +252,7 @@
 	else{
 	    fs_give((void **)&ps_global->print->result);
             q_status_message1(SM_ORDER | SM_DING, 3, 4,
-			      "Error opening printer: %s",
+			      "�L�����}�ҿ��~�G%s",
                               error_description(errno));
             dprint(2, (debugfile, "Error popening printer \"%s\"\n",
                       error_description(errno)));
@@ -311,7 +311,7 @@
 
     fs_give((void **)&ps_global->print);
 
-    q_status_message(SM_ASYNC, 0, 3, "Print command completed");
+    q_status_message(SM_ASYNC, 0, 3, "�C�L���O����");
     display_message('x');
 }