Updated
Showing
2 changed files
with
40 additions
and
0 deletions
1 | 2002-12-27 Sergey Poznyakoff | ||
2 | |||
3 | * auth/Makefile.am: Added NLS support. | ||
4 | * auth/pam.c: Likewise. | ||
5 | * auth/sql.c: Likewise. | ||
6 | * auth/virtual.c: Likewise. | ||
7 | |||
8 | * mail/reply.c: The To: and Cc: needn't be translated. | ||
9 | |||
10 | * dotlock/dotlock.c: Added missing N_() markers. | ||
11 | * frm/frm.c: Likewise. | ||
12 | * guimb/main.c: Likewise. | ||
13 | * imap4d/imap4d.c: Likewise. | ||
14 | * libsieve/argp.c: Likewise. | ||
15 | * mail/mail.c: Likewise. | ||
16 | * mail.local/main.c: Likewise. | ||
17 | * mail.remote/mail.remote.c: Likewise. | ||
18 | * mailbox/mu_argp.c: Likewise. | ||
19 | * mailbox/mu_auth.c: Likewise. | ||
20 | * mh/fmtcheck.c: Likewise. | ||
21 | * mh/folder.c: Likewise. | ||
22 | * mh/inc.c: Likewise. | ||
23 | * mh/mhpath.c: Likewise. | ||
24 | * mh/refile.c: Likewise. | ||
25 | * mh/repl.c: Likewise. | ||
26 | * mh/rmf.c: Likewise. | ||
27 | * mh/rmm.c: Likewise. | ||
28 | * mh/scan.c: Likewise. | ||
29 | * readmsg/readmsg.c: Likewise. | ||
30 | * sieve/sieve.c: Likewise. | ||
31 | * pop3d/popauth.c: Likewise. | ||
32 | * comsat/comsat.c: Likewise. | ||
33 | |||
34 | * po/POTFILES.in: Updated | ||
35 | |||
1 | 2002-12-27 Jordi Mallach <jordi@gnu.org> | 36 | 2002-12-27 Jordi Mallach <jordi@gnu.org> |
2 | 37 | ||
3 | * mh/inc.c: Fixed typo. | 38 | * mh/inc.c: Fixed typo. | ... | ... |
... | @@ -3,6 +3,10 @@ | ... | @@ -3,6 +3,10 @@ |
3 | # Copyright (C) 2002 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002 Free Software Foundation, Inc. |
4 | # | 4 | # |
5 | 5 | ||
6 | auth/pam.c | ||
7 | auth/sql.c | ||
8 | auth/virtual.c | ||
9 | |||
6 | comsat/action.c | 10 | comsat/action.c |
7 | comsat/cfg.c | 11 | comsat/cfg.c |
8 | comsat/comsat.c | 12 | comsat/comsat.c |
... | @@ -76,6 +80,7 @@ mailbox/file_stream.c | ... | @@ -76,6 +80,7 @@ mailbox/file_stream.c |
76 | mailbox/mailutils-config.c | 80 | mailbox/mailutils-config.c |
77 | mailbox/message.c | 81 | mailbox/message.c |
78 | mailbox/mu_argp.c | 82 | mailbox/mu_argp.c |
83 | mailbox/mu_auth.c | ||
79 | mailbox/muerrno.c | 84 | mailbox/muerrno.c |
80 | 85 | ||
81 | messages/messages.c | 86 | messages/messages.c | ... | ... |
-
Please register or sign in to post a comment