~ubuntu-branches/ubuntu/saucy/libpwquality/saucy

« back to all changes in this revision

Viewing changes to ABOUT-NLS

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Iain Lane, Michael Biebl
  • Date: 2013-05-25 08:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130525080437-whpk2a9hdorhcut2
Tags: 1.2.1-1
[ Iain Lane ]
* Pass python version correctly 

[ Michael Biebl ]
* Upload to unstable.
* New upstream release.
* Use uploaders.mk to substitute @GNOME_TEAM@ in control.in.
* Split off the man page and configuration file from libpwquality1 into a new
  binary package named libpwquality-common and make libpwquality1 depend on
  it.
* With those files split off, mark the packages as multi-arch enabled.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
available translations.  They tell how people wanting to contribute and
19
19
work on translations can contact the appropriate team.
20
20
 
21
 
1.1 INSTALL Matters
 
21
   When reporting bugs in the `intl/' directory or bugs which may be
 
22
related to internationalization, you should tell about the version of
 
23
`gettext' which is used.  The information can be found in the
 
24
`intl/VERSION' file, in internationalized packages.
 
25
 
 
26
1.1 Quick configuration advice
 
27
==============================
 
28
 
 
29
If you want to exploit the full power of internationalization, you
 
30
should configure it using
 
31
 
 
32
     ./configure --with-included-gettext
 
33
 
 
34
to force usage of internationalizing routines provided within this
 
35
package, despite the existence of internationalizing capabilities in the
 
36
operating system where this package is being installed.  So far, only
 
37
the `gettext' implementation in the GNU C library version 2 provides as
 
38
many features (such as locale alias, message inheritance, automatic
 
39
charset conversion or plural form handling) as the implementation here.
 
40
It is also not possible to offer this additional functionality on top
 
41
of a `catgets' implementation.  Future versions of GNU `gettext' will
 
42
very likely convey even more functionality.  So it might be a good idea
 
43
to change to GNU `gettext' as soon as possible.
 
44
 
 
45
   So you need _not_ provide this option if you are using GNU libc 2 or
 
46
you have installed a recent copy of the GNU gettext package with the
 
47
included `libintl'.
 
48
 
 
49
1.2 INSTALL Matters
22
50
===================
23
51
 
24
52
Some packages are "localizable" when properly installed; the programs
28
56
 
29
57
   By default, this package will be installed to allow translation of
30
58
messages.  It will automatically detect whether the system already
31
 
provides the GNU `gettext' functions.  Installers may use special
32
 
options at configuration time for changing the default behaviour.  The
33
 
command:
 
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:
34
65
 
 
66
     ./configure --with-included-gettext
35
67
     ./configure --disable-nls
36
68
 
37
 
will _totally_ disable translation of messages.
 
69
will, respectively, bypass any pre-existing `gettext' to use the
 
70
internationalizing routines provided within this package, or else,
 
71
_totally_ disable translation of messages.
38
72
 
39
73
   When you already have GNU `gettext' installed on your system and run
40
74
configure without an option for your new package, `configure' will
41
 
probably detect the previously built and installed `libintl' library
42
 
and will decide to use it.  If not, you may have to to use the
43
 
`--with-libintl-prefix' option to tell `configure' where to look for it.
 
75
probably detect the previously built and installed `libintl.a' file and
 
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
 
80
 
 
81
     ./configure --with-included-gettext
 
82
 
 
83
to prevent auto-detection.
 
84
 
 
85
   The configuration process will not test for the `catgets' function
 
86
and therefore it will not be used.  The reason is that even an
 
87
emulation of `gettext' on top of `catgets' could not provide all the
 
88
extensions of the GNU `gettext' library.
44
89
 
45
90
   Internationalized packages usually have many `po/LL.po' files, where
46
91
LL gives an ISO 639 two-letter code identifying the language.  Unless
51
96
`LINGUAS' should then contain a space separated list of two-letter
52
97
codes, stating which languages are allowed.
53
98
 
54
 
1.2 Using This Package
 
99
1.3 Using This Package
55
100
======================
56
101
 
57
102
As a user, if your language has been installed for this package, you
58
103
only have to set the `LANG' environment variable to the appropriate
59
 
`LL_CC' combination.  If you happen to have the `LC_ALL' or some other
60
 
`LC_xxx' environment variables set, you should unset them before
61
 
setting `LANG', otherwise the setting of `LANG' will not have the
62
 
desired effect.  Here `LL' is an ISO 639 two-letter language code, and
63
 
`CC' is an ISO 3166 two-letter country code.  For example, let's
 
104
`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
 
105
and `CC' is an ISO 3166 two-letter country code.  For example, let's
64
106
suppose that you speak German and live in Germany.  At the shell
65
107
prompt, merely execute `setenv LANG de_DE' (in `csh'),
66
108
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
103
145
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
104
146
(Portuguese as spoken in Portugal) in this context.
105
147
 
106
 
1.3 Translating Teams
 
148
1.4 Translating Teams
107
149
=====================
108
150
 
109
151
For the Free Translation Project to be a success, we need interested
111
153
able to synergize with other translators speaking the same language.
112
154
Each translation team has its own mailing list.  The up-to-date list of
113
155
teams can be found at the Free Translation Project's homepage,
114
 
`http://translationproject.org/', in the "Teams" area.
 
156
`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
 
157
area.
115
158
 
116
159
   If you'd like to volunteer to _work_ at translating messages, you
117
160
should become a member of the translating team for your own language.
125
168
_actively_ in translations, or at solving translational difficulties,
126
169
rather than merely lurking around.  If your team does not exist yet and
127
170
you want to start one, or if you are unsure about what to do or how to
128
 
get started, please write to `coordinator@translationproject.org' to
129
 
reach the coordinator for all translator teams.
 
171
get started, please write to `translation@iro.umontreal.ca' to reach the
 
172
coordinator for all translator teams.
130
173
 
131
174
   The English team is special.  It works at improving and uniformizing
132
 
the terminology in use.  Proven linguistic skills are praised more than
133
 
programming skills, here.
 
175
the terminology in use.  Proven linguistic skill are praised more than
 
176
programming skill, here.
134
177
 
135
 
1.4 Available Packages
 
178
1.5 Available Packages
136
179
======================
137
180
 
138
181
Languages are not equally supported in all packages.  The following
139
 
matrix shows the current state of internationalization, as of June
140
 
2010.  The matrix shows, in regard of each package, for which languages
 
182
matrix shows the current state of internationalization, as of July
 
183
2006.  The matrix shows, in regard of each package, for which languages
141
184
PO files have been submitted to translation coordination, with a
142
185
translation percentage of at least 50%.
143
186
 
144
 
     Ready PO files       af am an ar as ast az be be@latin bg bn_IN bs ca
 
187
     Ready PO files       af am ar az be bg bs ca cs cy da de el en en_GB eo
 
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
     bison-runtime      |                                  []                |
 
203
     bluez-pin          | []                      []       [] []          [] |
 
204
     cflow              |                               []                   |
 
205
     clisp              |                                  []    []          |
 
206
     console-tools      |                         []       []                |
 
207
     coreutils          |                []    []       [] []                |
 
208
     cpio               |                                                    |
 
209
     cpplib             |                      []       [] []                |
 
210
     cryptonit          |                                  []                |
 
211
     darkstat           |                []             () []                |
 
212
     dialog             |                      [] [] [] [] [] []             |
 
213
     diffutils          |                      [] []    [] [] []          [] |
 
214
     doodle             |                                  []                |
 
215
     e2fsprogs          |                         []       []                |
 
216
     enscript           |                      []       [] []        []      |
 
217
     error              |                      []       [] []        []      |
 
218
     fetchmail          |                      []       [] () []             |
 
219
     fileutils          |                               [] []                |
 
220
     findutils          |                []    []       []                   |
 
221
     flex               |                      []       [] []                |
 
222
     fslint             |                                  []                |
 
223
     gas                |                                                    |
 
224
     gawk               |                      []       [] []                |
 
225
     gbiff              |                                  []                |
 
226
     gcal               |                      []                            |
 
227
     gcc                |                                  []                |
 
228
     gettext-examples   | []                   []          [] []          [] |
 
229
     gettext-runtime    |             []       []       [] []             [] |
 
230
     gettext-tools      |                      []          []                |
 
231
     gimp-print         |                         []    [] []        []      |
 
232
     gip                |                []                                  |
 
233
     gliv               |                                  []                |
 
234
     glunarclock        |                []                                  |
 
235
     gmult              | []                               []                |
 
236
     gnubiff            |                                  ()                |
 
237
     gnucash            |                                  () ()     []      |
 
238
     gnucash-glossary   |                               [] ()                |
 
239
     gnuedu             |                                                    |
 
240
     gnulib             | []          [] []    []       [] []                |
 
241
     gnunet-gtk         |                                                    |
 
242
     gnutls             |                                                    |
 
243
     gpe-aerial         |                         []       []                |
 
244
     gpe-beam           |                         []       []                |
 
245
     gpe-calendar       |                         []       []                |
 
246
     gpe-clock          |                         []       []                |
 
247
     gpe-conf           |                         []       []                |
 
248
     gpe-contacts       |                                                    |
 
249
     gpe-edit           |                         []                         |
 
250
     gpe-filemanager    |                                                    |
 
251
     gpe-go             |                         []                         |
 
252
     gpe-login          |                         []       []                |
 
253
     gpe-ownerinfo      |                         []       []                |
 
254
     gpe-package        |                                                    |
 
255
     gpe-sketchbook     |                         []       []                |
 
256
     gpe-su             |                         []       []                |
 
257
     gpe-taskmanager    |                         []       []                |
 
258
     gpe-timesheet      |                         []                         |
 
259
     gpe-today          |                         []       []                |
 
260
     gpe-todo           |                                                    |
 
261
     gphoto2            |                         []    [] []        []      |
 
262
     gprof              |                               [] []                |
 
263
     gpsdrive           |                                  ()    ()          |
 
264
     gramadoir          | []                               []                |
 
265
     grep               | []          [] []    []          [] []             |
 
266
     gretl              |                                                    |
 
267
     gsasl              |                                                    |
 
268
     gss                |                                                    |
 
269
     gst-plugins        | []                   [] []    []                   |
 
270
     gst-plugins-base   |                []    []       []                   |
 
271
     gst-plugins-good   | []       []    []    [] []    []           []      |
 
272
     gstreamer          | []             []    [] []    [] []        []      |
 
273
     gtick              | []                               ()                |
 
274
     gtkam              |                         []    [] []                |
 
275
     gtkorphan          |                []                []                |
 
276
     gtkspell           |             []                   [] []          [] |
 
277
     gutenprint         |                               []                   |
 
278
     hello              |                      []       [] [] []          [] |
 
279
     id-utils           |                               [] []                |
 
280
     impost             |                                                    |
 
281
     indent             |                      []          []             [] |
 
282
     iso_3166           |                                  []             [] |
 
283
     iso_3166_1         |                      [] []    [] [] []             |
 
284
     iso_3166_2         |                                                    |
 
285
     iso_3166_3         |                                  []                |
 
286
     iso_4217           |                                  []                |
 
287
     iso_639            |                                  []             [] |
 
288
     jpilot             |                         []                         |
 
289
     jtag               |                                                    |
 
290
     jwhois             |                                                    |
 
291
     kbd                |                         []    [] [] []             |
 
292
     keytouch           |                                                    |
 
293
     keytouch-editor    |                                                    |
 
294
     keytouch-keyboa... |                                                    |
 
295
     latrine            |                                  ()                |
 
296
     ld                 |                               []                   |
 
297
     leafpad            |                []    [] []       [] []             |
 
298
     libc               |                      [] []    [] [] []             |
 
299
     libexif            |                                  []                |
 
300
     libextractor       |                                  []                |
 
301
     libgpewidget       |                         []    [] []                |
 
302
     libgpg-error       |                                  []                |
 
303
     libgphoto2         |                               [] []                |
 
304
     libgphoto2_port    |                               [] []                |
 
305
     libgsasl           |                                                    |
 
306
     libiconv           |                                  []             [] |
 
307
     libidn             |                               []                [] |
 
308
     lifelines          |                               [] ()                |
 
309
     lilypond           |                                  []                |
 
310
     lingoteach         |                                                    |
 
311
     lynx               |                      [] []    [] []                |
 
312
     m4                 |                         []    [] [] []             |
 
313
     mailutils          |                      []                            |
 
314
     make               |                               [] []                |
 
315
     man-db             |                      [] ()    [] []                |
 
316
     minicom            |                         []    [] []                |
 
317
     mysecretdiary      |                               [] []                |
 
318
     nano               |                []    [] ()       []                |
 
319
     nano_1_0           |                      [] ()    [] []                |
 
320
     opcodes            |                                  []                |
 
321
     parted             |                                                    |
 
322
     pilot-qof          |                                            []      |
 
323
     psmisc             |                []                                  |
 
324
     pwdutils           |                                                    |
 
325
     python             |                                                    |
 
326
     qof                |                                                    |
 
327
     radius             |                      []                            |
 
328
     recode             |             []       []       [] [] []          [] |
 
329
     rpm                |                         []    []                   |
 
330
     screem             |                                                    |
 
331
     scrollkeeper       |          [] []       [] [] [] [] []        []      |
 
332
     sed                |                      []          []             [] |
 
333
     sh-utils           |                               [] []                |
 
334
     shared-mime-info   |                []       []                      [] |
 
335
     sharutils          |                []    [] []    [] [] []             |
 
336
     shishi             |                                                    |
 
337
     silky              |                                                    |
 
338
     skencil            |                               [] ()                |
 
339
     sketch             |                               [] ()                |
 
340
     solfege            |                                                    |
 
341
     soundtracker       |                               [] []                |
 
342
     sp                 |                                  []                |
 
