diff --git a/doc/man-po2xml.1.docbook b/doc/man-po2xml.1.docbook index 41a04b2..2274f83 100644 --- a/doc/man-po2xml.1.docbook +++ b/doc/man-po2xml.1.docbook @@ -1,58 +1,58 @@ ]> BenBurton bab@debian.org -April 8, 2003 +2003-04-08 po2xml 1 po2xml Translates an DocBook XML file using a PO file po2xml Description po2xml is a command-line tool that translates the DocBook XML file original-XML using the gettext message file translated-PO. The resulting translated XML file is sent to standard output. This utility is part of the KDE Software Development Kit. See Also split2po(1), swappo(1), transxx(1), xml2pot(1) Authors The PO-XML tools were written by &Stephan.Kulow; &Stephan.Kulow.mail; This manual page was prepared by BenBurtonbab@debian.org diff --git a/doc/man-split2po.1.docbook b/doc/man-split2po.1.docbook index 3ec1e29..f3302fa 100644 --- a/doc/man-split2po.1.docbook +++ b/doc/man-split2po.1.docbook @@ -1,64 +1,64 @@ ]> BenBurtonbab@debian.org -April 7, 2003 +2003-04-07 split2po 1 split2po Creates a po file from two DocBook XML files split2po Description split2po is a command-line tool that takes the two given DocBook XML files and produces a gettext message file (PO-file) that represents the changes between them. The resulting PO-file is sent to standard output. translated-XML must be the result of translating original-XML into another language. It is this translation that the resulting PO-file will represent. This utility is part of the KDE Software Development Kit. See Also po2xml(1), swappo(1), transxx(1), xml2pot(1) Authors The PO XML tools were written by &Stephan.Kulow; &Stephan.Kulow.mail; This manual page was prepared by BenBurtonbab@debian.org diff --git a/doc/man-swappo.1.docbook b/doc/man-swappo.1.docbook index e43c81b..f2f4726 100644 --- a/doc/man-swappo.1.docbook +++ b/doc/man-swappo.1.docbook @@ -1,59 +1,59 @@ ]> BenBurtonbab@debian.org -April 7, 2003 +2003-04-07 swappo 1 swappo swap msgid and msgstr fields in a PO file swappo Description swappo reads the given PO-file and swaps the msgid and msgstr fields for every message. The result is a new PO-file that translates in the opposite direction. For example, if PO-file translates from English to French, the new PO-file will translate from French to English. The new PO-file will be written to standard output. The old PO-file will remain untouched. This utility is part of the &kde; Software Development Kit See Also po2xml(1), split2po(1), transxx(1), xml2pot(1) Authors The PO-XML tools were written by &Stephan.Kulow; &Stephan.Kulow.mail; This manual page was prepared by BenBurtonbab@debian.org diff --git a/doc/man-xml2pot.1.docbook b/doc/man-xml2pot.1.docbook index aa090fd..7d1329e 100644 --- a/doc/man-xml2pot.1.docbook +++ b/doc/man-xml2pot.1.docbook @@ -1,63 +1,63 @@ ]> BenBurtonbab@debian.org -April 7, 2003 +2003-04-07 xml2pot 1 xml2pot Creates a PO template file from a DocBook XML file. xml2pot Description xml2pot is a command-line tool that produces a gettext message template file from the DocBook XML file original-XML. The template file is sent to standard output. The resulting template file can be used to create gettext message files (PO-files) for a variety of languages. These can then be used in conjunction with po2xml(1) to translate the original XML file into these other languages. This utility is part of the KDE Software Development Kit. See Also po2xml(1), split2po(1), swappo(1), transxx(1) Authors The PO XML tools were written by &Stephan.Kulow; &Stephan.Kulow.mail; This manual page was prepared by BenBurtonbab@debian.org