~ubuntu-branches/ubuntu/feisty/findutils/feisty

« back to all changes in this revision

Viewing changes to ABOUT-NLS

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-09-04 09:35:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050904093559-rh1b47iawvcn12r8
Tags: 4.2.25-1
* new upstream version 4.2.25. (bugfix and improved testsuite)
* add findutils-4.2.25-14390.dpatch, fixing a testsuite failure concerning
  find -depth ... -quit
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Notes on the Free Translation Project
2
 
*************************************
 
1
1 Notes on the Free Translation Project
 
2
***************************************
3
3
 
4
 
   Free software is going international!  The Free Translation Project
5
 
is a way to get maintainers of free software, translators, and users all
6
 
together, so that will gradually become able to speak many languages.
7
 
A few packages already provide translations for their messages.
 
4
Free software is going international!  The Free Translation Project is
 
5
a way to get maintainers of free software, translators, and users all
 
6
together, so that free software will gradually become able to speak many
 
7
languages.  A few packages already provide translations for their
 
8
messages.
8
9
 
9
10
   If you found this `ABOUT-NLS' file inside a distribution, you may
10
11
assume that the distributed package does use GNU `gettext' internally,
15
16
   Installers will find here some useful hints.  These notes also
16
17
explain how users should proceed for getting the programs to use the
17
18
available translations.  They tell how people wanting to contribute and
18
 
work at translations should contact the appropriate team.
 
19
work on translations can contact the appropriate team.
19
20
 
20
21
   When reporting bugs in the `intl/' directory or bugs which may be
21
22
related to internationalization, you should tell about the version of
22
23
`gettext' which is used.  The information can be found in the
23
24
`intl/VERSION' file, in internationalized packages.
24
25
 
25
 
Quick configuration advice
26
 
==========================
 
26
1.1 Quick configuration advice
 
27
==============================
27
28
 
28
 
   If you want to exploit the full power of internationalization, you
 
29
If you want to exploit the full power of internationalization, you
29
30
should configure it using
30
31
 
31
32
     ./configure --with-included-gettext
45
46
you have installed a recent copy of the GNU gettext package with the
46
47
included `libintl'.
47
48
 
48
 
INSTALL Matters
49
 
===============
 
49
1.2 INSTALL Matters
 
50
===================
50
51
 
51
 
   Some packages are "localizable" when properly installed; the
52
 
programs they contain can be made to speak your own native language.
53
 
Most such packages use GNU `gettext'.  Other packages have their own
54
 
ways to internationalization, predating GNU `gettext'.
 
52
Some packages are "localizable" when properly installed; the programs
 
53
they contain can be made to speak your own native language.  Most such
 
54
packages use GNU `gettext'.  Other packages have their own ways to
 
55
internationalization, predating GNU `gettext'.
55
56
 
56
57
   By default, this package will be installed to allow translation of
57
58
messages.  It will automatically detect whether the system already
58
 
provides the GNU `gettext' functions.  If not, the GNU `gettext' own
59
 
library will be used.  This library is wholly contained within this
60
 
package, usually in the `intl/' subdirectory, so prior installation of
61
 
the GNU `gettext' package is _not_ required.  Installers may use
62
 
special options at configuration time for changing the default
63
 
behaviour.  The commands:
 
59
provides the GNU `gettext' functions.  If not, the included GNU
 
60
`gettext' library will be used.  This library is wholly contained
 
61
within this package, usually in the `intl/' subdirectory, so prior
 
62
installation of the GNU `gettext' package is _not_ required.
 
63
Installers may use special options at configuration time for changing
 
64
the default behaviour.  The commands:
64
65
 
65
66
     ./configure --with-included-gettext
66
67
     ./configure --disable-nls
67
68
 
68
 
will respectively bypass any pre-existing `gettext' to use the
 
69
will, respectively, bypass any pre-existing `gettext' to use the
69
70
internationalizing routines provided within this package, or else,
70
71
_totally_ disable translation of messages.
71
72
 
72
73
   When you already have GNU `gettext' installed on your system and run
73
74
configure without an option for your new package, `configure' will
74
75
probably detect the previously built and installed `libintl.a' file and
75
 
will decide to use this.  This might be not what is desirable.  You
76
 
should use the more recent version of the GNU `gettext' library.  I.e.
77
 
if the file `intl/VERSION' shows that the library which comes with this
78
 
package is more recent, you should use
 
76
will decide to use this.  This might not be desirable.  You should use
 
77
the more recent version of the GNU `gettext' library.  I.e. if the file
 
78
`intl/VERSION' shows that the library which comes with this package is
 
79
more recent, you should use
79
80
 
80
81
     ./configure --with-included-gettext
81
82
 
86
87
emulation of `gettext' on top of `catgets' could not provide all the
87
88
extensions of the GNU `gettext' library.
88
89
 
89
 
   Internationalized packages have usually many `po/LL.po' files, where
 
90
   Internationalized packages usually have many `po/LL.po' files, where
90
91
LL gives an ISO 639 two-letter code identifying the language.  Unless
91
92
translations have been forbidden at `configure' time by using the
92
93
`--disable-nls' switch, all available translations are installed
95
96
`LINGUAS' should then contain a space separated list of two-letter
96
97
codes, stating which languages are allowed.
97
98
 
98
 
Using This Package
99
 
==================
 
99
1.3 Using This Package
 
100
======================
100
101
 
101
 
   As a user, if your language has been installed for this package, you
 
102
As a user, if your language has been installed for this package, you
102
103
only have to set the `LANG' environment variable to the appropriate
103
104
`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
104
105
and `CC' is an ISO 3166 two-letter country code.  For example, let's
113
114
example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
114
115
country code serves to distinguish the dialects.
115
116
 
 
117
   The locale naming convention of `LL_CC', with `LL' denoting the
 
118
language and `CC' denoting the country, is the one use on systems based
 
119
on GNU libc.  On other systems, some variations of this scheme are
 
120
used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
 
121
locales supported by your system for your country by running the command
 
122
`locale -a | grep '^LL''.
 
123
 
116
124
   Not all programs have translations for all languages.  By default, an
117
125
English message is shown in place of a nonexistent translation.  If you
118
126
understand other languages, you can set up a priority list of languages.
124
132
read translations in German than English for when Swedish is not
125
133
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
126
134
 
 
135
   Special advice for Norwegian users: The language code for Norwegian
 
136
bokma*l changed from `no' to `nb' recently (in 2003).  During the
 
137
transition period, while some message catalogs for this language are
 
138
installed under `nb' and some older ones under `no', it's recommended
 
139
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
 
140
older translations are used.
 
141
 
127
142
   In the `LANGUAGE' environment variable, but not in the `LANG'
128
143
environment variable, `LL_CC' combinations can be abbreviated as `LL'
129
144
to denote the language's main dialect.  For example, `de' is equivalent
130
145
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
131
146
(Portuguese as spoken in Portugal) in this context.
132
147
 
