source: appendixa/gettext-desc.xml@ e403b99

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since e403b99 was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &gettext-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>config.charset</command> outputs a system-dependent table of
10character encoding aliases.</para>
11
12<para><command>config.rpath</command> outputs a system-dependent set of
13variables, describing how to set the runtime search path of shared libraries in an
14executable.</para>
15
16<para><command>gettext</command> translates a natural language message into
17the user's language, by looking up the translation in a message catalog.</para>
18
19<para><command>gettextize</command> copies all standard Gettext files into
20the given top-level directory of a package, to begin internationalizing it.</para>
21
22<para><command>hostname</command> displays a network hostname in various
23forms.</para>
24
25<para><command>msgattrib</command> filters the messages of a translation
26catalog according to their attributes and manipulates the attributes.</para>
27
28<para><command>msgcat</command> concatenates and merges the given
29<filename>.po</filename> files.</para>
30
31<para><command>msgcmp</command> compares two <filename>.po</filename>
32files to check that both contain the same set of msgid strings.</para>
33
34<para><command>msgcomm</command> finds the messages that are common to
35to the given <filename>.po</filename> files.</para>
36
37<para><command>msgconv</command> converts a translation catalog to a
38different character encoding.</para>
39
40<para><command>msgen</command> creates an English translation catalog.</para>
41
42<para><command>msgexec</command> applies a command to all translations of a
43translation catalog.</para>
44
45<para><command>msgfilter</command> applies a filter to all translations of a
46translation catalog.</para>
47
48<para><command>msgfmt</command> generates a binary message catalog from
49from a translation catalog.</para>
50
51<para><command>msggrep</command> extracts all messages of a translation
52catalog that match a given pattern or belong to some given source files.</para>
53
54<para><command>msginit</command> creates a new <filename>.po</filename>
55file, initializing the meta information with values from the user's
56environment.</para>
57
58<para><command>msgmerge</command> combines two raw translations into a
59single file.</para>
60
61<para><command>msgunfmt</command> decompiles a binary message catalog
62into raw translation text.</para>
63
64<para><command>msguniq</command> unifies duplicate translations in a
65translation catalog.</para>
66
67<para><command>ngettext</command> displays native language translations of a
68textual message whose grammatical form depends on a number.</para>
69
70<para><command>xgettext</command> extracts the translatable message lines
71from the given source files, to make the first translation template.</para>
72
73</sect3>
74
75<sect3><title>Library file descriptions</title>
76
77<para><command>libgettextlib</command>...</para>
78
79<para><command>libgettextsrc</command>...</para>
80
81</sect3>
82
83</sect2>
84
Note: See TracBrowser for help on using the repository browser.