source: archive/kde/add/kde-i18n.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.2 KB
Line 
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 <!ENTITY kde-i18n-download-http "&trinity-repo-http;/kde-i18n/">
8 <!ENTITY kde-i18n-download-ftp "&trinity-repo-ftp;/kde-i18n/">
9 <!ENTITY kde-i18n-md5sum "<ulink url='&trinity-repo-http;/kde-i18n/MD5SUMS'/>">
10 <!ENTITY kde-i18n-size "789 KB to 29 MB (average is about 3 MB)">
11 <!ENTITY kde-i18n-buildsize "varies">
12 <!ENTITY kde-i18n-time "varies">
13]>
14
15<sect1 id="kde-i18n">
16 <?dbhtml filename="kde-i18n.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kde-i18n-&kde-version;</title>
23
24 <indexterm zone="kde-i18n">
25 <primary sortas="a-kde-i18n">Kde-i18n</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kde-i18n</title>
30
31 <para><application>Kde-i18n</application> is a set of internationalization
32 packages to customize <application>KDE</application> for different
33 languages and locales around the world.</para>
34
35 <para>This section has not been tested by the BLFS Editors.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kde-i18n-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kde-i18n-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kde-i18n-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kde-i18n-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kde-i18n-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kde-i18n-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Download Details</bridgehead>
60
61 <para><application>KDE</application> has 71 separate
62 internationalization packages in the form of:</para>
63
64<screen><literal>kde-i18n-<replaceable>&lt;xx&gt;</replaceable>-3.5.10.tar.bz2</literal></screen>
65
66 <para>where the <replaceable>&lt;xx&gt;</replaceable> is a two to five letter code
67 for the country covered. Download the package(s) you need from
68 the directories above. Note that the packages have not been renamed from the
69 kde-3.5.10 distribution.</para>
70
71 <bridgehead renderas="sect3">Kde-i18n Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="kdebase"/></para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended"><xref linkend="libxml2"/></para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/kde-i18n"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Kde-i18n</title>
86
87 <para>Install <application>kde-i18n</application> with:</para>
88
89<screen><userinput>./configure --prefix=$TRINITY_PREFIX &amp;&amp;
90make</userinput></screen>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role='root'><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="configuration">
99 <title>Configuring Kde-i18n</title>
100
101 <sect3>
102 <title>Configuration Information</title>
103
104 <para>To use translated programs, select Control Center &mdash;&gt;
105 Personalization &mdash;&gt; Country &amp; Language &mdash;&gt; Language
106 in your <application>K Desktop Environment</application>.</para>
107
108 </sect3>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>None</seg>
122 <seg>Internationalization support for <application>KDE3/Trinity</application></seg>
123 <seg>None</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <indexterm zone="kde-i18n">
128 <primary sortas="c-kde-i18n">KDE Internationalization</primary>
129 </indexterm>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.