133
 
Translating Teams
134
 
=================
 
148
1.4 Translating Teams
 
149
=====================
135
150
 
136
 
   For the Free Translation Project to be a success, we need interested
 
151
For the Free Translation Project to be a success, we need interested
137
152
people who like their own language and write it well, and who are also
138
153
able to synergize with other translators speaking the same language.
139
154
Each translation team has its own mailing list.  The up-to-date list of
160
175
the terminology in use.  Proven linguistic skill are praised more than
161
176
programming skill, here.
162
177
 
163
 
Available Packages
164
 
==================
 
178
1.5 Available Packages
 
179
======================
165
180
 
166
 
   Languages are not equally supported in all packages.  The following
167
 
matrix shows the current state of internationalization, as of May 2001.
 
181
Languages are not equally supported in all packages.  The following
 
182
matrix shows the current state of internationalization, as of May 2005.
168
183
The matrix shows, in regard of each package, for which languages PO
169
184
files have been submitted to translation coordination, with a
170
185
translation percentage of at least 50%.
171
186
 
172
 
     Ready PO files    bg cs da de el en eo es et fi fr gl hr id it
173
 
                     +----------------------------------------------+
174
 
     a2ps            |          []             []                   |
175
 
     bash            |          []       [] []       []             |
176
 
     bison           |          []          [] []    []             |
177
 
     clisp           |          []    []    []       []             |
178
 
     cpio            |       [] []          []       []             |
179
 
     diffutils       |       [] []       [] []       [] []    []    |
180
 
     enscript        |          []                   []             |
181
 
     error           |                               []             |
182
 
     fileutils       |    [] [] [] []       []       [] []          |
183
 
     findutils       |       [] []          [] []    [] []    [] [] |
184
 
     flex            |       []             []       []             |
185
 
     gawk            |                                              |
186
 
     gcal            |                                              |
187
 
     gcc             |       []                                     |
188
 
     gettext         |    [] [] [] []       []       [] []    [] [] |
189
 
     gnupg           |          []       []    []    []          [] |
190
 
     grep            |                   []    []                [] |
191
 
     hello           |       [] []       [] [] [] [] []       [] [] |
192
 
     id-utils        |       []                      []             |
193
 
     indent          |       [] []             []    [] []          |
194
 
     libc            |    [] [] [] []       []       [] []       [] |
195
 
     lilypond        |                                              |
196
 
     lynx            |    [] [] []                                  |
197
 
     m4              |    [] [] [] []                [] []    []    |
198
 
     make            |          []          []       [] []          |
199
 
     parted          |          []                      []          |
200
 
     ptx             |       [] []          [] []    [] []    []    |
201
 
     python          |                                              |
202
 
     recode          |       [] [] []    [] []       [] []       [] |
203
 
     sed             |    []    [] []    []    []    [] []    [] [] |
204
 
     sh-utils        |    [] [] [] []       [] []    [] []       [] |
205
 
     sharutils       |    [] [] [] []       []       [] []          |
206
 
     soundtracker    |                                              |
207
 
     sp              |                                              |
208
 
     tar             |    [] [] []          [] []    []       [] [] |
209
 
     texinfo         |    []    []       []          []             |
210
 
     textutils       |    [] [] [] []       []       [] []          |
211
 
     util-linux      |    []                                        |
212
 
     wdiff           |    [] []             [] []    [] []    []    |
213
 
     wget            |    [] [] [] []       [] []    [] []       [] |
214
 
                     +----------------------------------------------+
215
 
                       bg cs da de el en eo es et fi fr gl hr id it
216
 
                        0 14 21 27 10  1  8 20 13  1 28 17  0  9 11
217
 
     
218
 
                       ja ko lv nl no pl pt pt_BR ru sk sl sv tr zh
219
 
                     +----------------------------------------------+
220
 
     a2ps            |          []                []    []          |  5
221
 
     bash            |                                              |  4
222
 
     bison           | []       []                []                |  7
223
 
     clisp           |          []                                  |  5
224
 
     cpio            |    []    []    []     []   []                |  9
225
 
     diffutils       |                []          []       []       | 10
226
 
     enscript        |          []           []   []                |  5
227
 
     error           |                                              |  1
228
 
     fileutils       | [] []    []    []     []   [] [] [] []       | 16
229
 
     findutils       |    []    []    []     []   []       []       | 14
230
 
     flex            |    []                      []       []       |  6
231
 
     gawk            |                                              |  0
232
 
     gcal            |                                              |  0
233
 
     gcc             | []                                           |  2
234
 
     gettext         | [] []    []    []     []   []    [] [] [] [] | 19
235
 
     gnupg           | []             []                   []       |  8
236
 
     grep            |                                              |  3
237
 
     hello           | [] []    []    []     []   [] []    []       | 17
238
 
     id-utils        |          []                []       []       |  5
239
 
     indent          |    []    []    []          [] []    [] []    | 12
240
 
     libc            | [] []       [] []     []      []    []       | 15
241
 
     lilypond        |          []                                  |  1
242
 
     lynx            | []       []           []   []       []       |  8
243
 
     m4              | []       []    []          []       []       | 12
244
 
     make            | []       []    []     []   []                |  9
245
 
     parted          | []       []                []                |  5
246
 
     ptx             |          [] [] [] []       []       []       | 13
247
 
     python          |                                              |  0
248
 
     recode          |                            []    [] []       | 11
249
 
     sed             | []       []           []   [] [] [] []       | 16
250
 
     sh-utils        | []       [] [] []     []   [] [] [] []    [] | 19
251
 
     sharutils       | []       []                []       []       | 11
252
 
     soundtracker    |                                              |  0
253
 
     sp              |                                              |  0
254
 
     tar             | []       [] [] []     []   []    [] []       | 16
255
 
     texinfo         | []                         []                |  6
256
 
     textutils       | []       [] [] []     []   [] [] []          | 15
257
 
     util-linux      |                       []                     |  2
258
 
     wdiff           |          []    []          [] []    []       | 12
259
 
     wget            | []          []        []   [] [] [] []    [] | 17
260
 
                     +----------------------------------------------+
261
 
       29 teams        ja ko lv nl no pl pt pt_BR ru sk sl sv tr zh
262
 
       40 domains      18  8  0 23  6 16  1  15   26  9  9 20  2  3  336
 
187
     Ready PO files       af am ar az be bg bs ca cs cy da de el en en_GB
 
188
                        +-------------------------------------------------+
 
189
     GNUnet             |                                                 |
 
190
     a2ps               |             []                [] [] []     []   |
 
191
     aegis              |                                  ()             |
 
192
     ant-phone          |                                  ()             |
 
193
     anubis             |                                  []             |
 
194
     ap-utils           |                                                 |
 
195
     aspell             |                         []    [] []        []   |
 
196
     bash               |                      []          []             |
 
197
     batchelor          |                                  []             |
 