343
     stardict           |                         []                         |
 
344
     system-tools-ba... |       []       [] [] [] []    [] [] []     []      |
 
345
     tar                |                []                                  |
 
346
     texinfo            |                               [] []             [] |
 
347
     textutils          |                      []       [] []                |
 
348
     tin                |                                  ()        ()      |
 
349
     tp-robot           |                                  []                |
 
350
     tuxpaint           | []             []             [] []        []      |
 
351
     unicode-han-tra... |                                                    |
 
352
     unicode-transla... |                                                    |
 
353
     util-linux         |                      [] []    [] []                |
 
354
     vorbis-tools       |             []          []    []           []      |
 
355
     wastesedge         |                                  ()                |
 
356
     wdiff              |                      []       [] []        []      |
 
357
     wget               |                      []          []                |
 
358
     xchat              |                []    []          [] []     []      |
 
359
     xkeyboard-config   |                                                    |
 
360
     xpad               |                []             []                   |
 
361
                        +----------------------------------------------------+
 
362
                          af am ar az be bg bs ca cs cy da de el en en_GB eo
 
363
                          11  0  1  2  8 21  1 42 43  2 62 99 18  1  16   16
 
364
 
 
365
                          es et eu fa fi fr  ga gl gu he hi hr hu id is it
145
366
                        +--------------------------------------------------+
146
 
     a2ps               |                       []                      [] |
 
367
     GNUnet             |                                                  |
 
368
     a2ps               |    []       [] []                             () |
147
369
     aegis              |                                                  |
148
 
     ant-phone          |                                                  |
149
 
     anubis             |                                                  |
150
 
     aspell             |                []                             [] |
151
 
     bash               |                                                  |
 
370
     ant-phone          |                []                                |
 
371
     anubis             |                []                                |
 
372
     ap-utils           |             [] []                                |
 
373
     aspell             |                []  []                         [] |
 
374
     bash               | []             []                    []          |
 
375
     batchelor          |                []  []                            |
 
376
     bfd                | []                                               |
 
377
     bibshelf           | []                 []                         [] |
 
378
     binutils           | []          [] []                                |
 
379
     bison              | [] []          []  []                   []    [] |
 
380
     bison-runtime      |    []          []  []                   []    [] |
 
381
     bluez-pin          |             [] []  []                [] []       |
 
382
     cflow              |                                                  |
 
383
     clisp              | []             []                                |
 
384
     console-tools      |                                                  |
 
385
     coreutils          | [] []       [] []  []                []          |
 
386
     cpio               | []             []  []                            |
 
387
     cpplib             | []             []                                |
 
388
     cryptonit          |                []                                |
 
389
     darkstat           | []             ()  []                [] []       |
 
390
     dialog             | [] [] []    [] []  []                []       [] |
 
391
     diffutils          | []          [] []  [] []    []       [] []    [] |
 
392
     doodle             |                    []                         [] |
 
393
     e2fsprogs          | []             []                             [] |
 
394
     enscript           |                []  []             []             |
 
395
     error              | []          [] []  []                []          |
 
396
     fetchmail          | []                                               |
 
397
     fileutils          | [] []          []  []                []       [] |
 
398
     findutils          |    []          []  []                []          |
 
399
     flex               | []             []  []                            |
 
400
     fslint             |                []                                |
 
401
     gas                | []             []                                |
 
402
     gawk               | []             []  []       []                   |
 
403
     gbiff              |                []                                |
 
404
     gcal               | []             []                                |
 
405
     gcc                | []                                               |
 
406
     gettext-examples   | []             []  []                []       [] |
 
407
     gettext-runtime    | []          [] []  []                   []    [] |
 
408
     gettext-tools      | []             []                             [] |
 
409
     gimp-print         | []             []                                |
 
410
     gip                | []    []       []                                |
 
411
     gliv               |                ()                                |
 
412
     glunarclock        |             []     []                []          |
 
413
     gmult              |       []       []                             [] |
 
414
     gnubiff            |                ()                             () |
 
415
     gnucash            | ()             ()                    ()          |
 
416
     gnucash-glossary   | []                                            [] |
 
417
     gnuedu             | []                                               |
 
418
     gnulib             | [] [] []    [] []  [] []             []          |
 
419
     gnunet-gtk         |                                                  |
 
420
     gnutls             |                                                  |
 
421
     gpe-aerial         | []             []                                |
 
422
     gpe-beam           | []             []                                |
 
423
     gpe-calendar       | []             []                    [] []       |
 
424
     gpe-clock          | []          [] []                    []          |
 
425
     gpe-conf           |                []                                |
 
426
     gpe-contacts       | []             []                                |
 
427
     gpe-edit           | []             []                    [] []       |
 
428
     gpe-filemanager    | []                                               |
 
429
     gpe-go             | []             []                    []          |
 
430
     gpe-login          | []             []                    []          |
 
431
     gpe-ownerinfo      | []          [] []                    [] []       |
 
432
     gpe-package        | []                                               |
 
433
     gpe-sketchbook     | []             []                                |
 
434
     gpe-su             | []          [] []                    []          |
 
435
     gpe-taskmanager    | []          [] []                                |
 
436
     gpe-timesheet      | []             []  []                   []       |
 
437
     gpe-today          | []          [] []  []                            |
 
438
     gpe-todo           | []                                               |
 
439
     gphoto2            | []          [] []                    []       [] |
 
440
     gprof              | []             []  []                   []       |
 
441
     gpsdrive           | ()             ()                    []       () |
 
442
     gramadoir          |                []  []                            |
 
443
     grep               | [] [] []    [] []  [] []    []    [] [] []    [] |
 
444
     gretl              | []             []                             [] |
 
445
     gsasl              |                    []                            |
 
446
     gss                |                []                                |
 
447
     gst-plugins        |                []                    []       [] |
 
448
     gst-plugins-base   |                                      []       [] |
 
449
     gst-plugins-good   |       []                             []       [] |
 
450
     gstreamer          |             []                       []       [] |
 
451
     gtick              |       []    [] []  []                         [] |
 
452
     gtkam              | []             []                    []       [] |
 
453
     gtkorphan          |                []                             [] |
 
454
     gtkspell           | []    []    [] []  []                         [] |
 
455
     gutenprint         |                                      []          |
 
456
     hello              | [] [] [] [] [] []  [] []    []    [] [] []    [] |
 
457
     id-utils           |                []  []                [] []    [] |
 
458
     impost             |                []  []                            |
 
459
     indent             | [] [] []    [] []  [] []             [] []    [] |
 
460
     iso_3166           |             [] []                    []          |
 
461
     iso_3166_1         | []    []    [] []  []                [] []       |
 
462
     iso_3166_2         |                []                                |
 
463
     iso_3166_3         |                []                                |
 
464
     iso_4217           |    []       []        []             []          |
 
465
     iso_639            |          [] [] []  []                []          |
 
466
     jpilot             | []             []                                |
 
467
     jtag               |                []                                |
 
468
     jwhois             | []             []                    [] []    [] |
 
469
     kbd                | []             []                                |
 
470
     keytouch           |                    []                            |
 
471
     keytouch-editor    |                    []                            |
 
472
     keytouch-keyboa... |                    []                            |
 
473
     latrine            |                []  []                         [] |
 
474
     ld                 | []             []                                |
 
475
     leafpad            | []             []  []       []       []       [] |
 
476
     libc               | []          [] []     []             []          |
 
477
     libexif            | []                                               |
 
478
     libextractor       |                    []                            |
 
479
     libgpewidget       | []             []  []                [] []       |
 
480
     libgpg-error       |                                                  |
 
481
     libgphoto2         | []             []                             [] |
 
482
     libgphoto2_port    |                []                             [] |
 
483
     libgsasl           |                []  []                            |
 
484
     libiconv           |                    []                            |
 
485
     libidn             |                []                             [] |
 
486
     lifelines          |                ()                                |
 
487
     lilypond           |                []                                |
 
488
     lingoteach         |                []                       []    [] |
 
489
     lynx               |    []                                []       [] |
 
490
     m4                 |                []  [] []                []       |
 
491
     mailutils          | []             []                                |
 
492
     make               | []          [] []  [] []    []    []    []       |
 
493
     man-db             | ()                                               |
 
494
     minicom            | []          [] []                    []          |
 
495
     mysecretdiary      | []             []                       []       |
 
496
     nano               |       []    () []  []                []       [] |
 
497
     nano_1_0           | []             []     []                []    [] |
 
498
     opcodes            | []          [] []  []                            |
 
499
     parted             | []             []                       []    [] |
 
500
     pilot-qof          |                                                  |
 
501
     psmisc             |       []                             []       [] |
 
502
     pwdutils           |                                                  |
 
503
     python             |                                                  |
 
504
     qof                |                                                  |
 
505
     radius             | []             []                                |
 
506
     recode             | []             []  [] []    []       [] []    [] |
 
507
     rpm                |                []                       []       |
 
508
     screem             |                                                  |
 
509
     scrollkeeper       | []          []                       []          |
 
510
     sed                | [] []          []  []                []          |
 
511
     sh-utils           | [] []       [] []  []                []       [] |
 
512
     shared-mime-info   | []    []    [] []                    []       [] |
 
513
     sharutils          | [] []       [] []  [] []             []       [] |
 
514
     shishi             |                                                  |
 
515
     silky              |                []                                |
 
516
     skencil            | []             []                                |
 
517
     sketch             | []             []                                |
 
518
     solfege            |                                               [] |
 
519
     soundtracker       | []             []                             [] |
 
520
     sp                 |                []                                |
 
521
     stardict           |                                      []          |
 
522
     system-tools-ba... | []    []    [] []                 [] [] []    [] |
 
523
     tar                | [] []          []  []                []       [] |
 
524
     texinfo            |                []           []                   |
 
525
     textutils          | []             []  [] []             []          |
 
526
     tin                |    []          ()                                |
 
527
     tp-robot           |             [] []  []                []          |
 
528
     tuxpaint           |                    []                []          |
 
529
     unicode-han-tra... |                                                  |
 
530
     unicode-transla... |                []  []                            |
 
531
     util-linux         | [] []       [] []                    [] []    [] |
 
532
     vorbis-tools       | []             []                                |
 
533
     wastesedge         |                ()                                |
 
534
     wdiff              | [] []          []  [] []             [] []    [] |
 
535
     wget               |    []       [] []  []             [] [] []    [] |
 
536
     xchat              | []    []    [] []        []    []    []       [] |
 
537
     xkeyboard-config   |             [] []                    []       [] |
 
538
     xpad               | []                 []                []          |
 
539
                        +--------------------------------------------------+
 
540
                          es et eu fa fi fr  ga gl gu he hi hr hu id is it
 
541
                          89 21 16  2 41 119 61 14  1  8  1  6 61 30  0 53
 
542
 
 
543
                          ja ko ku ky lg lt lv mk mn ms mt nb ne nl  nn no
 
544
                        +--------------------------------------------------+
 
545
     GNUnet             |                                                  |
 
546
     a2ps               |    ()                      []          []     () |
 
547
     aegis              |                                        ()        |
 
548
     ant-phone          |                                        []        |
 
549
     anubis             |                            []    []    []        |
 
550
     ap-utils           |                            []                    |
 
551
     aspell             |                         []             []        |
 
552
     bash               |                                        []        |
 
553
     batchelor          |                            []          []        |
152
554
     bfd                |                                                  |
153
 
     bibshelf           |                []                                |
 
555
     bibshelf           |                            []                    |
154
556
     binutils           |                                                  |
155
 
     bison              |                                                  |
156
 
     bison-runtime      |                []                                |
157
 
     bluez-pin          | []             []                                |
158
 
     bombono-dvd        |                                                  |
159
 
     buzztard           |                                                  |
 
557
     bison              |                            []    []    []        |
 
558
     bison-runtime      |                            []    []    []        |
 
559
     bluez-pin          |       []                   []          []        |
160
560
     cflow              |                                                  |
161
 
     clisp              |                                                  |
162
 
     coreutils          |                                   []          [] |
 
561
     clisp              |                                        []        |
 
562
     console-tools      |                                                  |
 
563
     coreutils          |                                        []        |
163
564
     cpio               |                                                  |
164
 
     cppi               |                                                  |
165
 
     cpplib             |                                               [] |
166
 
     cryptsetup         |                                                  |
167
 
     dfarc              |                                                  |
168
 
     dialog             |                             []                [] |
169
 
     dico               |                                                  |
170
 
     diffutils          |                                               [] |
171
 
     dink               |                                                  |
 
565
     cpplib             |                                        []        |
 
566
     cryptonit          |                                        []        |
 
567
     darkstat           |                            []          []        |
 
568
     dialog             |                            []          []        |
 
569
     diffutils          | []                         []          []        |
172
570
     doodle             |                                                  |
173
 
     e2fsprogs          |                                               [] |
174
 
     enscript           |                                               [] |
175
 
     exif               |                                                  |
176
 
     fetchmail          |                                               [] |
177
 
     findutils          |                                   []             |
178
 
     flex               |                                               [] |
179
 
     freedink           |                                                  |
 
571
     e2fsprogs          |                                        []        |
 
572
     enscript           |                                        []        |
 
573
     error              |                                        []        |
 
574
     fetchmail          | []                                     []        |
 
575
     fileutils          | []          []                                   |
 
576
     findutils          |                                        []        |
 
577
     flex               |    []                                  []        |
 
578
     fslint             |                            []          []        |
180
579
     gas                |                                                  |
181
 
     gawk               |                []                             [] |
182
 
     gcal               |                                               [] |
 
580
     gawk               | []                                     []        |
 
581
     gbiff              |                                        []        |
 
582
     gcal               |                                                  |
183
583
     gcc                |                                                  |
184
 
     gettext-examples   | []             []                 []          [] |
