Warning, /sdk/kde-dev-scripts/doc/man-extractrc.1.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 <!ENTITY % English "INCLUDE"> 0004 ]> 0005 0006 <refentry lang="&language;"> 0007 <refentryinfo> 0008 <author><personname><firstname>Ben</firstname><surname>Burton</surname></personname> 0009 <email>bab@debian.org</email></author> 0010 <date>2003-04-07</date> 0011 </refentryinfo> 0012 0013 <refmeta> 0014 <refentrytitle><command>extractrc</command></refentrytitle> 0015 <manvolnum>1</manvolnum> 0016 </refmeta> 0017 0018 <refnamediv> 0019 <refname><command>extractrc</command></refname> 0020 <refpurpose>Extract message strings from UI and GUI-RC files</refpurpose> 0021 </refnamediv> 0022 0023 <refsynopsisdiv> 0024 <cmdsynopsis> 0025 <command>extractrc</command> 0026 0027 <group><option><replaceable>filename</replaceable></option></group> 0028 </cmdsynopsis> 0029 </refsynopsisdiv> 0030 0031 <refsect1> 0032 <title>Description</title> 0033 0034 <para><command>extractrc</command> finds all text tags and other 0035 message strings in the given files and writes the corresponding i18n() 0036 calls to standard output so that xgettext can parse them.</para> 0037 0038 <para>It understands both (&Qt;/&kde;) 0039 <application>designer</application>'s <acronym>UI</acronym> files and 0040 &XML; GUI-RC files. </para> 0041 0042 <para>This utility is part of the KDE Software Development Kit. </para> 0043 0044 </refsect1> 0045 0046 </refentry>