198
     bfd                |                                                 |
 
199
     bibshelf           |                                  []             |
 
200
     binutils           |                               []                |
 
201
     bison              |                               [] []             |
 
202
     bluez-pin          | []                      []       [] []          |
 
203
     clisp              |                                  []    []       |
 
204
     console-tools      |                         []       []             |
 
205
     coreutils          |                []    []       [] []             |
 
206
     cpio               |                                                 |
 
207
     cpplib             |                      []       [] []             |
 
208
     darkstat           |                []             () []             |
 
209
     dialog             |                      [] [] [] [] [] []          |
 
210
     diffutils          |                      [] []    [] [] []          |
 
211
     doodle             |                                  []             |
 
212
     e2fsprogs          |                         []       []             |
 
213
     enscript           |                      []       [] []        []   |
 
214
     error              |                      []       [] []        []   |
 
215
     fetchmail          |                      []       [] () []          |
 
216
     fileutils          |                               [] []             |
 
217
     findutils          |                      []       []    []          |
 
218
     flex               |                      []       [] []             |
 
219
     fslint             |                                  []             |
 
220
     gas                |                                                 |
 
221
     gawk               |                      []       [] []             |
 
222
     gbiff              |                                  []             |
 
223
     gcal               |                      []                         |
 
224
     gcc                |                                  []             |
 
225
     gettext-examples   | []                   []          [] []          |
 
226
     gettext-runtime    |             []       []       [] []             |
 
227
     gettext-tools      |                      []          []             |
 
228
     gimp-print         |                         []    [] []        []   |
 
229
     gip                |                                                 |
 
230
     gliv               |                                  []             |
 
231
     glunarclock        |                                                 |
 
232
     gmult              | []                               []             |
 
233
     gnubiff            |                                  ()             |
 
234
     gnucash            |                         []       () ()     []   |
 
235
     gnucash-glossary   |                               [] ()             |
 
236
     gpe-aerial         |                         []       []             |
 
237
     gpe-beam           |                         []       []             |
 
238
     gpe-calendar       |                         []       []             |
 
239
     gpe-clock          |                         []       []             |
 
240
     gpe-conf           |                         []       []             |
 
241
     gpe-contacts       |                                                 |
 
242
     gpe-edit           |                         []                      |
 
243
     gpe-go             |                         []                      |
 
244
     gpe-login          |                         []       []             |
 
245
     gpe-ownerinfo      |                         []       []             |
 
246
     gpe-sketchbook     |                         []       []             |
 
247
     gpe-su             |                         []       []             |
 
248
     gpe-taskmanager    |                         []       []             |
 
249
     gpe-timesheet      |                         []                      |
 
250
     gpe-today          |                         []       []             |
 
251
     gpe-todo           |                         []       []             |
 
252
     gphoto2            |                         []    [] []        []   |
 
253
     gprof              |                               [] []             |
 
254
     gpsdrive           |                                  ()    ()       |
 
255
     gramadoir          | []                               []             |
 
256
     grep               | []          [] []    []          [] []          |
 
257
     gretl              |                                                 |
 
258
     gsasl              |                                  []             |
 
259
     gss                |                                                 |
 
260
     gst-plugins        | []       []          [] []       []        []   |
 
261
     gstreamer          | []                   [] []       []        []   |
 
262
     gtick              | []                               ()             |
 
263
     gtkspell           |             []                   [] []          |
 
264
     hello              |                      []       [] [] []          |
 
265
     id-utils           |                               [] []             |
 
266
     impost             |                                                 |
 
267
     indent             |                      []          []             |
 
268
     iso_3166           |                                                 |
 
269
     iso_3166_1         |                      [] []    [] [] []          |
 
270
     iso_3166_2         |                                                 |
 
271
     iso_3166_3         |                                  []             |
 
272
     iso_4217           |                                                 |
 
273
     iso_639            |                                                 |
 
274
     jpilot             |                         []                      |
 
275
     jtag               |                                                 |
 
276
     jwhois             |                                                 |
 
277
     kbd                |                         []    [] [] []          |
 
278
     latrine            |                                  ()             |
 
279
     ld                 |                               []                |
 
280
     libc               |                      [] []    [] [] []          |
 
281
     libextractor       |                                                 |
 
282
     libgpewidget       |                         []    [] []             |
 
283
     libgphoto2         |                                  []             |
 
284
     libgphoto2_port    |                                  []             |
 
285
     libgsasl           |                                                 |
 
286
     libiconv           | []                   []       [] [] []          |
 
287
     libidn             |                                                 |
 
288
     lifelines          |                               [] ()             |
 
289
     lilypond           |                                  []             |
 
290
     lingoteach         |                                                 |
 
291
     lynx               |                      [] []    [] []             |
 
292
     m4                 |                         []    [] [] []          |
 
293
     mailutils          |                      []                         |
 
294
     make               |                               [] []             |
 
295
     man-db             |                      [] ()    [] []             |
 
296
     minicom            |                         []       []             |
 
297
     mysecretdiary      |                               [] []             |
 
298
     nano               |                      [] ()       []             |
 
299
     nano_1_0           |                      [] ()    [] []             |
 
300
     opcodes            |                                  []             |
 
301
     parted             |                      [] []    [] []             |
 
302
     psmisc             |                                                 |
 
303
     ptx                |                      []       [] []             |
 
304
     pwdutils           |                                                 |
 
305
     python             |                                                 |
 
306
     radius             |                      []                         |
 
307
     recode             |             []       []       [] [] []          |
 
308
     rpm                |                         []    []                |
 
309
     screem             |                                                 |
 
310
     scrollkeeper       |          [] []       [] [] [] [] []        []   |
 
311
     sed                |                      []          []             |
 
312
     sh-utils           |                               [] []             |
 
313
     shared-mime-info   |                []       []                      |
 
314
     sharutils          |                      [] []    [] [] []          |
 
315
     silky              |                                                 |
 
316
     skencil            |                               [] ()             |
 
317
     sketch             |                               [] ()             |
 
318
     solfege            |                                  []             |
 
319
     soundtracker       |                               [] []             |
 
320
     sp                 |                                  []             |
 
321
     stardict           |                         []                      |
 
322
     tar                |                                                 |
 
323
     texinfo            |                               [] []             |
 
324
     textutils          |                      []       [] []             |
 
325
     tin                |                                  ()        ()   |
 
326
     tp-robot           |                                  []             |
 
327
     tuxpaint           | []                   [] []    [] [] []     []   |
 
328
     unicode-han-tra... |                                                 |
 
329
     unicode-transla... |                                                 |
 
330
     util-linux         |                      [] []    [] []             |
 
331
     vorbis-tools       |             []          []    []           []   |
 
332
     wastesedge         |                                  ()             |
 
333
     wdiff              |                      []       [] []        []   |
 
334
     wget               |                                                 |
 
335
     xchat              |                []    []          [] []     []   |
 
