summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-bl
blob: c546febae63081e487a1adb6ce27d1c87b3b3ed4 (plain) (blame)
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
--- pine/signals.c.orig	Wed Apr 21 08:25:18 1999
+++ pine/signals.c	Thu Oct 14 10:53:45 1999
@@ -385,7 +385,7 @@
 	ps_global->inbox_stream->rdonly = 1;	/* and become read-only */
 	mail_ping(ps_global->inbox_stream);
 	q_status_message(SM_ASYNC, 3, 7,
-		   "Another Pine is accessing Inbox.  Session now Read-Only.");
+		   "�t�~�@�� Pine ���b�s�� Inbox�C�o�� session �i�J��Ū���A�C");
 	dprint(1, (debugfile, "** INBOX went read-only **\n\n"));
     }
 
@@ -397,7 +397,7 @@
 	ps_global->mail_stream->rdonly = 1;	/* and become read-only */
 	mail_ping(ps_global->mail_stream);
 	q_status_message(SM_ASYNC, 3, 7,
-		  "Another Pine is accessing folder.  Session now Read-Only.");
+		  "�t�~�@�� Pine ���b�s����ƧX�C�o�� session �i�J��Ū���A�C");
 	dprint(1, (debugfile, "** secondary folder went read-only **\n\n"));
     }
 }
@@ -535,7 +535,7 @@
     int retval = 1;
 
     dprint(9,(debugfile, "busy_alarm(%d, %s, %p, %d)\n",
-	seconds, msg ? msg : "Busy", pc_func, init_msg));
+	seconds, msg ? msg : "�еy��", pc_func, init_msg));
 
     /*
      * If we're already busy'ing, and we don't have something special,
@@ -559,7 +559,7 @@
 	    final_message = 1;
 	}
 	else{
-	    strcpy(busy_message, "Busy");
+	    strcpy(busy_message, "�еy��");
 	    final_message = 0;
 	}