1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!-- Inserted as a reminder to do this. The mention of a test suite
|
---|
8 | is usually right before the root user installation commands. Please
|
---|
9 | delete these 12 (including one blank) lines after you are done.-->
|
---|
10 |
|
---|
11 | <!-- Use one of the two mentions below about a test suite,
|
---|
12 | delete the line that is not applicable. Of course, if the
|
---|
13 | test suite uses syntax other than "make check", revise the
|
---|
14 | line to reflect the actual syntax to run the test suite -->
|
---|
15 |
|
---|
16 | <!-- <para>This package does not come with a test suite.</para> -->
|
---|
17 | <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
---|
18 |
|
---|
19 | <!ENTITY kde-i18n-download-http "&kde-download-http;/kde-i18n/">
|
---|
20 | <!ENTITY kde-i18n-download-ftp "&kde-download-ftp;/kde-i18n/">
|
---|
21 | <!ENTITY kde-i18n-md5sum "<ulink url='&kde-download-http;/MD5SUMS'/>">
|
---|
22 | <!ENTITY kde-i18n-size "789 KB to 29 MB (average is about 3 MB)">
|
---|
23 | <!ENTITY kde-i18n-buildsize "varies">
|
---|
24 | <!ENTITY kde-i18n-time "varies">
|
---|
25 | ]>
|
---|
26 |
|
---|
27 | <sect1 id="kde-i18n">
|
---|
28 | <?dbhtml filename="kde-i18n.html"?>
|
---|
29 |
|
---|
30 | <sect1info>
|
---|
31 | <othername>$LastChangedBy$</othername>
|
---|
32 | <date>$Date$</date>
|
---|
33 | </sect1info>
|
---|
34 |
|
---|
35 | <title>Kde-i18n-&kde-version;</title>
|
---|
36 |
|
---|
37 | <indexterm zone="kde-i18n">
|
---|
38 | <primary sortas="a-kde-i18n">Kde-i18n</primary>
|
---|
39 | </indexterm>
|
---|
40 |
|
---|
41 | <sect2 role="package">
|
---|
42 | <title>Introduction to Kde-i18n</title>
|
---|
43 |
|
---|
44 | <para><application>Kde-i18n</application> is a set of internationalization
|
---|
45 | packages to customize <application>KDE</application> for different
|
---|
46 | languages and locales around the world.</para>
|
---|
47 |
|
---|
48 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
49 | <itemizedlist spacing='compact'>
|
---|
50 | <listitem>
|
---|
51 | <para>Download (HTTP): <ulink url="&kde-i18n-download-http;"/></para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Download (FTP): <ulink url="&kde-i18n-download-ftp;"/></para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Download MD5 sum: &kde-i18n-md5sum;</para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>Download size: &kde-i18n-size;</para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>Estimated disk space required: &kde-i18n-buildsize;</para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>Estimated build time: &kde-i18n-time;</para>
|
---|
67 | </listitem>
|
---|
68 | </itemizedlist>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect3">Download Details</bridgehead>
|
---|
71 |
|
---|
72 | <para><application>KDE</application> has 52 separate
|
---|
73 | internationalization packages in the form of:</para>
|
---|
74 |
|
---|
75 | <screen><literal>kde-i18n-<replaceable><xx></replaceable>-&kde-version;.tar.bz2</literal></screen>
|
---|
76 |
|
---|
77 | <para>where the <replaceable><xx></replaceable> is a two to five letter code
|
---|
78 | for the country covered. Download the package(s) you need from
|
---|
79 | the directories above.</para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect3">Kde-i18n Dependencies</bridgehead>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
84 | <para role="required"><xref linkend="kdebase"/></para>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
87 | <para role="recommended"><xref linkend="libxml2"/></para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">User Notes:
|
---|
90 | <ulink url="&blfs-wiki;/kde-i18n"/></para>
|
---|
91 |
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of Kde-i18n</title>
|
---|
96 |
|
---|
97 | <para>Install <application>kde-i18n</application> with:</para>
|
---|
98 |
|
---|
99 | <screen><userinput>./configure --prefix=&kde-dir; &&
|
---|
100 | make</userinput></screen>
|
---|
101 |
|
---|
102 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
103 |
|
---|
104 | <screen role='root'><userinput>make install</userinput></screen>
|
---|
105 |
|
---|
106 | </sect2>
|
---|
107 |
|
---|
108 | <sect2 role="configuration">
|
---|
109 | <title>Configuring Kde-i18n</title>
|
---|
110 |
|
---|
111 | <sect3>
|
---|
112 | <title>Configuration Information</title>
|
---|
113 |
|
---|
114 | <para>To use translated programs, select Control Center —>
|
---|
115 | Personalization —> Country & Language —> Language
|
---|
116 | in your <application>K Desktop Environment</application>.</para>
|
---|
117 |
|
---|
118 | </sect3>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | <sect2 role="content">
|
---|
123 | <title>Contents</title>
|
---|
124 |
|
---|
125 | <segmentedlist>
|
---|
126 | <segtitle>Installed Programs</segtitle>
|
---|
127 | <segtitle>Installed Libraries</segtitle>
|
---|
128 | <segtitle>Installed Directories</segtitle>
|
---|
129 |
|
---|
130 | <seglistitem>
|
---|
131 | <seg>None</seg>
|
---|
132 | <seg>Internationalization support for <application>KDE</application></seg>
|
---|
133 | <seg>None</seg>
|
---|
134 | </seglistitem>
|
---|
135 | </segmentedlist>
|
---|
136 |
|
---|
137 | <indexterm zone="kde-i18n">
|
---|
138 | <primary sortas="c-kde-i18n">KDE Internationalization</primary>
|
---|
139 | </indexterm>
|
---|
140 |
|
---|
141 | </sect2>
|
---|
142 |
|
---|
143 | </sect1>
|
---|