336
     xkeyboard-config   |                                                 |
 
337
     xpad               |                                                 |
 
338
                        +-------------------------------------------------+
 
339
                          af am ar az be bg bs ca cs cy da de el en en_GB
 
340
                          10  0  0  2  7  5  0 40 43  2 51 91 19  1  14
 
341
 
 
342
                          eo es et eu fa fi fr  ga gl he hi hr hu id is
 
343
                        +-----------------------------------------------+
 
344
     GNUnet             |                                               |
 
345
     a2ps               |       []       [] []                          |
 
346
     aegis              |                                               |
 
347
     ant-phone          |                   []                          |
 
348
     anubis             |                   []                          |
 
349
     ap-utils           |                   []                          |
 
350
     aspell             |                   []  []                      |
 
351
     bash               | [] []             []                 []       |
 
352
     batchelor          |                   []  []                      |
 
353
     bfd                |    []                                         |
 
354
     bibshelf           |    []                 []                      |
 
355
     binutils           |    []             []                          |
 
356
     bison              |    [] []          []  []                []    |
 
357
     bluez-pin          | []             [] []  []             [] []    |
 
358
     clisp              |    []             []                          |
 
359
     console-tools      |                                               |
 
360
     coreutils          |    [] []       [] []  []                      |
 
361
     cpio               |    []             []                          |
 
362
     cpplib             |    []             []                          |
 
363
     darkstat           |    []             ()  []             [] []    |
 
364
     dialog             |    [] [] []    [] []  []             []       |
 
365
     diffutils          | [] []          [] []  [] [] []       [] []    |
 
366
     doodle             |                       []                      |
 
367
     e2fsprogs          |    []             []                          |
 
368
     enscript           |                   []              []          |
 
369
     error              |    []          [] []  []             []       |
 
370
     fetchmail          |    []                                         |
 
371
     fileutils          |    [] []          []  []             []       |
 
372
     findutils          |    [] []          []  []                      |
 
373
     flex               |    []             []  []                      |
 
374
     fslint             |                   []                          |
 
375
     gas                |    []             []                          |
 
376
     gawk               |    []             []  []    []                |
 
377
     gbiff              |                   []                          |
 
378
     gcal               |    []             []                          |
 
379
     gcc                |    []                                         |
 
380
     gettext-examples   |    []             []  []                      |
 
381
     gettext-runtime    |    []          [] []  []                []    |
 
382
     gettext-tools      |    []             []                          |
 
383
     gimp-print         |    []             []                          |
 
384
     gip                |    []    []       []                          |
 
385
     gliv               |                   ()                          |
 
386
     glunarclock        |                []     []             []       |
 
387
     gmult              |          []       []                          |
 
388
     gnubiff            |                   ()                          |
 
389
     gnucash            |    []                                ()       |
 
390
     gnucash-glossary   |    []                                         |
 
391
     gpe-aerial         |    []             []                          |
 
392
     gpe-beam           |    []             []                          |
 
393
     gpe-calendar       |    []             []                 [] []    |
 
394
     gpe-clock          |    []          [] []                          |
 
395
     gpe-conf           |                   []                          |
 
396
     gpe-contacts       |                   []                          |
 
397
     gpe-edit           |                   []                    []    |
 
398
     gpe-go             |    []             []                          |
 
399
     gpe-login          |    []             []                 []       |
 
400
     gpe-ownerinfo      |    []          [] []                 [] []    |
 
401
     gpe-sketchbook     |    []             []                          |
 
402
     gpe-su             |    []          [] []                          |
 
403
     gpe-taskmanager    |    []          [] []                          |
 
404
     gpe-timesheet      |    []             []  []                []    |
 
405
     gpe-today          |    []          [] []  []                      |
 
406
     gpe-todo           |    []             []                    []    |
 
407
     gphoto2            |    []          [] []                 []       |
 
408
     gprof              |    []             []                    []    |
 
409
     gpsdrive           |    ()             ()                 []       |
 
410
     gramadoir          |                   []  []                      |
 
411
     grep               |    [] [] []    [] []  [] [] []    [] [] []    |
 
412
     gretl              |    []             []                          |
 
413
     gsasl              |          []       []  []                      |
 
414
     gss                |                   []                          |
 
415
     gst-plugins        |                   []                 []       |
 
416
     gstreamer          |                                               |
 
417
     gtick              |          []    [] []  []                      |
 
418
     gtkspell           | [] []    []       []  []                      |
 
419
     hello              | [] [] [] [] [] [] []  [] [] []    [] [] []    |
 
420
     id-utils           |                   []                 [] []    |
 
421
     impost             |                   []  []                      |
 
422
     indent             | [] [] [] []    [] []  [] []          [] []    |
 
423
     iso_3166           | []             [] []                          |
 
424
     iso_3166_1         |    []    []    [] []  []             [] []    |
 
425
     iso_3166_2         |                   []                          |
 
426
     iso_3166_3         |                   []                          |
 
427
     iso_4217           |       []       []        []                   |
 
428
     iso_639            | []          [] [] []                          |
 
429
     jpilot             |    []             []                          |
 
430
     jtag               |                   []                          |
 
431
     jwhois             |    []             []                 [] []    |
 
432
     kbd                |    []             []                          |
 
433
     latrine            |                   []  []                      |
 
434
     ld                 |    []             []                          |
 
435
     libc               |    []          [] []     []          []       |
 
436
     libextractor       |                                               |
 
437
     libgpewidget       |    []             []  []             [] []    |
 
438
     libgphoto2         |    []             []                 []       |
 
439
     libgphoto2_port    |                   []                          |
 
440
     libgsasl           |                   []  []                      |
 
441
     libiconv           | [] [] []       [] []  [] []       [] [] []    |
 
442
     libidn             | []                []                          |
 
443
     lifelines          |                   ()                          |
 
444
     lilypond           |                                               |
 
445
     lingoteach         |                   []                    []    |
 
446
     lynx               |       []                             []       |
 
447
     m4                 |                   []  [] []             []    |
 
448
     mailutils          |    []             []                          |
 
449
     make               |    []          [] []  [] [] []    []          |
 
450
     man-db             |    ()                                         |
 
451
     minicom            |    []          [] []                 []       |
 
452
     mysecretdiary      |    []             []                    []    |
 
453
     nano               |    []    []    () []                          |
 
454
     nano_1_0           |    []             []     []             []    |
 
455
     opcodes            |    []          [] []                          |
 
456
     parted             |    []             []     []                   |
 
457
     psmisc             |          []                                   |
 
458
     ptx                | [] [] []       [] []  [] []          [] []    |
 
459
     pwdutils           |                                               |
 
460
     python             |                                               |
 
461
     radius             |    []             []                          |
 
462
     recode             | [] []             []     [] []       [] []    |
 
463
     rpm                |                   []                          |
 
464
     screem             |                                               |
 
465
     scrollkeeper       |    []          []                    []       |
 
