Lines Matching +refs:po +refs:mark +refs:awk +refs:string
32 searched relative to this list of directories. The resulting @file{.po}
46 Use @file{@var{name}.po} for output (instead of @file{messages.po}).
52 Write output to specified file (instead of @file{@var{name}.po} or
53 @file{messages.po}).
78 @code{Smalltalk}, @code{Java}, @code{JavaProperties}, @code{C#}, @code{awk},
173 checks for a certain string, you can mark it with an @code{xgettext:}
176 a particular string, add the following comment:
189 than the whole string. xgettext detects the end of sentence by
220 Shell, Python, Lisp, EmacsLisp, librep, Java, C#, awk, Tcl, Perl, PHP,
246 @var{argnum}th argument as a string with context, using the GNOME @code{glib}
263 Shell, Python, Lisp, EmacsLisp, librep, Java, C#, awk, Tcl, Perl, PHP,
313 For awk: @code{dcgettext}, @code{dcngettext:1,2}.
359 format string indicators, such as @samp{c-format}, and their negations,
365 @var{arg}th argument a format string. (For those of you familiar with
372 this specification is that @code{xgettext} will mark as format strings all
375 This is useful when such strings contain no format string directives:
377 translators cannot accidentally use format string directives that would
383 position that must yield a format string, then its @var{arg}th argument
384 must yield a format string of the same type as well. (If you know GCC
391 specification is that @code{xgettext} will propagate a format string
392 requirement for a @code{_("string")} call to its first argument, the literal
393 @code{"string"}, and thus mark it as a format string.
394 This is useful when such strings contain no format string directives:
396 translators cannot accidentally use format string directives that would
400 Shell, Python, Lisp, EmacsLisp, librep, Scheme, Java, C#, awk, YCP, Tcl, Perl, PHP,
437 responsible for marking a message as a format string. The latter form is
466 @item --force-po
467 @opindex --force-po@r{, @code{xgettext} option}
474 Write the .po file using indented style.
553 @cindex testing @file{.po} files for equivalence
562 @item --copyright-holder=@var{string}
564 Set the copyright holder in the output. @var{string} should be the
569 distribute them without legal risk. If @var{string} is empty, the output
574 The default value for @var{string} is the Free Software Foundation, Inc.,
616 @item -m[@var{string}]
617 @itemx --msgstr-prefix[=@var{string}]
620 Use @var{string} (or "" if not specified) as prefix for msgstr values.
622 @item -M[@var{string}]
623 @itemx --msgstr-suffix[=@var{string}]
626 Use @var{string} (or "" if not specified) as suffix for msgstr values.