+2002-01-27 Bruno Haible <bruno@clisp.org>
+
+ * format-elisp.c (format_check): Don't use Java syntax for format
+ argument number in error message.
+ * format-librep.c (format_check): Likewise.
+ * format-pascal.c (format_check): Likewise.
+
2002-01-24 Bruno Haible <bruno@clisp.org>
* Makefile.am (LDADD): Use @LTLIBINTL@ instead of @INTLLIBS@.
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u}, as in '%s', doesn't exist in 'msgid'"),
+ _("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
spec2->numbered[j].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u} doesn't exist in '%s'"),
+ _("a format specification for argument %u doesn't exist in '%s'"),
spec1->numbered[i].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("format specifications in 'msgid' and '%s' for argument {%u} are not the same"),
+ _("format specifications in 'msgid' and '%s' for argument %u are not the same"),
pretty_msgstr,
spec2->numbered[j].number);
error_with_progname = true;
/* librep format strings.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u}, as in '%s', doesn't exist in 'msgid'"),
+ _("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
spec2->numbered[j].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u} doesn't exist in '%s'"),
+ _("a format specification for argument %u doesn't exist in '%s'"),
spec1->numbered[i].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("format specifications in 'msgid' and '%s' for argument {%u} are not the same"),
+ _("format specifications in 'msgid' and '%s' for argument %u are not the same"),
pretty_msgstr,
spec2->numbered[j].number);
error_with_progname = true;
/* Object Pascal format strings.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u}, as in '%s', doesn't exist in 'msgid'"),
+ _("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
spec2->numbered[j].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("a format specification for argument {%u} doesn't exist in '%s'"),
+ _("a format specification for argument %u doesn't exist in '%s'"),
spec1->numbered[i].number, pretty_msgstr);
error_with_progname = true;
}
{
error_with_progname = false;
error_at_line (0, 0, pos->file_name, pos->line_number,
- _("format specifications in 'msgid' and '%s' for argument {%u} are not the same"),
+ _("format specifications in 'msgid' and '%s' for argument %u are not the same"),
pretty_msgstr,
spec2->numbered[j].number);
error_with_progname = true;