Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gettext.xml

    r6e41459 ref13657  
    43437 SBUs.</para>
    4444
    45 <para>Now install the package:</para>
     45<para>Install the package:</para>
    4646
    4747<screen><userinput>make install</userinput></screen>
     
    101101<listitem>
    102102<indexterm zone="ch-system-gettext gettext"><primary sortas="b-gettext">gettext</primary></indexterm>
    103 <para>translates a natural language message into
    104 the user's language, by looking up the translation in a message catalog.</para>
     103<para>translates a natural language message into the user's language
     104by looking up the translation in a message catalog.</para>
    105105</listitem>
    106106</varlistentry>
     
    110110<listitem>
    111111<indexterm zone="ch-system-gettext gettextize"><primary sortas="b-gettextize">gettextize</primary></indexterm>
    112 <para>copies all standard Gettext files into
    113 the given top-level directory of a package, to begin inter-nationalizing it.</para>
     112<para>copies all standard Gettext files into the given top-level
     113directory of a package to begin internationalizing it.</para>
    114114</listitem>
    115115</varlistentry>
     
    127127<listitem>
    128128<indexterm zone="ch-system-gettext msgattrib"><primary sortas="b-msgattrib">msgattrib</primary></indexterm>
    129 <para>filters the messages of a translation
    130 catalog according to their attributes and manipulates the attributes.</para>
     129<para>filters the messages of a translation catalog according to their
     130attributes and manipulates the attributes.</para>
    131131</listitem>
    132132</varlistentry>
     
    202202<listitem>
    203203<indexterm zone="ch-system-gettext msggrep"><primary sortas="b-msggrep">msggrep</primary></indexterm>
    204 <para>extracts all messages of a translation
    205 catalog that match a given pattern or belong to some given source files.</para>
     204<para>extracts all messages of a translation catalog that match a
     205given pattern or belong to some given source files.</para>
    206206</listitem>
    207207</varlistentry>
     
    244244<listitem>
    245245<indexterm zone="ch-system-gettext ngettext"><primary sortas="b-ngettext">ngettext</primary></indexterm>
    246 <para>displays native language translations of a
    247 textual message whose grammatical form depends on a number.</para>
     246<para>displays native language translations of a textual message whose
     247grammatical form depends on a number.</para>
    248248</listitem>
    249249</varlistentry>
     
    253253<listitem>
    254254<indexterm zone="ch-system-gettext xgettext"><primary sortas="b-xgettext">xgettext</primary></indexterm>
    255 <para>extracts the translatable message lines
    256 from the given source files, to make the first translation template.</para>
     255<para>extracts the translatable message lines from the given source
     256files to make the first translation template.</para>
    257257</listitem>
    258258</varlistentry>
     
    262262<listitem>
    263263<indexterm zone="ch-system-gettext libasprintf"><primary sortas="c-libasprintf">libasprintf</primary></indexterm>
    264 <para>defines the autosprintf class, which
    265 makes C formatted output routines usable in C++ programs, for use with the
    266 &lt;string&gt; strings and the &lt;iostream&gt; streams.</para>
     264<para>defines the <emphasis>autosprintf</emphasis> class, which makes
     265C formatted output routines usable in C++ programs, for use with the
     266<emphasis>&lt;string&gt;</emphasis> strings and the
     267<emphasis>&lt;iostream&gt;</emphasis> streams.</para>
    267268</listitem>
    268269</varlistentry>
     
    272273<listitem>
    273274<indexterm zone="ch-system-gettext libgettextlib"><primary sortas="c-libgettextlib">libgettextlib</primary></indexterm>
    274 <para>is a private library containing common routines used by the various Gettext
    275 programs. They're not meant for general use.</para>
     275<para>a private library containing common routines used by the various Gettext
     276programs. These are not intended for general use.</para>
    276277</listitem>
    277278</varlistentry>
     
    281282<listitem>
    282283<indexterm zone="ch-system-gettext libgettextpo"><primary sortas="c-libgettextpo">libgettextpo</primary></indexterm>
    283 <para>is used to write specialized programs that process <filename
    284 class="extension">.po</filename> files. This library is
    285 used when the standard applications shipped with Gettext won't suffice (such as
    286 <command>msgcomm</command>, <command>msgcmp</command>,
    287 <command>msgattrib</command> and <command>msgen</command>).</para>
     284<para>used to write specialized programs that process <filename
     285class="extension">.po</filename> files. This library is used when the
     286standard applications shipped with Gettext (such as
     287<command>msgcomm</command>, <command>msgcmp</command>,
     288<command>msgattrib</command> and <command>msgen</command>) will not
     289suffice.</para>
    288290</listitem>
    289291</varlistentry>
     
    293295<listitem>
    294296<indexterm zone="ch-system-gettext libgettextsrc"><primary sortas="c-libgettextsrc">libgettextsrc</primary></indexterm>
    295 <para>is a private library containing common routines used by the various Gettext
    296 programs. They're not meant for general use.</para>
     297<para>a private library containing common routines used by the various Gettext
     298programs. These are not intended for general use.</para>
    297299</listitem>
    298300</varlistentry>
     
    302304
    303305</sect1>
     306
Note: See TracChangeset for help on using the changeset viewer.