diff options
Diffstat (limited to 'tde-i18n-de/docs/tdesdk/scripts/man-swappo.1.docbook')
-rw-r--r-- | tde-i18n-de/docs/tdesdk/scripts/man-swappo.1.docbook | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/tde-i18n-de/docs/tdesdk/scripts/man-swappo.1.docbook b/tde-i18n-de/docs/tdesdk/scripts/man-swappo.1.docbook new file mode 100644 index 00000000000..56456d533c6 --- /dev/null +++ b/tde-i18n-de/docs/tdesdk/scripts/man-swappo.1.docbook @@ -0,0 +1,98 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!ENTITY % German "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<author +><personname +><firstname +>Ben</firstname +><surname +>Burton</surname +></personname +><email +>bab@debian.org</email +></author> +<date +>7. April 2003</date> +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>swappo</command +></refentrytitle> +<manvolnum +>1</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>swappo</command +></refname> +<refpurpose +>Tauscht die Felder msgid und msgstr in einer PO-Datei.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis +><command +>swappo</command +> <group +><option +><replaceable +>dateiname.po</replaceable +></option +></group +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Beschreibung</title> + +<para +>Das Befehlszeilenwerkzeug <command +>swappo</command +> list die angegebene PO-Datei ein und tauscht den Inhalt der msgid- und msgstr-Felder für jede Nachricht. Das Ergebnis ist eine PO-Datei, die in die umgekehrte Richtung übersetzt ist. Wenn beispielsweise die ursprüngliche PO-Datei vom Englischen ins Deutsche übersetzt ist, wird die neue PO-Datei vom Deutschen ins Englische übersetzt sein.</para> + +<para +>Die neue PO-Datei wird auf der Standard-Ausgabe ausgegeben. Die ursprüngliche PO-Datei wird nicht verändert.</para> + +<para +>Dieses Hilfsprogramm ist Teil der &kde; Software-Entwicklungswerkzeuge.</para +> + +</refsect1> + +<refsect1> +<title +>Siehe auch</title> + +<para +>po2xml(1), split2po(1), transxx(1), xml2pot(1)</para> + +</refsect1> + +<refsect1> +<title +>Autoren</title> +<para +>Die PO XML-Werkzeuge wurden geschrieben von &Stephan.Kulow; &Stephan.Kulow.mail;</para> +<para +>Diese Handbuchseite wurde geschrieben von <personname +><firstname +>Ben</firstname +><surname +>Burton</surname +></personname +><email +>bab@debian.org</email +></para> + +</refsect1> + +</refentry> |