185
 
     gettext-runtime    |                                   []          [] |
186
 
     gettext-tools      |                                   []          [] |
187
 
     gip                |                                   []             |
188
 
     gjay               |                                                  |
189
 
     gliv               |                                   []             |
190
 
     glunarclock        |                []                 []             |
 
584
     gettext-examples   | []                                     []        |
 
585
     gettext-runtime    | [] []                                  []        |
 
586
     gettext-tools      | [] []                                            |
 
587
     gimp-print         | []                                     []        |
 
588
     gip                |                            []          []        |
 
589
     gliv               |                                        []        |
 
590
     glunarclock        |                            []          []        |
 
591
     gmult              | []                         []                    |
191
592
     gnubiff            |                                                  |
192
 
     gnucash            |                                               [] |
 
593
     gnucash            | ()                               ()              |
 
594
     gnucash-glossary   |                                        []        |
193
595
     gnuedu             |                                                  |
194
 
     gnulib             |                                                  |
195
 
     gnunet             |                                                  |
 
596
     gnulib             | [] []                      []          []        |
196
597
     gnunet-gtk         |                                                  |
197
598
     gnutls             |                                                  |
198
 
     gold               |                                                  |
199
 
     gpe-aerial         |                                                  |
200
 
     gpe-beam           |                                                  |
201
 
     gpe-bluetooth      |                                                  |
202
 
     gpe-calendar       |                                                  |
203
 
     gpe-clock          |                []                                |
204
 
     gpe-conf           |                                                  |
205
 
     gpe-contacts       |                                                  |
206
 
     gpe-edit           |                                                  |
207
 
     gpe-filemanager    |                                                  |
208
 
     gpe-go             |                                                  |
209
 
     gpe-login          |                                                  |
210
 
     gpe-ownerinfo      |                []                                |
211
 
     gpe-package        |                                                  |
212
 
     gpe-sketchbook     |                                                  |
213
 
     gpe-su             |                []                                |
214
 
     gpe-taskmanager    |                []                                |
215
 
     gpe-timesheet      |                []                                |
216
 
     gpe-today          |                []                                |
 
599
     gpe-aerial         |                                        []        |
 
600
     gpe-beam           |                                        []        |
 
601
     gpe-calendar       |                                        []        |
 
602
     gpe-clock          |    []                                  []        |
 
603
     gpe-conf           |    []                                  []        |
 
604
     gpe-contacts       |    []                                            |
 
605
     gpe-edit           |    []                                  []        |
 
606
     gpe-filemanager    |    []                                            |
 
607
     gpe-go             |    []                                  []        |
 
608
     gpe-login          |    []                                  []        |
 
609
     gpe-ownerinfo      |                                        []        |
 
610
     gpe-package        |    []                                            |
 
611
     gpe-sketchbook     |    []                                  []        |
 
612
     gpe-su             |    []                                  []        |
 
613
     gpe-taskmanager    |    [] []                               []        |
 
614
     gpe-timesheet      |                                        []        |
 
615
     gpe-today          |                                        []        |
217
616
     gpe-todo           |                                                  |
218
 
     gphoto2            |                                                  |
219
 
     gprof              |                                   []             |
220
 
     gpsdrive           |                                                  |
221
 
     gramadoir          |                                                  |
222
 
     grep               |                                                  |
223
 
     grub               |                []                             [] |
224
 
     gsasl              |                                                  |
 
617
     gphoto2            | []                                     []        |
 
618
     gprof              |                                                  |
 
619
     gpsdrive           | ()                                     ()     () |
 
620
     gramadoir          |                                        ()        |
 
621
     grep               | []                               []    []        |
 
622
     gretl              |                                                  |
 
623
     gsasl              |                                        []        |
225
624
     gss                |                                                  |
226
 
     gst-plugins-bad    |                                   []             |
227
 
     gst-plugins-base   |                                   []             |
228
 
     gst-plugins-good   |                                   []             |
229
 
     gst-plugins-ugly   |                                   []             |
230
 
     gstreamer          | []                                []          [] |
231
 
     gtick              |                                                  |
232
 
     gtkam              |                       []                         |
233
 
     gtkorphan          |                                   []             |
234
 
     gtkspell           | []             []     []                         |
 
625
     gst-plugins        |                                        []        |
 
626
     gst-plugins-base   |                                                  |
 
627
     gst-plugins-good   |                                        []        |
 
628
     gstreamer          |                                        []        |
 
629
     gtick              |                                        []        |
 
630
     gtkam              | []                                               |
 
631
     gtkorphan          |                                        []        |
 
632
     gtkspell           |                         []             []        |
235
633
     gutenprint         |                                                  |
236
 
     hello              |                                   []             |
237
 
     help2man           |                                                  |
238
 
     hylafax            |                                                  |
239
 
     idutils            |                                                  |
240
 
     indent             |                                   []          [] |
241
 
     iso_15924          |                                                  |
242
 
     iso_3166           | []          []        []          []  []   [] [] |
243
 
     iso_3166_2         |                                                  |
244
 
     iso_4217           |                                                  |
245
 
     iso_639            |             [] []     []              []         |
246
 
     iso_639_3          |                                                  |
247
 
     jwhois             |                                                  |
248
 
     kbd                |                                                  |
249
 
     keytouch           |                                               [] |
 
634
     hello              | [] []             []       []    []    []  [] [] |
 
635
     id-utils           |                                        []        |
 
636
     impost             |                                                  |
 
637
     indent             | []                                     []        |
 
638
     iso_3166           |                                        []        |
 
639
     iso_3166_1         |                                        []     [] |
 
640
     iso_3166_2         |                                        []        |
 
641
     iso_3166_3         |                                        []        |
 
642
     iso_4217           | []                      []             []        |
 
643
     iso_639            | []                                     []        |
 
644
     jpilot             | ()                                     ()     () |
 
645
     jtag               |                                                  |
 
646
     jwhois             |                                        []        |
 
647
     kbd                |                                        []        |
 
648
     keytouch           |                                        []        |
250
649
     keytouch-editor    |                                                  |
251
 
     keytouch-keyboa... |                                               [] |
252
 
     klavaro            |          []                                      |
253
 
     latrine            |                                                  |
254
 
     ld                 |                                   []             |
255
 
     leafpad            |                                   []          [] |
256
 
     libc               |                                   []          [] |
257
 
     libexif            |                       ()                         |
 
650
     keytouch-keyboa... |                                                  |
 
651
     latrine            |                                        []        |
 
652
     ld                 |                                                  |
 
653
     leafpad            | []             []                                |
 
654
     libc               | [] []                            []    []     [] |
 
655
     libexif            |                                                  |
258
656
     libextractor       |                                                  |
259
 
     libgnutls          |                                                  |
260
 
     libgpewidget       |                                                  |
 
657
     libgpewidget       |                                        []        |
261
658
     libgpg-error       |                                                  |
262
 
     libgphoto2         |                                                  |
263
 
     libgphoto2_port    |                                                  |
264
 
     libgsasl           |                                                  |
265
 
     libiconv           |                                   []             |
266
 
     libidn             |                                                  |
267
 
     lifelines          |                                                  |
268
 
     liferea            |                             []                [] |
 
659
     libgphoto2         | []                                               |
 
660
     libgphoto2_port    | []                                               |
 
661
     libgsasl           |                                        []        |
 
662
     libiconv           |                                                  |
 
663
     libidn             | []                                     []        |
 
664
     lifelines          |                                        []        |
269
665
     lilypond           |                                                  |
270
 
     linkdr             |          []                                      |
271
 
     lordsawar          |                                                  |
272
 
     lprng              |                                                  |
273
 
     lynx               |                                               [] |
274
 
     m4                 |                                                  |
275
 
     mailfromd          |                                                  |
 
666
     lingoteach         |                                        []        |
 
667
     lynx               | []                                     []        |
 
668
     m4                 | []                                     []        |
276
669
     mailutils          |                                                  |
277
 
     make               |                                                  |
278
 
     man-db             |                                                  |
279
 
     man-db-manpages    |                                                  |
280
 
     minicom            |                                                  |
281
 
     mkisofs            |                                                  |
282
 
     myserver           |                                                  |
283
 
     nano               |                                   []          [] |
284
 
     opcodes            |                                                  |
285
 
     parted             |                                                  |
286
 
     pies               |                                                  |
287
 
     popt               |                                                  |
288
 
     psmisc             |                                                  |
289
 
     pspp               |                                               [] |
 
670
     make               | [] []                                  []        |
 
671
     man-db             | ()                                               |
 
672
     minicom            | []                                               |
 
673
     mysecretdiary      |                                        []        |
 
674
     nano               |                            []    []    []        |
 
675
     nano_1_0           |                            []    []        []    |
 
676
     opcodes            |                                        []        |
 
677
     parted             | []                                     []        |
 
678
     pilot-qof          |                                                  |
 
679
     psmisc             | []                               []    []        |
290
680
     pwdutils           |                                                  |
291
 
     radius             |                                               [] |
292
 
     recode             |                       []                      [] |
293
 
     rosegarden         |                                                  |
294
 
     rpm                |                                                  |
295
 
     rush               |                                                  |
296
 
     sarg               |                                                  |
297
 
     screem             |                                                  |
298
 
     scrollkeeper       |                    [] []                      [] |
299
 
     sed                |                []                             [] |
300
 
     sharutils          |                                   []          [] |
 
681
     python             |                                                  |
 
682
     qof                |                                                  |
 
683
     radius             |                                                  |
 
684
     recode             |                                        []        |
 
685
     rpm                | [] []                                            |
 
686
     screem             | []                                               |
 
687
     scrollkeeper       |                                  [] [] []  []    |
 
688
     sed                | []                                     []        |
 
689
     sh-utils           | []                               []              |
 
690
     shared-mime-info   |    []          []                []    []  []    |
 
691
     sharutils          | []                                     []        |
301
692
     shishi             |                                                  |
 
693
     silky              |                                        []        |
302
694
     skencil            |                                                  |
 
695
     sketch             |                                                  |
303
696
     solfege            |                                                  |
304
 
     solfege-manual     |                                                  |
305
697
     soundtracker       |                                                  |
306
 
     sp                 |                                                  |
307
 
     sysstat            |                                                  |
308
 
     tar                |                                   []             |
309
 
     texinfo            |                                                  |
 
698
     sp                 | ()                                               |
 
699
     stardict           |                      []                []        |
 
700
     system-tools-ba... | [] []          []                      []        |
 
701
     tar                | []       []                            []        |
 
702
     texinfo            | []                               []    []        |
 
703
     textutils          | [] []                            []              |
310
704
     tin                |                                                  |
 
705
     tp-robot           |                                        []        |
 
706
     tuxpaint           |                                            []    |
311
707
     unicode-han-tra... |                                                  |
312
708
     unicode-transla... |                                                  |
313
 
     util-linux-ng      |                                               [] |
314
 
     vice               |                                                  |
315
 
     vmm                |                                                  |
316
 
     vorbis-tools       |                                                  |
317
 
     wastesedge         |                                                  |
318
 
     wdiff              |                                                  |
319
 
     wget               |                       []                      [] |
320
 
     wyslij-po          |                                                  |
321
 
     xchat              |                []     []          []          [] |
322
 
     xdg-user-dirs      | []    []    [] []     []    []    []  []      [] |
323
 
     xkeyboard-config   |                                   []          [] |
 
709
     util-linux         | []                                     []        |
 
710
     vorbis-tools       |                                        []        |
 
711
     wastesedge         |                                        []        |
 
712
     wdiff              |                            []    []              |
 
713
     wget               | []                                     []        |
 
714
     xchat              | [] []                []                []        |
 
715
     xkeyboard-config   |                                        []        |
 
716
     xpad               |    []                      []          []        |
324
717
                        +--------------------------------------------------+
325
 
                          af am an ar as ast az be be@latin bg bn_IN bs ca
326
 
                           6  0  1  2  3 19   1 10     3    28   3    1 38
327
 
 
328
 
                          crh cs da  de  el en en_GB en_ZA eo es et eu fa
329
 
                        +-------------------------------------------------+
330
 
     a2ps               |     [] []  []  []     []            [] []       |
331
 
     aegis              |        []  []                       []          |
332
 
     ant-phone          |        []  ()                                   |
333
 
     anubis             |        []  []                                   |
334
 
     aspell             |     [] []  []         []            []          |
335
 
     bash               |     []                           [] []          |
336
 
     bfd                |                                     []          |
337
 
     bibshelf           |        []  []                       []          |
338
 
     binutils           |                                     []          |
339
 
     bison              |            []  []                               |
340
 
     bison-runtime      |        []  []  []                      []       |
341
 
     bluez-pin          |     [] []  []  []                [] []          |
342
 
     bombono-dvd        |        []                                       |
343
 
     buzztard           |     [] []  []                                   |
344
 
     cflow              |        []  []                                   |
345
 
     clisp              |        []  []     []                []          |
346
 
     coreutils          |     [] []  []                          []       |
347
 
     cpio               |                                                 |
348
 
     cppi               |                                                 |
349
 
     cpplib             |        []  []                       []          |
350
 
     cryptsetup         |            []                                   |
351
 
     dfarc              |        []  []                       []          |
352
 
     dialog             |        []  []                    [] []    []    |
353
 
     dico               |                                                 |
354
 
     diffutils          |     [] []  []  []                [] []          |
355
 
     dink               |        []  []                       []          |
356
 
     doodle             |            []                                   |
357
 
     e2fsprogs          |     []     []                       []          |
358
 
     enscript           |        []  []         []                        |
359
 
     exif               |     () []  []                                   |
360
 
     fetchmail          |     [] []  ()  []     []            []          |
361
 
     findutils          |     [] []  []                                   |
362
 
     flex               |            []                       []          |
363
 
     freedink           |        []  []                       []          |
