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 / gettext.pot < prev    next >
Text File  |  1996-09-28  |  15KB  |  519 lines

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. #, fuzzy
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: PACKAGE VERSION\n"
  9. "POT-Creation-Date: 1996-08-31 04:54+0200\n"
  10. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  11. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12. "Language-Team: LANGUAGE <LL@li.org>\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=CHARSET\n"
  15. "Content-Transfer-Encoding: ENCODING\n"
  16.  
  17. #: lib/error.c:91
  18. msgid "Unknown system error"
  19. msgstr ""
  20.  
  21. #: lib/getopt.c:583
  22. #, c-format
  23. msgid "%s: option `%s' is ambiguous\n"
  24. msgstr ""
  25.  
  26. #: lib/getopt.c:607
  27. #, c-format
  28. msgid "%s: option `--%s' doesn't allow an argument\n"
  29. msgstr ""
  30.  
  31. #: lib/getopt.c:612
  32. #, c-format
  33. msgid "%s: option `%c%s' doesn't allow an argument\n"
  34. msgstr ""
  35.  
  36. #: lib/getopt.c:629
  37. #, c-format
  38. msgid "%s: option `%s' requires an argument\n"
  39. msgstr ""
  40.  
  41. #. --option
  42. #: lib/getopt.c:658
  43. #, c-format
  44. msgid "%s: unrecognized option `--%s'\n"
  45. msgstr ""
  46.  
  47. #. +option or -option
  48. #: lib/getopt.c:662
  49. #, c-format
  50. msgid "%s: unrecognized option `%c%s'\n"
  51. msgstr ""
  52.  
  53. #. 1003.2 specifies the format of this message.
  54. #: lib/getopt.c:688
  55. #, c-format
  56. msgid "%s: illegal option -- %c\n"
  57. msgstr ""
  58.  
  59. #: lib/getopt.c:691
  60. #, c-format
  61. msgid "%s: invalid option -- %c\n"
  62. msgstr ""
  63.  
  64. #: lib/getopt.c:727
  65. #, c-format
  66. msgid "%s: option requires an argument -- %c\n"
  67. msgstr ""
  68.  
  69. #: lib/xmalloc.c:76
  70. msgid "memory exhausted"
  71. msgstr ""
  72.  
  73. #: src/gettextp.c:147
  74. msgid "missing arguments"
  75. msgstr ""
  76.  
  77. #: src/gettextp.c:157
  78. msgid "too many arguments"
  79. msgstr ""
  80.  
  81. #: src/gettextp.c:221 src/msgcmp.c:175 src/msgfmt.c:353 src/msgmerge.c:282
  82. #: src/msgunfmt.c:199 src/xgettext.c:484
  83. #, c-format
  84. msgid "Try `%s --help' for more information\n"
  85. msgstr ""
  86.  
  87. #: src/gettextp.c:226
  88. #, c-format, no-wrap
  89. msgid ""
  90. "Usage: %s [OPTION] [[[TEXTDOMAIN] MSGID] | [-s [MSGID]...]]\n"
  91. "  -d, --domain=TEXTDOMAIN   retrieve translated messages from TEXTDOMAIN\n"
  92. "  -e                        enable expansion of some escape sequences\n"
  93. "  -E                        (ignored for compatibility)\n"
  94. "  -h, --help                display this help and exit\n"
  95. "  -n                        suppress trailing newline\n"
  96. "  -V, --version             display version information and exit\n"
  97. "  [TEXTDOMAIN] MSGID        retrieve translated message corresponding\n"
  98. "                            to MSGID from TEXTDOMAIN\n"
  99. msgstr ""
  100.  
  101. #: src/gettextp.c:238
  102. #, c-format, no-wrap
  103. msgid ""
  104. "\n"
  105. "If the TEXTDOMAIN parameter is not given, the domain is determined from the\n"
  106. "environment variable TEXTDOMAIN.  If the message catalog is not found in the\n"
  107. "regular directory, another location can be specified with the environment\n"
  108. "variable TEXTDOMAINDIR.\n"
  109. "When used with the -s option the program behaves like the `echo' command.\n"
  110. "But it does not simply copy its arguments to stdout.  Instead those messages\n"
  111. "found in the selected catalog are translated.\n"
  112. "Standard search directory: %s\n"
  113. msgstr ""
  114.  
  115. #: src/message.c:768
  116. #, c-format
  117. msgid ""
  118. "internationalized messages should not contain the `\\%c' escape sequence"
  119. msgstr ""
  120.  
  121. #: src/message.c:1099
  122. #, c-format
  123. msgid "cannot create output file \"%s\""
  124. msgstr ""
  125.  
  126. #: src/message.c:1106
  127. #, no-c-format
  128. msgid "standard output"
  129. msgstr ""
  130.  
  131. #: src/message.c:1166
  132. #, c-format
  133. msgid "error while writing \"%s\" file"
  134. msgstr ""
  135.  
  136. #: src/msgcmp.c:154 src/msgmerge.c:251
  137. msgid "no input files given"
  138. msgstr ""
  139.  
  140. #: src/msgcmp.c:159 src/msgmerge.c:256
  141. msgid "exactly 2 input files required"
  142. msgstr ""
  143.  
  144. #: src/msgcmp.c:179
  145. #, c-format, no-wrap
  146. msgid ""
  147. "Usage: %s [OPTION] def.po ref.po\n"
  148. "Mandatory arguments to long options are mandatory for short options too.\n"
  149. "  -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n"
  150. "  -h, --help                  display this help and exit\n"
  151. "  -V, --version               output version information and exit\n"
  152. "\n"
  153. "Compare two Uniforum style .po files to check that both contain the same\n"
  154. "set of msgid strings.  The def.po file is an existing PO file with the\n"
  155. "old translations.  The ref.po file is the last created PO file\n"
  156. "(generally by xgettext).  This is useful for checking that you have\n"
  157. "translated each and every message in your program.  Where an exact match\n"
  158. "cannot be found, fuzzy matching is used to produce better diagnostics.\n"
  159. msgstr ""
  160.  
  161. #: src/msgcmp.c:250 src/msgmerge.c:689
  162. msgid "this message is used but not defined..."
  163. msgstr ""
  164.  
  165. #: src/msgcmp.c:252 src/msgmerge.c:691
  166. msgid "...but this definition is similar"
  167. msgstr ""
  168.  
  169. #: src/msgcmp.c:258 src/msgmerge.c:718
  170. #, c-format
  171. msgid "this message is used but not defined in %s"
  172. msgstr ""
  173.  
  174. #: src/msgcmp.c:272
  175. msgid "warning: this message is not used"
  176. msgstr ""
  177.  
  178. #: src/msgcmp.c:346 src/msgmerge.c:470 src/xgettext.c:990
  179. msgid "duplicate message definition"
  180. msgstr ""
  181.  
  182. #: src/msgcmp.c:347 src/msgfmt.c:615 src/msgmerge.c:471
  183. msgid "this is the location of the first definition"
  184. msgstr ""
  185.  
  186. #: src/msgcmp.c:387 src/msgmerge.c:519
  187. #, c-format
  188. msgid "this message has no definition in the \"%s\" domain"
  189. msgstr ""
  190.  
  191. #: src/msgfmt.c:265 src/xgettext.c:378
  192. msgid "no input file given"
  193. msgstr ""
  194.  
  195. #: src/msgfmt.c:313
  196. #, c-format
  197. msgid "error while opening \"%s\" for writing"
  198. msgstr ""
  199.  
  200. #: src/msgfmt.c:335
  201. #, c-format
  202. msgid "%d translated messages"
  203. msgstr ""
  204.  
  205. #: src/msgfmt.c:337
  206. #, c-format
  207. msgid ", %d fuzzy translations"
  208. msgstr ""
  209.  
  210. #: src/msgfmt.c:339
  211. #, c-format
  212. msgid ", %d untranslated messages"
  213. msgstr ""
  214.  
  215. #: src/msgfmt.c:357
  216. #, c-format, no-wrap
  217. msgid ""
  218. "Usage: %s [OPTION] filename.po ...\n"
  219. "Mandatory arguments to long options are mandatory for short options too.\n"
  220. "  -a, --alignment=NUMBER      align strings to NUMBER bytes (default: %d)\n"
  221. "  -c, --check                 perform language dependent checks on strings\n"
  222. "  -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n"
  223. "  -f, --use-fuzzy             use fuzzy entries in output\n"
  224. "  -h, --help                  display this help and exit\n"
  225. "      --no-hash               binary file will not include the hash table\n"
  226. "  -o, --output-file=FILE      specify output file name as FILE\n"
  227. "      --statistics            print statistics about translations\n"
  228. "      --strict                enable strict Uniforum mode\n"
  229. "  -v, --verbose               list input file anomalies\n"
  230. "  -V, --version               output version information and exit\n"
  231. "\n"
  232. "Giving the -v option more than once increases the verbosity level.\n"
  233. "\n"
  234. "If input file is -, standard input is read.  If output file is -,\n"
  235. "output is written to standard output.\n"
  236. msgstr ""
  237.  
  238. #: src/msgfmt.c:396
  239. msgid "while creating hash table"
  240. msgstr ""
  241.  
  242. #: src/msgfmt.c:438
  243. msgid "warning: no header entry found"
  244. msgstr ""
  245.  
  246. #: src/msgfmt.c:460
  247. #, c-format
  248. msgid "domain name \"%s\" not suitable as file name"
  249. msgstr ""
  250.  
  251. #: src/msgfmt.c:465
  252. #, c-format
  253. msgid "domain name \"%s\" not suitable as file name: will use prefix"
  254. msgstr ""
  255.  
  256. #. We don't change the exit status here because this is really
  257. #. only an information.
  258. #: src/msgfmt.c:478
  259. #, c-format
  260. msgid "`domain %s' directive ignored"
  261. msgstr ""
  262.  
  263. #: src/msgfmt.c:506
  264. msgid "empty `msgstr' entry ignored"
  265. msgstr ""
  266.  
  267. #: src/msgfmt.c:507
  268. msgid "fuzzy `msgstr' entry ignored"
  269. msgstr ""
  270.  
  271. #: src/msgfmt.c:547
  272. #, c-format
  273. msgid "headerfield `%s' missing in header"
  274. msgstr ""
  275.  
  276. #: src/msgfmt.c:550
  277. #, c-format
  278. msgid "header field `%s' should start at beginning of line"
  279. msgstr ""
  280.  
  281. #: src/msgfmt.c:559
  282. msgid "some header fields still have the initial default value"
  283. msgstr ""
  284.  
  285. #: src/msgfmt.c:569
  286. #, c-format
  287. msgid "field `%s' still has initial default value"
  288. msgstr ""
  289.  
  290. #: src/msgfmt.c:614
  291. msgid "duplicate message ID"
  292. msgstr ""
  293.  
  294. #: src/msgfmt.c:649
  295. msgid "WARNING: source file contains fuzzy translation"
  296. msgstr ""
  297.  
  298. #: src/msgfmt.c:850
  299. msgid "`msgid' and `msgstr' entries does not both begin with '\\n'"
  300. msgstr ""
  301.  
  302. #: src/msgfmt.c:858
  303. msgid "`msgid' and `msgstr' entries does not both end with '\\n'"
  304. msgstr ""
  305.  
  306. #: src/msgfmt.c:872
  307. msgid "number of format specifications in `msgid' and `msgstr' does not match"
  308. msgstr ""
  309.  
  310. #: src/msgfmt.c:889
  311. #, c-format
  312. msgid "format specifications for argument %u are not the same"
  313. msgstr ""
  314.  
  315. #: src/msgmerge.c:287
  316. #, c-format, no-wrap
  317. msgid ""
  318. "Usage: %s [OPTION] def.po ref.po\n"
  319. "Mandatory arguments to long options are mandatory for short options too.\n"
  320. "  -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n"
  321. "  -e, --no-escape             do not use C escapes in output (default)\n"
  322. "  -E, --escape                use C escapes in output, no extended chars\n"
  323. "  -h, --help                  display this help and exit\n"
  324. "  -i, --indent                indented output style\n"
  325. "  -o, --output-file=FILE      result will be written to FILE\n"
  326. "      --strict                strict Uniforum output style\n"
  327. "  -v, --verbose               increase verbosity level\n"
  328. "  -V, --version               output version information and exit\n"
  329. "  -w, --width=NUMBER          set output page width\n"
  330. msgstr ""
  331.  
  332. #: src/msgmerge.c:302
  333. #, no-wrap
  334. msgid ""
  335. "\n"
  336. "Merges two Uniforum style .po files together.  The def.po file is an\n"
  337. "existing PO file with the old translations which will be taken over to\n"
  338. "the newly created file as long as they still match; comments will be\n"
  339. "preserved, but extract comments and file positions will be discarded.\n"
  340. "The ref.po file is the last created PO file (generally by xgettext), any\n"
  341. "translations or comments in the file will be discarded, however dot\n"
  342. "comments and file positions will be preserved.  Where an exact match\n"
  343. "cannot be found, fuzzy matching is used to produce better results.  The\n"
  344. "results are written to stdout unless an output file is specified.\n"
  345. msgstr ""
  346.  
  347. #: src/msgmerge.c:747
  348. #, c-format
  349. msgid ""
  350. "%sRead %d old + %d reference, merged %d, fuzzied %d, missing %d, obsolete "
  351. "%d.\n"
  352. msgstr ""
  353.  
  354. #: src/msgmerge.c:753
  355. msgid " done.\n"
  356. msgstr ""
  357.  
  358. #: src/msgunfmt.c:204
  359. #, c-format, no-wrap
  360. msgid ""
  361. "Usage: %s [OPTION] [FILE]...\n"
  362. "Mandatory arguments to long options are mandatory for short options too.\n"
  363. "  -e, --no-escape          do not use C escapes in output (default)\n"
  364. "  -E, --escape             use C escapes in output, no extended chars\n"
  365. "  -h, --help               display this help and exit\n"
  366. "  -i, --indent             write indented output style\n"
  367. "  -o, --output-file=FILE   write output into FILE instead of standard output\n"
  368. "      --strict             write strict uniforum style\n"
  369. "  -V, --version            output version information and exit\n"
  370. "  -w, --width=NUMBER       set output page width\n"
  371. msgstr ""
  372.  
  373. #: src/msgunfmt.c:217
  374. #, no-wrap
  375. msgid ""
  376. "\n"
  377. "Convert binary .mo files to Uniforum style .po files.\n"
  378. "Both little-endian and big-endian .mo files are handled.\n"
  379. "If no input file is given or it is -, standard input is read.\n"
  380. "By default the output is written to standard output.\n"
  381. msgstr ""
  382.  
  383. #: src/msgunfmt.c:253 src/msgunfmt.c:317 src/po-lex.c:168 src/xget-lex.c:254
  384. #, c-format
  385. msgid "error while reading \"%s\""
  386. msgstr ""
  387.  
  388. #: src/msgunfmt.c:254 src/msgunfmt.c:318
  389. #, c-format
  390. msgid "file \"%s\" truncated"
  391. msgstr ""
  392.  
  393. #: src/msgunfmt.c:285
  394. #, c-format
  395. msgid "seek \"%s\" offset %ld failed"
  396. msgstr ""
  397.  
  398. #: src/msgunfmt.c:344 src/po-lex.c:74 src/xget-lex.c:159 src/xget-lex.c:174
  399. #: src/xget-lex.c:191 src/xgettext.c:563
  400. #, c-format
  401. msgid "error while opening \"%s\" for reading"
  402. msgstr ""
  403.  
  404. #: src/msgunfmt.c:360
  405. #, c-format
  406. msgid "file \"%s\" is not in GNU .mo format"
  407. msgstr ""
  408.  
  409. #: ../../src/po-gram.y:83
  410. msgid "missing `msgstr' section"
  411. msgstr ""
  412.  
  413. #: src/po-lex.c:84
  414. #, c-format
  415. msgid "found %d fatal errors"
  416. msgstr ""
  417.  
  418. #: src/po-lex.c:121 src/po-lex.c:151
  419. msgid "too many errors, aborting"
  420. msgstr ""
  421.  
  422. #: src/po-lex.c:224
  423. #, c-format
  424. msgid "keyword \"%s\" unknown"
  425. msgstr ""
  426.  
  427. #: src/po-lex.c:315
  428. msgid "illegal control sequence"
  429. msgstr ""
  430.  
  431. #: src/po-lex.c:398
  432. msgid "end-of-line within string"
  433. msgstr ""
  434.  
  435. #: src/po-lex.c:403
  436. msgid "end-of-file within string"
  437. msgstr ""
  438.  
  439. #: src/xget-lex.c:150
  440. msgid "standard input"
  441. msgstr ""
  442.  
  443. #. We are about to construct the absolute path to the
  444. #. directory for the output files but asprintf failed.
  445. #: src/xgettext.c:315 src/xgettext.c:1180
  446. msgid "while preparing output"
  447. msgstr ""
  448.  
  449. #: src/xgettext.c:353 src/xgettext.c:357
  450. #, c-format
  451. msgid "%s and %s are mutually exclusive"
  452. msgstr ""
  453.  
  454. #: src/xgettext.c:361
  455. msgid "--join-existing cannot be used when output is written to stdout"
  456. msgstr ""
  457.  
  458. #: src/xgettext.c:454
  459. #, c-format
  460. msgid "warning: type of file `%s' with extension `%s' is unknown; will try C"
  461. msgstr ""
  462.  
  463. #: src/xgettext.c:489
  464. #, c-format, no-wrap
  465. msgid ""
  466. "Usage: %s [OPTION] INPUTFILE ...\n"
  467. "Mandatory arguments to long options are mandatory for short options too.\n"
  468. "  -a, --extract-all              extract all strings\n"
  469. "  -c, --add-comments[=TAG]       place comment block with TAG (or those\n"
  470. "                                 preceding keyword lines) in output file\n"
  471. "  -C, --c++                      recognize C++ style comments\n"
  472. "      --debug                    more detailed formatstring recognision result\n"
  473. "  -d, --default-domain=NAME      use NAME.po for output (instead of messages.po)\n"
  474. "  -D, --directory=DIRECTORY      add DIRECTORY to list for input files search\n"
  475. "  -e, --no-escape                do not use C escapes in output (default)\n"
  476. "  -E, --escape                   use C escapes in output, no extended chars\n"
  477. "  -f, --files-from=FILE          get list of input files from FILE\n"
  478. "      --force-po                 write PO file even if empty\n"
  479. "  -F, --sort-by-file             sort output by file location\n"
  480. msgstr ""
  481.  
  482. #: src/xgettext.c:506
  483. #, c-format, no-wrap
  484. msgid ""
  485. "  -h, --help                     display this help and exit\n"
  486. "  -i, --indent                   write the .po file using indented style\n"
  487. "  -j, --join-existing            join messages with existing file\n"
  488. "  -k, --keyword[=WORD]           additonal keyword to be looked for (without\n"
  489. "                                 WORD means not to use default keywords)\n"
  490. "  -l, --string-limit=NUMBER      set string length limit to NUMBER instead %u\n"
  491. "  -m, --msgstr-prefix[=STRING]   use STRING or \"\" as prefix for msgstr entries\n"
  492. "  -M, --msgstr-suffix[=STRING]   use STRING or \"\" as suffix for msgstr entries\n"
  493. "      --no-location              do not write '#: filename:line' lines\n"
  494. msgstr ""
  495.  
  496. #: src/xgettext.c:518
  497. #, no-wrap
  498. msgid ""
  499. "  -n, --add-location             generate '#: filename:line' lines (default)\n"
  500. "      --omit-header              don't write header with `msgid \"\"' entry\n"
  501. "  -p, --output-dir=DIR           output files will be placed in directory DIR\n"
  502. "  -s, --sort-output              generate sorted output and remove duplicates\n"
  503. "      --strict                   write out strict Uniforum conforming .po file\n"
  504. "  -T, --trigraphs                understand ANSI C trigraphs for input\n"
  505. "  -V, --version                  output version information and exit\n"
  506. "  -w, --width=NUMBER             set output page width\n"
  507. "  -x, --exclude-file=FILE        entries from FILE are not extracted\n"
  508. "\n"
  509. "If INPUTFILE is -, standard input is read.\n"
  510. msgstr ""
  511.  
  512. #: src/xgettext.c:605 src/xgettext.c:915
  513. msgid "this file may not contain domain directives"
  514. msgstr ""
  515.  
  516. #: src/xgettext.c:991
  517. msgid "...this is the location of the first definition"
  518. msgstr ""
  519.