466
     sed                | [] [] []          []  []             []       |
 
467
     sh-utils           |    [] []       [] []  []             []       |
 
468
     shared-mime-info   | [] []    []    [] []                 []       |
 
469
     sharutils          |    [] []       [] []     []          []       |
 
470
     silky              |                   []                          |
 
471
     skencil            |    []             []                          |
 
472
     sketch             |    []             []                          |
 
473
     solfege            |                                               |
 
474
     soundtracker       |    []             []                          |
 
475
     sp                 |                   []                          |
 
476
     stardict           |                                      []       |
 
477
     tar                |    [] []          []  []                      |
 
478
     texinfo            | []                []        []                |
 
479
     textutils          |    []             []  [] []          []       |
 
480
     tin                |       []          ()                          |
 
481
     tp-robot           |                   []                 []       |
 
482
     tuxpaint           |    []          [] []  []    []       [] [] [] |
 
483
     unicode-han-tra... |                                               |
 
484
     unicode-transla... |                   []  []                      |
 
485
     util-linux         |    [] []       [] []                 []       |
 
486
     vorbis-tools       |    []             []                          |
 
487
     wastesedge         |                   ()                          |
 
488
     wdiff              |    [] []          []  [] []          [] []    |
 
489
     wget               |       [] []           []          []          |
 
490
     xchat              |    []    []    [] []           []             |
 
491
     xkeyboard-config   |                                               |
 
492
     xpad               |    []                 []             []       |
 
493
                        +-----------------------------------------------+
 
494
                          eo es et eu fa fi fr  ga gl he hi hr hu id is
 
495
                          15 85 21 15  2 35 115 45 16  8  1  6 40 27  1
 
496
 
 
497
                          it ja ko ku lg lt lv mk mn ms mt nb nl nn no nso
 
498
                        +--------------------------------------------------+
 
499
     GNUnet             |                                                  |
 
500
     a2ps               | ()    ()                   []       []    ()     |
 
501
     aegis              |                                     ()           |
 
502
     ant-phone          |                                     []           |
 
503
     anubis             |                            []    [] []           |
 
504
     ap-utils           |                                                  |
 
505
     aspell             |                         []          []           |
 
506
     bash               |                                     []           |
 
507
     batchelor          |                                     []           |
 
508
     bfd                |                                                  |
 
509
     bibshelf           | []                                               |
 
510
     binutils           |                                                  |
 
511
     bison              | []                         []    [] []           |
 
512
     bluez-pin          |          []                         []           |
 
513
     clisp              |                                     []           |
 
514
     console-tools      |                                                  |
 
515
     coreutils          |    []                               []           |
 
516
     cpio               |                                                  |
 
517
     cpplib             |                                     []           |
 
518
     darkstat           |                            []       []           |
 
519
     dialog             | []                                  []           |
 
520
     diffutils          | [] []                      []       []           |
 
521
     doodle             | []                                               |
 
522
     e2fsprogs          | []                                               |
 
523
     enscript           |                                     []           |
 
524
     error              |                                     []           |
 
525
     fetchmail          |    []                               []           |
 
526
     fileutils          | [] []       []                                   |
 
527
     findutils          | []                                  []           |
 
528
     flex               |       []                            []           |
 
529
     fslint             |                                     []           |
 
530
     gas                |                                                  |
 
531
     gawk               |    []                               []           |
 
532
     gbiff              |                                     []           |
 
533
     gcal               |                                                  |
 
534
     gcc                |                                                  |
 
535
     gettext-examples   | [] []                               []           |
 
536
     gettext-runtime    | [] [] []                            []           |
 
537
     gettext-tools      | [] [] []                                         |
 
538
     gimp-print         |    []                               []           |
 
539
     gip                |                                     []           |
 
540
     gliv               |                                     []           |
 
541
     glunarclock        |                            []       []           |
 
542
     gmult              | [] []                                            |
 
543
     gnubiff            | ()                                               |
 
544
     gnucash            | [] ()                            () []           |
 
545
     gnucash-glossary   | []                                  []           |
 
546
     gpe-aerial         |                                     []           |
 
547
     gpe-beam           |                                     []           |
 
548
     gpe-calendar       |                                     []           |
 
549
     gpe-clock          |                                     []           |
 
550
     gpe-conf           |                                     []           |
 
551
     gpe-contacts       |                                                  |
 
552
     gpe-edit           |                                     []           |
 
553
     gpe-go             |                                     []           |
 
554
     gpe-login          |                                     []           |
 
555
     gpe-ownerinfo      |                                     []           |
 
556
     gpe-sketchbook     |                                     []           |
 
557
     gpe-su             |                                     []           |
 
558
     gpe-taskmanager    |          []                         []           |
 
559
     gpe-timesheet      |                                     []           |
 
560
     gpe-today          |                                     []           |
 
561
     gpe-todo           |                                     []           |
 
562
     gphoto2            | [] []                               []           |
 
563
     gprof              |                                                  |
 
564
     gpsdrive           | () ()                               ()    ()     |
 
565
     gramadoir          |                                     ()           |
 
566
     grep               | [] []                            [] []           |
 
567
     gretl              | []                                               |
 
568
     gsasl              |                                     []           |
 
569
     gss                |                                                  |
 
570
     gst-plugins        | []                                  []           |
 
571
     gstreamer          | []                                  []           |
 
572
     gtick              | []                                  []           |
 
573
     gtkspell           | []                      []          []           |
 
574
     hello              | [] [] []          []       []    [] [] [] []     |
 
575
     id-utils           | []                                  []           |
 
576
     impost             |                                                  |
 
577
     indent             | [] []                               []           |
 
578
     iso_3166           |                                     []           |
 
579
     iso_3166_1         |                                     []    []     |
 
580
     iso_3166_2         |                                     []           |
 
581
     iso_3166_3         |                                     []           |
 
582
     iso_4217           |    []                   []          []           |
 
583
     iso_639            |    []                               [] []        |
 
584
     jpilot             |    ()                               ()    ()     |
 
585
     jtag               |                                                  |
 
586
     jwhois             | []                                  []           |
 
587
     kbd                |                                     []           |
 
588
     latrine            | []                                  []           |
 
589
     ld                 |                                                  |
 
590
     libc               |    [] []                         [] []    []     |
 
591
     libextractor       |                                                  |
 
592
     libgpewidget       |                                     []           |
 
593
     libgphoto2         | [] []                                            |
 
594
     libgphoto2_port    | [] []                                            |
 
595
     libgsasl           |                                     []           |
 
596
     libiconv           | []                                  []           |
 
597
     libidn             | []                                               |
 
598
     lifelines          |                                     []           |
 
599
     lilypond           |                                                  |
 
600
     lingoteach         | []                                  []           |
 
601
     lynx               | [] []                               []           |
 
602
     m4                 |    []                               []           |
 
603
     mailutils          |                                                  |
 
604
     make               |    [] []                            []           |
 