364
 
     gas                |                                     []          |
365
 
     gawk               |        []  []                       []          |
366
 
     gcal               |                                     []          |
367
 
     gcc                |            []                       []          |
368
 
     gettext-examples   |            []  []                [] []          |
369
 
     gettext-runtime    |        []  []                    [] []          |
370
 
     gettext-tools      |            []                       []    []    |
371
 
     gip                |        []  []                       []    []    |
372
 
     gjay               |            []                                   |
373
 
     gliv               |     [] []  []                                   |
374
 
     glunarclock        |        []  []                                   |
375
 
     gnubiff            |            ()                                   |
376
 
     gnucash            |     []     ()  ()     ()            ()          |
377
 
     gnuedu             |        []                           []          |
378
 
     gnulib             |            []                       []          |
379
 
     gnunet             |                                                 |
380
 
     gnunet-gtk         |        []                                       |
381
 
     gnutls             |     []     []                                   |
382
 
     gold               |                                     []          |
383
 
     gpe-aerial         |     [] []  []                       []          |
384
 
     gpe-beam           |     [] []  []                       []          |
385
 
     gpe-bluetooth      |        []  []                                   |
386
 
     gpe-calendar       |        []                                       |
387
 
     gpe-clock          |     [] []  []                       []          |
388
 
     gpe-conf           |     [] []  []                                   |
389
 
     gpe-contacts       |        []  []                       []          |
390
 
     gpe-edit           |        []  []                                   |
391
 
     gpe-filemanager    |        []  []                       []          |
392
 
     gpe-go             |     [] []  []                       []          |
393
 
     gpe-login          |        []  []                                   |
394
 
     gpe-ownerinfo      |     [] []  []                       []          |
395
 
     gpe-package        |        []  []                       []          |
396
 
     gpe-sketchbook     |     [] []  []                       []          |
397
 
     gpe-su             |     [] []  []                       []          |
398
 
     gpe-taskmanager    |     [] []  []                       []          |
399
 
     gpe-timesheet      |     [] []  []                       []          |
400
 
     gpe-today          |     [] []  []                       []          |
401
 
     gpe-todo           |        []  []                       []          |
402
 
     gphoto2            |     [] []  ()         []            []    []    |
403
 
     gprof              |        []  []                       []          |
404
 
     gpsdrive           |        []                           [] []       |
405
 
     gramadoir          |        []  []                    []             |
406
 
     grep               |     []                                          |
407
 
     grub               |        []  []                                   |
408
 
     gsasl              |            []                                   |
409
 
     gss                |                                                 |
410
 
     gst-plugins-bad    |     [] []  []                       []    []    |
411
 
     gst-plugins-base   |     [] []  []                       []    []    |
412
 
     gst-plugins-good   |     [] []  []  []                   []    []    |
413
 
     gst-plugins-ugly   |     [] []  []  []                   []    []    |
414
 
     gstreamer          |     [] []  []                       []    []    |
415
 
     gtick              |        []  ()                    []             |
416
 
     gtkam              |     [] []  ()                    [] []          |
417
 
     gtkorphan          |     [] []  []                    []             |
418
 
     gtkspell           |     [] []  []  []                [] []    []    |
419
 
     gutenprint         |        []  []         []                        |
420
 
     hello              |        []  []                    [] []          |
421
 
     help2man           |            []                                   |
422
 
     hylafax            |            []                       []          |
423
 
     idutils            |        []  []                                   |
424
 
     indent             |     [] []  []                    [] [] [] []    |
425
 
     iso_15924          |        []      ()                [] []          |
426
 
     iso_3166           | []  [] []  []  ()                [] [] [] ()    |
427
 
     iso_3166_2         |                ()                               |
428
 
     iso_4217           |     [] []  []  ()                   [] []       |
429
 
     iso_639            | []  [] []  []  ()                [] []          |
430
 
     iso_639_3          | []                                              |
431
 
     jwhois             |                                     []          |
432
 
     kbd                |     [] []  []  []                   []          |
433
 
     keytouch           |        []  []                                   |
434
 
     keytouch-editor    |        []  []                                   |
435
 
     keytouch-keyboa... |        []                                       |
436
 
     klavaro            |     [] []  []                    []             |
437
 
     latrine            |        []  ()                                   |
438
 
     ld                 |        []                           []          |
439
 
     leafpad            |     [] []  []  []                   []    []    |
440
 
     libc               |     [] []  []                       []          |
441
 
     libexif            |        []  []         ()                        |
442
 
     libextractor       |                                                 |
443
 
     libgnutls          |     []                                          |
444
 
     libgpewidget       |        []  []                                   |
445
 
     libgpg-error       |     []     []                                   |
446
 
     libgphoto2         |        []  ()                                   |
447
 
     libgphoto2_port    |        []  ()                             []    |
448
 
     libgsasl           |                                                 |
449
 
     libiconv           |     [] []  []                    []    []       |
450
 
     libidn             |     []     []                    []             |
451
 
     lifelines          |        []  ()                                   |
452
 
     liferea            |     []     []  []                   []    []    |
453
 
     lilypond           |     []     []                       []          |
454
 
     linkdr             |        []  []                       []          |
455
 
     lordsawar          |        []                                       |
456
 
     lprng              |                                                 |
457
 
     lynx               |     [] []  []                          []       |
458
 
     m4                 |     [] []  []  []                               |
459
 
     mailfromd          |                                                 |
460
 
     mailutils          |                                     []          |
461
 
     make               |        []  []                       []          |
462
 
     man-db             |                                                 |
463
 
     man-db-manpages    |                                                 |
464
 
     minicom            |     [] []  []                       []          |
465
 
     mkisofs            |                                                 |
466
 
     myserver           |                                                 |
467
 
     nano               |            []                       []    []    |
468
 
     opcodes            |            []                       []          |
469
 
     parted             |     []     []                                   |
470
 
     pies               |                                                 |
471
 
     popt               |     [] []  []                    [] []          |
472
 
     psmisc             |     []     []                             []    |
473
 
     pspp               |                                     []          |
474
 
     pwdutils           |        []                                       |
475
 
     radius             |                                     []          |
476
 
     recode             |     [] []  []  []                [] []          |
477
 
     rosegarden         |     ()     ()                       ()          |
478
 
     rpm                |        []  []                       []          |
479
 
     rush               |                                                 |
480
 
     sarg               |                                                 |
481
 
     screem             |                                                 |
482
 
     scrollkeeper       |     [] []  []         []            []          |
483
 
     sed                |     []     []  []                [] [] []       |
484
 
     sharutils          |        []  []                       [] []       |
485
 
     shishi             |                                                 |
486
 
     skencil            |        []  ()                       []          |
487
 
     solfege            |            []                    []    []       |
488
 
     solfege-manual     |                                  []    []       |
489
 
     soundtracker       |        []  []                       []          |
490
 
     sp                 |            []                                   |
491
 
     sysstat            |        []  []                             []    |
492
 
     tar                |     []     []                          [] []    |
493
 
     texinfo            |            []                    [] []          |
494
 
     tin                |            []                          []       |
495
 
     unicode-han-tra... |                                                 |
496
 
     unicode-transla... |                                                 |
497
 
     util-linux-ng      |     [] []  []                       []          |
498
 
     vice               |        ()  ()                                   |
499
 
     vmm                |            []                                   |
500
 
     vorbis-tools       |     []                           []             |
501
 
     wastesedge         |        []                                       |
502
 
     wdiff              |            []                       []          |
503
 
     wget               |     []     []                          []       |
504
 
     wyslij-po          |                                                 |
505
 
     xchat              |     []     []  []                   [] []       |
506
 
     xdg-user-dirs      | []  [] []  []  []                [] [] [] []    |
507
 
     xkeyboard-config   | []  [] []  []                    [] []          |
508
 
                        +-------------------------------------------------+
509
 
                          crh cs da  de  el en en_GB en_ZA eo es et eu fa
510
 
                           5  64 105 117 18  1   8     0   28 89 18 19  0
511
 
 
512
 
                          fi  fr  ga gl gu he hi hr hu hy id  is it ja ka kn
513
 
                        +----------------------------------------------------+
514
 
     a2ps               | []  []                          []        []       |
515
 
     aegis              |     []                                 []          |
516
 
     ant-phone          |     []                                 []          |
517
 
     anubis             | []  []                          []     []          |
518
 
     aspell             |     []  []                      []     []          |
519
 
     bash               | []  []                          []        []       |
520
 
     bfd                | []  []                          []                 |
521
 
     bibshelf           | []  []  []                      []     []          |
522
 
     binutils           | []  []                          []                 |
523
 
     bison              | []  []  []                      []                 |
524
 
     bison-runtime      | []  []  []                      []     [] []       |
525
 
     bluez-pin          | []  []  []                [] [] []  []    []       |
526
 
     bombono-dvd        | []                                                 |
527
 
     buzztard           |                                 []                 |
528
 
     cflow              | []      []                      []                 |
529
 
     clisp              |     []                                             |
530
 
     coreutils          |     []  []                []    []     []          |
531
 
     cpio               | []  []  []                      []                 |
532
 
     cppi               | []  []                                             |
533
 
     cpplib             | []  []                          []                 |
534
 
     cryptsetup         |     []                          []     []          |
535
 
     dfarc              | []  []                                 []          |
536
 
     dialog             |     []  [] []                   []  [] [] []       |
537
 
     dico               |                                                    |
538
 
     diffutils          | []  []  [] []    []       []    []     [] []       |
539
 
     dink               |     []                                             |
540
 
     doodle             |         []                             []          |
541
 
     e2fsprogs          |     []                          []                 |
542
 
     enscript           |     []  []             []       []                 |
543
 
     exif               | []  []                          []  [] [] []       |
544
 
     fetchmail          |     []                          []     [] []       |
545
 
     findutils          | []  []  []                []    []     []          |
546
 
     flex               | []  []  []                                         |
547
 
     freedink           | []  []                          []                 |
548
 
     gas                |     []                          []                 |
549
 
     gawk               |     []  []       []             []     () []       |
550
 
     gcal               |     []                                             |
551
 
     gcc                |                                 []                 |
552
 
     gettext-examples   | []  []  []                []    []     [] []       |
553
 
     gettext-runtime    | []  []  []                      []     [] []       |
554
 
     gettext-tools      |     []                          []     [] []       |
555
 
     gip                | []  []  [] []                   []        []       |
556
 
     gjay               | []                                                 |
557
 
     gliv               | []  ()                                             |
558
 
     glunarclock        | []      []                []    []                 |
559
 
     gnubiff            |     ()                          []     ()          |
560
 
     gnucash            | ()  ()           ()       ()           () []       |
561
 
     gnuedu             |     []                                 []          |
562
 
     gnulib             | []  []  []                []           [] []       |
563
 
     gnunet             |                                                    |
564
 
     gnunet-gtk         |     []                                             |
565
 
     gnutls             |     []                                 []          |
566
 
     gold               | []                              []                 |
567
 
     gpe-aerial         | []  []                          []                 |
568
 
     gpe-beam           | []  []                          []        []       |
569
 
     gpe-bluetooth      | []                              []     [] []       |
570
 
     gpe-calendar       | []                                        []       |
571
 
     gpe-clock          | []  []                    []    []        []       |
572
 
     gpe-conf           | []  []                          []        []       |
573
 
     gpe-contacts       | []  []                          []        []       |
574
 
     gpe-edit           | []                              []        []       |
575
 
     gpe-filemanager    | []                        []    []        []       |
576
 
     gpe-go             | []  []                    []    []        []       |
577
 
     gpe-login          | []                              []        []       |
578
 
     gpe-ownerinfo      | []  []                    []    []        []       |
579
 
     gpe-package        | []                              []        []       |
580
 
     gpe-sketchbook     | []  []                          []        []       |
581
 
     gpe-su             | []  []     []             []    []        []       |
582
 
     gpe-taskmanager    | []  []                    []    []        []       |
583
 
     gpe-timesheet      | []  []  []                      []        []       |
584
 
     gpe-today          | []  []  [] []             []    []        []       |
585
 
     gpe-todo           | []                              []        []       |
586
 
     gphoto2            | []  []                    []    []     [] []       |
587
 
     gprof              | []  []  []                      []                 |
588
 
     gpsdrive           |            []                   []     []          |
589
 
     gramadoir          |     []  []                      []                 |
590
 
     grep               | []                                     []          |
591
 
     grub               | []                        []    []     []          |
592
 
     gsasl              | []  []  []                      []     []          |
593
 
     gss                | []  []  []                      []     []          |
594
 
     gst-plugins-bad    | []  []                    []    []     [] []       |
595
 
     gst-plugins-base   | []  []                    []    []     [] []       |
596
 
     gst-plugins-good   | []  []                    []    []     [] []       |
597
 
     gst-plugins-ugly   | []  []                    []    []     [] []       |
598
 
     gstreamer          | []  []                    []    []     []          |
599
 
     gtick              | []  []  []                      []     []          |
600
 
     gtkam              |     []                    []    []     [] []       |
601
 
     gtkorphan          |     []                          []     []          |
602
 
     gtkspell           | []  []  [] []             [] [] []     [] []       |
603
 
     gutenprint         | []  []                    []           []          |
604
 
     hello              | []      []                      []                 |
605
 
     help2man           | []  []                                             |
606
 
     hylafax            |                                 []                 |
607
 
     idutils            | []  []  []                []    []     []          |
608
 
     indent             | []  []  [] []             []    []     [] []       |
609
 
     iso_15924          | []  ()                          []     []          |
610
 
     iso_3166           | []  ()  [] [] [] [] [] [] []    []     [] []       |
611
 
     iso_3166_2         |     ()                    []    []     []          |
612
 
     iso_4217           | []  ()                    []    []     [] []       |
