Initial NLS for po dir
Showing
3 changed files
with
68 additions
and
0 deletions
po/LINGUAS
0 → 100644
1 | # Set of available languages. |
po/Makevars
0 → 100644
1 | # | ||
2 | # Makefile variables for PO directory. | ||
3 | # Copyright (C) 2002 Free Software Foundation, Inc. | ||
4 | # | ||
5 | |||
6 | DOMAIN = $(PACKAGE) | ||
7 | |||
8 | subdir = po | ||
9 | top_builddir = .. | ||
10 | |||
11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ | ||
12 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. | ||
13 | EXTRA_LOCALE_CATEGORIES = | ||
14 | |||
15 | # EOF |
po/POTFILES.in
0 → 100644
1 | # | ||
2 | # List of source files containing translatable strings. | ||
3 | # Copyright (C) 2002 Free Software Foundation, Inc. | ||
4 | # | ||
5 | |||
6 | comsat/action.c | ||
7 | comsat/cfg.c | ||
8 | comsat/comsat.c | ||
9 | |||
10 | frm/frm.c | ||
11 | |||
12 | mail/alias.c | ||
13 | mail/alt.c | ||
14 | mail/copy.c | ||
15 | mail/decode.c | ||
16 | mail/file.c | ||
17 | mail/folders.c | ||
18 | mail/followup.c | ||
19 | mail/if.c | ||
20 | mail/inc.c | ||
21 | mail/mail.c | ||
22 | mail/mailline.c | ||
23 | mail/next.c | ||
24 | mail/previous.c | ||
25 | mail/print.c | ||
26 | mail/quit.c | ||
27 | mail/reply.c | ||
28 | mail/retain.c | ||
29 | mail/send.c | ||
30 | mail/source.c | ||
31 | mail/summary.c | ||
32 | mail/unalias.c | ||
33 | mail/util.c | ||
34 | mail/var.c | ||
35 | mail/z.c | ||
36 | |||
37 | mailbox/argp-parse.c | ||
38 | |||
39 | messages/messages.c | ||
40 | |||
41 | pop3d/apop.c | ||
42 | pop3d/extra.c | ||
43 | pop3d/lock.c | ||
44 | pop3d/pop3d.c | ||
45 | pop3d/popauth.c | ||
46 | pop3d/quit.c | ||
47 | pop3d/user.c | ||
48 | |||
49 | readmsg/readmsg.c | ||
50 | |||
51 | # EOF | ||
52 |
-
Please register or sign in to post a comment