~ubuntu-branches/ubuntu/utopic/libuser/utopic-proposed

« back to all changes in this revision

Viewing changes to ABOUT-NLS

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2005-09-30 16:22:04 UTC
  • Revision ID: james.westby@ubuntu.com-20050930162204-qubxaa7e2lbovdgh
Tags: upstream-0.54.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.dfsg.1

Show diffs side-by-side

added added

removed removed

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