605
     man-db             |    ()                                            |
 
606
     minicom            |    []                                            |
 
607
     mysecretdiary      |                                     []           |
 
608
     nano               | []                         []    []              |
 
609
     nano_1_0           | []                         []    []    []        |
 
610
     opcodes            |                                     []           |
 
611
     parted             | [] []                               [] []        |
 
612
     psmisc             | []                               [] []           |
 
613
     ptx                |                                  [] []    []     |
 
614
     pwdutils           |                                                  |
 
615
     python             |                                                  |
 
616
     radius             |                                                  |
 
617
     recode             | []                                  []           |
 
618
     rpm                |    [] []                                         |
 
619
     screem             |    []                                            |
 
620
     scrollkeeper       |                                  [] [] []        |
 
621
     sed                |    []                               []           |
 
622
     sh-utils           | [] []                            []              |
 
623
     shared-mime-info   |       []                         [] [] []        |
 
624
     sharutils          | [] []                               []           |
 
625
     silky              |                                     []           |
 
626
     skencil            |                                                  |
 
627
     sketch             |                                                  |
 
628
     solfege            | []                                  []    []     |
 
629
     soundtracker       | []                                               |
 
630
     sp                 |    ()                                            |
 
631
     stardict           |                      []             []           |
 
632
     tar                | [] []                               []           |
 
633
     texinfo            |    []                            [] []           |
 
634
     textutils          |    [] []                         []              |
 
635
     tin                |                                                  |
 
636
     tp-robot           |                                     []           |
 
637
     tuxpaint           | [] [] []       []          []       [] []        |
 
638
     unicode-han-tra... |                                                  |
 
639
     unicode-transla... |                                                  |
 
640
     util-linux         | [] []                               []           |
 
641
     vorbis-tools       |                                     []           |
 
642
     wastesedge         |                                     []           |
 
643
     wdiff              | []                         []    []              |
 
644
     wget               |    []                                            |
 
645
     xchat              | []    []          [] []             []           |
 
646
     xkeyboard-config   |                                     []           |
 
647
     xpad               |                                     []           |
 
648
                        +--------------------------------------------------+
 
649
                          it ja ko ku lg lt lv mk mn ms mt nb nl nn no nso
 
650
                          46 35 11  2  1  1  2  2  3 11  0 15 96  7  5  0
 
651
 
 
652
                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv
 
653
                        +----------------------------------------------+
 
654
     GNUnet             |                                              |
 
655
     a2ps               |       ()     []      [] []       []    [] [] |
 
656
     aegis              |                      () ()                   |
 
657
     ant-phone          |                      []                      |
 
658
     anubis             |       []             [] []                   |
 
659
     ap-utils           |       ()                                     |
 
660
     aspell             |                      [] []                   |
 
661
     bash               |              []      [] []                   |
 
662
     batchelor          |                      []                      |
 
663
     bfd                |                                              |
 
664
     bibshelf           |                                              |
 
665
     binutils           |                         []                [] |
 
666
     bison              |       []     []      [] []                [] |
 
667
     bluez-pin          |       []     []   [] [] []    []       [] [] |
 
668
     clisp              |                         []                   |
 
669
     console-tools      |                         []                   |
 
670
     coreutils          |       []                []       []       [] |
 
671
     cpio               |       []                                  [] |
 
672
     cpplib             |                                              |
 
673
     darkstat           |       []     []      []       []       [] [] |
 
674
     dialog             |       [] []  []   [] [] [] []                |
 
675
     diffutils          |       []     []      [] []             [] [] |
 
676
     doodle             |                                     []       |
 
677
     e2fsprogs          |       []                                  [] |
 
678
     enscript           |              []      [] []                [] |
 
679
     error              |              []      []       []             |
 
680
     fetchmail          |       []                []    []    []       |
 
681
     fileutils          |       []             [] []       []       [] |
 
682
     findutils          |       [] []          []       []       [] [] |
 
683
     flex               |       []     []      [] []                [] |
 
684
     fslint             |              []      []                []    |
 
685
     gas                |                                              |
 
686
     gawk               |       []     []      []                   [] |
 
687
     gbiff              |                      []                      |
 
688
     gcal               |                                           [] |
 
689
     gcc                |                                              |
 
690
     gettext-examples   |       []             [] []    []       [] [] |
 
691
     gettext-runtime    |       []             [] []    [] []    [] [] |
 
692
     gettext-tools      |       []             [] []    [] []    [] [] |
 
693
     gimp-print         |                               []          [] |
 
694
     gip                |                   []          []       []    |
 
695
     gliv               |              []      []       []             |
 
696
     glunarclock        |              []      [] []    []       [] [] |
 
697
     gmult              |              []   [] []                []    |
 
698
     gnubiff            |                      ()                   [] |
 
699
     gnucash            |       () []             []    []          [] |
 
700
     gnucash-glossary   |          []                   []          [] |
 
701
     gpe-aerial         |          []  []      [] []             [] [] |
 
702
     gpe-beam           |          []  []      [] []             [] [] |
 
703
     gpe-calendar       |          []  []      [] []    []       [] [] |
 
704
     gpe-clock          |          []  []      [] []    []       [] [] |
 
705
     gpe-conf           |          []  []      [] []    []          [] |
 
706
     gpe-contacts       |                      [] []             [] [] |
 
707
     gpe-edit           |          []  []      [] []    []       [] [] |
 
708
     gpe-go             |              []      [] []             [] [] |
 
709
     gpe-login          |          []  []      [] []    []       [] [] |
 
710
     gpe-ownerinfo      |          []  []      [] []    []       [] [] |
 
711
     gpe-sketchbook     |          []  []      [] []    []       [] [] |
 
712
     gpe-su             |          []  []      [] []    []       [] [] |
 
713
     gpe-taskmanager    |          []  []      [] []    []       [] [] |
 
714
     gpe-timesheet      |          []  []      [] []    []       [] [] |
 
715
     gpe-today          |          []  []      [] []    []       [] [] |
 
716
     gpe-todo           |    []    []  []      [] []    []       [] [] |
 
717
     gphoto2            |                      []       []       [] [] |
 
718
     gprof              |              []      []                   [] |
 
719
     gpsdrive           |    []                []                      |
 
720
     gramadoir          |                               []             |
 
721
     grep               |       [] []  []      [] []       []    []    |
 
722
     gretl              |       []                                     |
 
723
     gsasl              |       []             []             [] [] [] |
 
724
     gss                |       []             []                   [] |
 
725
     gst-plugins        | []                                  [] [] [] |
 
726
     gstreamer          |                         []          [] [] [] |
 
727
     gtick              |                      [] []                [] |
 
728
     gtkspell           |              []   [] [] []    []       []    |
 
729
     hello              |       []     []      [] []    []       [] [] |
 
730
     id-utils           |              []      [] []                [] |
 
731
     impost             |                                              |
 
732
     indent             |              []      [] []    []       [] [] |
 
