~ubuntu-branches/ubuntu/lucid/cryptsetup/lucid

« back to all changes in this revision

Viewing changes to ABOUT-NLS

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-11-19 20:04:19 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061119200419-x5926mwvvrjbfqr0
Tags: 2:1.0.4-8ubuntu1
* merge debian changes, remaining patches:
  - Always output and read from the console.  Ubuntu: #58794.
* other changes have been merged or do noy apply anymore
* read password via usplash if available in initramfs for rootfs. based on a patch from  
  Swen Thümmler (Thanks for that!)  Ubuntu #62751
* read password from initscript via usplash if running. should fix the
  rest of Ubuntu #62751. Only problem with that patch: It asks only once
  for the password! improvements welcome!

Show diffs side-by-side

added added

removed removed

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