613
 
     iso_639            | []  ()  []    []          []    []     [] []    [] |
614
 
     iso_639_3          |     ()                                 []       [] |
615
 
     jwhois             | []  []                    []    []     []          |
616
 
     kbd                |     []                          []                 |
617
 
     keytouch           | []  []  []                []    []     []          |
618
 
     keytouch-editor    | []      []                []    []     []          |
619
 
     keytouch-keyboa... | []      []                []    []     []          |
620
 
     klavaro            |            []             []                       |
621
 
     latrine            | []                              []     []          |
622
 
     ld                 | []  []  []                      []                 |
623
 
     leafpad            | []  []  []       []       []    []     [] ()       |
624
 
     libc               | []  []     []                   []        []       |
625
 
     libexif            |                                        []          |
626
 
     libextractor       |                                                    |
627
 
     libgnutls          |     []                                 []          |
628
 
     libgpewidget       | []      []                      []        []       |
629
 
     libgpg-error       |     []                                 []          |
630
 
     libgphoto2         |     []                                 [] []       |
631
 
     libgphoto2_port    |     []                                 [] []       |
632
 
     libgsasl           | []  []  []                      []     []          |
633
 
     libiconv           | []  []  []                      []     [] []       |
634
 
     libidn             | []  []                          []     []          |
635
 
     lifelines          |     ()                                             |
636
 
     liferea            |     []                    []           [] []       |
637
 
     lilypond           | []  []                                             |
638
 
     linkdr             | []               []    [] []           []          |
639
 
     lordsawar          |                                                    |
640
 
     lprng              |                                 []                 |
641
 
     lynx               |     []                    []    []     [] []       |
642
 
     m4                 | []  []  [] []                   []        []       |
643
 
     mailfromd          |                                                    |
644
 
     mailutils          |     []                          []                 |
645
 
     make               | []  []  [] []    []    []       []     [] []       |
646
 
     man-db             |                                 []     []          |
647
 
     man-db-manpages    |                                 []                 |
648
 
     minicom            | []  []                    []    []        []       |
649
 
     mkisofs            | []  []                          []     []          |
650
 
     myserver           |                                                    |
651
 
     nano               | []  []  [] []             []           []          |
652
 
     opcodes            | []  []  []                      []                 |
653
 
     parted             |     []                          []     [] []       |
654
 
     pies               |                                                    |
655
 
     popt               | []  []  [] []             []    []  [] [] []       |
656
 
     psmisc             | []  []                          []                 |
657
 
     pspp               |                                                    |
658
 
     pwdutils           |     []                          []                 |
659
 
     radius             |     []                          []                 |
660
 
     recode             | []  []  [] []    []       []    []     []          |
661
 
     rosegarden         | ()  ()                          ()     () ()       |
662
 
     rpm                |                                 []        []       |
663
 
     rush               |                                                    |
664
 
     sarg               |     []                                             |
665
 
     screem             |                                        [] []       |
666
 
     scrollkeeper       | []                        []    []     []          |
667
 
     sed                | []  []  [] []             []    []     [] []       |
668
 
     sharutils          | []  []  []                []    []     [] []       |
669
 
     shishi             |     []                                             |
670
 
     skencil            |     []                                             |
671
 
     solfege            | []  []     []                          []          |
672
 
     solfege-manual     |     []     []                                      |
673
 
     soundtracker       |     []                                 []          |
674
 
     sp                 |     []                                    ()       |
675
 
     sysstat            | []  []                          []     [] []       |
676
 
     tar                | []  []  []                []    []     [] []       |
677
 
     texinfo            |     []                          []     [] []       |
678
 
     tin                |     []                                             |
679
 
     unicode-han-tra... |                                                    |
680
 
     unicode-transla... |     []  []                                         |
681
 
     util-linux-ng      | []  []                    []    []     [] []       |
682
 
     vice               |     ()                    ()           ()          |
683
 
     vmm                |     []                                             |
684
 
     vorbis-tools       |                                 []                 |
685
 
     wastesedge         |     ()                                 ()          |
686
 
     wdiff              | []                                                 |
687
 
     wget               | []  []  []             [] []    []     [] []       |
688
 
     wyslij-po          | []  []                          []                 |
689
 
     xchat              | []  []        []    []    []    []     [] []    [] |
690
 
     xdg-user-dirs      | []  []  [] [] [] [] []    []    []  [] [] []    [] |
691
 
     xkeyboard-config   | []  []                    []    []     []          |
692
 
                        +----------------------------------------------------+
693
 
                          fi  fr  ga gl gu he hi hr hu hy id  is it ja ka kn
694
 
                          105 121 53 20  4  8  3  5 53  2 120  5 84 67  0  4
695
 
 
696
 
                          ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
697
 
                        +-----------------------------------------------+
698
 
     a2ps               |                               []              |
699
 
     aegis              |                                               |
700
 
     ant-phone          |                                               |
701
 
     anubis             |                               []    []        |
702
 
     aspell             |                         []                    |
703
 
     bash               |                                               |
704
 
     bfd                |                                               |
705
 
     bibshelf           |                []             []              |
706
 
     binutils           |                                               |
707
 
     bison              |                               []              |
708
 
     bison-runtime      |       []    [] []             []    []        |
709
 
     bluez-pin          |    [] []    [] []             []              |
710
 
     bombono-dvd        |                                               |
711
 
     buzztard           |                                               |
712
 
     cflow              |                                               |
713
 
     clisp              |                                               |
714
 
     coreutils          |          []                                   |
715
 
     cpio               |                                               |
716
 
     cppi               |                                               |
717
 
     cpplib             |                                               |
718
 
     cryptsetup         |                                               |
719
 
     dfarc              |                   []                          |
720
 
     dialog             |    []       [] []             []    []        |
721
 
     dico               |                                               |
722
 
     diffutils          |                []             []              |
723
 
     dink               |                                               |
724
 
     doodle             |                                               |
725
 
     e2fsprogs          |                                               |
726
 
     enscript           |                                               |
727
 
     exif               |                []                             |
728
 
     fetchmail          |                                               |
729
 
     findutils          |                                               |
730
 
     flex               |                                               |
731
 
     freedink           |                                     []        |
732
 
     gas                |                                               |
733
 
     gawk               |                                               |
734
 
     gcal               |                                               |
735
 
     gcc                |                                               |
736
 
     gettext-examples   |       []       []             [] []           |
737
 
     gettext-runtime    | []                                            |
738
 
     gettext-tools      | []                                            |
739
 
     gip                |                []             []              |
740
 
     gjay               |                                               |
741
 
     gliv               |                                               |
742
 
     glunarclock        |                []                             |
743
 
     gnubiff            |                                               |
744
 
     gnucash            | ()          ()                      ()     () |
745
 
     gnuedu             |                                               |
746
 
     gnulib             |                                               |
747
 
     gnunet             |                                               |
748
 
     gnunet-gtk         |                                               |
749
 
     gnutls             |                               []              |
750
 
     gold               |                                               |
751
 
     gpe-aerial         |                []                             |
752
 
     gpe-beam           |                []                             |
753
 
     gpe-bluetooth      |                []                []           |
754
 
     gpe-calendar       |                []                             |
755
 
     gpe-clock          | []    []       []             [] []           |
756
 
     gpe-conf           | []             []                             |
757
 
     gpe-contacts       | []             []                             |
758
 
     gpe-edit           |                []                             |
759
 
     gpe-filemanager    | []             []                             |
760
 
     gpe-go             | []             []                []           |
761
 
     gpe-login          |                []                             |
762
 
     gpe-ownerinfo      |                []             []              |
763
 
     gpe-package        | []             []                             |
764
 
     gpe-sketchbook     | []             []                             |
765
 
     gpe-su             | []    []       []             [] [] []        |
766
 
     gpe-taskmanager    | [] [] []       []             [] []           |
767
 
     gpe-timesheet      |                []             []              |
768
 
     gpe-today          |       []       []             [] []           |
769
 
     gpe-todo           |                []                   []        |
770
 
     gphoto2            |                                               |
771
 
     gprof              |                               []              |
772
 
     gpsdrive           |                                               |
773
 
     gramadoir          |                                               |
774
 
     grep               |                                               |
775
 
     grub               |                                               |
776
 
     gsasl              |                                               |
777
 
     gss                |                                               |
778
 
     gst-plugins-bad    |             [] []                [] []        |
779
 
     gst-plugins-base   |             [] []                             |
780
 
     gst-plugins-good   |                []                []           |
781
 
     gst-plugins-ugly   |             [] []             [] [] []        |
782
 
     gstreamer          |                                               |
783
 
     gtick              |                                               |
784
 
     gtkam              |                                     []        |
785
 
     gtkorphan          |                []                      []     |
786
 
     gtkspell           |       []    [] []       []    []    [] []     |
787
 
     gutenprint         |                                               |
788
 
     hello              | []             []             []              |
789
 
     help2man           |                                               |
790
 
     hylafax            |                                               |
791
 
     idutils            |                                               |
792
 
     indent             |                                               |
793
 
     iso_15924          |             [] []                             |
794
 
     iso_3166           | [] []       () [] [] []    []       []        |
795
 
     iso_3166_2         |                                               |
796
 
     iso_4217           |             []                      []        |
797
 
     iso_639            |                      []    []                 |
798
 
     iso_639_3          |                            []                 |
799
 
     jwhois             |                []                             |
800
 
     kbd                |                                               |
801
 
     keytouch           |                []                             |
802
 
     keytouch-editor    |                []                             |
803
 
     keytouch-keyboa... |                []                             |
804
 
     klavaro            |                                     []        |
805
 
     latrine            |                []                             |
806
 
     ld                 |                                               |
807
 
     leafpad            | []          [] []                             |
808
 
     libc               | []                                            |
809
 
     libexif            |                                               |
810
 
     libextractor       |                                               |
811
 
     libgnutls          |                               []              |
812
 
     libgpewidget       |                []             []              |
813
 
     libgpg-error       |                                               |
814
 
     libgphoto2         |                                               |
815
 
     libgphoto2_port    |                                               |
816
 
     libgsasl           |                                               |
817
 
     libiconv           |                                               |
818
 
     libidn             |                                               |
819
 
     lifelines          |                                               |
820
 
     liferea            |                                               |
821
 
     lilypond           |                                               |
822
 
     linkdr             |                                               |
823
 
     lordsawar          |                                               |
824
 
     lprng              |                                               |
825
 
     lynx               |                                               |
826
 
     m4                 |                                               |
827
 
     mailfromd          |                                               |
828
 
     mailutils          |                                               |
829
 
     make               | []                                            |
830
 
     man-db             |                                               |
831
 
     man-db-manpages    |                                               |
832
 
     minicom            |                                     []        |
833
 
     mkisofs            |                                               |
834
 
     myserver           |                                               |
835
 
     nano               |                               []    []        |
836
 
     opcodes            |                                               |
837
 
     parted             |                                               |
838
 
     pies               |                                               |
839
 
     popt               | []             []                   []        |
840
 
     psmisc             |                                               |
841
 
     pspp               |                                               |
842
 
     pwdutils           |                                               |
843
 
     radius             |                                               |
844
 
     recode             |                                               |
845
 
     rosegarden         |                                               |
846
 
     rpm                |                                               |
847
 
     rush               |                                               |
848
 
     sarg               |                                               |
849
 
     screem             |                                               |
850
 
     scrollkeeper       |                                     []     [] |
851
 
     sed                |                                               |
852
 
     sharutils          |                                               |
853
 
     shishi             |                                               |
854
 
     skencil            |                                               |
855
 
     solfege            |                                     []        |
856
 
     solfege-manual     |                                               |
857
 
     soundtracker       |                                               |
858
 
     sp                 |                                               |
859
 
     sysstat            |                []                             |
860
 
     tar                |       []                                      |
861
 
     texinfo            |                                     []        |
862
 
     tin                |                                               |
863
 
     unicode-han-tra... |                                               |
864
 
     unicode-transla... |                                               |
865
 
     util-linux-ng      |                                               |
866
 
     vice               |                                               |
867
 
     vmm                |                                               |
868
 
     vorbis-tools       |                                               |
869
 
     wastesedge         |                                               |
870
 
     wdiff              |                                               |
871
 
     wget               |             []                                |
872
 
     wyslij-po          |                                               |
873
 
     xchat              | []             [] []                          |
874
 
     xdg-user-dirs      | [] []       [] [] []       []       [] []     |
875
 
     xkeyboard-config   | []    []    []                                |
876
 
                        +-----------------------------------------------+
877
 
                          ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
878
 
                          20  5 10  1 13 48  4  2  2  4 24 10 20  3   1
879
 
 
880
 
                          nl  nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr
881
 
                        +---------------------------------------------------+
882
 
     a2ps               | []           []     []  []   [] []       []    [] |
883
 
     aegis              | []                      []      []                |
884
 
     ant-phone          |                         []   []                   |
885
 
     anubis             | []           []                 []                |
886
 
     aspell             | []                           [] []    [] []       |
887
 
     bash               | []                                    []          |
888
 
     bfd                |                                 []                |
889
 
     bibshelf           | []  []                                            |
890
 
     binutils           |                                 []    []          |
891
 
     bison              | []           []                 []                |
892
 
     bison-runtime      | []           []     []  []   [] []       []       |
893
 
     bluez-pin          | []           []         []   [] []    [] []    [] |
894
 
     bombono-dvd        |     []                          ()                |
895
 
     buzztard           | []  []                                            |
896
 
     cflow              |              []                                   |
897
 
     clisp              | []                              []                |
898
 
     coreutils          | []           []     []  []      []       []       |
899
 
     cpio               | []           []                 []                |
900
 
     cppi               |              []                                   |
901
 
     cpplib             | []                                                |
902
 
     cryptsetup         | []                                                |
903
 
     dfarc              |              []                                   |