733
     iso_3166           |          []                []       [] [] [] |
 
734
     iso_3166_1         |                               [] [] [] []    |
 
735
     iso_3166_2         |                                              |
 
736
     iso_3166_3         |                      []    []          []    |
 
737
     iso_4217           |                            []          []    |
 
738
     iso_639            |                            []          [] [] |
 
739
     jpilot             |                                              |
 
740
     jtag               |                               []             |
 
741
     jwhois             |       []     []      [] ()                () |
 
742
     kbd                |       []             []                   [] |
 
743
     latrine            |                      []                   [] |
 
744
     ld                 |                                           [] |
 
745
     libc               |       []     []         []    []          [] |
 
746
     libextractor       |                      []                      |
 
747
     libgpewidget       |          []  []      []       []       [] [] |
 
748
     libgphoto2         |                         []                [] |
 
749
     libgphoto2_port    |                         []                   |
 
750
     libgsasl           |       []             []                []    |
 
751
     libiconv           |       []     []   [] [] []    [] [] [] [] [] |
 
752
     libidn             |       []                                  () |
 
753
     lifelines          |       []                                  [] |
 
754
     lilypond           |                                              |
 
755
     lingoteach         |              []                              |
 
756
     lynx               |              []         []                [] |
 
757
     m4                 |       []     []      [] []                [] |
 
758
     mailutils          |       []             [] []                   |
 
759
     make               |       []     []         []                [] |
 
760
     man-db             |                      []                   [] |
 
761
     minicom            |       []     []      [] []                   |
 
762
     mysecretdiary      |              []      [] []                [] |
 
763
     nano               |              []      []                   [] |
 
764
     nano_1_0           |       []             [] []                [] |
 
765
     opcodes            |                      []                   [] |
 
766
     parted             |       [] []  []                           [] |
 
767
     psmisc             |       []             []                      |
 
768
     ptx                |       [] []  []      [] []                [] |
 
769
     pwdutils           |       []                                     |
 
770
     python             |                                              |
 
771
     radius             |       []                []                   |
 
772
     recode             |       []     []      [] []       []       [] |
 
773
     rpm                |       [] []             []                [] |
 
774
     screem             |                                              |
 
775
     scrollkeeper       |       []             [] []    []    [] [] [] |
 
776
     sed                |       [] []  []      [] []    []       [] [] |
 
777
     sh-utils           |                         []       []    []    |
 
778
     shared-mime-info   |          []  []         []          [] [] [] |
 
779
     sharutils          |                         []             [] [] |
 
780
     silky              |                               []             |
 
781
     skencil            |          []  []                           [] |
 
782
     sketch             |          []  []                           [] |
 
783
     solfege            |                                              |
 
784
     soundtracker       |                               []          [] |
 
785
     sp                 |                                              |
 
786
     stardict           |                         []    []             |
 
787
     tar                |       []             [] []                [] |
 
788
     texinfo            |       []             [] []                [] |
 
789
     textutils          |                         []       []       [] |
 
790
     tin                |                                              |
 
791
     tp-robot           |                         []                   |
 
792
     tuxpaint           |       [] []  []      []       []    [] [] [] |
 
793
     unicode-han-tra... |                                              |
 
794
     unicode-transla... |                                              |
 
795
     util-linux         |              []         []                [] |
 
796
     vorbis-tools       |                      [] []                   |
 
797
     wastesedge         |                                              |
 
798
     wdiff              |       []     []      [] []    []          [] |
 
799
     wget               |                                              |
 
800
     xchat              |    []                   []    [] [] [] [] [] |
 
801
     xkeyboard-config   |                                              |
 
802
     xpad               |                                              |
 
803
                        +----------------------------------------------+
 
804
                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv
 
805
                           1  3 47 29  57    6 78 73  5 44 12 12 50 85
 
806
 
 
807
                          ta tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
 
808
                        +-----------------------------------------------+
 
809
     GNUnet             |                                               |  0
 
810
     a2ps               |             [] []     []                      | 19
 
811
     aegis              |                                               |  0
 
812
     ant-phone          |             []        []                      |  5
 
813
     anubis             |             [] []     []                      | 11
 
814
     ap-utils           |                ()     []                      |  2
 
815
     aspell             |                []     [] []                   | 13
 
816
     bash               |                       []                      | 11
 
817
     batchelor          |             []        []                      |  7
 
818
     bfd                |                                               |  1
 
819
     bibshelf           |                       []                      |  5
 
820
     binutils           |             []                                |  6
 
821
     bison              |             []        []                      | 18
 
822
     bluez-pin          |             [] []     [] []     []            | 25
 
823
     clisp              |                                               |  7
 
824
     console-tools      |             []        []                      |  5
 
825
     coreutils          |             []        []                      | 17
 
826
     cpio               |             [] []     []                      |  7
 
827
     cpplib             |             []        []                      |  8
 
828
     darkstat           |                       []        ()    ()      | 15
 
829
     dialog             |             [] []     []                      | 25
 
830
     diffutils          |             []        []        []    []      | 28
 
831
     doodle             |                       []                      |  5
 
832
     e2fsprogs          |             []                                |  8
 
833
     enscript           |             []                                | 12
 
834
     error              |             []        []              []      | 16
 
835
     fetchmail          |             []                                | 12
 
836
     fileutils          |             []                  []    []      | 18
 
837
     findutils          |             []        []                      | 17
 
838
     flex               |             []        []                      | 15
 
839
     fslint             |                       []                      |  7
 
840
     gas                |             []                                |  3
 
841
     gawk               |             []                                | 14
 
842
     gbiff              |                       []                      |  5
 
843
     gcal               |             []                                |  5
 
844
     gcc                |             []                  []            |  4
 
845
     gettext-examples   |             [] []     []        []    []      | 21
 
846
     gettext-runtime    |             [] []     []        []    []      | 25
 
847
     gettext-tools      |             [] []     []        []    []      | 19
 
848
     gimp-print         |                []                             | 11
 
849
     gip                |                       []                      |  8
 
850
     gliv               |             []        []                      |  7
 
851
     glunarclock        |                       [] []                   | 13
 
852
     gmult              |             []        []        []            | 13
 
853
     gnubiff            |                       []                      |  3
 
854
     gnucash            |             ()                        []      | 10
 
855
     gnucash-glossary   |                       []              []      |  9
 
856
     gpe-aerial         |                       []        []            | 13
 
857
     gpe-beam           |                       []        []            | 13
 
858
     gpe-calendar       |                       [] []     []    []      | 18
 
859
     gpe-clock          |             []        [] []     []            | 17
 
860
     gpe-conf           |                       []        []            | 12
 
861
     gpe-contacts       |                       []        []            |  7
 
862
     gpe-edit           |             []        [] []           []      | 15
 
863
     gpe-go             |             []        []                      | 11
 
864
     gpe-login          |             []        [] []     []    []      | 18
 
