Changeset 32d1cbf
- Timestamp:
- 07/18/2003 01:34:47 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6992ce7
- Parents:
- ece4f89
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/lib/intltool/intltool-desc.xml
rece4f89 r32d1cbf 2 2 <title>Contents</title> 3 3 4 <para>The intltool package contains < userinput>intltoolize</userinput>,5 < userinput>intltool-update</userinput>,6 < userinput>intltool-extract</userinput>,7 < userinput>intltool-merge</userinput>,8 < userinput>intltool-prepare</userinput> and9 < userinput>intltool-unicodify</userinput>.</para>4 <para>The intltool package contains <command>intltoolize</command>, 5 <command>intltool-update</command>, 6 <command>intltool-extract</command>, 7 <command>intltool-merge</command>, 8 <command>intltool-prepare</command> and 9 <command>intltool-unicodify</command>.</para> 10 10 11 11 </sect2> … … 14 14 15 15 <sect3><title>intltoolize</title> 16 <para> intltoolizeprepares a package to use intltool.</para></sect3>16 <para><command>intltoolize</command> prepares a package to use intltool.</para></sect3> 17 17 18 18 <sect3><title>intltool-update</title> 19 <para> intltool-updateupdates the <filename>po</filename> template files19 <para><command>intltool-update</command> updates the <filename>po</filename> template files 20 20 and merges them with the translations.</para></sect3> 21 21 22 22 <sect3><title>intltool-extract</title> 23 <para> intltool-extractgenerates header files that can be read by23 <para><command>intltool-extract</command> generates header files that can be read by 24 24 gettext.</para></sect3> 25 25 26 26 <sect3><title>intltool-merge</title> 27 <para> intltool-mergemerges translated strings into various file27 <para><command>intltool-merge</command> merges translated strings into various file 28 28 types.</para></sect3> 29 29 30 30 <sect3><title>intltool-prepare</title> 31 <para> intltool-prepareupdates pot files and merges them with31 <para><command>intltool-prepare</command> updates pot files and merges them with 32 32 translation files.</para></sect3> 33 33 34 34 <sect3><title>intltool-unicodify</title> 35 <para> intltool-unicodifyis the i18n unicode encoding35 <para><command>intltool-unicodify</command> is the i18n unicode encoding 36 36 utility.</para></sect3> 37 37 -
gnome/lib/intltool/intltool-inst.xml
rece4f89 r32d1cbf 1 1 <sect2> 2 <title>Installation of intltool</title>2 <title>Installation of <application>intltool</application></title> 3 3 4 <para>Install intltoolby running the following commands:</para>4 <para>Install <application>intltool</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --prefix=/usr --mandir=/usr/share/man &&6 <para><screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen></para> 9 9 10 10 </sect2> -
gnome/lib/intltool/intltool-intro.xml
rece4f89 r32d1cbf 1 1 <sect2> 2 <title>Introduction to intltool</title> 3 4 <screen>Download location (HTTP): <ulink url="&intltool-download-http;"/> 5 Download location (FTP): <ulink url="&intltool-download-ftp;"/> 6 Version used: &intltool-version; 7 Package size: &intltool-size; 8 Estimated Disk space required: &intltool-buildsize;</screen> 2 <title>Introduction to <application>intltool</application></title> 9 3 10 4 <para>The intltool package contains an internationalization tool. This 11 5 is useful for extracting translatable strings from source files, 12 6 collects the extracted strings with messages from traditional source 13 files (<filename class="directory"><source directory>/<package>/po</filename>) 14 and merging the translations into <filename>.xml</filename>, <filename>.desktop</filename> and <filename>.oaf</filename> files.</para> 7 files (<filename class="directory"><source 8 directory>/<package>/po</filename>) 9 and merging the translations into <filename>.xml</filename>, 10 <filename>.desktop</filename> and <filename>.oaf</filename> 11 files.</para> 12 13 <sect3><title>Package information</title> 14 <itemizedlist spacing='compact'> 15 <listitem><para>Download (HTTP): <ulink 16 url="&intltool-download-http;"/></para></listitem> 17 <listitem><para>Download (FTP): <ulink 18 url="&intltool-download-ftp;"/></para></listitem> 19 <listitem><para>Download size: &intltool-size;</para></listitem> 20 <listitem><para>Estimated Disk space required: 21 &intltool-buildsize;</para></listitem> 22 <listitem><para>Estimated build time: 23 &intltool-time;</para></listitem></itemizedlist> 24 </sect3> 15 25 16 26 -
gnome/lib/intltool/intltool.ent
rece4f89 r32d1cbf 5 5 <!ENTITY intltool-desc SYSTEM "intltool-desc.xml"> 6 6 <!ENTITY intltool-config SYSTEM "intltool-config.xml"> 7 <!ENTITY intltool-buildsize "9 52KB">8 <!ENTITY intltool-version "0.2 5">9 <!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/0.2 5/intltool-0.25.tar.bz2">10 <!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/0.2 5/intltool-0.25.tar.bz2">11 <!ENTITY intltool-size "10 0KB">7 <!ENTITY intltool-buildsize "968 KB"> 8 <!ENTITY intltool-version "0.26"> 9 <!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/0.26/intltool-0.26.tar.bz2"> 10 <!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/0.26/intltool-0.26.tar.bz2"> 11 <!ENTITY intltool-size "104 KB"> 12 12 <!ENTITY intltool-time "0.01 SBU"> -
introduction/welcome/changelog.xml
rece4f89 r32d1cbf 12 12 13 13 <listitem><para>July 17th, 2003 [larry]: gnome: update to 14 linc-1.0.3, libIDL-0.8.2 .</para></listitem>14 linc-1.0.3, libIDL-0.8.2, intltool-0.26.</para></listitem> 15 15 16 16 <listitem><para>July 7th, 2003 [larry]: server: updated to
Note:
See TracChangeset
for help on using the changeset viewer.