904
 
     dialog             | []           []         []      []                |
905
 
     dico               |              []                                   |
906
 
     diffutils          | []           []         []   [] []             [] |
907
 
     dink               | ()                                                |
908
 
     doodle             | []                                          []    |
909
 
     e2fsprogs          | []           []                                   |
910
 
     enscript           | []                      []   [] []       []       |
911
 
     exif               | []           []              [] ()    []          |
912
 
     fetchmail          | []           []                 []          []    |
913
 
     findutils          | []           []     []          []       []       |
914
 
     flex               | []           []         []   [] []                |
915
 
     freedink           | []           []                                   |
916
 
     gas                |                                                   |
917
 
     gawk               | []           []         []   []                   |
918
 
     gcal               |                                                   |
919
 
     gcc                |                                                [] |
920
 
     gettext-examples   | []           []     []       [] []    [] []    [] |
921
 
     gettext-runtime    | []  []       []     []       [] []    [] []    [] |
922
 
     gettext-tools      |              []              [] []    [] []    [] |
923
 
     gip                | []           []                 []    []       [] |
924
 
     gjay               |                                                   |
925
 
     gliv               | []           []         []   [] []    []          |
926
 
     glunarclock        | []                      []   []       []       [] |
927
 
     gnubiff            | []                           ()                   |
928
 
     gnucash            | []           ()         ()      ()                |
929
 
     gnuedu             | []                                                |
930
 
     gnulib             | []           []                 []       []       |
931
 
     gnunet             |                                                   |
932
 
     gnunet-gtk         |                                                   |
933
 
     gnutls             | []           []                                   |
934
 
     gold               |                                                   |
935
 
     gpe-aerial         | []                  []  []   [] []       []    [] |
936
 
     gpe-beam           | []                  []  []   [] []       []    [] |
937
 
     gpe-bluetooth      | []                      []                        |
938
 
     gpe-calendar       |                         []      []       []    [] |
939
 
     gpe-clock          | []                  []  []   [] []    [] []    [] |
940
 
     gpe-conf           | []                  []  []   [] []    [] []       |
941
 
     gpe-contacts       |                         []   [] []       []    [] |
942
 
     gpe-edit           | []           []                          []       |
943
 
     gpe-filemanager    | []                              []       []       |
944
 
     gpe-go             | []           []         []   [] []    [] []    [] |
945
 
     gpe-login          | []                      []                        |
946
 
     gpe-ownerinfo      | []                  []  []   [] []    [] []    [] |
947
 
     gpe-package        | []                                       []       |
948
 
     gpe-sketchbook     | []                  []  []   [] []       []    [] |
949
 
     gpe-su             | []                  []  []   [] []    [] []    [] |
950
 
     gpe-taskmanager    | []                  []  []   [] []    [] []    [] |
951
 
     gpe-timesheet      | []                  []  []   [] []    [] []    [] |
952
 
     gpe-today          | []                  []  []   [] []    [] []    [] |
953
 
     gpe-todo           | []                      []      []       []    [] |
954
 
     gphoto2            | []        [] []         []   [] []    []       [] |
955
 
     gprof              | []                      []   []                   |
956
 
     gpsdrive           | []                              []                |
957
 
     gramadoir          | []                                    []          |
958
 
     grep               | []           []                 []    []          |
959
 
     grub               | []           []                 []                |
960
 
     gsasl              | []           []                       []       [] |
961
 
     gss                |              []              []       []          |
962
 
     gst-plugins-bad    | []           []         []      []    []    []    |
963
 
     gst-plugins-base   | []           []         []      []    []          |
964
 
     gst-plugins-good   | []           []         []      []    []          |
965
 
     gst-plugins-ugly   | []           []         []      []    [] []       |
966
 
     gstreamer          | []           []         []      []    []          |
967
 
     gtick              | []                              []    []          |
968
 
     gtkam              | []        [] []         []      []    []          |
969
 
     gtkorphan          | []                                                |
970
 
     gtkspell           | []           []     []  []   [] []    [] [] [] [] |
971
 
     gutenprint         | []                              []                |
972
 
     hello              | []           []                       [] []       |
973
 
     help2man           |              []                 []                |
974
 
     hylafax            | []                                                |
975
 
     idutils            | []           []         []   [] []                |
976
 
     indent             | []           []         []   [] []    []       [] |
977
 
     iso_15924          | []           []                 []       []       |
978
 
     iso_3166           | []  [] [] [] []     ()  []   [] [] [] [] [] [] [] |
979
 
     iso_3166_2         | []           []                          []       |
980
 
     iso_4217           | []  []       []     []          [] []    []    [] |
981
 
     iso_639            | []     [] [] []                 [] [] [] []    [] |
982
 
     iso_639_3          |        [] []                                      |
983
 
     jwhois             | []           []         []   []                   |
984
 
     kbd                | []           []              []                   |
985
 
     keytouch           | []           []                       []          |
986
 
     keytouch-editor    | []           []                       []          |
987
 
     keytouch-keyboa... | []           []                       []          |
988
 
     klavaro            | []                      []                        |
989
 
     latrine            |              []                 []                |
990
 
     ld                 |                                                   |
991
 
     leafpad            | []  []       []     []  []      []    [] []    [] |
992
 
     libc               | []           []                 []    []          |
993
 
     libexif            | []           []         ()            []          |
994
 
     libextractor       |                                                   |
995
 
     libgnutls          | []           []                                   |
996
 
     libgpewidget       | []           []                          []       |
997
 
     libgpg-error       |              []              []                   |
998
 
     libgphoto2         | []           []                                   |
999
 
     libgphoto2_port    | []           []         []      []    []          |
1000
 
     libgsasl           | []           []              []       []       [] |
1001
 
     libiconv           | []           []                       [] []    [] |
1002
 
     libidn             | []           []                                   |
1003
 
     lifelines          | []           []                                   |
1004
 
     liferea            | []           []     []  []   [] ()    ()    []    |
1005
 
     lilypond           | []                                                |
1006
 
     linkdr             | []                  []          []                |
1007
 
     lordsawar          |                                                   |
1008
 
     lprng              |              []                                   |
1009
 
     lynx               | []                      []      []                |
1010
 
     m4                 | []           []         []   [] []                |
1011
 
     mailfromd          |              []                                   |
1012
 
     mailutils          |              []                                   |
1013
 
     make               | []           []         []      []                |
1014
 
     man-db             | []           []                 []                |
1015
 
     man-db-manpages    | []           []                 []                |
1016
 
     minicom            |              []         []   [] []                |
1017
 
     mkisofs            | []           []                 []                |
1018
 
     myserver           |                                                   |
1019
 
     nano               | []           []         []      []                |
1020
 
     opcodes            | []                           []                   |
1021
 
     parted             | []           []                 []    []          |
1022
 
     pies               |              []                                   |
1023
 
     popt               | []           []     []          []                |
1024
 
     psmisc             | []           []                 []                |
1025
 
     pspp               | []                      []                        |
1026
 
     pwdutils           |              []                                   |
1027
 
     radius             | []           []                 []                |
1028
 
     recode             | []           []     []  []   [] []    [] []       |
1029
 
     rosegarden         |              ()                 ()                |
1030
 
     rpm                | []           []     []                            |
1031
 
     rush               | []           []                                   |
1032
 
     sarg               |                                                   |
1033
 
     screem             |                                                   |
1034
 
     scrollkeeper       | []  []       []              [] []    []    [] [] |
1035
 
     sed                | []           []     []  []   [] []    [] []    [] |
1036
 
     sharutils          | []           []                 []             [] |
1037
 
     shishi             |              []                                   |
1038
 
     skencil            |                     []  []                        |
1039
 
     solfege            | []           []         []      []                |
1040
 
     solfege-manual     | []           []         []                        |
1041
 
     soundtracker       |                                       []          |
1042
 
     sp                 |                                                   |
1043
 
     sysstat            | []           []         []      []                |
1044
 
     tar                | []           []                 []       []       |
1045
 
     texinfo            | []           []              [] []                |
1046
 
     tin                |                                 []                |
1047
 
     unicode-han-tra... |                                                   |
1048
 
     unicode-transla... |                                                   |
1049
 
     util-linux-ng      | []           []         []      []       []       |
1050
 
     vice               | []                                                |
1051
 
     vmm                | []                                                |
1052
 
     vorbis-tools       | []           []                                   |
1053
 
     wastesedge         | []                                                |
1054
 
     wdiff              | []           []                                   |
1055
 
     wget               | []           []     []  []      []    [] []       |
1056
 
     wyslij-po          | []  []       []                                   |
1057
 
     xchat              | []        [] []     []          []    [] [] [] [] |
1058
 
     xdg-user-dirs      | []  [] [] [] []  [] []  []   [] []    [] [] [] [] |
1059
 
     xkeyboard-config   | []           []                 []                |
1060
 
                        +---------------------------------------------------+
1061
 
                          nl  nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr
1062
 
                          135 10  4  7 105  1 29  62   47 91  3 54 46  9 37
1063
 
 
1064
 
                          sv  sw ta te tg th tr uk vi  wa zh_CN zh_HK zh_TW
1065
 
                        +---------------------------------------------------+
1066
 
     a2ps               | []              [] [] [] []                       | 27
1067
 
     aegis              |                          []                       |  9
1068
 
     ant-phone          | []                 []    []      []               |  9
1069
 
     anubis             | []                 [] [] []                       | 15
1070
 
     aspell             |                       [] []  []                   | 20
1071
 
     bash               | []                    [] []                       | 12
1072
 
     bfd                |                          []                       |  6
1073
 
     bibshelf           | []                       []      []               | 16
1074
 
     binutils           |                       [] []                       |  8
1075
 
     bison              | []                       []                       | 12
1076
 
     bison-runtime      | []              []    [] []      []          []   | 29
1077
 
     bluez-pin          | []              [] [] [] []  []  []          []   | 37
1078
 
     bombono-dvd        |                          []                       |  4
1079
 
     buzztard           |                          []                       |  7
1080
 
     cflow              |                       [] []      []               |  9
1081
 
     clisp              |                                                   | 10
1082
 
     coreutils          | []                    [] []      []               | 22
1083
 
     cpio               | []                 [] [] []      []          []   | 13
1084
 
     cppi               |                       [] []                       |  5
1085
 
     cpplib             | []                 [] [] []      []          []   | 14
1086
 
     cryptsetup         | []                       []                       |  7
1087
 
     dfarc              |                          []                       |  9
1088
 
     dialog             | []  []          []       []  []  []          []   | 30
1089
 
     dico               |                       []                          |  2
1090
 
     diffutils          | []                 [] [] []      []          []   | 30
1091
 
     dink               |                                                   |  4
1092
 
     doodle             | []                       []                       |  7
1093
 
     e2fsprogs          | []                 []    []                       | 11
1094
 
     enscript           | []                 [] [] []                       | 17
1095
 
     exif               | []                       []      []               | 16
1096
 
     fetchmail          |                    []    []      []               | 17
1097
 
     findutils          | []                 [] [] []      []               | 20
1098
 
     flex               | []                 []    []                  []   | 15
1099
 
     freedink           |                          []                       | 10
1100
 
     gas                |                    []                             |  4
1101
 
     gawk               | []                 []    []      []               | 18
1102
 
     gcal               | []                 []                             |  5
1103
 
     gcc                | []                 []            []               |  7
1104
 
     gettext-examples   | []                 [] [] []      []    []    []   | 34
1105
 
     gettext-runtime    | []                 [] [] []      []    []    []   | 29
1106
 
     gettext-tools      | []                 [] [] []      []          []   | 22
1107
 
     gip                | []                       []      []          []   | 22
1108
 
     gjay               |                          []                       |  3
1109
 
     gliv               | []                 []    []                       | 14
1110
 
     glunarclock        | []                       []  []  []          []   | 19
1111
 
     gnubiff            | []                       []                       |  4
1112
 
     gnucash            |                    () [] ()      []          ()   | 10
1113
 
     gnuedu             |                          []                  []   |  7
1114
 
     gnulib             | []                    [] []      []               | 16
1115
 
     gnunet             |                          []                       |  1
1116
 
     gnunet-gtk         | []                 []    []                       |  5
1117
 
     gnutls             | []                       []      []               | 10
1118
 
     gold               |                          []                       |  4
1119
 
     gpe-aerial         | []                       []      []               | 18
1120
 
     gpe-beam           | []                       []      []               | 19
1121
 
     gpe-bluetooth      | []                       []      []               | 13
1122
 
     gpe-calendar       | []                       []  []  []               | 12
1123
 
     gpe-clock          | []                 []    []  []  []               | 28
1124
 
     gpe-conf           | []                       []  []  []               | 20
1125
 
     gpe-contacts       | []                       []      []               | 17
1126
 
     gpe-edit           | []                       []      []               | 12
1127
 
     gpe-filemanager    | []                       []  []  []               | 16
1128
 
     gpe-go             | []                 []    []  []  []               | 25
1129
 
     gpe-login          | []                       []      []               | 11
1130
 
     gpe-ownerinfo      | []                 []    []      []          []   | 25
1131
 
     gpe-package        | []                       []      []               | 13
1132
 
     gpe-sketchbook     | []                       []      []               | 20
1133
 
     gpe-su             | []                 []    []  []  []               | 30
1134
 
     gpe-taskmanager    | []                 []    []  []  []               | 29
1135
 
     gpe-timesheet      | []                 []    []      []          []   | 25
1136
 
     gpe-today          | []                 []    []  []  []          []   | 30
1137
 
     gpe-todo           | []                       []  []  []               | 17
1138
 
     gphoto2            | []                    [] []      []          []   | 24
1139
 
     gprof              | []                 []    []                       | 15
1140
 
     gpsdrive           | []                       []      []               | 11
