home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / po / cat-id-tbl.c next >
C/C++ Source or Header  |  1996-09-28  |  11KB  |  217 lines

  1. /* Automatically generated by po2tbl.sed from gettext.pot.  */
  2.  
  3. #if HAVE_CONFIG_H
  4. # include <config.h>
  5. #endif
  6.  
  7. #include "libgettext.h"
  8.  
  9. const struct _msg_ent _msg_tbl[] = {
  10.   {"", 1},
  11.   {"Unknown system error", 2},
  12.   {"%s: option `%s' is ambiguous\n", 3},
  13.   {"%s: option `--%s' doesn't allow an argument\n", 4},
  14.   {"%s: option `%c%s' doesn't allow an argument\n", 5},
  15.   {"%s: option `%s' requires an argument\n", 6},
  16.   {"%s: unrecognized option `--%s'\n", 7},
  17.   {"%s: unrecognized option `%c%s'\n", 8},
  18.   {"%s: illegal option -- %c\n", 9},
  19.   {"%s: invalid option -- %c\n", 10},
  20.   {"%s: option requires an argument -- %c\n", 11},
  21.   {"memory exhausted", 12},
  22.   {"missing arguments", 13},
  23.   {"too many arguments", 14},
  24.   {"Try `%s --help' for more information\n", 15},
  25.   {"\
  26. Usage: %s [OPTION] [[[TEXTDOMAIN] MSGID] | [-s [MSGID]...]]\n\
  27.   -d, --domain=TEXTDOMAIN   retrieve translated messages from TEXTDOMAIN\n\
  28.   -e                        enable expansion of some escape sequences\n\
  29.   -E                        (ignored for compatibility)\n\
  30.   -h, --help                display this help and exit\n\
  31.   -n                        suppress trailing newline\n\
  32.   -V, --version             display version information and exit\n\
  33.   [TEXTDOMAIN] MSGID        retrieve translated message corresponding\n\
  34.                             to MSGID from TEXTDOMAIN\n", 16},
  35.   {"\
  36. \n\
  37. If the TEXTDOMAIN parameter is not given, the domain is determined from the\n\
  38. environment variable TEXTDOMAIN.  If the message catalog is not found in the\n\
  39. regular directory, another location can be specified with the environment\n\
  40. variable TEXTDOMAINDIR.\n\
  41. When used with the -s option the program behaves like the `echo' command.\n\
  42. But it does not simply copy its arguments to stdout.  Instead those messages\n\
  43. found in the selected catalog are translated.\n\
  44. Standard search directory: %s\n", 17},
  45.   {"\
  46. internationalized messages should not contain the `\\%c' escape sequence", 18},
  47.   {"cannot create output file \"%s\"", 19},
  48.   {"standard output", 20},
  49.   {"error while writing \"%s\" file", 21},
  50.   {"no input files given", 22},
  51.   {"exactly 2 input files required", 23},
  52.   {"\
  53. Usage: %s [OPTION] def.po ref.po\n\
  54. Mandatory arguments to long options are mandatory for short options too.\n\
  55.   -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n\
  56.   -h, --help                  display this help and exit\n\
  57.   -V, --version               output version information and exit\n\
  58. \n\
  59. Compare two Uniforum style .po files to check that both contain the same\n\
  60. set of msgid strings.  The def.po file is an existing PO file with the\n\
  61. old translations.  The ref.po file is the last created PO file\n\
  62. (generally by xgettext).  This is useful for checking that you have\n\
  63. translated each and every message in your program.  Where an exact match\n\
  64. cannot be found, fuzzy matching is used to produce better diagnostics.\n", 24},
  65.   {"this message is used but not defined...", 25},
  66.   {"...but this definition is similar", 26},
  67.   {"this message is used but not defined in %s", 27},
  68.   {"warning: this message is not used", 28},
  69.   {"duplicate message definition", 29},
  70.   {"this is the location of the first definition", 30},
  71.   {"this message has no definition in the \"%s\" domain", 31},
  72.   {"no input file given", 32},
  73.   {"error while opening \"%s\" for writing", 33},
  74.   {"%d translated messages", 34},
  75.   {", %d fuzzy translations", 35},
  76.   {", %d untranslated messages", 36},
  77.   {"\
  78. Usage: %s [OPTION] filename.po ...\n\
  79. Mandatory arguments to long options are mandatory for short options too.\n\
  80.   -a, --alignment=NUMBER      align strings to NUMBER bytes (default: %d)\n\
  81.   -c, --check                 perform language dependent checks on strings\n\
  82.   -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n\
  83.   -f, --use-fuzzy             use fuzzy entries in output\n\
  84.   -h, --help                  display this help and exit\n\
  85.       --no-hash               binary file will not include the hash table\n\
  86.   -o, --output-file=FILE      specify output file name as FILE\n\
  87.       --statistics            print statistics about translations\n\
  88.       --strict                enable strict Uniforum mode\n\
  89.   -v, --verbose               list input file anomalies\n\
  90.   -V, --version               output version information and exit\n\
  91. \n\
  92. Giving the -v option more than once increases the verbosity level.\n\
  93. \n\
  94. If input file is -, standard input is read.  If output file is -,\n\
  95. output is written to standard output.\n", 37},
  96.   {"while creating hash table", 38},
  97.   {"warning: no header entry found", 39},
  98.   {"domain name \"%s\" not suitable as file name", 40},
  99.   {"domain name \"%s\" not suitable as file name: will use prefix", 41},
  100.   {"`domain %s' directive ignored", 42},
  101.   {"empty `msgstr' entry ignored", 43},
  102.   {"fuzzy `msgstr' entry ignored", 44},
  103.   {"headerfield `%s' missing in header", 45},
  104.   {"header field `%s' should start at beginning of line", 46},
  105.   {"some header fields still have the initial default value", 47},
  106.   {"field `%s' still has initial default value", 48},
  107.   {"duplicate message ID", 49},
  108.   {"WARNING: source file contains fuzzy translation", 50},
  109.   {"`msgid' and `msgstr' entries does not both begin with '\\n'", 51},
  110.   {"`msgid' and `msgstr' entries does not both end with '\\n'", 52},
  111.   {"number of format specifications in `msgid' and `msgstr' does not match", 53},
  112.   {"format specifications for argument %u are not the same", 54},
  113.   {"\
  114. Usage: %s [OPTION] def.po ref.po\n\
  115. Mandatory arguments to long options are mandatory for short options too.\n\
  116.   -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n\
  117.   -e, --no-escape             do not use C escapes in output (default)\n\
  118.   -E, --escape                use C escapes in output, no extended chars\n\
  119.   -h, --help                  display this help and exit\n\
  120.   -i, --indent                indented output style\n\
  121.   -o, --output-file=FILE      result will be written to FILE\n\
  122.       --strict                strict Uniforum output style\n\
  123.   -v, --verbose               increase verbosity level\n\
  124.   -V, --version               output version information and exit\n\
  125.   -w, --width=NUMBER          set output page width\n", 55},
  126.   {"\
  127. \n\
  128. Merges two Uniforum style .po files together.  The def.po file is an\n\
  129. existing PO file with the old translations which will be taken over to\n\
  130. the newly created file as long as they still match; comments will be\n\
  131. preserved, but extract comments and file positions will be discarded.\n\
  132. The ref.po file is the last created PO file (generally by xgettext), any\n\
  133. translations or comments in the file will be discarded, however dot\n\
  134. comments and file positions will be preserved.  Where an exact match\n\
  135. cannot be found, fuzzy matching is used to produce better results.  The\n\
  136. results are written to stdout unless an output file is specified.\n", 56},
  137.   {"\
  138. %sRead %d old + %d reference, merged %d, fuzzied %d, missing %d, obsolete \
  139. %d.\n", 57},
  140.   {" done.\n", 58},
  141.   {"\
  142. Usage: %s [OPTION] [FILE]...\n\
  143. Mandatory arguments to long options are mandatory for short options too.\n\
  144.   -e, --no-escape          do not use C escapes in output (default)\n\
  145.   -E, --escape             use C escapes in output, no extended chars\n\
  146.   -h, --help               display this help and exit\n\
  147.   -i, --indent             write indented output style\n\
  148.   -o, --output-file=FILE   write output into FILE instead of standard output\n\
  149.       --strict             write strict uniforum style\n\
  150.   -V, --version            output version information and exit\n\
  151.   -w, --width=NUMBER       set output page width\n", 59},
  152.   {"\
  153. \n\
  154. Convert binary .mo files to Uniforum style .po files.\n\
  155. Both little-endian and big-endian .mo files are handled.\n\
  156. If no input file is given or it is -, standard input is read.\n\
  157. By default the output is written to standard output.\n", 60},
  158.   {"error while reading \"%s\"", 61},
  159.   {"file \"%s\" truncated", 62},
  160.   {"seek \"%s\" offset %ld failed", 63},
  161.   {"error while opening \"%s\" for reading", 64},
  162.   {"file \"%s\" is not in GNU .mo format", 65},
  163.   {"missing `msgstr' section", 66},
  164.   {"found %d fatal errors", 67},
  165.   {"too many errors, aborting", 68},
  166.   {"keyword \"%s\" unknown", 69},
  167.   {"illegal control sequence", 70},
  168.   {"end-of-line within string", 71},
  169.   {"end-of-file within string", 72},
  170.   {"standard input", 73},
  171.   {"while preparing output", 74},
  172.   {"%s and %s are mutually exclusive", 75},
  173.   {"--join-existing cannot be used when output is written to stdout", 76},
  174.   {"warning: type of file `%s' with extension `%s' is unknown; will try C", 77},
  175.   {"\
  176. Usage: %s [OPTION] INPUTFILE ...\n\
  177. Mandatory arguments to long options are mandatory for short options too.\n\
  178.   -a, --extract-all              extract all strings\n\
  179.   -c, --add-comments[=TAG]       place comment block with TAG (or those\n\
  180.                                  preceding keyword lines) in output file\n\
  181.   -C, --c++                      recognize C++ style comments\n\
  182.       --debug                    more detailed formatstring recognision result\n\
  183.   -d, --default-domain=NAME      use NAME.po for output (instead of messages.po)\n\
  184.   -D, --directory=DIRECTORY      add DIRECTORY to list for input files search\n\
  185.   -e, --no-escape                do not use C escapes in output (default)\n\
  186.   -E, --escape                   use C escapes in output, no extended chars\n\
  187.   -f, --files-from=FILE          get list of input files from FILE\n\
  188.       --force-po                 write PO file even if empty\n\
  189.   -F, --sort-by-file             sort output by file location\n", 78},
  190.   {"\
  191.   -h, --help                     display this help and exit\n\
  192.   -i, --indent                   write the .po file using indented style\n\
  193.   -j, --join-existing            join messages with existing file\n\
  194.   -k, --keyword[=WORD]           additonal keyword to be looked for (without\n\
  195.                                  WORD means not to use default keywords)\n\
  196.   -l, --string-limit=NUMBER      set string length limit to NUMBER instead %u\n\
  197.   -m, --msgstr-prefix[=STRING]   use STRING or \"\" as prefix for msgstr entries\n\
  198.   -M, --msgstr-suffix[=STRING]   use STRING or \"\" as suffix for msgstr entries\n\
  199.       --no-location              do not write '#: filename:line' lines\n", 79},
  200.   {"\
  201.   -n, --add-location             generate '#: filename:line' lines (default)\n\
  202.       --omit-header              don't write header with `msgid \"\"' entry\n\
  203.   -p, --output-dir=DIR           output files will be placed in directory DIR\n\
  204.   -s, --sort-output              generate sorted output and remove duplicates\n\
  205.       --strict                   write out strict Uniforum conforming .po file\n\
  206.   -T, --trigraphs                understand ANSI C trigraphs for input\n\
  207.   -V, --version                  output version information and exit\n\
  208.   -w, --width=NUMBER             set output page width\n\
  209.   -x, --exclude-file=FILE        entries from FILE are not extracted\n\
  210. \n\
  211. If INPUTFILE is -, standard input is read.\n", 80},
  212.   {"this file may not contain domain directives", 81},
  213.   {"...this is the location of the first definition", 82},
  214. };
  215.  
  216. int _msg_tbl_length = 82;
  217.