(XGETTEXT_OPTIONS): Add Mailutils-specific printf-like calls.
Showing
1 changed file
with
27 additions
and
1 deletions
... | @@ -8,7 +8,33 @@ DOMAIN = $(PACKAGE) | ... | @@ -8,7 +8,33 @@ DOMAIN = $(PACKAGE) |
8 | subdir = po | 8 | subdir = po |
9 | top_builddir = .. | 9 | top_builddir = .. |
10 | 10 | ||
11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ | 11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \ |
12 | --flag=util_error:1:c-format\ | ||
13 | --flag=util_out:2:c-format\ | ||
14 | --flag=util_send:1:c-format\ | ||
15 | --flag=util_finish:3:c-format\ | ||
16 | --flag=mu_error:1:c-format\ | ||
17 | --flag=sieve_compile_error:3:c-format\ | ||
18 | --flag=sieve_debug_internal:3:c-format\ | ||
19 | --flag=mu_sieve_error:2:c-format\ | ||
20 | --flag=mu_sieve_debug:2:c-format\ | ||
21 | --flag=mu_sieve_log_action:2:c-format\ | ||
22 | --flag=mu_stream_printf:3:c-format\ | ||
23 | --flag=mu_pop3_writeline:2:c-format\ | ||
24 | --flag=mu_nntp_writeline:2:c-format\ | ||
25 | --flag=util_out:2:c-format\ | ||
26 | --flag=util_send:1:c-format\ | ||
27 | --flag=util_do_command:1:c-format\ | ||
28 | --flag=util_error:1:c-format\ | ||
29 | --flag=util_cache_command:2:c-format\ | ||
30 | --flag=mailer_err:1:c-format\ | ||
31 | --flag=mh_getyn:1:c-format\ | ||
32 | --flag=mh_getyn_interactive:1:c-format\ | ||
33 | --flag=mh_error:1:c-format\ | ||
34 | --flag=ali_parse_error:1:c-format\ | ||
35 | --flag=pop3d_outf:1:c-format\ | ||
36 | --flag=imap_writeline:2:c-format | ||
37 | |||
12 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. | 38 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. |
13 | MSGID_BUGS_ADDRESS = bug-mailutils@gnu.org | 39 | MSGID_BUGS_ADDRESS = bug-mailutils@gnu.org |
14 | EXTRA_LOCALE_CATEGORIES = | 40 | EXTRA_LOCALE_CATEGORIES = | ... | ... |
-
Please register or sign in to post a comment