1141
 
     gramadoir          | []                       []      []               | 11
1142
 
     grep               |                 []       []      []               | 10
1143
 
     grub               | []                       []      []               | 14
1144
 
     gsasl              | []                       []      []          []   | 14
1145
 
     gss                | []                       []      []               | 11
1146
 
     gst-plugins-bad    | []                 []    []      []               | 26
1147
 
     gst-plugins-base   | []                 [] [] []      []               | 24
1148
 
     gst-plugins-good   | []                 []    []      []               | 24
1149
 
     gst-plugins-ugly   | []                 [] [] []      []               | 29
1150
 
     gstreamer          | []                    [] []      []               | 22
1151
 
     gtick              |                       [] []      []               | 13
1152
 
     gtkam              | []                       []      []               | 20
1153
 
     gtkorphan          | []                       []      []               | 14
1154
 
     gtkspell           | []              [] [] [] []  []  []    []    []   | 45
1155
 
     gutenprint         | []                                                | 10
1156
 
     hello              | []              [] []    []      []          []   | 21
1157
 
     help2man           | []                       []                       |  7
1158
 
     hylafax            |                          []                       |  5
1159
 
     idutils            | []                 []    []      []               | 17
1160
 
     indent             | []                 [] [] []      []          []   | 30
1161
 
     iso_15924          |                 ()    [] ()      []          []   | 16
1162
 
     iso_3166           | []        []    () [] [] ()  []  []    []    ()   | 53
1163
 
     iso_3166_2         |                 ()    [] ()      []               |  9
1164
 
     iso_4217           | []              () [] [] ()      []    []         | 26
1165
 
     iso_639            | []     [] []    ()    [] ()  []  []    []    []   | 38
1166
 
     iso_639_3          |        []                ()                       |  8
1167
 
     jwhois             | []                 []    []      []          []   | 16
1168
 
     kbd                | []                 [] [] []      []               | 15
1169
 
     keytouch           | []                       []      []               | 16
1170
 
     keytouch-editor    | []                       []      []               | 14
1171
 
     keytouch-keyboa... | []                       []      []               | 14
1172
 
     klavaro            |                          []                       | 11
1173
 
     latrine            |                    []    []      []               | 10
1174
 
     ld                 | []                 []    []                  []   | 11
1175
 
     leafpad            | []                 [] [] []      []          []   | 33
1176
 
     libc               | []                 []    []      []          []   | 21
1177
 
     libexif            |                          []      ()               |  7
1178
 
     libextractor       |                          []                       |  1
1179
 
     libgnutls          | []                       []      []               |  9
1180
 
     libgpewidget       | []                       []      []               | 14
1181
 
     libgpg-error       | []                       []      []               |  9
1182
 
     libgphoto2         |                       [] []                       |  8
1183
 
     libgphoto2_port    | []                    [] []                  []   | 14
1184
 
     libgsasl           | []                       []      []               | 13
1185
 
     libiconv           | []                       []  []  []               | 21
1186
 
     libidn             | ()                       []      []               | 11
1187
 
     lifelines          | []                                                |  4
1188
 
     liferea            | []                 []            []               | 21
1189
 
     lilypond           |                          []                       |  7
1190
 
     linkdr             | []                 []    []      []          []   | 17
1191
 
     lordsawar          |                                                   |  1
1192
 
     lprng              |                          []                       |  3
1193
 
     lynx               | []                 [] [] []                       | 17
1194
 
     m4                 | []                       []      []          []   | 19
1195
 
     mailfromd          |                       [] []                       |  3
1196
 
     mailutils          |                          []                       |  5
1197
 
     make               | []                 []    []      []               | 21
1198
 
     man-db             | []                       []      []               |  8
1199
 
     man-db-manpages    |                                                   |  4
1200
 
     minicom            | []                       []                       | 16
1201
 
     mkisofs            |                          []      []               |  9
1202
 
     myserver           |                                                   |  0
1203
 
     nano               | []                       []      []          []   | 21
1204
 
     opcodes            | []                 []    []                       | 11
1205
 
     parted             | []                 [] [] []                  []   | 15
1206
 
     pies               |                       [] []                       |  3
1207
 
     popt               | []              [] []    []      []          []   | 27
1208
 
     psmisc             | []                       []                       | 11
1209
 
     pspp               |                                                   |  4
1210
 
     pwdutils           | []                       []                       |  6
1211
 
     radius             |                       [] []                       |  9
1212
 
     recode             | []                 []    []      []               | 28
1213
 
     rosegarden         | ()                                                |  0
1214
 
     rpm                | []                       []                  []   | 11
1215
 
     rush               |                       [] []                       |  4
1216
 
     sarg               |                                                   |  1
1217
 
     screem             |                          []                       |  3
1218
 
     scrollkeeper       | []                 [] [] []                  []   | 27
1219
 
     sed                | []                 []    []      []          []   | 30
1220
 
     sharutils          | []                 []    []      []          []   | 22
1221
 
     shishi             |                          []                       |  3
1222
 
     skencil            | []                       []                       |  7
1223
 
     solfege            | []                 []    []      []               | 16
1224
 
     solfege-manual     |                    []                             |  8
1225
 
     soundtracker       | []                 []    []                       |  9
1226
 
     sp                 |                    []                             |  3
1227
 
     sysstat            |                          []      []               | 15
1228
 
     tar                | []                 [] [] []      []          []   | 23
1229
 
     texinfo            | []                 [] [] []      []               | 17
1230
 
     tin                |                                                   |  4
 
718
                          ja ko ku ky lg lt lv mk mn ms mt nb ne nl  nn no
 
719
                          40 24  2  1  1  3  1  2  3 21  0 15  1 101  5  3
 
720
 
 
721
                          nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv  ta
 
722
                        +------------------------------------------------------+
 
723
     GNUnet             |                                                      |
 
724
     a2ps               |           ()     []      [] []       []    [] []     |
 
725
     aegis              |                          () ()                       |
 
726
     ant-phone          |                          []                   []     |
 
727
     anubis             |           []             [] []                       |
 
728
     ap-utils           |           ()                                         |
 
729
     aspell             |                          [] []                       |
 
730
     bash               |                  []      [] []                       |
 
731
     batchelor          |                          []                   []     |
 
732
     bfd                |                                                      |
 
733
     bibshelf           |                                               []     |
 
734
     binutils           |                             []                []     |
 
735
     bison              |           []     []      [] []                []     |
 
736
     bison-runtime      |           []             []          []       []     |
 
737
     bluez-pin          |           []     []   [] [] []    [] []    [] []     |
 
738
     cflow              |           []                                         |
 
739
     clisp              |                             []                       |
 
740
     console-tools      |                             []                       |
 
741
     coreutils          |           []                []       []       []     |
 
742
     cpio               |           []                []                []     |
 
743
     cpplib             |                                               []     |
 
744
     cryptonit          |                  []                           []     |
 
745
     darkstat           |           []     []      []       []       [] []     |
 
746
     dialog             |           [] []  []   [] [] [] []          [] []     |
 
747
     diffutils          |           []     []      [] []             [] []     |
 
748
     doodle             |                                         []    []     |
 
749
     e2fsprogs          |           []                                  []     |
 
750
     enscript           |                  []      [] []       []       []     |
 
751
     error              |                  []      []       []          []     |
 
752
     fetchmail          |           []                []          []           |
 
753
     fileutils          |           []             [] []       []       []     |
 
754
     findutils          |           [] []          []       [] []       []     |
 
755
     flex               |           []     []      [] []                []     |
 
756
     fslint             |                  []      []                [] []     |
 
757
     gas                |                                                      |
 
758
     gawk               |           []     []      []                   []     |
 
759
     gbiff              |                          []                          |
 
760
     gcal               |                                               []     |
 
761
     gcc                |                                               []     |
 
762
     gettext-examples   |           [] []          [] []    [] []    [] []     |
 
763
     gettext-runtime    |           [] []          [] []    [] []    [] []     |
 
764
     gettext-tools      |           []             [] []    [] []    [] []     |
 
765
     gimp-print         |                                   []          []     |
 
766
     gip                |                       []          []       [] []     |
 
767
     gliv               |                  []      []       []          []     |
 
768
     glunarclock        |                  []      [] []    []       [] []     |
 
769
     gmult              |                       [] []                [] []     |
 
770
     gnubiff            |                          ()                          |
 
771
     gnucash            |           ()                                  []     |
 
772
     gnucash-glossary   |              []                   []          []     |
 
773
     gnuedu             |                                                      |
 
774
     gnulib             |           []             [] []       []       []     |
 
775
     gnunet-gtk         |                                               []     |
 
776
     gnutls             |           []                                  []     |
 
777
     gpe-aerial         |              []  []      [] []       []    [] []     |
 
778
     gpe-beam           |              []  []      [] []       []    [] []     |
 
779
     gpe-calendar       |              []  []      [] []    [] []    [] []     |
 
780
     gpe-clock          |              []  []      [] []    [] []    [] []     |
 
781
     gpe-conf           |              []  []      [] []    [] []       []     |
 
782
     gpe-contacts       |                          [] []       []    [] []     |
 
783
     gpe-edit           |              []  []      [] []    [] []    [] []     |
 
784
     gpe-filemanager    |                                      []       []     |
 
785
     gpe-go             |                  []      [] []       []    [] []     |
 
786
     gpe-login          |              []  []      [] []    [] []    [] []     |
 
787
     gpe-ownerinfo      |              []  []      [] []    [] []    [] []     |
 
788
     gpe-package        |                                      []       []     |
 
789
     gpe-sketchbook     |              []  []      [] []    [] []    [] []     |
 
790
     gpe-su             |              []  []      [] []    [] []    [] []     |
 
791
     gpe-taskmanager    |              []  []      [] []    [] []    [] []     |
 
792
     gpe-timesheet      |              []  []      [] []    [] []    [] []     |
 
793
     gpe-today          |              []  []      [] []    [] []    [] []     |
 
794
     gpe-todo           |                             []       []    [] []     |
 
795
     gphoto2            |           []             []       []       [] []     |
 
796
     gprof              |                  []      []                   []     |
 
797
     gpsdrive           |        []                []                   []     |
 
798
     gramadoir          |                                   []          []     |
 
799
     grep               |           [] []  []      [] []       []    [] []     |
 
800
     gretl              |           []                                         |
 
801
     gsasl              |           []                                  []     |
 
802
     gss                |           []             []                   []     |
 
803
     gst-plugins        |     []                                  [] [] []     |
 
804
     gst-plugins-base   |                                               []     |
 
805
     gst-plugins-good   |     []                                  [] [] []     |
 
806
     gstreamer          |                                         [] [] []     |
 
807
     gtick              |                          [] []                []     |
 
808
     gtkam              |           []     []         []                []     |
 
809
     gtkorphan          |                                               []     |
 
810
     gtkspell           |                  []   [] [] []    [] []    [] []     |
 
811
     gutenprint         |                                               []     |
 
812
     hello              |           []     []      [] []    [] []    [] []     |
 
813
     id-utils           |                  []      [] []                []     |
 
814
     impost             |                                               []     |
 
815
     indent             |                  []      [] []    []       [] []     |
 
816
     iso_3166           |              []                []    [] [] [] []     |
 
817
     iso_3166_1         |                                   [] [] [] []        |
 
818
     iso_3166_2         |                                                      |
 
819
     iso_3166_3         |                          []    []    []    []        |
 
820
     iso_4217           |                                []    []    [] []     |
 
821
     iso_639            |                                []    []    [] []     |
 
822
     jpilot             |                                                      |
 
823
     jtag               |                                   []                 |
 
824
     jwhois             |           []     []      []                   []     |
 
825
     kbd                |           []             []                   []     |
 
826
     keytouch           |                                               []     |
 
827
     keytouch-editor    |                                               []     |
 
828
     keytouch-keyboa... |                                               []     |
 
829
     latrine            |                          []                   []     |
 
830
     ld                 |                                               []     |
 
831
     leafpad            |           [] []             []    []          []  [] |
 
832
     libc               |           []     []         []    []          []     |
 
833
     libexif            |           []                                         |
 
834
     libextractor       |                          []                   []     |
 
835
     libgpewidget       |              []  []      []       [] []    [] []     |
 
836
     libgpg-error       |           []             []                          |
 
837
     libgphoto2         |           []                                         |
 
838
     libgphoto2_port    |           []                []                []     |
 
839
     libgsasl           |           []             []                [] []     |
 
840
     libiconv           |                                                      |
 
841
     libidn             |           []                               [] ()     |
 
842
     lifelines          |           []                                  []     |
 
843
     lilypond           |                                                      |
 
844
     lingoteach         |                  []                                  |
 
845
     lynx               |                  []         []                []     |
 
846
     m4                 |           []     []      [] []                []     |
 
847
     mailutils          |           []             [] []                []     |
 
848
     make               |           []     []         []                []     |
 
849
     man-db             |                          []                   []     |
 
850
     minicom            |           []     []      [] []                []     |
 
851
     mysecretdiary      |                  []      [] []                []     |
 
852
     nano               |                          []                   []     |
 
853
     nano_1_0           |           []             [] []                []     |
 
854
     opcodes            |                          []                   []     |
 
855
     parted             |           []                                         |
 
856
     pilot-qof          |                                               []     |
 
857
     psmisc             |           []                                  []     |
 
858
     pwdutils           |           []                                  []     |
 
859
     python             |                                                      |
 
860
     qof                |                                               []     |
 
861
     radius             |           []                []                       |
 
862
     recode             |           [] []  []      [] []       []       []     |
 
863
     rpm                |           [] []             []                []     |
 
864
     screem             |                                                      |
 
865
     scrollkeeper       |           []             [] []    []    [] [] []     |
 
866
     sed                |           [] []  []      [] []    [] []    [] []     |
 
