msgen - create English message catalog


SUBMITTED BY: Guest

DATE: June 2, 2014, 2:44 p.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 6157

  1. NAME
  2. msgen - create English message catalog
  3. SYNOPSIS
  4. msgen [OPTION] INPUTFILE
  5. DESCRIPTION
  6. Creates an English translation catalog. The input file is the last created English PO file, or a PO Template file (generally created by xgettext). Untranslated entries are assigned a translation that is identical to the msgid.
  7. Mandatory arguments to long options are mandatory for short options too.
  8. Input file location:
  9. INPUTFILE
  10. input PO or POT file
  11. -D, --directory=DIRECTORY
  12. add DIRECTORY to list for input files search
  13. If input file is -, standard input is read.
  14. Output file location:
  15. -o, --output-file=FILE
  16. write output to specified file
  17. The results are written to standard output if no output file is specified or if it is -.
  18. Input file syntax:
  19. -P, --properties-input
  20. input file is in Java .properties syntax
  21. --stringtable-input
  22. input file is in NeXTstep/GNUstep .strings syntax
  23. Output details:
  24. -e, --no-escape
  25. do not use C escapes in output (default)
  26. -E, --escape
  27. use C escapes in output, no extended chars
  28. --force-po
  29. write PO file even if empty
  30. -i, --indent
  31. indented output style
  32. --no-location
  33. suppress '#: filename:line' lines
  34. --add-location
  35. preserve '#: filename:line' lines (default)
  36. --strict
  37. strict Uniforum output style
  38. -p, --properties-output
  39. write out a Java .properties file
  40. --stringtable-output
  41. write out a NeXTstep/GNUstep .strings file
  42. -w, --width=NUMBER
  43. set output page width
  44. --no-wrap
  45. do not break long message lines, longer than the output page width, into several lines
  46. -s, --sort-output
  47. generate sorted output
  48. -F, --sort-by-file
  49. sort output by file location
  50. Informative output:
  51. -h, --help
  52. display this help and exit
  53. -V, --version
  54. output version information and exit
  55. AUTHOR
  56. Written by Bruno Haible.

comments powered by Disqus