865
     gpe-ownerinfo      |             []        []        []    []      | 19
 
866
     gpe-sketchbook     |             []        []                      | 14
 
867
     gpe-su             |             []        []        []            | 16
 
868
     gpe-taskmanager    |             []        []        []            | 17
 
869
     gpe-timesheet      |             []        []        []    []      | 17
 
870
     gpe-today          |             []        [] []     []    []      | 19
 
871
     gpe-todo           |                       [] []           []      | 17
 
872
     gphoto2            |                []               []    []      | 18
 
873
     gprof              |             []        []                      | 10
 
874
     gpsdrive           |                                               |  3
 
875
     gramadoir          |                       []                      |  6
 
876
     grep               |             [] []     []              []      | 32
 
877
     gretl              |                                               |  4
 
878
     gsasl              |                       []        []            | 12
 
879
     gss                |                       []                      |  5
 
880
     gst-plugins        |                []     []              []      | 17
 
881
     gstreamer          |             [] []     []              []      | 15
 
882
     gtick              |                       []                      | 11
 
883
     gtkspell           |                       [] []     []    []      | 21
 
884
     hello              |             [] []     []        []            | 37
 
885
     id-utils           |             []        []                      | 13
 
886
     impost             |                       []                      |  3
 
887
     indent             |             []        []        []    []      | 25
 
888
     iso_3166           |          [] []        []                      | 12
 
889
     iso_3166_1         |             []           []                   | 20
 
890
     iso_3166_2         |                                               |  2
 
891
     iso_3166_3         |                          []     []            |  8
 
892
     iso_4217           |             []        []                      | 10
 
893
     iso_639            |                       [] []                   | 12
 
894
     jpilot             |             [] []               []            |  6
 
895
     jtag               |                                               |  2
 
896
     jwhois             |             []        []              []      | 12
 
897
     kbd                |             []        []                      | 12
 
898
     latrine            |             []        []                      |  8
 
899
     ld                 |             []                                |  5
 
900
     libc               |             []                  []            | 22
 
901
     libextractor       |                                               |  1
 
902
     libgpewidget       |                       [] []                   | 17
 
903
     libgphoto2         |                                 []            |  9
 
904
     libgphoto2_port    |                                               |  5
 
905
     libgsasl           |                       []                      |  7
 
906
     libiconv           |             [] []     [] []     []            | 32
 
907
     libidn             |                       []        []            |  6
 
908
     lifelines          |                                               |  4
 
909
     lilypond           |                                               |  1
 
910
     lingoteach         |                       []                      |  6
 
911
     lynx               |             [] []     []                      | 15
 
912
     m4                 |                       []        []            | 17
 
913
     mailutils          |                []                             |  7
 
914
     make               |             []                  []            | 18
 
915
     man-db             |                                               |  5
 
916
     minicom            |                                               | 11
 
917
     mysecretdiary      |             []        []                      | 12
 
918
     nano               |                       []              []      | 13
 
919
     nano_1_0           |             [] []     []                      | 18
 
920
     opcodes            |             []        []                      |  9
 
921
     parted             |             [] []               []            | 18
 
922
     psmisc             |                       []                      |  7
 
923
     ptx                |             []                  []            | 23
 
924
     pwdutils           |                                               |  1
 
925
     python             |                                               |  0
 
926
     radius             |                []                             |  6
 
927
     recode             |             []        []                      | 22
 
928
     rpm                |             [] []                             | 11
 
929
     screem             |                                               |  1
 
930
     scrollkeeper       |             [] []                     []      | 24
 
931
     sed                |             []        []              []      | 21
 
932
     sh-utils           |             []                                | 15
 
933
     shared-mime-info   |                []               []    []      | 21
 
934
     sharutils          |             []        []              []      | 20
 
935
     silky              |                                               |  3
 
936
     skencil            |                                               |  6
 
937
     sketch             |                                               |  6
 
938
     solfege            |                                               |  4
 
939
     soundtracker       |             []                                |  8
 
940
     sp                 |             []                                |  3
 
941
     stardict           |                []     []        []    []      | 10
 
942
     tar                |             [] []     []              []      | 15
 
943
     texinfo            |             []                  []            | 14
 
944
     textutils          |             []                  []    []      | 17
 
945
     tin                |                                               |  1
 
946
     tp-robot           |                       []        []    []      |  8
 
947
     tuxpaint           |             []        [] []     []            | 34
 
948
     unicode-han-tra... |                                               |  0
 
949
     unicode-transla... |                                               |  2
 
950
     util-linux         |             [] []     []                      | 18
 
951
     vorbis-tools       |                []                             | 10
 
952
     wastesedge         |                                               |  1
 
953
     wdiff              |             []        []                      | 22
 
954
     wget               |             []        []                      |  7
 
955
     xchat              |                []     []        []    []      | 26
 
956
     xkeyboard-config   |                       []                      |  2
 
957
     xpad               |                       []                      |  5
 
958
                        +-----------------------------------------------+
 
959
       73 teams           ta tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
 
960
      149 domains          0  0  0  1 77 30  0  92 16  0  42    32    0  1746
263
961
 
264
962
   Some counters in the preceding matrix are higher than the number of
265
963
visible blocks let us expect.  This is because a few extra PO files are
272
970
lag between the mere existence a PO file and its wide availability in a
273
971
distribution.
274
972
 
275
 
   If May 2001 seems to be old, you may fetch a more recent copy of
 
973
   If May 2005 seems to be old, you may fetch a more recent copy of
276
974
this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
277
975
matrix with full percentage details can be found at
278
976
`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
279
977
 
280
 
Using `gettext' in new packages
281
 
===============================
 
978
1.6 Using `gettext' in new packages
 
979
===================================
282
980
 
283
 
   If you are writing a freely available program and want to
 
981
If you are writing a freely available program and want to
284
982
internationalize it you are welcome to use GNU `gettext' in your
285
 
package.  Of course the GNU Public License applies to your sources from
286
 
then if you include `gettext' directly in your distribution on but
287
 
since you are writing free software anyway this is no restriction.
 
983
package.  Of course you have to respect the GNU Library General Public
 
984
License which covers the use of the GNU `gettext' library.  This means
 
985
in particular that even non-free programs can use `libintl' as a shared
 
986
library, whereas only free software can use `libintl' as a static
 
987
library or use modified versions of `libintl'.
288
988
 
289
 
   Once the sources are change appropriately and the setup can handle to
290
 
use of `gettext' the only thing missing are the translations.  The Free
291
 
Translation Project is also available for packages which are not
 
989
   Once the sources are changed appropriately and the setup can handle
 
990
the use of `gettext' the only thing missing are the translations.  The
 
991
Free Translation Project is also available for packages which are not
292
992
developed inside the GNU project.  Therefore the information given above
293
993
applies also for every other Free Software Project.  Contact
294
994
`translation@iro.umontreal.ca' to make the `.pot' files available to