867
     sh-utils           |                             []       []    []        |
 
868
     shared-mime-info   |              []  []                     [] [] []     |
 
869
     sharutils          |           []                []             [] []     |
 
870
     shishi             |           []                                         |
 
871
     silky              |                                   []                 |
 
872
     skencil            |              []  []                           []     |
 
873
     sketch             |              []  []                           []     |
 
874
     solfege            |                                               []     |
 
875
     soundtracker       |                                   []          []     |
 
876
     sp                 |                                                      |
 
877
     stardict           |                             []    []          []     |
 
878
     system-tools-ba... |        [] [] []  []      []             [] [] []  [] |
 
879
     tar                |           []             [] []       []       []     |
 
880
     texinfo            |           []             [] []                []     |
 
881
     textutils          |                             []       []       []     |
 
882
     tin                |                             ()                       |
 
883
     tp-robot           |                             []                       |
 
884
     tuxpaint           |              []                      [] [] [] []     |
 
885
     unicode-han-tra... |                                                      |
 
886
     unicode-transla... |                                                      |
 
887
     util-linux         |                  []         []       []       []     |
 
888
     vorbis-tools       |                          [] []                       |
 
889
     wastesedge         |                                                      |
 
890
     wdiff              |           []     []      [] []    []          []     |
 
891
     wget               |              []             []    []          []     |
 
892
     xchat              |        []                   []    [] [] [] [] []     |
 
893
     xkeyboard-config   |                                      []       []     |
 
894
     xpad               |                                   [] []       []     |
 
895
                        +------------------------------------------------------+
 
896
                          nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv  ta
 
897
                           0   2  3 58 31  53    5 76 72  5 42 48 12 51 130  2
 
898
 
 
899
                          tg th tk tr uk ven vi  wa xh zh_CN zh_HK zh_TW zu
 
900
                        +---------------------------------------------------+
 
901
     GNUnet             |                    []                             |  2
 
902
     a2ps               |          [] []     []                             | 19
 
903
     aegis              |                                                   |  0
 
904
     ant-phone          |          []        []                             |  6
 
905
     anubis             |          [] []     []                             | 11
 
906
     ap-utils           |             ()     []                             |  4
 
907
     aspell             |             []     []  []                         | 14
 
908
     bash               |                    []                             | 11
 
909
     batchelor          |          []        []                             |  9
 
910
     bfd                |                                                   |  1
 
911
     bibshelf           |                    []                             |  7
 
912
     binutils           |          []        []                     []      |  9
 
913
     bison              |          []        []                     []      | 19
 
914
     bison-runtime      |                    []         []          []      | 16
 
915
     bluez-pin          |          [] []     []  []     []          []      | 28
 
916
     cflow              |             []     []                             |  4
 
917
     clisp              |                                                   |  6
 
918
     console-tools      |          []        []                             |  5
 
919
     coreutils          |          []        []                             | 17
 
920
     cpio               |          [] []     []                             |  9
 
921
     cpplib             |          []        []         []          []      | 11
 
922
     cryptonit          |                                                   |  5
 
923
     darkstat           |                    []         ()          ()      | 15
 
924
     dialog             |          [] []     []         []          []      | 30
 
925
     diffutils          |          []        []         []          []      | 28
 
926
     doodle             |                    []                             |  6
 
927
     e2fsprogs          |          []        []                             | 10
 
928
     enscript           |          [] []     []                             | 16
 
929
     error              |          []        []         []          []      | 18
 
930
     fetchmail          |          []        []                             | 12
 
931
     fileutils          |          []                   []          []      | 18
 
932
     findutils          |          []        []                     []      | 17
 
933
     flex               |          []        []                             | 15
 
934
     fslint             |                    []                             |  9
 
935
     gas                |          []                                       |  3
 
936
     gawk               |          []        []                             | 15
 
937
     gbiff              |                    []                             |  5
 
938
     gcal               |          []                                       |  5
 
939
     gcc                |          []                   []          []      |  6
 
940
     gettext-examples   |          [] []     []         []    []    []      | 26
 
941
     gettext-runtime    |          [] []     []         []    []    []      | 28
 
942
     gettext-tools      |          [] []     []         []          []      | 19
 
943
     gimp-print         |             []     []                             | 12
 
944
     gip                |                    []                     []      | 12
 
945
     gliv               |          []        []                             |  8
 
946
     glunarclock        |                    []  []                 []      | 15
 
947
     gmult              |          []        []         []          []      | 15
 
948
     gnubiff            |                    []                             |  1
 
949
     gnucash            |          ()                                       |  2
 
950
     gnucash-glossary   |                    []                     []      |  9
 
951
     gnuedu             |                    []                             |  2
 
952
     gnulib             |          [] []     []         []          []      | 28
 
953
     gnunet-gtk         |                                                   |  1
 
954
     gnutls             |                                                   |  2
 
955
     gpe-aerial         |                    []         []                  | 14
 
956
     gpe-beam           |                    []         []                  | 14
 
957
     gpe-calendar       |                    []  []     []          []      | 19
 
958
     gpe-clock          |          []        []  []     []                  | 20
 
959
     gpe-conf           |                    []         []                  | 14
 
960
     gpe-contacts       |                    []         []                  | 10
 
961
     gpe-edit           |          []        []  []                 []      | 19
 
962
     gpe-filemanager    |                    []                             |  5
 
963
     gpe-go             |          []        []                             | 14
 
964
     gpe-login          |          []        []  []     []          []      | 20
 
965
     gpe-ownerinfo      |          []        []         []          []      | 20
 
966
     gpe-package        |                    []                             |  5
 
967
     gpe-sketchbook     |          []        []                             | 16
 
968
     gpe-su             |          []        []         []                  | 19
 
969
     gpe-taskmanager    |          []        []         []                  | 19
 
970
     gpe-timesheet      |          []        []         []          []      | 18
 
971
     gpe-today          |          []        []  []     []          []      | 20
 
972
     gpe-todo           |                    []                             |  6
 
973
     gphoto2            |             []     []         []          []      | 20
 
974
     gprof              |          []        []                             | 11
 
975
     gpsdrive           |                                                   |  4
 
976
     gramadoir          |                    []                             |  7
 
977
     grep               |          [] []     []                     []      | 33
 
978
     gretl              |                                                   |  4
 
979
     gsasl              |                    []         []                  |  6
 
980
     gss                |                    []                             |  5
 
981
     gst-plugins        |             []     []                     []      | 15
 
982
     gst-plugins-base   |             []     []         []                  |  9
 
983
     gst-plugins-good   |             []     []         []                  | 18
 
984
     gstreamer          |          [] []     []                             | 17
 
985
     gtick              |                    []                             | 11
 
986
     gtkam              |                    []                             | 13
 
987
     gtkorphan          |                    []                             |  7
 
988
     gtkspell           |             []     []  []     []    []    []      | 26
 
989
     gutenprint         |                                                   |  3
 
990
     hello              |          [] []     []         []          []      | 39
 
991
     id-utils           |          []        []                             | 14
 
992
     impost             |                    []                             |  4
 
993
     indent             |          []        []         []          []      | 25
 
994
     iso_3166           |       [] []        []                             | 15
 
995
     iso_3166_1         |          []            []                         | 20
 
996
     iso_3166_2         |                                                   |  2
 
997
     iso_3166_3         |                        []     []                  |  9
 
998
     iso_4217           |          []        []                             | 14
 
999
     iso_639            |                    []                             | 14
 
1000
     jpilot             |          [] []     []         []                  |  7
 
1001
     jtag               |                    []                             |  3
 
1002
     jwhois             |          []        []                     []      | 13
 
1003
     kbd                |          []        []                             | 12
 
1004
     keytouch           |                    []                             |  4
 
1005
     keytouch-editor    |                                                   |  2
 
1006
     keytouch-keyboa... |                                                   |  2
 
1007
     latrine            |          []        []                             |  8
 
1008
     ld                 |          []        []         []          []      |  8
 
1009
     leafpad            |          []        []         []          []      | 23
 
1010
     libc               |          []                   []          []      | 23
 
1011
     libexif            |                    []                             |  4
 
1012
     libextractor       |                    []                             |  5
 
1013
     libgpewidget       |                    []  []     []                  | 19
 
1014
     libgpg-error       |                    []                             |  4
 
1015
     libgphoto2         |             []                                    |  8
 
1016
     libgphoto2_port    |             []     []                     []      | 11
 
1017
     libgsasl           |                    []                             |  8
 
1018
     libiconv           |                    []                             |  4
 
1019
     libidn             |                    []         []                  | 10
 
1020
     lifelines          |                                                   |  4
 
1021
     lilypond           |                                                   |  2
 
1022
     lingoteach         |                    []                             |  6
 
1023
     lynx               |          [] []     []                             | 15
 
1024
     m4                 |                    []         []          []      | 18
 
1025
     mailutils          |             []                                    |  8
 
1026
     make               |          []        []         []                  | 20
 
1027
     man-db             |                    []                             |  6
 
1028
     minicom            |                    []                             | 14
 
1029
     mysecretdiary      |          []        []                             | 12
 
1030
     nano               |                    []                     []      | 15
 
1031
     nano_1_0           |          [] []     []                             | 18
 
1032
     opcodes            |          []        []                             | 10
 
1033
     parted             |          [] []                            []      | 10
 
1034
     pilot-qof          |                    []                             |  3
 
1035
     psmisc             |                    []                             | 10
 
1036
     pwdutils           |                    []                             |  3
 
1037
     python             |                                                   |  0
 
1038
     qof                |                    []                             |  2
 
1039
     radius             |             []                                    |  6
 
1040
     recode             |          []        []         []                  | 25
 
1041
     rpm                |          [] []     []                     []      | 14
 
1042
     screem             |                    []                             |  2
 
1043
     scrollkeeper       |          [] []     []                     []      | 26
 
1044
     sed                |          []        []                     []      | 22
 
1045
     sh-utils           |          []                                       | 15
 
1046
     shared-mime-info   |             []     []         []          []      | 23
 
1047
     sharutils          |          []        []                     []      | 23
 
1048
     shishi             |                                                   |  1
 
1049
     silky              |                    []                             |  4
 
1050
     skencil            |                    []                             |  7
 
1051
     sketch             |                                                   |  6
 
1052
     solfege            |                                                   |  2
 
1053
     soundtracker       |          []        []                             |  9
 
1054
     sp                 |          []                                       |  3
 
1055
     stardict           |             []     []         []          []      | 11
 
1056
     system-tools-ba... |    []    [] []     []     []  []          []      | 37
 
1057
     tar                |          [] []     []                     []      | 19
 
1058
     texinfo            |          []        []         []                  | 15
 
1059
     textutils          |          []                   []          []      | 17
 
1060
     tin                |                                                   |  1
 
1061
     tp-robot           |                    []         []          []      | 10
 
1062
     tuxpaint           |                    []  []                 []      | 16
1231
1063
     unicode-han-tra... |                                                   |  0
1232
1064
     unicode-transla... |                                                   |  2
1233
 
     util-linux-ng      | []                 [] [] []                       | 20
1234
 
     vice               | ()                 ()                             |  1
1235
 
     vmm                |                          []                       |  4
1236
 
     vorbis-tools       |                          []                       |  6
1237
 
     wastesedge         |                                                   |  2
1238
 
     wdiff              | []                       []                       |  7
1239
 
     wget               | []                 []    []      []          []   | 26
1240
 
     wyslij-po          |                       [] []                       |  8
1241
 
     xchat              | []              []    [] []      []          []   | 36
1242
 
     xdg-user-dirs      | []     [] []    [] [] [] []      []    []    []   | 63
1243
 
     xkeyboard-config   | []                    [] []                       | 22
 
1065
     util-linux         |          [] []     []                             | 20
 
1066
     vorbis-tools       |             []     []                             | 11
 
1067
     wastesedge         |                                                   |  1
 
1068
     wdiff              |          []        []                             | 22
 
1069
     wget               |          []        []                     []      | 19
 
1070
     xchat              |             []     []         []          []      | 28
 
1071
     xkeyboard-config   |          [] []     []                     []      | 11
 
1072
     xpad               |                    []         []          []      | 14
1244
1073
                        +---------------------------------------------------+
1245
 
       85 teams           sv  sw ta te tg th tr uk vi  wa zh_CN zh_HK zh_TW
1246
 
      178 domains         119  1  3  3  0 10 65 51 155 17  98     7    41    2618
 
1074
       77 teams           tg th tk tr uk ven vi  wa xh zh_CN zh_HK zh_TW zu
 
1075
      172 domains          0  1  1 78 39  0  135 13  1  50     3    54    0  2054
1247
1076
 
1248
1077
   Some counters in the preceding matrix are higher than the number of
1249
1078
visible blocks let us expect.  This is because a few extra PO files are
1256
1085
lag between the mere existence a PO file and its wide availability in a
1257
1086
distribution.
1258
1087
 
1259
 
   If June 2010 seems to be old, you may fetch a more recent copy of
 
1088
   If July 2006 seems to be old, you may fetch a more recent copy of
1260
1089
this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
1261
1090
matrix with full percentage details can be found at
1262
 
`http://translationproject.org/extra/matrix.html'.
 
1091
`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
1263
1092
 
1264
 
1.5 Using `gettext' in new packages
 
1093
1.6 Using `gettext' in new packages
1265
1094
===================================
1266
1095
 
1267
1096
If you are writing a freely available program and want to
1277
1106
Free Translation Project is also available for packages which are not
1278
1107
developed inside the GNU project.  Therefore the information given above
1279
1108
applies also for every other Free Software Project.  Contact
1280
 
`coordinator@translationproject.org' to make the `.pot' files available
1281
 
to the translation teams.
 
1109
`translation@iro.umontreal.ca' to make the `.pot' files available to
 
1110
the translation teams.
1282
1111