head	1.1;
branch	1.1.1;
access;
symbols
	gettext-0_14_2:1.1.1.16
	gettext-0_14_1:1.1.1.15
	gettext-0_14:1.1.1.15
	gettext-0_13_1:1.1.1.14
	gettext-0_13:1.1.1.13
	gettext-0_12_1:1.1.1.12
	gettext-0_12:1.1.1.12
	gettext-0_11_5:1.1.1.11
	gettext-0_11_4:1.1.1.10
	gettext-0_11_3:1.1.1.10
	gettext-0_11_2:1.1.1.9
	gettext-0_11_1:1.1.1.8
	gettext-0_11:1.1.1.7
	gettext-0_10_40:1.1.1.6
	gettext-0_10_39:1.1.1.5
	gettext-0_10_38:1.1.1.4
	gettext-0_10_37:1.1.1.3
	gettext-0_10_36:1.1.1.2
	gettext-0_10_35:1.1.1.1
	release:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2002.05.01.17.43.22;	author bruno;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.05.01.17.43.22;	author bruno;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.05.01.17.46.37;	author bruno;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2002.05.01.17.48.24;	author bruno;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.05.01.17.49.50;	author bruno;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2002.05.01.17.51.15;	author bruno;	state Exp;
branches;
next	1.1.1.6;

1.1.1.6
date	2002.05.01.17.52.40;	author bruno;	state Exp;
branches;
next	1.1.1.7;

1.1.1.7
date	2002.05.01.17.56.22;	author bruno;	state Exp;
branches;
next	1.1.1.8;

1.1.1.8
date	2002.05.01.18.02.35;	author bruno;	state Exp;
branches;
next	1.1.1.9;

1.1.1.9
date	2002.05.01.18.06.29;	author bruno;	state Exp;
branches;
next	1.1.1.10;

1.1.1.10
date	2002.07.16.23.37.48;	author bruno;	state Exp;
branches;
next	1.1.1.11;

1.1.1.11
date	2002.08.06.18.52.19;	author bruno;	state Exp;
branches;
next	1.1.1.12;

1.1.1.12
date	2003.05.17.15.34.29;	author bruno;	state Exp;
branches;
next	1.1.1.13;

1.1.1.13
date	2003.11.30.14.31.21;	author bruno;	state Exp;
branches;
next	1.1.1.14;

1.1.1.14
date	2003.12.17.20.32.35;	author bruno;	state Exp;
branches;
next	1.1.1.15;

1.1.1.15
date	2004.01.28.20.25.13;	author bruno;	state Exp;
branches;
next	1.1.1.16;

1.1.1.16
date	2005.02.24.14.21.47;	author bruno;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@Notes on the Free Translation Project
*************************************

   Free software is going international!  The Free Translation Project
is a way to get maintainers of free software, translators, and users all
together, so that will gradually become able to speak many languages.
A few packages already provide translations for their messages.

   If you found this `ABOUT-NLS' file inside a distribution, you may
assume that the distributed package does use GNU `gettext' internally,
itself available at your nearest GNU archive site.  But you do *not*
need to install GNU `gettext' prior to configuring, installing or using
this package with messages translated.

   Installers will find here some useful hints.  These notes also
explain how users should proceed for getting the programs to use the
available translations.  They tell how people wanting to contribute and
work at translations should contact the appropriate team.

   When reporting bugs in the `intl/' directory or bugs which may be
related to internationalization, you should tell about the version of
`gettext' which is used.  The information can be found in the
`intl/VERSION' file, in internationalized packages.

One advise in advance
=====================

   If you want to exploit the full power of internationalization, you
should configure it using

     ./configure --with-included-gettext

to force usage of internationalizing routines provided within this
package, despite the existence of internationalizing capabilities in the
operating system where this package is being installed.  So far, only
the `gettext' implementation in the GNU C library version 2 provides as
many features (such as locale alias or message inheritance) as the
implementation here.  It is also not possible to offer this additional
functionality on top of a `catgets' implementation.  Future versions of
GNU `gettext' will very likely convey even more functionality.  So it
might be a good idea to change to GNU `gettext' as soon as possible.

   So you need not provide this option if you are using GNU libc 2 or
you have installed a recent copy of the GNU gettext package with the
included `libintl'.

INSTALL Matters
===============

   Some packages are "localizable" when properly installed; the
programs they contain can be made to speak your own native language.
Most such packages use GNU `gettext'.  Other packages have their own
ways to internationalization, predating GNU `gettext'.

   By default, this package will be installed to allow translation of
messages.  It will automatically detect whether the system provides
usable `catgets' (if using this is selected by the installer) or
`gettext' functions.  If neither is available, the GNU `gettext' own
library will be used.  This library is wholly contained within this
package, usually in the `intl/' subdirectory, so prior installation of
the GNU `gettext' package is *not* required.  Installers may use
special options at configuration time for changing the default
behaviour.  The commands:

     ./configure --with-included-gettext
     ./configure --with-catgets
     ./configure --disable-nls

will respectively bypass any pre-existing `catgets' or `gettext' to use
the internationalizing routines provided within this package, enable
the use of the `catgets' functions (if found on the locale system), or
else, *totally* disable translation of messages.

   When you already have GNU `gettext' installed on your system and run
configure without an option for your new package, `configure' will
probably detect the previously built and installed `libintl.a' file and
will decide to use this.  This might be not what is desirable.  You
should use the more recent version of the GNU `gettext' library.  I.e.
if the file `intl/VERSION' shows that the library which comes with this
package is more recent, you should use

     ./configure --with-included-gettext

to prevent auto-detection.

   By default the configuration process will not test for the `catgets'
function and therefore they will not be used.  The reasons are already
given above: the emulation on top of `catgets' cannot provide all the
extensions provided by the GNU `gettext' library.  If you nevertheless
want to use the `catgets' functions use

     ./configure --with-catgets

to enable the test for `catgets' (this causes no harm if `catgets' is
not available on your system).  If you really select this option we
would like to hear about the reasons because we cannot think of any
good one ourself.

   Internationalized packages have usually many `po/LL.po' files, where
LL gives an ISO 639 two-letter code identifying the language.  Unless
translations have been forbidden at `configure' time by using the
`--disable-nls' switch, all available translations are installed
together with the package.  However, the environment variable `LINGUAS'
may be set, prior to configuration, to limit the installed set.
`LINGUAS' should then contain a space separated list of two-letter
codes, stating which languages are allowed.

Using This Package
==================

   As a user, if your language has been installed for this package, you
only have to set the `LANG' environment variable to the appropriate
ISO 639 `LL' two-letter code prior to using the programs in the
package.  For example, let's suppose that you speak German.  At the
shell prompt, merely execute `setenv LANG de' (in `csh'),
`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash').  This
can be done from your `.login' or `.profile' file, once and for all.

   An operating system might already offer message localization for
many of its programs, while other programs have been installed locally
with the full capabilities of GNU `gettext'.  Just using `gettext'
extended syntax for `LANG' would break proper localization of already
available operating system programs.  In this case, users should set
both `LANGUAGE' and `LANG' variables in their environment, as programs
using GNU `gettext' give preference to `LANGUAGE'.  For example, some
Swedish users would rather read translations in German than English for
when Swedish is not available.  This is easily accomplished by setting
`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'.

Translating Teams
=================

   For the Free Translation Project to be a success, we need interested
people who like their own language and write it well, and who are also
able to synergize with other translators speaking the same language.
Each translation team has its own mailing list, courtesy of Linux
International.  You may reach your translation team at the address
`LL@@li.org', replacing LL by the two-letter ISO 639 code for your
language.  Language codes are *not* the same as the country codes given
in ISO 3166.  The following translation teams exist, as of December
1997:

     Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en',
     Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian
     `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja',
     Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish
     `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es',
     Swedish `sv', and Turkish `tr'.

For example, you may reach the Chinese translation team by writing to
`zh@@li.org'.

   If you'd like to volunteer to *work* at translating messages, you
should become a member of the translating team for your own language.
The subscribing address is *not* the same as the list itself, it has
`-request' appended.  For example, speakers of Swedish can send a
message to `sv-request@@li.org', having this message body:

     subscribe

   Keep in mind that team members are expected to participate
*actively* in translations, or at solving translational difficulties,
rather than merely lurking around.  If your team does not exist yet and
you want to start one, or if you are unsure about what to do or how to
get started, please write to `translation@@iro.umontreal.ca' to reach the
coordinator for all translator teams.

   The English team is special.  It works at improving and uniformizing
the terminology in use.  Proven linguistic skill are praised more than
programming skill, here.

Available Packages
==================

   Languages are not equally supported in all packages.  The following
matrix shows the current state of internationalization, as of December
1997.  The matrix shows, in regard of each package, for which languages
PO files have been submitted to translation coordination.

     Ready PO files    cs da de en es fi fr it ja ko nl no pl pt ru sl sv
                     .----------------------------------------------------.
     bash            |       []          []          []                   |  3
     bison           |       []          []          []                   |  3
     clisp           |       [] [] []    []                               |  4
     cpio            |       []    []    []       [] []    []             |  6
     diffutils       |       []    []    []                []          [] |  5
     enscript        |       []    [] [] []          []             []    |  6
     fileutils       | []    []    []    []       [] []    [] []    [] [] | 10
     findutils       |       []    []    [] []    [] []    []    []    [] |  9
     flex            |             []    []       []                   [] |  4
     gcal            |       []          []          []    []          [] |  5
     gettext         |    [] []    []    []       [] [] [] [] []    [] [] | 12
     grep            |       []    []    []       [] [] [] []    [] [] [] | 10
     hello           |    [] []    []    []       [] [] [] [] []    [] [] | 11
     id-utils        |       []          []                []             |  3
     indent          |    [] []                   []       []    []       |  5
     libc            |       []    []    []       [] []    []          [] |  7
     m4              |       []          []    []    []          []    [] |  6
     make            |       []    []    []       [] []    []             |  6
     music           |                   []                []             |  2
     ptx             |       []    []    []          [] [] [] []       [] |  8
     recode          |    [] []    []    []          []    [] []    [] [] |  9
     sh-utils        |       []    []    []          [] [] [] []       [] |  8
     sharutils       | []    []    []    []          []                [] |  6
     tar             | []    []          [] []    [] [] [] [] []    [] [] | 11
     texinfo         | []    []          []                               |  3
     textutils       | []    []    []    []       [] [] [] []          [] |  9
     wdiff           | []    []    []    []          [] [] []          [] |  8
                     `----------------------------------------------------'
       17 languages    cs da de en es fi fr it ja ko nl no pl pt ru sl sv
       27 packages      6  4 25  1 18  1 26  2  1 12 20  9 19  7  4  7 17  179

   Some counters in the preceding matrix are higher than the number of
visible blocks let us expect.  This is because a few extra PO files are
used for implementing regional variants of languages, or language
dialects.

   For a PO file in the matrix above to be effective, the package to
which it applies should also have been internationalized and
distributed as such by its maintainer.  There might be an observable
lag between the mere existence a PO file and its wide availability in a
distribution.

   If December 1997 seems to be old, you may fetch a more recent copy
of this `ABOUT-NLS' file on most GNU archive sites.

@


1.1.1.1
log
@Import gettext-0.10.35
@
text
@@


1.1.1.2
log
@Import gettext-0.10.36
@
text
@d11 1
a11 1
itself available at your nearest GNU archive site.  But you do _not_
d25 2
a26 2
Quick configuration advice
==========================
d37 5
a41 6
many features (such as locale alias, message inheritance, automatic
charset conversion or plural form handling) as the implementation here.
It is also not possible to offer this additional functionality on top
of a `catgets' implementation.  Future versions of GNU `gettext' will
very likely convey even more functionality.  So it might be a good idea
to change to GNU `gettext' as soon as possible.
d43 1
a43 1
   So you need _not_ provide this option if you are using GNU libc 2 or
d56 3
a58 2
messages.  It will automatically detect whether the system already
provides the GNU `gettext' functions.  If not, the GNU `gettext' own
d61 1
a61 1
the GNU `gettext' package is _not_ required.  Installers may use
d66 1
d69 4
a72 3
will respectively bypass any pre-existing `gettext' to use the
internationalizing routines provided within this package, or else,
_totally_ disable translation of messages.
d86 12
a97 4
   The configuration process will not test for the `catgets' function
and therefore it will not be used.  The reason is that even an
emulation of `gettext' on top of `catgets' could not provide all the
extensions of the GNU `gettext' library.
d119 10
a128 15
   Some languages have dialects in different countries.  To specify
such a dialect, the notation `LL_CC' can be used, which combines an
ISO 639 language code `LL' and an ISO 3166 two-letter country code
`CC'.  For example, `de_AT' is used for Austria, and `pt_BR' for Brazil.

   Not all programs have translations for all languages.  By default, an
English message is shown in place of a nonexistent translation.  If you
understand other languages, you can set up a priority list of languages.
This is done through a different environment variable, called
`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
for the purpose of message handling, but you still need to have `LANG'
set to the primary language; this is required by other parts of the
system libraries.  For example, some Swedish users who would rather
read translations in German than English for when Swedish is not
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv'.
d136 13
a148 4
Each translation team has its own mailing list.  The up-to-date list of
teams can be found at the Free Translation Project's homepage,
`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
area.
d150 4
a153 1
   If you'd like to volunteer to _work_ at translating messages, you
d155 1
a155 1
The subscribing address is _not_ the same as the list itself, it has
d162 1
a162 1
_actively_ in translations, or at solving translational difficulties,
d176 36
a211 92
matrix shows the current state of internationalization, as of July
2000.  The matrix shows, in regard of each package, for which languages
PO files have been submitted to translation coordination, with a
translation percentage of at least 50%.

     Ready PO files    bg cs da de el en eo es et fi fr gl hr id it
                     .----------------------------------------------.
     a2ps            |          []             []                   |
     bash            |          []       []          []             |
     bison           |          []          [] []    []             |
     clisp           |          []    []    []       []             |
     cpio            |          []          []       []             |
     diffutils       |       [] []          []       [] []          |
     enscript        |          []                   []             |
     error           |                               []             |
     fileutils       |    [] [] [] []       []       [] []       [] |
     findutils       |          []          [] []    [] []       [] |
     flex            |                      []       []             |
     gcal            |                                              |
     gcc             |                                              |
     gettext         |    [] [] [] []       []       [] []    [] [] |
     gnupg           |          []       []          []          [] |
     grep            | [] [] [] [] []    [] [] []    []          [] |
     hello           |          []          [] [] [] []       [] [] |
     id-utils        |                               []             |
     indent          |       [] []             []    [] []          |
     libc            |    [] [] [] []       []       [] []       [] |
     lilypond        |                                              |
     lynx            |    [] [] []                                  |
     m4              |    [] [] [] []                [] []          |
     make            |          []          []       [] []          |
     music           |                               []             |
     parted          |          []                      []          |
     ptx             |       [] []          [] []    [] []    []    |
     python          |                                              |
     recode          |       [] [] []       []       [] []       [] |
     sed             |    []    [] []          []    [] []       [] |
     sh-utils        |    [] [] [] []       [] []    [] []       [] |
     sharutils       |    []    [] []       []       [] []          |
     tar             |    [] [] []          [] []    []          [] |
     texinfo         |    []    []       []          []             |
     textutils       |    [] [] [] []       []       [] []          |
     util-linux      |                                              |
     wdiff           |    [] []             [] []    []             |
     wget            |    [] [] [] []          []    [] []       [] |
                     `----------------------------------------------'
                       bg cs da de el en eo es et fi fr gl hr id it
                        1 14 15 28 11  1  4 19 12  1 30 16  0  3 12
     
                       ja ko lv nl no pl pt pt_BR ru sk sl sv zh
                     .-------------------------------------------.
     a2ps            |          []                []    []       |  5
     bash            |                                           |  3
     bison           | []       []                []             |  7
     clisp           |          []                               |  5
     cpio            |    []    []    []     []   []             |  8
     diffutils       |                []          []       []    |  8
     enscript        |          []                []             |  4
     error           |                                           |  1
     fileutils       | [] []    []    []     []   [] [] [] []    | 17
     findutils       |    []    []    []     []   []       []    | 12
     flex            |    []                      []       []    |  5
     gcal            |                                           |  0
     gcc             | []                                        |  1
     gettext         | [] []    []    []     []   []    [] [] [] | 18
     gnupg           | []             []                   []    |  7
     grep            | []       []    []     []   []    [] []    | 17
     hello           | [] []    []    []     []   [] []    []    | 15
     id-utils        |          []                []       []    |  4
     indent          |    []          []          [] []    []    | 10
     libc            | [] []    [] [] []     []      []    []    | 16
     lilypond        | []       []                               |  2
     lynx            | []       []           []   []             |  7
     m4              | []       []    []          []       []    | 11
     make            | []       []    []     []   []             |  9
     music           |                []                         |  2
     parted          | []       []           []   []             |  6
     ptx             |          [] [] [] []       []       []    | 13
     python          |                                           |  0
     recode          |                            []    [] []    | 10
     sed             | []       []           []   [] [] [] []    | 14
     sh-utils        | []       [] [] []     []   [] [] [] [] [] | 19
     sharutils       | []       []                []       []    | 10
     tar             | []       [] [] []     []   []    [] []    | 15
     texinfo         | []                         []             |  6
     textutils       | []       [] [] []     []   [] [] []       | 15
     util-linux      |                       []                  |  1
     wdiff           |          []    []          [] []    []    | 10
     wget            | []       [] []        []   [] [] [] [] [] | 17
                     `-------------------------------------------'
       28 teams        ja ko lv nl no pl pt pt_BR ru sk sl sv zh
       38 domains      20  8  0 25  6 18  1  16   27  9 10 20  3  330
d224 2
a225 21
   If July 2000 seems to be old, you may fetch a more recent copy of
this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
matrix with full percentage details can be found at
`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.

Using `gettext' in new packages
===============================

   If you are writing a freely available program and want to
internationalize it you are welcome to use GNU `gettext' in your
package.  Of course the GNU Public License applies to your sources from
then if you include `gettext' directly in your distribution on but
since you are writing free software anyway this is no restriction.

   Once the sources are change appropriately and the setup can handle to
use of `gettext' the only thing missing are the translations.  The Free
Translation Project is also available for packages which are not
developed inside the GNU project.  Therefore the information given above
applies also for every other Free Software Project.  Contact
`translation@@iro.umontreal.ca' to make the `.pot' files available to
the translation teams.
@


1.1.1.3
log
@Import gettext-0.10.37
@
text
@d103 5
a107 7
`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
and `CC' is an ISO 3166 two-letter country code.  For example, let's
suppose that you speak German and live in Germany.  At the shell
prompt, merely execute `setenv LANG de_DE' (in `csh'),
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
This can be done from your `.login' or `.profile' file, once and for
all.
d109 4
a112 4
   You might think that the country code specification is redundant.
But in fact, some languages have dialects in different countries.  For
example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
country code serves to distinguish the dialects.
d123 1
a123 7
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.

   In the `LANGUAGE' environment variable, but not in the `LANG'
environment variable, `LL_CC' combinations can be abbreviated as `LL'
to denote the language's main dialect.  For example, `de' is equivalent
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
(Portuguese as spoken in Portugal) in this context.
@


1.1.1.4
log
@Import gettext-0.10.38
@
text
@d167 3
a169 3
matrix shows the current state of internationalization, as of May 2001.
The matrix shows, in regard of each package, for which languages PO
files have been submitted to translation coordination, with a
d173 1
a173 1
                     +----------------------------------------------+
d175 1
a175 1
     bash            |          []       [] []       []             |
d178 2
a179 2
     cpio            |       [] []          []       []             |
     diffutils       |       [] []       [] []       [] []    []    |
d182 3
a184 4
     fileutils       |    [] [] [] []       []       [] []          |
     findutils       |       [] []          [] []    [] []    [] [] |
     flex            |       []             []       []             |
     gawk            |                                              |
d186 1
a186 1
     gcc             |       []                                     |
d188 4
a191 4
     gnupg           |          []       []    []    []          [] |
     grep            |                   []    []                [] |
     hello           |       [] []       [] [] [] [] []       [] [] |
     id-utils        |       []                      []             |
d196 1
a196 1
     m4              |    [] [] [] []                [] []    []    |
d198 1
d202 2
a203 2
     recode          |       [] [] []    [] []       [] []       [] |
     sed             |    []    [] []    []    []    [] []    [] [] |
d205 2
a206 4
     sharutils       |    [] [] [] []       []       [] []          |
     soundtracker    |                                              |
     sp              |                                              |
     tar             |    [] [] []          [] []    []       [] [] |
d209 4
a212 4
     util-linux      |    []                                        |
     wdiff           |    [] []             [] []    [] []    []    |
     wget            |    [] [] [] []       [] []    [] []       [] |
                     +----------------------------------------------+
d214 1
a214 1
                        0 14 21 27 10  1  8 20 13  1 28 17  0  9 11
d216 43
a258 45
                       ja ko lv nl no pl pt pt_BR ru sk sl sv tr zh
                     +----------------------------------------------+
     a2ps            |          []                []    []          |  5
     bash            |                                              |  4
     bison           | []       []                []                |  7
     clisp           |          []                                  |  5
     cpio            |    []    []    []     []   []                |  9
     diffutils       |                []          []       []       | 10
     enscript        |          []           []   []                |  5
     error           |                                              |  1
     fileutils       | [] []    []    []     []   [] [] [] []       | 16
     findutils       |    []    []    []     []   []       []       | 14
     flex            |    []                      []       []       |  6
     gawk            |                                              |  0
     gcal            |                                              |  0
     gcc             | []                                           |  2
     gettext         | [] []    []    []     []   []    [] [] [] [] | 19
     gnupg           | []             []                   []       |  8
     grep            |                                              |  3
     hello           | [] []    []    []     []   [] []    []       | 17
     id-utils        |          []                []       []       |  5
     indent          |    []    []    []          [] []    [] []    | 12
     libc            | [] []       [] []     []      []    []       | 15
     lilypond        |          []                                  |  1
     lynx            | []       []           []   []       []       |  8
     m4              | []       []    []          []       []       | 12
     make            | []       []    []     []   []                |  9
     parted          | []       []                []                |  5
     ptx             |          [] [] [] []       []       []       | 13
     python          |                                              |  0
     recode          |                            []    [] []       | 11
     sed             | []       []           []   [] [] [] []       | 16
     sh-utils        | []       [] [] []     []   [] [] [] []    [] | 19
     sharutils       | []       []                []       []       | 11
     soundtracker    |                                              |  0
     sp              |                                              |  0
     tar             | []       [] [] []     []   []    [] []       | 16
     texinfo         | []                         []                |  6
     textutils       | []       [] [] []     []   [] [] []          | 15
     util-linux      |                       []                     |  2
     wdiff           |          []    []          [] []    []       | 12
     wget            | []          []        []   [] [] [] []    [] | 17
                     +----------------------------------------------+
       29 teams        ja ko lv nl no pl pt pt_BR ru sk sl sv tr zh
       40 domains      18  8  0 23  6 16  1  15   26  9  9 20  2  3  336
d271 1
a271 1
   If May 2001 seems to be old, you may fetch a more recent copy of
@


1.1.1.5
log
@Import gettext-0.10.39
@
text
@d167 3
a169 3
matrix shows the current state of internationalization, as of July
2001.  The matrix shows, in regard of each package, for which languages
PO files have been submitted to translation coordination, with a
d172 45
a216 56
     Ready PO files    bg cs da de el en eo es et fi fr gl he hr id it
                     +-------------------------------------------------+
     a2ps            |          []             []                      |
     bash            |          []       [] []       []                |
     bfd             |                                                 |
     binutils        |                                                 |
     bison           |          []          [] []    []                |
     clisp           |          []    []    []       []                |
     cpio            |       [] []          []       [] []             |
     diffutils       |       [] []       [] []       [] []       []    |
     enscript        |          []                   []                |
     error           |                      []       []                |
     fetchmail       |                                                 |
     fileutils       |    [] [] [] []       []       [] []             |
     findutils       |       [] []          [] []    [] []       [] [] |
     flex            |       []             []       []                |
     freetype        |                                                 |
     gas             |                                                 |
     gawk            |                                     []          |
     gcal            |                                                 |
     gcc             |                                                 |
     gettext         |    [] [] [] []       []       [] []       [] [] |
     gnupg           |          []       []    []    [] []          [] |
     gprof           |                                                 |
     grep            |          []       [] [] []    [] []          [] |
     hello           |       [] [] []    [] [] [] [] [] []          [] |
     id-utils        |       [] []                   []                |
     indent          |       [] []             []    [] []             |
     jpilot          |                               []                |
     kbd             |                                                 |
     ld              |                                                 |
     libc            |    [] [] [] []       []       [] []          [] |
     lilypond        |                                                 |
     lynx            |    [] [] []                                     |
     m4              |    [] [] [] []                [] []       []    |
     make            |       [] []          []       [] []             |
     nano            |                                  []       []    |
     opcodes         |                                                 |
     parted          |          []                      []             |
     ptx             |       [] []          [] []    [] []       []    |
     python          |                                                 |
     recode          |       [] [] []    [] []       [] [] []       [] |
     sed             |    [] [] [] []    []    []    [] []       [] [] |
     sh-utils        |    [] [] [] []       [] []    [] []          [] |
     sharutils       |    [] [] [] []       []       [] []             |
     soundtracker    |                                  []             |
     sp              |                                                 |
     tar             |    [] [] []          [] []    []          [] [] |
     texinfo         |    [] [] []       []          []                |
     textutils       |    [] [] [] []       []       [] []             |
     util-linux      |    [] []                                        |
     wdiff           |          []             []                      |
     wget            |    [] [] [] []       [] []    [] [] []          |
                     +-------------------------------------------------+
                       bg cs da de el en eo es et fi fr gl he hr id it
                        0 13 23 30 11  1  8 21 13  1 29 22  3  0  8 10
d218 45
a262 56
                       ja ko lv nl no pl pt pt_BR ru sk sl sv tr uk zh
                     +-------------------------------------------------+
     a2ps            |          []                []    []             |  5
     bash            |                                                 |  4
     bfd             |                                                 |  0
     binutils        |                                                 |  0
     bison           | []       []                []                   |  7
     clisp           |          []                                     |  5
     cpio            |    []    []    []     []   []                   | 10
     diffutils       |                []          []       []          | 10
     enscript        |          []           []   []                   |  5
     error           |                                        []       |  3
     fetchmail       |                                                 |  0
     fileutils       | [] []    []    []     []   [] [] [] [] []       | 17
     findutils       |    []    []    []     []   []    [] [] []       | 16
     flex            |    []                      []       []          |  6
     freetype        |                                                 |  0
     gas             |                                                 |  0
     gawk            |                                        []       |  2
     gcal            |                                                 |  0
     gcc             |                                                 |  0
     gettext         | [] []          []     []   []    [] [] []    [] | 18
     gnupg           | []             []                   [] []       | 10
     gprof           |                                                 |  0
     grep            |                []                []    []       | 10
     hello           | [] [] [] [] [] []          [] []    [] [] []    | 21
     id-utils        |          []                []       []          |  6
     indent          |    []    []    []          [] []    [] []       | 12
     jpilot          |                                                 |  1
     kbd             |                                        []       |  1
     ld              |                                                 |  0
     libc            | [] []    [] [] []     []      []    [] []       | 17
     lilypond        | []       []                                     |  2
     lynx            | []       []           []   []       []          |  8
     m4              | []       []    []          []       []          | 12
     make            | [] []    []    []     []   []          []       | 12
     nano            |                                     []          |  3
     opcodes         |                                                 |  0
     parted          | []       []                []                   |  5
     ptx             |          [] [] [] []       []       [] []       | 14
     python          |                                                 |  0
     recode          |                []          []    [] []          | 13
     sed             | []       []           []   [] [] [] [] []       | 18
     sh-utils        | []       [] [] []     []   [] [] [] [] []    [] | 20
     sharutils       | []       []                []       []          | 11
     soundtracker    |                                                 |  1
     sp              |                                                 |  0
     tar             | []       [] [] []     []   []    [] [] []       | 17
     texinfo         | []                         []                   |  7
     textutils       | []       [] [] []     []   [] [] []             | 15
     util-linux      |                       []               []       |  4
     wdiff           |                            [] []       []       |  5
     wget            |          []                [] [] [] [] [] []    | 16
                     +-------------------------------------------------+
       31 teams        ja ko lv nl no pl pt pt_BR ru sk sl sv tr uk zh
       51 domains      17  9  1 23  6 17  1  13   26  9 11 20 19  2  2  369
d275 1
a275 1
   If July 2001 seems to be old, you may fetch a more recent copy of
d285 7
a291 8
package.  Of course the GNU General Public License applies to your
sources from then on if you include `gettext' directly in your
distribution but since you are writing free software anyway this is no
restriction.

   Once the sources are changed appropriately and the setup can handle
to use of `gettext' the only thing missing are the translations.  The
Free Translation Project is also available for packages which are not
@


1.1.1.6
log
@Import gettext-0.10.40
@
text
@d167 1
a167 1
matrix shows the current state of internationalization, as of September
d172 56
a227 58
     Ready PO files    bg cs da de el en eo es et fi fr gl he hr id it ja
                     +----------------------------------------------------+
     a2ps            |          []             []    []                   |
     bash            |          []       [] []       []                   |
     bfd             |                                                    |
     binutils        |                               []                   |
     bison           |          []          [] []    []                [] |
     clisp           |          []    []    []       []                   |
     cpio            |       [] []          []       [] []                |
     diffutils       |       [] []       [] []       [] []       []       |
     enscript        |          []                   []                   |
     error           |                      []       []                   |
     fetchmail       |                                                    |
     fileutils       |    [] [] [] []       []       [] []             [] |
     findutils       |       [] []          [] []    [] []       [] []    |
     flex            |       []             []       []                   |
     freetype        |                                                    |
     gas             |                                                    |
     gawk            |                               []    []             |
     gcal            |                                                    |
     gcc             |                                                    |
     gettext         |    [] [] [] []       []       [] []       [] [] [] |
     gnupg           |          []       []    []    [] []          [] [] |
     gprof           |                                                    |
     grep            |    []    []       [] [] []    [] []          []    |
     hello           |       [] [] []    [] [] [] [] [] []          [] [] |
     id-utils        |       [] []                   []                   |
     indent          |       [] []             []    [] []                |
     jpilot          |                               []                   |
     kbd             |                                                    |
     ld              |                               []                   |
     libc            |    [] [] [] []       []       [] []             [] |
     lilypond        |                                                 [] |
     lynx            |    [] [] []                                     [] |
     m4              |    [] [] [] []                [] []       []    [] |
     make            |       [] []          []       [] []             [] |
     mysecretdiary   |          []                                        |
     nano            |                      []          []       []       |
     opcodes         |                                                    |
     parted          |          []                      []             [] |
     ptx             |       [] []          [] []    [] []       []       |
     python          |                                                    |
     recode          |       [] [] []    [] []       [] [] []       []    |
     sed             |    [] [] [] []    []    []    [] [] []    [] [] [] |
     sh-utils        |    [] [] [] []       [] []    [] []          [] [] |
     sharutils       |    [] [] [] []       []       [] []             [] |
     sketch          |                                                    |
     soundtracker    |          []          []          []                |
     sp              |                                                    |
     tar             |    [] [] []          [] []    []             [] [] |
     texinfo         |    [] [] []       []          []                [] |
     textutils       |    [] [] [] []       []       [] []             [] |
     util-linux      |    [] []                                           |
     wdiff           |       [] []             []                         |
     wget            |    [] [] [] []       [] []    [] [] []          [] |
                     +----------------------------------------------------+
                       bg cs da de el en eo es et fi fr gl he hr id it ja
                        0 14 24 32 11  1  8 23 13  1 33 22  4  0  7  9 18
d229 56
a284 58
                       ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh
                     +----------------------------------------------------+
     a2ps            |          []                   []    []             |  6
     bash            |                                                    |  4
     bfd             |                                                    |  0
     binutils        |                                                    |  1
     bison           |                               []                   |  6
     clisp           |          []                                        |  5
     cpio            | []       []       []     []   []                   | 10
     diffutils       |                   []          []       [] []       | 11
     enscript        |          []              []   []                   |  5
     error           |                                  []       []       |  4
     fetchmail       |                                                    |  0
     fileutils       | []       []       []     []   [] [] [] [] []       | 17
     findutils       | []       []       []     []   []    [] [] []       | 16
     flex            | []                            []       []          |  6
     freetype        |                                                    |  0
     gas             |                                                    |  0
     gawk            |                                           []       |  3
     gcal            |                                                    |  0
     gcc             |                                                    |  0
     gettext         | []                []     []   []    [] [] []    [] | 18
     gnupg           |                   []                   [] []       | 10
     gprof           |                                                    |  0
     grep            |                   []                [] [] []       | 12
     hello           | [] [] [] []    [] []          [] []    [] [] []    | 22
     id-utils        |          []                   []       []          |  6
     indent          | []       []       []          [] []    [] []       | 12
     jpilot          |                                                    |  1
     kbd             |                                           []       |  1
     ld              |                                                    |  1
     libc            | []    []       [] []     []      []    [] []       | 16
     lilypond        |          []                            []          |  3
     lynx            |          []              []   []       []          |  8
     m4              |          []       []          []       []          | 12
     make            | []       []       []     []   []          []       | 12
     mysecretdiary   |                                                    |  1
     nano            |                                        []          |  4
     opcodes         |                                           []       |  1
     parted          |          []                   []                   |  5
     ptx             |       [] []    [] [] []       []       [] []       | 15
     python          |                                                    |  0
     recode          |                   []          []    [] []          | 13
     sed             |          []              []   [] [] [] [] []       | 19
     sh-utils        |       [] []    [] []     []   [] [] [] [] []    [] | 21
     sharutils       |          []                   []       []          | 11
     sketch          |                                                    |  0
     soundtracker    |                                                    |  3
     sp              |                                                    |  0
     tar             |       []       [] []     []         [] [] []       | 15
     texinfo         |                               []                   |  7
     textutils       |       [] []    [] []     []   [] [] []             | 16
     util-linux      |                          []               []       |  4
     wdiff           |                               [] []    [] []       |  7
     wget            |          []                   [] [] [] [] [] []    | 17
                     +----------------------------------------------------+
       33 teams        ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh
       53 domains       9  1  6 20  0  6 17  1  13   25 10 11 23 21  2  2  387
d297 3
a299 3
   If September 2001 seems to be old, you may fetch a more recent copy
of this `ABOUT-NLS' file on most GNU archive sites.  The most
up-to-date matrix with full percentage details can be found at
d307 4
a310 5
package.  Of course you have to respect the GNU Library General Public
License which covers the use of the GNU `gettext' library.  This means
in particular that even non-free programs can use `libintl' as a shared
library, whereas only free software can use `libintl' as a static
library or use modified versions of `libintl'.
@


1.1.1.7
log
@Import gettext-0.11
@
text
@a115 7
   The locale naming convention of `LL_CC', with `LL' denoting the
language and `CC' denoting the country, is the one use on systems based
on GNU libc.  On other systems, some variations of this scheme are
used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
locales supported by your system for your country by running the command
`locale -a | grep '^LL''.

d167 2
a168 2
matrix shows the current state of internationalization, as of January
2002.  The matrix shows, in regard of each package, for which languages
d172 58
a229 119
     Ready PO files    bg ca cs da de el en eo es et fi fr
                     +-------------------------------------+
     a2ps            |          [] []             []    [] |
     bash            |             []       [] []       [] |
     bfd             |                         []       [] |
     binutils        |                         []       [] |
     bison           |             []             []    [] |
     clisp           |             []    []    []       [] |
     cpio            |          [] []          []       [] |
     diffutils       |       [] [] []       [] []       [] |
     enscript        |             []                   [] |
     error           |                         []       [] |
     fetchmail       |       () [] []          []       () |
     fileutils       |          [] []          [] []    [] |
     findutils       |          [] []          [] []    [] |
     flex            |          []             []       [] |
     gas             |                                  [] |
     gawk            |                         []       [] |
     gcal            |    []                            [] |
     gcc             |                         []       [] |
     gettext         |    []    [] []          []       [] |
     gnupg           |             [] []    [] [] []    [] |
     gprof           |                         []       [] |
     grep            |       []    []       [] [] []    [] |
     hello           |          [] [] []    [] [] [] [] [] |
     id-utils        |          [] []                   [] |
     indent          |             []       []    []    [] |
     jpilot          |       () [] []                   [] |
     jwhois          |                         []       [] |
     kbd             |                                  [] |
     ld              |                         []       [] |
     libc            |    [] [] [] [] []       []       [] |
     lilypond        |          []                      [] |
     lynx            |       [] [] []             []       |
     m4              |       [] [] [] []                [] |
     make            |          [] []          []       [] |
     mysecretdiary   |             []                   [] |
     nano            |    [] () [] []          []       [] |
     nano_1_0        |    [] () [] []          []       [] |
     opcodes         |          []             []       [] |
     parted          |    []    [] []                   [] |
     ptx             |          [] []          [] []    [] |
     python          |                                     |
     recode          |          [] [] []    [] []       [] |
     sed             |       [] [] [] []    [] [] []    [] |
     sh-utils        |    [] [] [] [] []       [] []    [] |
     sharutils       |       [] [] [] []       []       [] |
     sketch          |             ()          []       () |
     soundtracker    |             []          []       [] |
     sp              |                                     |
     tar             |       [] [] []          [] []    [] |
     texinfo         |       [] [] []       []          [] |
     textutils       |          [] []          []       [] |
     util-linux      |       [] []             []       [] |
     wdiff           |          [] []          [] []    [] |
     wget            |    [] [] [] [] []       [] []    [] |
                     +-------------------------------------+
                       bg ca cs da de el en eo es et fi fr
                        0  8 12 31 36  9  1  9 37 15  1 49
     
                       gl he hr hu id it ja ko lv nb nl nn
                     +-------------------------------------+
     a2ps            |                ()    ()       []    |
     bash            |                                     |
     bfd             |                   []                |
     binutils        |                   []                |
     bison           |                   []                |
     clisp           |                               []    |
     cpio            | []                   []       []    |
     diffutils       | [] []                               |
     enscript        |                               []    |
     error           |          []                         |
     fetchmail       |                                     |
     fileutils       |                [] []                |
     findutils       | []          [] [] [] []       []    |
     flex            |                      []             |
     gas             |                                     |
     gawk            |    []                               |
     gcal            |                                     |
     gcc             |                   []                |
     gettext         |                      []             |
     gnupg           | []             [] []                |
     gprof           |                                     |
     grep            | []             []                   |
     hello           | []       []    [] [] [] [] [] [] [] |
     id-utils        |                               []    |
     indent          | []                []          []    |
     jpilot          |                   ()          ()    |
     jwhois          |                                     |
     kbd             |                                     |
     ld              |                                     |
     libc            | []                [] []    []       |
     lilypond        |                   []          []    |
     lynx            |                   []          []    |
     m4              | []          []    []          []    |
     make            | []                [] []       []    |
     mysecretdiary   |                                     |
     nano            | []          [] [] ()          () [] |
     nano_1_0        | []          [] [] ()          () [] |
     opcodes         |                                     |
     parted          | []                []             [] |
     ptx             | []          []             [] []    |
     python          |                                     |
     recode          | [] []          []                   |
     sed             | [] []       [] [] [] []       []    |
     sh-utils        | []             [] []       [] []    |
     sharutils       | []                []          []    |
     sketch          |                ()                   |
     soundtracker    | []                                  |
     sp              |                                     |
     tar             |                [] []       []       |
     texinfo         |    [] []          []                |
     textutils       |                      []    []       |
     util-linux      |                () []                |
     wdiff           |                                     |
     wget            | [] []    []       []          []    |
                     +-------------------------------------+
                       gl he hr hu id it ja ko lv nb nl nn
                       20  6  1  3  6 11 22  9  1  6 17  4
d231 58
a288 59
                       no pl pt pt_BR ru sk sl sv tr uk zh
                     +-------------------------------------+
     a2ps            | () () ()       []    [] [] ()       |  8
     bash            |                                     |  4
     bfd             |                         [] []       |  5
     binutils        |                            []       |  4
     bison           |                []       [] []       |  7
     clisp           |                                     |  5
     cpio            |    []     []   []       []          | 11
     diffutils       |                []       [] []       | 11
     enscript        |           []   []       []          |  6
     error           |                   []       []       |  5
     fetchmail       |    ()     ()                        |  3
     fileutils       |                []    [] [] []       | 11
     findutils       |    []     []   []    [] [] []       | 17
     flex            |                []       []          |  6
     gas             |                            []       |  2
     gawk            |                         [] []       |  5
     gcal            |                         []          |  3
     gcc             |                            []       |  4
     gettext         |                   [] [] [] []       | 10
     gnupg           |    []                   [] []       | 12
     gprof           |                         [] []       |  4
     grep            |    []          []    [] [] []       | 13
     hello           | [] []          [] []    [] [] []    | 24
     id-utils        |                []       []          |  6
     indent          |                [] []    [] []       | 11
     jpilot          | ()                      ()          |  3
     jwhois          |                ()       ()          |  2
     kbd             |                         [] []       |  3
     ld              |                         [] []       |  4
     libc            | [] []     []      []    [] []       | 17
     lilypond        |                         []          |  5
     lynx            |           []   []       []          |  9
     m4              |    []          []       []          | 12
     make            |    []     []   []          []       | 12
     mysecretdiary   |                         []          |  3
     nano            | ()             []       []    []    | 12
     nano_1_0        | ()             []       []    []    | 12
     opcodes         |                         [] []       |  5
     parted          |       []  []            []          | 10
     ptx             | [] [] []       []       [] []       | 15
     python          |                                     |  0
     recode          |    []          []    [] []          | 13
     sed             |           []   [] [] [] [] []       | 21
     sh-utils        | [] []     []   [] [] [] [] []    [] | 22
     sharutils       |                []       []          | 11
     sketch          |                ()                   |  1
     soundtracker    |                                     |  4
     sp              |                                     |  0
     tar             | [] []     []      [] [] [] []       | 16
     texinfo         |                []       []          | 10
     textutils       |                      []    []       |  8
     util-linux      |           []            [] []       |  8
     wdiff           |                [] []    [] []       |  9
     wget            |                [] [] [] [] [] []    | 19
                     +-------------------------------------+
       35 teams        no pl pt pt_BR ru sk sl sv tr uk zh
       54 domains       5 12  2  11   25 10 11 39 29  4  1  463
d301 3
a303 3
   If January 2002 seems to be old, you may fetch a more recent copy of
this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
matrix with full percentage details can be found at
@


1.1.1.8
log
@Import gettext-0.11.1
@
text
@d174 1
a174 1
matrix shows the current state of internationalization, as of March
d194 2
a195 2
     flex            |    []    []             []       [] |
     gas             |                         []       [] |
d202 1
a202 1
     grep            | [] []       []          [] []    [] |
d205 1
a205 1
     indent          |    []       []       []    []    [] |
d208 1
a208 1
     kbd             |                         []       [] |
d231 1
a231 1
     textutils       |    []    [] []          []       [] |
a232 1
     vorbis-tools    |                                     |
d237 1
a237 1
                        1 12 11 31 36  9  1  8 39 15  1 50
d245 1
a245 1
     bison           |                   []          []    |
d248 1
a248 1
     diffutils       | [] []             []                |
d252 1
a252 1
     fileutils       |          []    [] []                |
d258 1
a258 1
     gcc             |                                     |
d262 2
a263 2
     grep            |                []                   |
     hello           | [] []    []    [] [] [] [] [] [] [] |
d276 3
a278 3
     nano            | []          [] [] ()       [] () [] |
     nano_1_0        | []          [] [] ()       [] () [] |
     opcodes         |                               []    |
d290 1
a290 1
     texinfo         |    []             []                |
a292 1
     vorbis-tools    |                                     |
d297 1
a297 1
                       19  7  0  4  6 11 22  9  1  8 19  4
d299 59
a357 60
                       no pl pt pt_BR ru sk sl sv tr uk zh_TW
                     +----------------------------------------+
     a2ps            | () () ()       []    [] [] ()          |  8
     bash            |                                        |  4
     bfd             |                         [] []          |  5
     binutils        |                            []          |  4
     bison           |                []       [] []          |  8
     clisp           |                                        |  5
     cpio            |    []     []   []       []             | 11
     diffutils       |    []          []       [] []     []   | 14
     enscript        |           []   []       []             |  6
     error           |                   []       []     []   |  6
     fetchmail       |    ()     ()               []          |  4
     fileutils       |                []    [] [] []          | 12
     findutils       |    []     []   [] [] [] [] []          | 18
     flex            |                []       [] []          |  8
     gas             |                            []          |  3
     gawk            |                         [] []          |  5
     gcal            |                         [] []          |  4
     gcc             |                            []          |  3
     gettext         |                   [] [] [] []          | 10
     gnupg           |    []                   [] []          | 12
     gprof           |                         [] []          |  4
     grep            |                []    []    []          | 10
     hello           | [] []          [] []    [] [] []       | 25
     id-utils        |                []       []             |  6
     indent          |                [] []    [] []          | 12
     jpilot          | ()                      ()             |  3
     jwhois          |                ()       () []          |  3
     kbd             |                         [] []          |  4
     ld              |                         [] []          |  4
     libc            | [] []     []      []    [] []          | 17
     lilypond        |                         []             |  5
     lynx            |           []   []       []             |  9
     m4              |    []          []       []             | 12
     make            |    []     []   []          []          | 12
     mysecretdiary   |                         [] []          |  4
     nano            | () []          []       []    []       | 14
     nano_1_0        | ()             []       []    []       | 13
     opcodes         |                         [] []          |  6
     parted          |       []  []            []             | 10
     ptx             | [] [] []       []       [] []          | 15
     python          |                                        |  0
     recode          |    []          []    [] []             | 13
     sed             |           []   [] [] [] [] []          | 21
     sh-utils        | [] []     []   [] [] [] [] []     []   | 22
     sharutils       |                []       []        []   | 12
     sketch          |           []   ()                      |  3
     soundtracker    |                         []             |  5
     sp              |                                        |  0
     tar             | [] []     []      [] [] [] []          | 16
     texinfo         |                []       []        []   | 10
     textutils       |                      [] [] []     []   | 11
     util-linux      |           []            [] []          |  8
     vorbis-tools    |                         []             |  1
     wdiff           |                [] []    [] []          |  9
     wget            |                [] [] [] [] [] []  []   | 20
                     +----------------------------------------+
       35 teams        no pl pt pt_BR ru sk sl sv tr uk zh_TW
       55 domains       5 13  2  12   25 11 11 41 34  4   7    489
d370 1
a370 1
   If March 2002 seems to be old, you may fetch a more recent copy of
@


1.1.1.9
log
@Import gettext-0.11.2
@
text
@d174 1
a174 1
matrix shows the current state of internationalization, as of April
d185 1
a185 1
     bison           |             []          [] []    [] |
d191 1
a191 1
     fetchmail       |    [] () [] []          []       () |
d194 1
a194 1
     flex            |    []    [] []          []       [] |
d196 1
a196 1
     gawk            |             []          []       [] |
d202 1
a202 3
     gpsdrive        |          () ()    ()    ()       () |
     grep            | [] []       [] []       [] []    [] |
     gretl           |                                     |
d219 1
a219 1
     parted          |    []    [] []          []       [] |
d228 1
a228 1
     sp              |             []                      |
d232 1
a232 1
     util-linux      |       [] [] []          [] []    [] |
d234 2
a235 3
     wastesedge      |                                     |
     wdiff           |    []    [] []          [] []    [] |
     wget            | [] [] [] [] [] []       [] []    [] |
d238 1
a238 1
                        2 14 11 31 40 10  1  8 41 16  1 50
d249 2
a250 2
     diffutils       | [] []       []    []                |
     enscript        |       []                      []    |
d252 1
a252 1
     fetchmail       |                   []                |
d254 1
a254 1
     findutils       | []    []    [] [] [] []       []    |
d260 2
a261 2
     gettext         |                   [] []             |
     gnupg           | []          [] [] []                |
d263 2
a264 4
     gpsdrive        |                ()             ()    |
     grep            | [] [] []    [] [] []                |
     gretl           |                                     |
     hello           | [] [] [] [] [] [] [] [] [] [] [] [] |
d268 1
a268 1
     jwhois          |             []                      |
d273 1
a273 1
     lynx            |                [] []          []    |
d275 1
a275 1
     make            | [] [] []          [] []       []    |
d277 2
a278 2
     nano            | []          [] [] ()       [] [] [] |
     nano_1_0        | []          [] [] ()       []    [] |
d290 3
a292 3
     tar             | []    []       [] []       []       |
     texinfo         |    [] []          []                |
     textutils       | []                   []    []       |
d295 2
a296 3
     wastesedge      |                                     |
     wdiff           | []          []                      |
     wget            | [] [] [] []       []          []    |
d299 1
a299 1
                       23  9  8  4 12 12 25  9  1  8 20  4
d303 1
a303 1
     a2ps            | () () ()  []   []    [] [] ()          |  9
d307 1
a307 1
     bison           |                []       [] []          |  9
d310 2
a311 2
     diffutils       |    []     []   []       [] []     []   | 16
     enscript        |           []   []       []             |  7
d313 4
a316 4
     fetchmail       |    ()     ()               []          |  6
     fileutils       |                []    [] [] []     []   | 13
     findutils       |    []     []   [] [] [] [] []          | 19
     flex            |                []       [] []          |  9
d318 1
a318 1
     gawk            |                         [] []          |  6
d321 2
a322 2
     gettext         |                [] [] [] [] []     []   | 13
     gnupg           |    []                   [] []          | 13
d324 2
a325 4
     gpsdrive        |                            ()          |  0
     grep            |    []          []    []    []          | 17
     gretl           |                                        |  0
     hello           | [] []          [] []    [] [] []       | 27
d328 2
a329 2
     jpilot          | ()                      () []          |  4
     jwhois          |                ()       () []     []   |  5
d334 1
a334 1
     lynx            |           []   []       []             | 10
d336 1
a336 1
     make            |    []     []   []          []          | 14
d338 2
a339 2
     nano            | () []          []       []    []       | 15
     nano_1_0        | () []          []       []    []       | 14
d341 1
a341 1
     parted          |       []  []            []             | 11
d347 1
a347 1
     sharutils       |                []       [] []     []   | 13
d350 5
a354 5
     sp              |                                        |  1
     tar             | [] []     []      [] [] [] []          | 18
     texinfo         |                []       []             | 10
     textutils       |                []    [] [] []     []   | 13
     util-linux      |           []            [] []          | 10
d356 2
a357 3
     wastesedge      |                                        |  0
     wdiff           |                [] []    [] []          | 12
     wget            |    []          [] [] [] [] [] []  []   | 23
d360 1
a360 1
       58 domains       5 16  2  14   27 11 11 41 36  4   9    536
d373 1
a373 1
   If April 2002 seems to be old, you may fetch a more recent copy of
@


1.1.1.10
log
@Import gettext-0.11.3
@
text
@d174 1
a174 1
matrix shows the current state of internationalization, as of July
d179 63
a241 72
     Ready PO files    be bg ca cs da de el en eo es et fi fr
                     +----------------------------------------+
     a2ps            |             [] []             []    [] |
     bash            |                []       [] []       [] |
     bfd             |                            []       [] |
     binutils        |                            []       [] |
     bison           |                []          [] []    [] |
     clisp           |                []    []    []       [] |
     clisp           |                                        |
     clisplow        |                                        |
     cpio            |             [] []          []       [] |
     darkstat        |             ()                         |
     diffutils       |          [] [] []       [] []       [] |
     enscript        |                []                   [] |
     error           |                []          []       [] |
     fetchmail       |       [] () [] []          []       () |
     fileutils       |             [] []          [] []    [] |
     findutils       |             [] []       [] [] []    [] |
     flex            |       []    [] []          []       [] |
     gas             |                            []       [] |
     gawk            |                []          []       [] |
     gcal            |       []                            [] |
     gcc             |                            []       [] |
     gettext         |       []    [] []          []       [] |
     gnupg           |       []       [] []    [] [] []    [] |
     gprof           |                            []       [] |
     gpsdrive        |             () ()    ()    ()       () |
     grep            |    [] []       [] []       [] []    [] |
     gretl           |                            []          |
     gthumb          |                ()          ()       () |
     hello           |       []    [] [] []    [] [] [] [] [] |
     id-utils        |             [] []                   [] |
     indent          |       []       []       []    []    [] |
     jpilot          |          () [] []                   [] |
     jwhois          |                            []       [] |
     kbd             |                []          []       [] |
     ld              |                            []       [] |
     libc            |       [] [] [] [] []       []       [] |
     libiconv        |       []       []       [] []          |
     lifelines       |                ()                   () |
     lilypond        |             []             []       [] |
     lingoteach      |                         []          [] |
     lingoteach_lessons|                ()          ()          |
     lynx            |       [] [] [] []             []       |
     m4              |          [] [] [] []                [] |
     make            |             [] []          []       [] |
     man-db          |       [] () () []          ()       () |
     mysecretdiary   |                []          []       [] |
     nano            |       [] () [] []          []       [] |
     nano_1_0        |       [] () [] []          []       [] |
     opcodes         |             []             []       [] |
     parted          |       []    [] []          []       [] |
     ptx             |             [] []       [] [] [] [] [] |
     python          |                                        |
     recode          |             [] [] []    [] []       [] |
     sed             |       [] [] [] [] []    [] [] []    [] |
     sh-utils        |                []          [] []    [] |
     sharutils       |          [] [] [] []       []       [] |
     sketch          |                ()          []       () |
     soundtracker    |                []          []       [] |
     sp              |                []                      |
     tar             |          [] [] []          [] []    [] |
     texinfo         |          [] [] []       []          [] |
     textutils       |       []    [] []          []       [] |
     util-linux      |          [] [] []          [] []    [] |
     vorbis-tools    |                                     [] |
     wastesedge      |                                        |
     wdiff           |       []    [] []          [] []    [] |
     wget            |    [] [] [] [] [] []       [] [] [] [] |
                     +----------------------------------------+
                       be bg ca cs da de el en eo es et fi fr
                        0  2 19 10 30 44  9  1 12 45 16  3 53
d246 1
a246 1
     bash            |          []                         |
d249 1
a249 1
     bison           |       []       [] []          []    |
d251 2
a252 5
     clisp           |                                     |
     clisplow        |                                     |
     cpio            | []       []          []       []    |
     darkstat        |       ()                            |
     diffutils       | [] []    [] []    []                |
d257 1
a257 1
     findutils       | []    [] [] [] [] [] []       []    |
d262 1
a262 1
     gcc             |                   []                |
d266 2
a267 2
     gpsdrive        |          []    ()             ()    |
     grep            | [] [] [] [] [] [] []                |
a268 1
     gthumb          |                () ()                |
d270 2
a271 2
     id-utils        |          []                   []    |
     indent          | []       []       []          []    |
d273 1
a273 1
     jwhois          |          [] []                      |
a276 2
     libiconv        | []    [] []                         |
     lifelines       |                                     |
d278 1
a278 3
     lingoteach      |          []                         |
     lingoteach_lessons|                                     |
     lynx            |          []    [] []          []    |
d281 4
a284 5
     man-db          |                () ()                |
     mysecretdiary   |             []                      |
     nano            | []          [] []          [] [] [] |
     nano_1_0        | []          [] []          []    [] |
     opcodes         |             []                []    |
d286 1
a286 1
     ptx             | []       [] []             [] []    |
d289 2
a290 2
     sed             | [] [] []    [] [] [] []       []    |
     sh-utils        |                [] []       []       |
d293 1
a293 1
     soundtracker    | []    []                            |
d301 1
a301 1
     wdiff           | []       [] []                      |
d305 1
a305 1
                       23  9 12 18 14 13 26  9  1  8 19  4
d309 2
a310 2
     a2ps            | () () ()  []   []    [] [] []          | 10
     bash            |           []                           |  6
d312 2
a313 2
     binutils        |                         [] []          |  5
     bison           |                []       [] []          | 11
d315 4
a318 7
     clisp           |                                        |  0
     clisplow        |                                        |  0
     cpio            |    []     []   []       []             | 12
     darkstat        |           []                      ()   |  1
     diffutils       |    []     []   []       [] []     []   | 17
     enscript        |           []   []       [] []          |  8
     error           |                   []       []     []   |  7
d321 1
a321 1
     findutils       |    []     []   [] [] [] [] []          | 21
d326 1
a326 1
     gcc             |                            []          |  4
d328 1
a328 1
     gnupg           |    []                   [] []          | 14
d330 6
a335 7
     gpsdrive        |                   []    [] ()          |  3
     grep            |    []          []    []    []          | 18
     gretl           |                                        |  1
     gthumb          |           ()   ()       []             |  1
     hello           | [] []          [] []    [] [] []       | 28
     id-utils        |           []   []       [] []          |  9
     indent          |           []   [] []    [] []          | 14
d337 2
a338 2
     jwhois          |           []   ()       () []     []   |  7
     kbd             |                         [] []          |  5
d341 2
a342 6
     libiconv        |           []      []    [] []          | 11
     lifelines       |                         []             |  1
     lilypond        |                         []             |  6
     lingoteach      |           []            []             |  5
     lingoteach_lessons|                                        |  0
     lynx            |           []   []       [] []          | 13
d345 4
a348 5
     man-db          |                                        |  3
     mysecretdiary   |           []            [] []          |  7
     nano            |    []          []       []    []       | 15
     nano_1_0        |    []          []       []    []       | 14
     opcodes         |                         [] []          |  7
d350 1
a350 1
     ptx             | [] [] []  []   []       [] []          | 19
d352 3
a354 3
     recode          |    []     []   []    [] [] []          | 15
     sed             |           []   [] [] [] [] []          | 23
     sh-utils        |                            []          |  8
d356 2
a357 2
     sketch          |           []   ()       []             |  4
     soundtracker    |                         []             |  6
d363 1
a363 1
     vorbis-tools    |                         []             |  2
d365 2
a366 2
     wdiff           |           []   [] []    [] []          | 14
     wget            |    []          [] [] [] [] [] []  []   | 24
d368 2
a369 2
       36 teams        no pl pt pt_BR ru sk sl sv tr uk zh_TW
       67 domains       4 15  2  24   26 12 10 47 42  4   8    594
d382 1
a382 1
   If July 2002 seems to be old, you may fetch a more recent copy of
@


1.1.1.11
log
@Import gettext-0.11.5
@
text
@d174 1
a174 1
matrix shows the current state of internationalization, as of August
a181 1
     ap-utils        |                                        |
d186 1
a187 1
     clisp           |                []    []    []       [] |
d206 1
a206 1
     grep            |    [] []       [] []       [] [] [] [] |
d216 1
a216 1
     libc            |       [] [] [] [] []       []    [] [] |
d219 1
a219 1
     lilypond        |             []                      [] |
d234 1
a234 1
     sed             |       [] [] [] [] []    [] [] [] [] [] |
d236 1
a236 1
     sharutils       |          [] [] [] []       [] []    [] |
d250 1
a250 1
                        0  2 19 10 30 44  9  1 12 44 17  6 53
a254 1
     ap-utils        |                                     |
d259 1
a260 1
     clisp           |                               []    |
d263 1
a263 1
     darkstat        |                                     |
d277 1
a277 1
     gprof           |             []                      |
d292 1
a292 1
     lilypond        |                               []    |
d300 1
a300 1
     nano            | []          [] []             []    |
d313 1
a313 1
     tar             | []    []    [] [] []       []       |
d315 1
a315 1
     textutils       | []                [] []    []       |
d317 1
a317 1
     vorbis-tools    |          []                         |
d323 1
a323 1
                       23  9 12 19 16 13 26  9  1  7 19  3
d325 72
a396 73
                       no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW
                     +----------------------------------------------+
     a2ps            | () () ()  []   []    [] [] []                | 10
     ap-utils        |                               ()             |  0
     bash            |           []                                 |  6
     bfd             |                         [] []                |  5
     binutils        |                         [] []                |  5
     bison           |           []   []       [] []                | 12
     clisp           |                                              |  0
     clisp           |                                              |  5
     clisplow        |                                              |  0
     cpio            |    []     []   []       []                   | 12
     darkstat        |           []            []        ()    ()   |  2
     diffutils       |    []     []   []       [] []           []   | 17
     enscript        |           []   []       [] []                |  8
     error           |                   []       []           []   |  7
     fetchmail       |    ()     ()               []                |  6
     fileutils       |                []    [] [] []     []    []   | 14
     findutils       |    []     []   [] [] [] [] []                | 21
     flex            |                []       [] []                |  9
     gas             |                            []                |  3
     gawk            |                         [] []                |  6
     gcal            |                         [] []                |  4
     gcc             |                            []                |  4
     gettext         |                [] [] [] [] []           []   | 13
     gnupg           |    []                   [] []                | 14
     gprof           |                         [] []                |  5
     gpsdrive        |                   []    []                   |  3
     grep            |    []     []   []    []    []                | 20
     gretl           |                                              |  1
     gthumb          |           ()   ()       []                   |  1
     hello           | [] []          [] []    [] [] []             | 28
     id-utils        |           []   []       [] []                |  9
     indent          |           []   [] []    [] []                | 14
     jpilot          | ()                      () []           []   |  5
     jwhois          |           []   ()       () []           []   |  7
     kbd             |                         [] []                |  5
     ld              |                         [] []                |  4
     libc            | [] []     []      []    [] []                | 18
     libiconv        |           []   [] []    [] []                | 12
     lifelines       |                         []                   |  1
     lilypond        |                         []                   |  4
     lingoteach      |           []            []                   |  5
     lingoteach_lessons|                                   ()         |  0
     lynx            |           []   []       [] []                | 13
     m4              |    []     []   []       []                   | 13
     make            |    []     []   []       [] []                | 15
     man-db          |                                              |  3
     mysecretdiary   |           []            [] []                |  7
     nano            |    []          []       []    []             | 13
     nano_1_0        |    []          []       []    []             | 14
     opcodes         |           []            [] []                |  8
     parted          |       []  []            [] []                | 12
     ptx             | [] [] []  []   []       [] []                | 19
     python          |                                              |  0
     recode          |    []     []   []    [] [] []                | 15
     sed             |           []   [] [] [] [] []                | 24
     sh-utils        |                []          []                |  9
     sharutils       |                []       [] []           []   | 14
     sketch          |           []   ()       []                   |  4
     soundtracker    |                         []                   |  6
     sp              |                                              |  1
     tar             | [] []     []      [] [] [] []                | 19
     texinfo         |                []       []                   | 10
     textutils       |                []    [] [] []           []   | 14
     util-linux      |           []            [] []                | 10
     vorbis-tools    |                         []                   |  3
     wastesedge      |                                              |  0
     wdiff           |           []   [] []    [] []                | 14
     wget            |    []          [] [] [] [] [] []        []   | 24
                     +----------------------------------------------+
       37 teams        no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW
       68 domains       4 15  2  28   28 12 10 49 43  4   1     9    609
d409 1
a409 1
   If August 2002 seems to be old, you may fetch a more recent copy of
@


1.1.1.12
log
@Import gettext-0.12
@
text
@d174 3
a176 3
matrix shows the current state of internationalization, as of May 2003.
The matrix shows, in regard of each package, for which languages PO
files have been submitted to translation coordination, with a
d179 73
a251 102
     Ready PO files       am az be bg ca cs da de el en en_GB eo es
                        +-------------------------------------------+
     a2ps               |       []          [] [] []                |
     aegis              |                      ()                   |
     anubis             |                                           |
     ap-utils           |                                           |
     bash               |                      []             [] [] |
     batchelor          |                                           |
     bfd                |                   []                   [] |
     binutils           |                   []                   [] |
     bison              |                   [] []                [] |
     bluez-pin          |                []                   []    |
     clisp              |                                           |
     clisp              |                      []    []          [] |
     coreutils          |             []    [] []                [] |
     cpio               |                   [] []                [] |
     darkstat           |                   ()                   [] |
     diffutils          |             [] [] [] [] []          [] [] |
     e2fsprogs          |                []    []                   |
     enscript           |             []    [] []        []         |
     error              |             []    [] []        []      [] |
     fetchmail          |             [] () [] [] []             [] |
     fileutils          |                   [] []                [] |
     findutils          |             []    [] [] []          [] [] |
     flex               |             []    [] []                [] |
     gas                |                                        [] |
     gawk               |             []    [] []                [] |
     gcal               |             []                            |
     gcc                |                   []                   [] |
     gettext            |       []    []    [] []                [] |
     gettext-runtime    |       []    []    [] []                [] |
     gettext-tools      |                      []                [] |
     gimp-print         |                [] [] []        []      [] |
     gliv               |                                           |
     glunarclock        |    []             [] []                   |
     gnucash            |                      ()        []         |
     gnucash-glossary   |                   [] ()                [] |
     gnupg              |             [] ()    [] []          [] [] |
     gpe-calendar       |                      []                   |
     gpe-conf           |                      []                   |
     gpe-contacts       |                      []                   |
     gpe-edit           |                                           |
     gpe-login          |                      []                   |
     gpe-ownerinfo      |                      []                   |
     gpe-sketchbook     |                      []                   |
     gpe-timesheet      |                                           |
     gpe-today          |                      []                   |
     gpe-todo           |                      []                   |
     gphoto2            |                [] [] []                [] |
     gprof              |                   []                   [] |
     gpsdrive           |                      ()    ()          () |
     grep               |          [] []       [] []             [] |
     gretl              |                                        [] |
     hello              |             []    [] [] []          [] [] |
     id-utils           |                   [] []                   |
     indent             |             []       []             [] [] |
     jpilot             |                [] [] []                [] |
     jwhois             |                                        [] |
     kbd                |                [] [] [] []             [] |
     ld                 |                   []                   [] |
     libc               |             [] [] [] [] []             [] |
     libgpewidget       |                      []                   |
     libiconv           |             []    [] []             [] [] |
     lifelines          |                   [] ()                   |
     lilypond           |                   []                      |
     lingoteach         |                                           |
     lingoteach_lessons |                      ()                () |
     lynx               |             [] [] [] []                   |
     m4                 |                [] [] [] []                |
     mailutils          |             []                         [] |
     make               |                   [] []                [] |
     man-db             |             [] () [] []                () |
     mysecretdiary      |                   [] []                [] |
     nano               |             [] () [] []                [] |
     nano_1_0           |             [] () [] []                [] |
     opcodes            |                   []                   [] |
     parted             |             [] [] [] []                [] |
     ptx                |             []    [] []             [] [] |
     python             |                                           |
     radius             |                                           |
     recode             |       []          [] [] []          [] [] |
     screem             |                                           |
     sed                |             []    [] []             [] [] |
     sh-utils           |                   [] []                [] |
     sharutils          |             [] [] [] [] []             [] |
     sketch             |                   [] ()                [] |
     soundtracker       |                   [] []                [] |
     sp                 |                      []                   |
     tar                |                [] [] []                [] |
     texinfo            |                [] [] []             []    |
     textutils          |             []    [] []                [] |
     tin                |                      ()        ()         |
     util-linux         |             [] [] [] []                [] |
     vorbis-tools       |                [] []                   [] |
     wastesedge         |                      ()                   |
     wdiff              |             []    [] []                [] |
     wget               |          [] [] [] [] [] []             [] |
     xchat              |             []          []             [] |
     xpad               |                                           |
                        +-------------------------------------------+
                          am az be bg ca cs da de el en en_GB eo es
                           0  1  4  2 31 17 54 60 14  1   4   12 56
d253 73
a325 102
                          et fa fi fr ga gl he hr hu id it ja ko
                        +----------------------------------------+
     a2ps               | []    [] []                   ()    () |
     aegis              |                                        |
     anubis             |          []                            |
     ap-utils           |          []                            |
     bash               |          []             []             |
     batchelor          |             []                         |
     bfd                |          []                      []    |
     binutils           |          []                      []    |
     bison              | []       []                [] []       |
     bluez-pin          |          [] []          [] []          |
     clisp              |                                        |
     clisp              |          []                            |
     coreutils          | []       []                   [] []    |
     cpio               |          []    []       []          [] |
     darkstat           |          () []          [] []          |
     diffutils          |       [] []    [] []    [] []    []    |
     e2fsprogs          |                                        |
     enscript           |          []          []                |
     error              |       [] [] []          []             |
     fetchmail          |                                  []    |
     fileutils          | []       []             []    [] []    |
     findutils          | []    [] [] [] []    [] [] [] [] [] [] |
     flex               |          []                         [] |
     gas                |          []                            |
     gawk               |          []       []                   |
     gcal               |          []                            |
     gcc                |          []                            |
     gettext            |          []                      [] [] |
     gettext-runtime    |          []                []    [] [] |
     gettext-tools      |                                  []    |
     gimp-print         |          []                      []    |
     gliv               |          ()                            |
     glunarclock        |             [] []       []       []    |
     gnucash            |                               []       |
     gnucash-glossary   |                               []       |
     gnupg              | []    [] []    []          [] [] []    |
     gpe-calendar       |                            []          |
     gpe-conf           |                                        |
     gpe-contacts       |          []                            |
     gpe-edit           |          []                []          |
     gpe-login          |          []                            |
     gpe-ownerinfo      |          []             [] []          |
     gpe-sketchbook     |          []                            |
     gpe-timesheet      |          [] []             []          |
     gpe-today          |          [] []                         |
     gpe-todo           |          []                []          |
     gphoto2            |          []             []       []    |
     gprof              |          []                []          |
     gpsdrive           |          ()             []    () ()    |
     grep               | []    [] [] [] [] [] [] [] [] [] []    |
     gretl              |          []                            |
     hello              | [] [] [] [] [] [] [] [] [] [] [] [] [] |
     id-utils           |          []             [] []          |
     indent             | []    [] []    []       [] [] [] []    |
     jpilot             |          []                      ()    |
     jwhois             |          []             [] [] []       |
     kbd                |          []                            |
     ld                 |          []                            |
     libc               |       [] []    []       []       [] [] |
     libgpewidget       |          [] []             []          |
     libiconv           |       [] [] [] []    [] [] [] []       |
     lifelines          |          ()                            |
     lilypond           |          []                            |
     lingoteach         |          []                []          |
     lingoteach_lessons |                                        |
     lynx               | []                      []    [] []    |
     m4                 |          []    []          []    []    |
     mailutils          |                                        |
     make               |          []    [] [] []          [] [] |
     man-db             |          []                   () ()    |
     mysecretdiary      |          []                []          |
     nano               |          []    []          [] []       |
     nano_1_0           |          []    []          [] []       |
     opcodes            |          []                []          |
     parted             |          []    []                []    |
     ptx                | []    [] [] [] []       [] []          |
     python             |                                        |
     radius             |                                        |
     recode             |          []    [] []    [] [] []       |
     screem             |                                        |
     sed                | []       [] [] []       [] [] [] []    |
     sh-utils           | []    [] []             []    [] []    |
     sharutils          | []       []    []       []       []    |
     sketch             |          []                            |
     soundtracker       |          []    []    []                |
     sp                 |          []                      ()    |
     tar                | []    [] []    []    [] [] [] [] []    |
     texinfo            |          []       [] []          []    |
     textutils          |          []    []       []       [] [] |
     tin                | []       ()                            |
     util-linux         | []    [] []             []    () []    |
     vorbis-tools       |          []                            |
     wastesedge         |          ()                            |
     wdiff              | []       []    []       [] []          |
     wget               | []    [] []    [] [] [] []       []    |
     xchat              | []       []                      []    |
     xpad               |                                        |
                        +----------------------------------------+
                          et fa fi fr ga gl he hr hu id it ja ko
                          20  1 15 73 14 24  8 10 30 31 19 31  9
d327 73
a399 205
                          lg lt lv ms nb nl nn no pl pt pt_BR ro
                        +----------------------------------------+
     a2ps               |          []    []    () () ()  []   [] |
     aegis              |                ()                      |
     anubis             |          []                         [] |
     ap-utils           |                         ()             |
     bash               |                                []      |
     batchelor          |                                        |
     bfd                |                                        |
     binutils           |                                        |
     bison              |          []    []              []   [] |
     bluez-pin          |                                     [] |
     clisp              |                                        |
     clisp              |                []                      |
     coreutils          |                         []             |
     cpio               |                []       []     []      |
     darkstat           |          []    []              []   [] |
     diffutils          |          []             []     []      |
     e2fsprogs          |                                        |
     enscript           |                []              []      |
     error              |                []              []      |
     fetchmail          |                         ()     ()      |
     fileutils          |                         []             |
     findutils          |                []       []     []   [] |
     flex               |                                []      |
     gas                |                                        |
     gawk               |                                []      |
     gcal               |                                        |
     gcc                |                                        |
     gettext            |                         []             |
     gettext-runtime    |                         []             |
     gettext-tools      |                                        |
     gimp-print         |                []                      |
     gliv               |                                []      |
     glunarclock        |          []                            |
     gnucash            |                                        |
     gnucash-glossary   |                []          []          |
     gnupg              |                                        |
     gpe-calendar       |                            []       [] |
     gpe-conf           |                            []       [] |
     gpe-contacts       |                            []          |
     gpe-edit           |                            []       [] |
     gpe-login          |                            []       [] |
     gpe-ownerinfo      |                            []       [] |
     gpe-sketchbook     |                            []       [] |
     gpe-timesheet      |                            []       [] |
     gpe-today          |                            []       [] |
     gpe-todo           |                            []       [] |
     gphoto2            |                                        |
     gprof              |                                []      |
     gpsdrive           |                ()    ()        ()      |
     grep               |                         [] []  []   [] |
     gretl              |                                        |
     hello              |       [] [] [] [] [] [] []     []   [] |
     id-utils           |                []              []   [] |
     indent             |                []              []   [] |
     jpilot             |                ()    ()                |
     jwhois             |                []              []   [] |
     kbd                |                                        |
     ld                 |                                        |
     libc               |             []       [] []     []      |
     libgpewidget       |                            []       [] |
     libiconv           |                                []   [] |
     lifelines          |                                        |
     lilypond           |                []                      |
     lingoteach         |                                        |
     lingoteach_lessons |                                        |
     lynx               |                []              []      |
     m4                 |                []       []     []   [] |
     mailutils          |                                        |
     make               |                []              []      |
     man-db             |                                []      |
     mysecretdiary      |                                []      |
     nano               |          []    []       []          [] |
     nano_1_0           |          [] []    []    []             |
     opcodes            |                []              []   [] |
     parted             |                   []       []  []      |
     ptx                |             [] []    [] [] []  []   [] |
     python             |                                        |
     radius             |                                        |
     recode             |                         []     []   [] |
     screem             |                                        |
     sed                |                                []   [] |
     sh-utils           |             []                         |
     sharutils          |                []                      |
     sketch             |                                []      |
     soundtracker       |                                        |
     sp                 |                                        |
     tar                |          [] []       [] []     []   [] |
     texinfo            |                                     [] |
     textutils          |             []                         |
     tin                |                                        |
     util-linux         |                []              []      |
     vorbis-tools       |                []                   [] |
     wastesedge         |                                        |
     wdiff              |          []             []     []   [] |
     wget               |                []       []          [] |
     xchat              |       []       []                      |
     xpad               |                                     [] |
                        +----------------------------------------+
                          lg lt lv ms nb nl nn no pl pt pt_BR ro
                           0  0  2 11  7 26  3  4 18 15  34   34
     
                          ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
                        +-------------------------------------------+
     a2ps               | []    []    []    [] []                   | 16
     aegis              | ()                                        |  0
     anubis             |                   [] []                   |  5
     ap-utils           |                      ()                   |  1
     bash               | []                                        |  7
     batchelor          |                                           |  1
     bfd                |             []    []           []         |  7
     binutils           |             []    []           []         |  7
     bison              | []          []                            | 13
     bluez-pin          |                                           |  7
     clisp              |                                           |  0
     clisp              |                                           |  5
     coreutils          | []    []    []    []                 []   | 14
     cpio               | []          []                 []         | 13
     darkstat           |             []                 ()    ()   |  9
     diffutils          | []          []    []                 []   | 21
     e2fsprogs          |                   []                      |  3
     enscript           | []          []    []                      | 11
     error              |    []             []                 []   | 14
     fetchmail          |                   []                      |  7
     fileutils          | []    []    []    []           []    []   | 15
     findutils          | [] [] []    []    []           []         | 27
     flex               | []          []    []                      | 10
     gas                |                   []                      |  3
     gawk               |             []    []                      |  9
     gcal               |             []    []                      |  4
     gcc                |                   []                      |  4
     gettext            | [] [] []    []    []                 []   | 15
     gettext-runtime    | [] [] []    []    []                 []   | 16
     gettext-tools      |    [] []                                  |  5
     gimp-print         |    []       []                            | 10
     gliv               |                                           |  1
     glunarclock        | []          []             []             | 11
     gnucash            |    []                                []   |  4
     gnucash-glossary   |    []       []                       []   |  8
     gnupg              |    []       []    []                 []   | 16
     gpe-calendar       |                                      []   |  5
     gpe-conf           |                                           |  3
     gpe-contacts       |                                      []   |  4
     gpe-edit           |                                      []   |  5
     gpe-login          |                                      []   |  5
     gpe-ownerinfo      |                                      []   |  7
     gpe-sketchbook     |                                      []   |  5
     gpe-timesheet      |                                      []   |  6
     gpe-today          |                                      []   |  6
     gpe-todo           |                                      []   |  6
     gphoto2            |             []                 []         |  9
     gprof              |             []    []                      |  7
     gpsdrive           |    []       []                            |  3
     grep               | []    []          [] []                   | 24
     gretl              |                                           |  2
     hello              | [] []       []    [] []                   | 33
     id-utils           | []          []    []                      | 11
     indent             | [] []       []    []                      | 19
     jpilot             |             []    []    []     []    []   | 10
     jwhois             | ()          ()    []                 []   | 10
     kbd                |             []    []                      |  8
     ld                 |             []    []                      |  5
     libc               |    []       []    []           []         | 20
     libgpewidget       |                                           |  6
     libiconv           | [] [] []    []    [] []                   | 21
     lifelines          |             []                            |  2
     lilypond           |             []                            |  4
     lingoteach         |                                           |  2
     lingoteach_lessons |                                ()         |  0
     lynx               | []          []    [] []                   | 14
     m4                 | []          []                 []         | 15
     mailutils          |                                           |  2
     make               | []          []    []           []         | 15
     man-db             |             []                            |  6
     mysecretdiary      |             []    []                      |  8
     nano               | []          []       []                   | 15
     nano_1_0           | []          []       []                   | 15
     opcodes            |             []    []                      |  9
     parted             |             []    []                      | 13
     ptx                | []          []    []                      | 22
     python             |                                           |  0
     radius             |                                           |  0
     recode             | []    []    []    []                      | 19
     screem             |             []                            |  1
     sed                |    [] []    []    [] []                   | 20
     sh-utils           | []    []          []                      | 13
     sharutils          | []          []    []                 []   | 16
     sketch             |             []                            |  5
     soundtracker       |             []                            |  7
     sp                 |                   []                      |  3
     tar                |    [] []    []    []           []         | 24
     texinfo            | []          []    []           []         | 13
     textutils          | []    []    []    []                 []   | 15
     tin                |                                           |  1
     util-linux         |             []    []                      | 14
     vorbis-tools       | []                                        |  7
     wastesedge         |                                           |  0
     wdiff              | [] []       []    []                      | 17
     wget               | [] [] []    []    [] []              []   | 25
     xchat              |    [] []    []                            | 11
     xpad               |                                           |  1
                        +-------------------------------------------+
       50 teams           ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
       97 domains         32 19 16  0 56  0 48 10  1  1  12    23    913
d412 1
a412 1
   If May 2003 seems to be old, you may fetch a more recent copy of
d429 1
a429 1
the use of `gettext' the only thing missing are the translations.  The
@


1.1.1.13
log
@Import gettext-0.13
@
text
@d4 2
a5 2
Free software is going international!  The Free Translation Project is
a way to get maintainers of free software, translators, and users all
d28 1
a28 1
If you want to exploit the full power of internationalization, you
d51 4
a54 4
Some packages are "localizable" when properly installed; the programs
they contain can be made to speak your own native language.  Most such
packages use GNU `gettext'.  Other packages have their own ways to
internationalization, predating GNU `gettext'.
d101 1
a101 1
As a user, if your language has been installed for this package, you
d143 1
a143 1
For the Free Translation Project to be a success, we need interested
d173 4
a176 4
Languages are not equally supported in all packages.  The following
matrix shows the current state of internationalization, as of November
2003.  The matrix shows, in regard of each package, for which languages
PO files have been submitted to translation coordination, with a
a182 1
     ant-phone          |                      ()                   |
d185 1
a185 1
     bash               |             []       []             [] [] |
d191 1
a192 1
     clisp              |                                           |
d195 1
a195 1
     darkstat           |          []       ()                   [] |
d202 1
a202 1
     findutils          |       []    []    [] [] []          [] [] |
a203 1
     fslint             |                                           |
a205 1
     gbiff              |                      []                   |
a208 1
     gettext-examples   |             []       []                [] |
d210 1
a210 1
     gettext-tools      |             []       []                [] |
d214 1
a214 2
     gnubiff            |                      []                   |
     gnucash            |                []    ()        []      [] |
d217 10
a226 16
     gpe-aerial         |                []                         |
     gpe-beam           |                []    []                   |
     gpe-calendar       |                []    []                   |
     gpe-clock          |                []    []                   |
     gpe-conf           |                []    []                   |
     gpe-contacts       |                []    []                   |
     gpe-edit           |                []                         |
     gpe-go             |                []                         |
     gpe-login          |                []    []                   |
     gpe-ownerinfo      |                []    []                   |
     gpe-sketchbook     |                []    []                   |
     gpe-su             |                []    []                   |
     gpe-taskmanager    |                []    []                   |
     gpe-timesheet      |                []                         |
     gpe-today          |                []    []                   |
     gpe-todo           |                []    []                   |
d228 1
a228 1
     gprof              |                   [] []                [] |
d230 1
a230 2
     gramadoir          |                      []                   |
     grep               |       [] [] []       [] []             [] |
a231 1
     gtick              |                      ()                   |
d235 1
a235 2
     jpilot             |                [] []                   [] |
     jtag               |                                           |
a237 1
     latrine            |                      ()                   |
d240 1
a240 1
     libgpewidget       |                []    []                   |
d243 1
a243 1
     lilypond           |                      []                   |
a250 1
     minicom            |                []    []                [] |
d254 1
a254 1
     opcodes            |                                        [] |
d259 1
a259 1
     recode             |       []    []    [] [] []          [] [] |
a260 1
     scrollkeeper       |       []    [] [] [] []                [] |
a262 1
     shared-mime-info   |                                           |
d268 1
a268 1
     texinfo            |                   [] []             []    |
a270 1
     tuxpaint           |             [] [] [] [] []     []      [] |
d272 1
a272 1
     vorbis-tools       |       []       [] []                   [] |
d275 3
a277 4
     wget               |          [] []    [] [] []             [] |
     xchat              |             []       [] []             [] |
     xfree86_xkb_xml    |                []                         |
     xpad               |                                        [] |
d280 1
a280 1
                           0  1  8  3 37 37 54 73 15  1   5   12 62
d282 1
a282 1
                          et fa fi fr ga gl he hr hu id is it ja
d284 1
a284 1
     a2ps               | []    [] []                      ()    |
a285 1
     ant-phone          |                                        |
d290 5
a294 4
     bfd                |          []                            |
     binutils           |          []                         [] |
     bison              | []       []                []    []    |
     bluez-pin          |       [] [] []          [] []          |
d296 2
a297 3
     clisp              |                                        |
     coreutils          | []    [] [] []                   [] [] |
     cpio               |          []    []       []             |
d299 1
a299 1
     diffutils          |       [] []    [] []    [] []       [] |
d303 4
a306 5
     fetchmail          |                                     [] |
     fileutils          | []       [] []          []       [] [] |
     findutils          | []    [] [] [] []    [] [] []    [] [] |
     flex               |          [] []                         |
     fslint             |                                        |
d308 1
a308 2
     gawk               |          []       []                [] |
     gbiff              |                                        |
d311 4
a314 5
     gettext            |          []                         [] |
     gettext-examples   |          []                         [] |
     gettext-runtime    |       [] []                []       [] |
     gettext-tools      |          []                         [] |
     gimp-print         |          []                         [] |
d316 7
a322 11
     glunarclock        |       []    [] []       []          [] |
     gnubiff            |                                        |
     gnucash            |          ()                      []    |
     gnucash-glossary   |                                  []    |
     gnupg              | []    [] []    []          []    [] [] |
     gpe-aerial         |          []                            |
     gpe-beam           |          []                            |
     gpe-calendar       |          []             [] []          |
     gpe-clock          |          []                            |
     gpe-conf           |          []                            |
     gpe-contacts       |          []             []             |
d324 1
a324 2
     gpe-go             |          []                            |
     gpe-login          |          []             []             |
a326 2
     gpe-su             |          []                            |
     gpe-taskmanager    |          []                            |
d330 1
a330 1
     gphoto2            |          []             []          [] |
d332 2
a333 3
     gpsdrive           |          ()             []       () () |
     gramadoir          |             []                         |
     grep               | []    [] [] [] [] [] [] [] []    [] [] |
d335 5
a339 7
     gtick              |       []    []                         |
     hello              | [] [] [] [] [] [] [] [] [] []    [] [] |
     id-utils           |          []             [] []    []    |
     indent             | []    [] [] [] []       [] []    [] [] |
     jpilot             |          []                         () |
     jtag               |                                        |
     jwhois             |          []             [] []    []    |
a340 1
     latrine            |                                        |
d342 3
a344 3
     libc               |       [] []    []       []          [] |
     libgpewidget       |          [] []          [] []          |
     libiconv           | []    [] [] [] []    [] [] []    []    |
d349 2
a350 2
     lynx               | []                      []       [] [] |
     m4                 |          []    []          []       [] |
d352 2
a353 3
     make               |          []    [] [] []             [] |
     man-db             |                                  () () |
     minicom            |       [] []             []          [] |
d355 4
a358 4
     nano               |          []    []          []    []    |
     nano_1_0           |          []    []          []    []    |
     opcodes            |          []                            |
     parted             |          []    []                   [] |
d362 1
a362 1
     recode             |          []    [] []    [] []    []    |
d364 3
a366 5
     scrollkeeper       |                         []             |
     sed                | []    [] [] [] []       [] []    [] [] |
     sh-utils           | []    [] [] []          []       [] [] |
     shared-mime-info   |                         []             |
     sharutils          | []       []    []       []          [] |
d368 5
a372 5
     soundtracker       |          []    []    []          []    |
     sp                 |          []                         () |
     tar                | []    [] []    []    [] [] []    [] [] |
     texinfo            |          []       [] []             [] |
     textutils          |          [] [] []       []          [] |
d374 1
a374 2
     tuxpaint           |       [] []       []    [] [] [] [] [] |
     util-linux         | []    [] []             []       () [] |
d377 4
a380 5
     wdiff              | []       [] [] []       [] []          |
     wget               | []    [] []    []    [] []          [] |
     xchat              | []    [] []                            |
     xfree86_xkb_xml    |                                        |
     xpad               |             []                         |
d382 2
a383 2
                          et fa fi fr ga gl he hr hu id is it ja
                          21  1 24 84 24 24  8 10 38 31  1 22 33
d385 102
a486 122
                          ko lg lt lv ms nb nl nn no pl pt pt_BR ro
                        +-------------------------------------------+
     a2ps               | ()          []    []    () ()     []   [] |
     aegis              |                   ()                   () |
     ant-phone          |                   []                   [] |
     anubis             |             [] [] []       []          [] |
     ap-utils           |                   []       ()          [] |
     bash               |                                   []   [] |
     batchelor          |                                        [] |
     bfd                |                                        [] |
     binutils           |                                           |
     bison              |             []    []              []   [] |
     bluez-pin          |                   []       []          [] |
     clisp              |                   []                      |
     clisp              |                                           |
     coreutils          |                            []             |
     cpio               | []                []       []     []   [] |
     darkstat           |             []    []              []   [] |
     diffutils          |             []             []     []   [] |
     e2fsprogs          |                            []             |
     enscript           |                   []              []   [] |
     error              |                   []              []   [] |
     fetchmail          |                   []       []     ()      |
     fileutils          |                            []             |
     findutils          | []                []       []     []   [] |
     flex               | []                         []     []   [] |
     fslint             |                   []                   [] |
     gas                |                                           |
     gawk               |                            []     []   [] |
     gbiff              |                   []                   [] |
     gcal               |                                           |
     gcc                |                                           |
     gettext            | []                         []          [] |
     gettext-examples   |                            []          [] |
     gettext-runtime    | []                         []          [] |
     gettext-tools      | []                         []          [] |
     gimp-print         |                   []                      |
     gliv               |                   []              []   [] |
     glunarclock        |             []    []                   [] |
     gnubiff            |                                           |
     gnucash            |                   []          []  ()      |
     gnucash-glossary   |                   []          []          |
     gnupg              |                                        [] |
     gpe-aerial         |                   []          []       [] |
     gpe-beam           |                   []          []       [] |
     gpe-calendar       |                   []          []       [] |
     gpe-clock          |                   []          []       [] |
     gpe-conf           |                   []          []       [] |
     gpe-contacts       |                   []          []       [] |
     gpe-edit           |                   []          []       [] |
     gpe-go             |                   []                   [] |
     gpe-login          |                   []          []       [] |
     gpe-ownerinfo      |                   []          []       [] |
     gpe-sketchbook     |                   []          []       [] |
     gpe-su             |                   []          []       [] |
     gpe-taskmanager    |                   []          []       [] |
     gpe-timesheet      |                   []          []       [] |
     gpe-today          |                   []          []       [] |
     gpe-todo           |                   []          []       [] |
     gphoto2            |                                        [] |
     gprof              |                                   []   [] |
     gpsdrive           |                   ()    ()        ()   [] |
     gramadoir          |                                        [] |
     grep               |                            [] []  []   [] |
     gretl              |                                           |
     gtick              |                   []                   [] |
     hello              | []       [] [] [] [] [] [] []     []   [] |
     id-utils           |                   []              []   [] |
     indent             |                   []              []   [] |
     jpilot             |                   ()    ()                |
     jtag               |                                           |
     jwhois             |                   []       []     []   [] |
     kbd                |                   []       []          [] |
     latrine            |                                        [] |
     ld                 |                                           |
     libc               | []             []       [] []     []      |
     libgpewidget       |                   []          []       [] |
     libiconv           |                   []       []     []   [] |
     lifelines          |                                           |
     lilypond           |                                           |
     lingoteach         |                                           |
     lingoteach_lessons |                                           |
     lynx               |                   []              []      |
     m4                 |                   []       []     []   [] |
     mailutils          |                            []             |
     make               | []                []       []     []      |
     man-db             |                                        [] |
     minicom            |                            []     []   [] |
     mysecretdiary      |                   []              []   [] |
     nano               |             []    []       []          [] |
     nano_1_0           |             [] []    []    []          [] |
     opcodes            |                   []                   [] |
     parted             |                      []    [] []  []      |
     ptx                |                [] []    [] [] []  []   [] |
     python             |                                           |
     radius             |                            []             |
     recode             |                            []     []   [] |
     screem             |                                           |
     scrollkeeper       |                [] []       []          [] |
     sed                |                            []     []   [] |
     sh-utils           |                []                         |
     shared-mime-info   |                   []                      |
     sharutils          |                   []                      |
     sketch             |                               []  []      |
     soundtracker       |                                           |
     sp                 |                                           |
     tar                |             [] []       [] []     []   [] |
     texinfo            |                []          []          [] |
     textutils          | []             []                         |
     tin                |                                           |
     tuxpaint           | []    []    []    [] []    [] []  []   [] |
     util-linux         |                   []              []      |
     vorbis-tools       |                   []                   [] |
     wastesedge         |                                           |
     wdiff              |             []             []     []   [] |
     wget               |                            []          [] |
     xchat              |          []       []                      |
     xfree86_xkb_xml    |                   []                      |
     xpad               |                   []                   [] |
                        +-------------------------------------------+
                          ko lg lt lv ms nb nl nn no pl pt pt_BR ro
                          11  0  1  2 12 10 60  4  4 38 23  34   74
d492 5
a496 6
     ant-phone          |                                           |  2
     anubis             | []                [] []                   |  9
     ap-utils           |                      ()                   |  3
     bash               | []                                        |  9
     batchelor          |                                           |  2
     bfd                |             []    []                      |  6
d498 3
a500 2
     bison              | []          []    []                      | 14
     bluez-pin          |    []       []             []             | 13
d502 11
a512 13
     clisp              |                                           |  0
     coreutils          | []    []    []    []                 []   | 16
     cpio               | []          []                 []         | 14
     darkstat           |    []    [] []                 ()    ()   | 12
     diffutils          | []          []    []                 []   | 22
     e2fsprogs          |             []    []                      |  5
     enscript           | []          []    []                      | 12
     error              |    []             []                 []   | 15
     fetchmail          | [] []             []                      | 11
     fileutils          | []    []    []    []           []    []   | 16
     findutils          | [] [] [] [] []    []           []         | 29
     flex               | []          []    []                      | 13
     fslint             |                                           |  2
d514 1
a514 2
     gawk               |             []    []                      | 12
     gbiff              |                                           |  3
d517 3
a519 4
     gettext            | [] [] []    []    []                 []   | 16
     gettext-examples   |          []                    []         |  9
     gettext-runtime    | [] [] [] [] []    [] []        []    []   | 21
     gettext-tools      |    [] [] [] []    []           []         | 14
d521 3
a523 4
     gliv               |                                           |  3
     glunarclock        | []       [] []             []             | 15
     gnubiff            |                                           |  1
     gnucash            | [] []                                []   |  9
d525 15
a539 22
     gnupg              |    []       []    []                 []   | 17
     gpe-aerial         | []          []                            |  7
     gpe-beam           | []          []                            |  8
     gpe-calendar       | [] []       []             []        []   | 13
     gpe-clock          | [] []       []                            |  9
     gpe-conf           | [] []       []                            |  9
     gpe-contacts       | [] []       []                       []   | 11
     gpe-edit           | [] []       []             []        []   | 11
     gpe-go             | []                                        |  5
     gpe-login          | [] []       []             []        []   | 12
     gpe-ownerinfo      | [] []       []                       []   | 12
     gpe-sketchbook     | [] []       []                            |  9
     gpe-su             | [] []       []                            |  9
     gpe-taskmanager    | [] []       []                            |  9
     gpe-timesheet      | [] []       []                       []   | 11
     gpe-today          | [] []       []             []        []   | 12
     gpe-todo           | [] []       []             []        []   | 12
     gphoto2            |    []       []                 []         | 11
     gprof              |             []    []                      |  9
     gpsdrive           |    []       []                            |  4
     gramadoir          |                                           |  3
     grep               | []    [] []       [] []                   | 26
a540 1
     gtick              | []                                        |  5
d542 5
a546 7
     id-utils           | []          []    []                      | 12
     indent             | [] []    [] []    []                      | 21
     jpilot             |             []    []    []     []    []   |  9
     jtag               |    []                                     |  1
     jwhois             | ()          ()    []                 []   | 11
     kbd                |             []    []                      | 11
     latrine            |                                           |  1
d549 2
a550 2
     libgpewidget       |    []       []             []             | 12
     libiconv           | [] [] [] [] []    [] []    []  []         | 27
d552 1
a552 1
     lilypond           |             []                            |  3
d557 8
a564 9
     mailutils          | []                                        |  4
     make               | []          []    []           []         | 16
     man-db             |             []                            |  5
     minicom            | []                                        | 11
     mysecretdiary      |             []    []                      | 10
     nano               | []       [] []    [] []                   | 17
     nano_1_0           | []          []    [] []                   | 17
     opcodes            |             []    []                      |  6
     parted             |             []    []           []         | 15
d567 8
a574 10
     radius             | []                                        |  2
     recode             | []    []    []    []                      | 20
     screem             |             []                 []         |  2
     scrollkeeper       | [] []    [] []                            | 15
     sed                |    [] [] [] []    [] []                   | 23
     sh-utils           | []    []          []                      | 14
     shared-mime-info   |          [] []                            |  4
     sharutils          | []       [] []    []                 []   | 17
     sketch             |             []                            |  6
     soundtracker       |    []       []                            |  9
d577 2
a578 2
     texinfo            | []          []    []           []         | 14
     textutils          | []    []    []    []                 []   | 16
d580 2
a581 3
     tuxpaint           |    []       []    []       []  []         | 29
     util-linux         | []          []    []                      | 15
     vorbis-tools       | []                                        |  8
d583 4
a586 5
     wdiff              | [] []       []    []                      | 18
     wget               | [] [] []    []    [] []        []    []   | 23
     xchat              |    [] [] [] []                 []         | 14
     xfree86_xkb_xml    | []       []          []        []         |  6
     xpad               |                                           |  4
d588 2
a589 2
       51 teams           ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
      117 domains         58 41 16 16 78  0 53 12  1 10  21    22    1230
d602 3
a604 3
   If November 2003 seems to be old, you may fetch a more recent copy
of this `ABOUT-NLS' file on most GNU archive sites.  The most
up-to-date matrix with full percentage details can be found at
d610 1
a610 1
If you are writing a freely available program and want to
@


1.1.1.14
log
@Import gettext-0.13.1
@
text
@d174 1
a174 1
matrix shows the current state of internationalization, as of December
d192 1
a193 1
     clisp              |                      []    []          [] |
d217 1
a217 1
     glunarclock        |                   [] []                   |
d274 1
a274 1
     radius             |                                        [] |
a275 1
     rpm                |                [] []                      |
a281 2
     silky              |                      ()                   |
     skencil            |                   [] ()                [] |
d300 1
a300 1
                           0  0  8  3 37 38 56 73 15  1   5   12 64
d315 1
a316 1
     clisp              |          []                            |
d340 1
a340 1
     glunarclock        |       []    [] []       []             |
d397 1
a397 1
     radius             |          []                            |
a398 1
     rpm                |                                        |
a404 2
     silky              |       []                         ()    |
     skencil            |          []                            |
d423 1
a423 1
                          21  1 25 86 24 24  8 10 38 31  1 23 32
d438 1
a439 1
     clisp              |                   []                      |
d448 1
a448 1
     fileutils          |                            []          [] |
d509 1
a509 1
     mailutils          |                            []          [] |
a521 1
     rpm                | []                            []          |
a527 2
     silky              |                                           |
     skencil            |                               []  []      |
d546 1
a546 1
                          12  0  1  2 12 10 60  4  4 38 25  35   76
d561 1
a562 1
     clisp              |                                           |  5
d571 1
a571 1
     fileutils          | []    []    []    []           []    []   | 17
d581 1
a581 1
     gettext-examples   |          [] []    []           []         | 11
d586 1
a586 1
     glunarclock        | []       [] []             []             | 13
d594 1
a594 1
     gpe-clock          | [] []    [] []                            | 10
d597 1
a597 1
     gpe-edit           | [] []    [] []             []        []   | 12
d599 2
a600 2
     gpe-login          | [] []    [] []             []        []   | 13
     gpe-ownerinfo      | [] []    [] []                       []   | 13
d602 4
a605 4
     gpe-su             | [] []    [] []                            | 10
     gpe-taskmanager    | [] []    [] []                            | 10
     gpe-timesheet      | [] []    [] []                       []   | 12
     gpe-today          | [] []    [] []             []        []   | 13
d624 1
a624 1
     libgpewidget       |    []    [] []             []             | 13
d632 1
a632 1
     mailutils          | []                                        |  5
d643 1
a643 1
     radius             | []                                        |  4
a644 1
     rpm                | []          []    []                      |  7
a650 2
     silky              |    ()                                     |  2
     skencil            |             []                            |  6
d665 1
a665 1
     xfree86_xkb_xml    | [] []    []       [] []        []         |  8
d669 1
a669 1
      120 domains         59 42 16 25 81  0 56 12  1 10  21    22    1260
d682 1
a682 1
   If December 2003 seems to be old, you may fetch a more recent copy
@


1.1.1.15
log
@Import gettext-0.14
@
text
@a133 7
   Special advice for Norwegian users: The language code for Norwegian
bokma*l changed from `no' to `nb' recently (in 2003).  During the
transition period, while some message catalogs for this language are
installed under `nb' and some older ones under `no', it's recommended
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
older translations are used.

d174 2
a175 2
matrix shows the current state of internationalization, as of January
2004.  The matrix shows, in regard of each package, for which languages
d179 125
a303 136
     Ready PO files       af am ar az be bg bs ca cs da de el en en_GB eo es
                        +----------------------------------------------------+
     a2ps               |             []             [] [] []                |
     aegis              |                               ()                   |
     ant-phone          |                               ()                   |
     anubis             |                                                    |
     ap-utils           |                                                    |
     aspell             |             []                                     |
     bash               |                      []       []             [] [] |
     batchelor          |                                                    |
     bfd                |                            []                   [] |
     binutils           |                            []                   [] |
     bison              |                            [] []                [] |
     bluez-pin          | []                      []                   []    |
     clisp              |                                                    |
     clisp              |                               []    []          [] |
     console-tools      |                         []    []                   |
     coreutils          |                      []    [] []                [] |
     cpio               |                            [] []                [] |
     darkstat           |                []          ()                   [] |
     diffutils          |                      [] [] [] [] []          [] [] |
     e2fsprogs          |                         []    []                [] |
     enscript           |                      []    [] []        []         |
     error              |                      []    [] []        []      [] |
     fetchmail          |                      [] () [] [] []             [] |
     fileutils          |                            [] []                [] |
     findutils          |             []       []    [] [] []          [] [] |
     flex               |                      []    [] []                [] |
     fslint             |                                                    |
     gas                |                                                 [] |
     gawk               |                      []    [] []                [] |
     gbiff              |                               []                   |
     gcal               |                      []                            |
     gcc                |                            []                   [] |
     gettext            |             []       []    [] []                [] |
     gettext-examples   | []                   []       []                [] |
     gettext-runtime    |             []       []    [] []                [] |
     gettext-tools      |                      []       []                [] |
     gimp-print         |                         [] [] []        []      [] |
     gliv               |                                                    |
     glunarclock        |                            [] []                   |
     gnubiff            |                               []                   |
     gnucash            |                         []    ()        []      [] |
     gnucash-glossary   |                            [] ()                [] |
     gnupg              |                      [] ()    [] []          [] [] |
     gpe-aerial         |                         []                         |
     gpe-beam           |                         []    []                   |
     gpe-calendar       |                         []    []                   |
     gpe-clock          |                         []    []                   |
     gpe-conf           |                         []    []                   |
     gpe-contacts       |                         []    []                   |
     gpe-edit           |                         []                         |
     gpe-go             |                         []                         |
     gpe-login          |                         []    []                   |
     gpe-ownerinfo      |                         []    []                   |
     gpe-sketchbook     |                         []    []                   |
     gpe-su             |                         []    []                   |
     gpe-taskmanager    |                         []    []                   |
     gpe-timesheet      |                         []                         |
     gpe-today          |                         []    []                   |
     gpe-todo           |                         []    []                   |
     gphoto2            |                         [] [] []                [] |
     gprof              |                            [] []                [] |
     gpsdrive           |                               ()    ()          () |
     gramadoir          |                               []                   |
     grep               |             [] []    []       [] []             [] |
     gretl              |                                                 [] |
     gtick              | []                            ()                   |
     hello              |                      []    [] [] []          [] [] |
     id-utils           |                            [] []                   |
     indent             |                      []       []             [] [] |
     iso_3166           |          []    [] [] [] [] [] [] []          [] [] |
     iso_3166_1         |                      [] [] [] [] []             [] |
     iso_3166_2         |                                                    |
     iso_3166_3         |                               []                   |
     iso_4217           |                      []    [] []                [] |
     iso_639            |                                                    |
     jpilot             |                         [] []                   [] |
     jtag               |                                                    |
     jwhois             |                                                 [] |
     kbd                |                         [] [] [] []             [] |
     latrine            |                               ()                   |
     ld                 |                            []                   [] |
     libc               |                      [] [] [] [] []             [] |
     libgpewidget       |                         []    []                   |
     libiconv           |                      []    [] []             [] [] |
     lifelines          |                            [] ()                   |
     lilypond           |                               []                   |
     lingoteach         |                                                    |
     lingoteach_lessons |                               ()                () |
     lynx               |                      [] [] [] []                   |
     m4                 |                         [] [] [] []                |
     mailutils          |                      []                         [] |
     make               |                            [] []                [] |
     man-db             |                      [] () [] []                () |
     minicom            |                         []    []                [] |
     mysecretdiary      |                            [] []                [] |
     nano               |                      [] () [] []                [] |
     nano_1_0           |                      [] () [] []                [] |
     opcodes            |                                                 [] |
     parted             |                      [] [] [] []                [] |
     ptx                |                      []    [] []             [] [] |
     python             |                                                    |
     radius             |                                                 [] |
     recode             |             []       []    [] [] []          [] [] |
     rpm                |                         [] []                      |
     screem             |                                                    |
     scrollkeeper       |             []       [] [] [] []                [] |
     sed                | []                   []    [] []             [] [] |
     sh-utils           |                            [] []                [] |
     shared-mime-info   |                                                    |
     sharutils          |                      [] [] [] [] []             [] |
     silky              |                               ()                   |
     skencil            |                            [] ()                [] |
     sketch             |                            [] ()                [] |
     soundtracker       |                            [] []                [] |
     sp                 |                               []                   |
     tar                |                         [] [] []                [] |
     texinfo            |                            [] []             []    |
     textutils          |                      []    [] []                [] |
     tin                |                               ()        ()         |
     tp-robot           |                                                    |
     tuxpaint           |                      [] [] [] [] []     []      [] |
     unicode-han-tra... |                                                    |
     unicode-transla... |                                                    |
     util-linux         |                      [] [] [] []                [] |
     vorbis-tools       |             []          [] []                   [] |
     wastesedge         |                               ()                   |
     wdiff              |                      []    [] []                [] |
     wget               |                []    []    [] [] []             [] |
     xchat              |                      []       [] []             [] |
     xfree86_xkb_xml    |                         [] []                      |
     xpad               |                                                 [] |
                        +----------------------------------------------------+
                          af am ar az be bg bs ca cs da de el en en_GB eo es
                           4  0  0  1  9  4  1 40 41 60 78 17  1   5   13 68
d305 125
a429 136
                          et eu fa fi fr ga gl he hr hu id is it ja ko lg
                        +-------------------------------------------------+
     a2ps               | []       [] []                      ()    ()    |
     aegis              |                                                 |
     ant-phone          |             []                                  |
     anubis             |             []                                  |
     ap-utils           |             []                                  |
     aspell             |             [] []                               |
     bash               |             []             []                   |
     batchelor          |             [] []                               |
     bfd                |             []                                  |
     binutils           |             []                         []       |
     bison              | []          []                []    []          |
     bluez-pin          |          [] [] []          [] []                |
     clisp              |                                                 |
     clisp              |             []                                  |
     console-tools      |                                                 |
     coreutils          | []       [] [] []                   [] []       |
     cpio               |             []    []       []             []    |
     darkstat           |             () []          [] []                |
     diffutils          |          [] []    [] []    [] []       []       |
     e2fsprogs          |                                                 |
     enscript           |             []          []                      |
     error              |          [] [] []          []                   |
     fetchmail          |                                        []       |
     fileutils          | []          [] []          []       [] []       |
     findutils          | []       [] [] [] []    [] [] []    [] [] []    |
     flex               |             [] []                         []    |
     fslint             |             []                                  |
     gas                |             []                                  |
     gawk               |             []       []                []       |
     gbiff              |             []                                  |
     gcal               |             []                                  |
     gcc                |             []                                  |
     gettext            |             []                         [] []    |
     gettext-examples   |             []                         []       |
     gettext-runtime    |          [] []                []       [] []    |
     gettext-tools      |             []                         [] []    |
     gimp-print         |             []                         []       |
     gliv               |             ()                                  |
     glunarclock        |          []    [] []       []                   |
     gnubiff            |             []                                  |
     gnucash            |             ()                      []          |
     gnucash-glossary   |                                     []          |
     gnupg              | []       [] []    []          []    [] []       |
     gpe-aerial         |             []                                  |
     gpe-beam           |             []                                  |
     gpe-calendar       |             []             [] []                |
     gpe-clock          |             []                                  |
     gpe-conf           |             []                                  |
     gpe-contacts       |             []             []                   |
     gpe-edit           |             []                []                |
     gpe-go             |             []                                  |
     gpe-login          |             []             []                   |
     gpe-ownerinfo      |             []             [] []                |
     gpe-sketchbook     |             []                                  |
     gpe-su             |             []                                  |
     gpe-taskmanager    |             []                                  |
     gpe-timesheet      |             [] []             []                |
     gpe-today          |             [] []                               |
     gpe-todo           |             []                []                |
     gphoto2            |             []             []          []       |
     gprof              |             []                []                |
     gpsdrive           |             ()                      () ()       |
     gramadoir          |             [] []                               |
     grep               | []       [] [] [] [] [] [] [] []    [] []       |
     gretl              |             []                      []          |
     gtick              |          [] [] []                               |
     hello              | []    [] [] [] [] [] [] [] [] []    [] [] []    |
     id-utils           |             []             [] []    []          |
     indent             | []       [] [] [] []       [] []    [] []       |
     iso_3166           |    []       [] []       [] [] []    []          |
     iso_3166_1         |    []       [] []          [] []                |
     iso_3166_2         |                                                 |
     iso_3166_3         |                                                 |
     iso_4217           | []          []    []       []       [] []       |
     iso_639            |                                                 |
     jpilot             |             []                         ()       |
     jtag               |             []                                  |
     jwhois             |             []             [] []    []          |
     kbd                |             []                                  |
     latrine            |             []                                  |
     ld                 |             []                                  |
     libc               |          [] []    []       []          [] []    |
     libgpewidget       |             [] []          [] []                |
     libiconv           | []       [] [] [] []    [] [] []    []          |
     lifelines          |             ()                                  |
     lilypond           |             []                                  |
     lingoteach         |             []                []                |
     lingoteach_lessons |                                                 |
     lynx               | []                         []       [] []       |
     m4                 |             []    []          []       []       |
     mailutils          |                                                 |
     make               |             []    [] [] []             [] []    |
     man-db             |                                     () ()       |
     minicom            |          [] []             []          []       |
     mysecretdiary      |             []                []                |
     nano               |             []    []          []    []          |
     nano_1_0           |             []    []          []    []          |
     opcodes            |             []                                  |
     parted             |             []    []                   []       |
     ptx                | []       [] [] [] []       [] []                |
     python             |                                                 |
     radius             |             []                                  |
     recode             |             []    [] []    [] []    []          |
     rpm                |             []                            []    |
     screem             |                                                 |
     scrollkeeper       |                            []                   |
     sed                | []       [] [] [] []       [] []    [] []       |
     sh-utils           | []       [] [] []          []       [] []       |
     shared-mime-info   |          [] []             []                   |
     sharutils          | []          []    []       []          []       |
     silky              |          () []             ()       ()          |
     skencil            |             []                                  |
     sketch             |             []                                  |
     soundtracker       |             []                      []          |
     sp                 |             []                         ()       |
     tar                | []       [] []    []    [] [] []    [] []       |
     texinfo            |             []       [] []             []       |
     textutils          |             [] [] []       []          [] []    |
     tin                | []          ()                                  |
     tp-robot           |             []                                  |
     tuxpaint           |          [] []       []    [] [] [] [] [] []    |
     unicode-han-tra... |                                                 |
     unicode-transla... |             [] []                               |
     util-linux         | []       [] []             []       () []       |
     vorbis-tools       |             []                                  |
     wastesedge         |             ()                                  |
     wdiff              | []          [] [] []       [] []                |
     wget               | []       [] []    []    [] []          []       |
     xchat              | []       [] []                                  |
     xfree86_xkb_xml    |             []             []                   |
     xpad               |             [] []                               |
                        +-------------------------------------------------+
                          et eu fa fi fr ga gl he hr hu id is it ja ko lg
                          22  2  1 26 106 28 24  8 10 41 33  1 26 33 12  0
d431 125
a555 136
                          lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru
                        +-----------------------------------------------------+
     a2ps               |             []       []    ()     ()     []   [] [] |
     aegis              |                      ()                       () () |
     ant-phone          |                      []                       []    |
     anubis             |             []    [] []           []          [] [] |
     ap-utils           |                      []           ()          []    |
     aspell             |                      []                             |
     bash               |                                          []   [] [] |
     batchelor          |                                               []    |
     bfd                |                                               []    |
     binutils           |                                                  [] |
     bison              |             []       []                  []   [] [] |
     bluez-pin          |                      []           []          []    |
     clisp              |                                                     |
     clisp              |                      []                             |
     console-tools      |                                                  [] |
     coreutils          |                                   []             [] |
     cpio               |                      []           []     []   [] [] |
     darkstat           |             []       []                  []   []    |
     diffutils          |             []       []           []     []   [] [] |
     e2fsprogs          |                                   []                |
     enscript           |                      []                  []   [] [] |
     error              |                      []                  []   []    |
     fetchmail          |                      []           []     ()      [] |
     fileutils          |                                   []          [] [] |
     findutils          |                      []           []     []   [] [] |
     flex               |                                   []     []   [] [] |
     fslint             |                      []                       []    |
     gas                |                                                     |
     gawk               |                                   []     []   []    |
     gbiff              |                      []                       []    |
     gcal               |                                                     |
     gcc                |                                                     |
     gettext            |                                   []          [] [] |
     gettext-examples   |                      []           []          []    |
     gettext-runtime    |                      []           []          [] [] |
     gettext-tools      |                                   []          []    |
     gimp-print         |                      []                             |
     gliv               |                      []                  []   []    |
     glunarclock        |             []       []                       [] [] |
     gnubiff            |                      []                             |
     gnucash            |                      []              []  ()      [] |
     gnucash-glossary   |                      []              []             |
     gnupg              |                                               []    |
     gpe-aerial         |                      []              []       [] [] |
     gpe-beam           |                      []              []       [] [] |
     gpe-calendar       |                      []              []       [] [] |
     gpe-clock          |                      []              []       [] [] |
     gpe-conf           |                      []              []       [] [] |
     gpe-contacts       |                      []              []       [] [] |
     gpe-edit           |                      []              []       [] [] |
     gpe-go             |                      []                       [] [] |
     gpe-login          |                      []              []       [] [] |
     gpe-ownerinfo      |                      []              []       [] [] |
     gpe-sketchbook     |                      []              []       [] [] |
     gpe-su             |                      []              []       [] [] |
     gpe-taskmanager    |                      []              []       [] [] |
     gpe-timesheet      |                      []              []       [] [] |
     gpe-today          |                      []              []       [] [] |
     gpe-todo           |                      []              []       [] [] |
     gphoto2            |                                               []    |
     gprof              |                                          []   []    |
     gpsdrive           |                      ()    ()                 []    |
     gramadoir          |                      ()                       []    |
     grep               |                                   [] []  []   [] [] |
     gretl              |                                                     |
     gtick              |                      []                       [] [] |
     hello              |    []       []    [] [] [] []     []     []   [] [] |
     id-utils           |                      []                  []   [] [] |
     indent             |                      []                  []   [] [] |
     iso_3166           |          []                [] []                    |
     iso_3166_1         |                      []    []                       |
     iso_3166_2         |                                                     |
     iso_3166_3         |                      []                             |
     iso_4217           |          []          [] [] []     [] []  []      [] |
     iso_639            |          []                                         |
     jpilot             |                      ()    ()                       |
     jtag               |                                                     |
     jwhois             |                      []           []     []   [] () |
     kbd                |                      []           []          []    |
     latrine            |                                               []    |
     ld                 |                                                     |
     libc               |                   []       []     []     []         |
     libgpewidget       |                      []              []       []    |
     libiconv           |                      []           []     []   [] [] |
     lifelines          |                                                     |
     lilypond           |                                                     |
     lingoteach         |                                                     |
     lingoteach_lessons |                                                     |
     lynx               |                      []                  []      [] |
     m4                 |                      []           []     []   [] [] |
     mailutils          |                                   []          [] [] |
     make               |                      []           []     []      [] |
     man-db             |                                               []    |
     minicom            |                                   []     []   [] [] |
     mysecretdiary      |                      []                  []   []    |
     nano               |             []       []           []          [] [] |
     nano_1_0           |             []    []    []        []          [] [] |
     opcodes            |                      []                       []    |
     parted             |                         []        [] []  []         |
     ptx                |                   [] []    []     [] []  []   [] [] |
     python             |                                                     |
     radius             |                                   []             [] |
     recode             |                                   []     []   [] [] |
     rpm                |                                   [] []          [] |
     screem             |                                                     |
     scrollkeeper       |                   [] []           []          [] [] |
     sed                |                                   []     []   []    |
     sh-utils           |                   []                             [] |
     shared-mime-info   |                      [] []                          |
     sharutils          |                      []                          [] |
     silky              |                                                  () |
     skencil            |                                      []  []         |
     sketch             |                                      []  []         |
     soundtracker       |                                                     |
     sp                 |                                                     |
     tar                |             []    []       []     []     []   []    |
     texinfo            |                   []              []          [] [] |
     textutils          |                   []                             [] |
     tin                |                                                     |
     tp-robot           |                      []                             |
     tuxpaint           | []          []       [] []        [] []  []   []    |
     unicode-han-tra... |                                                     |
     unicode-transla... |                                                     |
     util-linux         |                      []                  []      [] |
     vorbis-tools       |                      []                       [] [] |
     wastesedge         |                                                     |
     wdiff              |             []                    []     []   [] [] |
     wget               |                                   []          [] [] |
     xchat              |    []                []                          [] |
     xfree86_xkb_xml    |                      []                          [] |
     xpad               |                      []                       []    |
                        +-----------------------------------------------------+
                          lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru
                           1  2  0  3 12  0 10 69  6  7  1  40 26  36   76 63
d557 125
a681 136
                          sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu
                        +-----------------------------------------------------+
     a2ps               |    []    []       [] []                             | 16
     aegis              |                                                     |  0
     ant-phone          |                                                     |  3
     anubis             |                   [] []                             |  9
     ap-utils           |                      ()                             |  3
     aspell             |                                                     |  4
     bash               |                                                     |  9
     batchelor          |                                                     |  3
     bfd                |          []       []                                |  6
     binutils           |          []       []                  []            |  8
     bison              |          []       []                                | 14
     bluez-pin          | []       []                    []                   | 14
     clisp              |                                                     |  0
     clisp              |                                                     |  5
     console-tools      |                                                     |  3
     coreutils          |    []    []       []                        []      | 16
     cpio               |          []                           []            | 14
     darkstat           | []    [] []                           ()    ()      | 12
     diffutils          |          []       []                        []      | 23
     e2fsprogs          |          []       []                                |  6
     enscript           |          []       []                                | 12
     error              | []                []                        []      | 15
     fetchmail          | []                []                                | 11
     fileutils          |    []    []       []                  []    []      | 17
     findutils          | [] [] [] []       []                  []            | 29
     flex               |          []       []                                | 13
     fslint             |                                                     |  3
     gas                |                   []                                |  3
     gawk               |          []       []                                | 12
     gbiff              |                                                     |  4
     gcal               |          []       []                                |  4
     gcc                |                   []                                |  4
     gettext            | [] []    []       []                        []      | 16
     gettext-examples   | []    [] []       []                  []            | 14
     gettext-runtime    | [] [] [] []       [] []               []    []      | 22
     gettext-tools      | [] [] [] []       []                  []            | 14
     gimp-print         | []       []                                         | 10
     gliv               |                                                     |  3
     glunarclock        |       [] []                    []                   | 13
     gnubiff            |                                                     |  3
     gnucash            | []                                          []      |  9
     gnucash-glossary   | []       []                                 []      |  8
     gnupg              | []       []       []                        []      | 17
     gpe-aerial         |          []                                         |  7
     gpe-beam           |          []                                         |  8
     gpe-calendar       | []       []                    []           []      | 13
     gpe-clock          | []    [] []                                         | 10
     gpe-conf           | []       []                                         |  9
     gpe-contacts       | []       []                                 []      | 11
     gpe-edit           | []    [] []                    []           []      | 12
     gpe-go             |                                                     |  5
     gpe-login          | []    [] []                    []           []      | 13
     gpe-ownerinfo      | []    [] []                                 []      | 13
     gpe-sketchbook     | []       []                                         |  9
     gpe-su             | []    [] []                                         | 10
     gpe-taskmanager    | []    [] []                                         | 10
     gpe-timesheet      | []    [] []                                 []      | 12
     gpe-today          | []    [] []                    []           []      | 13
     gpe-todo           | []       []                    []           []      | 12
     gphoto2            | []       []                           []            | 11
     gprof              |          []       []                                |  9
     gpsdrive           | []       []                                         |  3
     gramadoir          | []                                                  |  5
     grep               |    [] []          [] []                             | 26
     gretl              |                                                     |  3
     gtick              |                                                     |  7
     hello              | []    [] []       [] []                             | 34
     id-utils           |          []       []                                | 12
     indent             | []    [] []       []                                | 21
     iso_3166           | [] [] [] []       []    []     []                   | 27
     iso_3166_1         | [] []             []                                | 16
     iso_3166_2         |                                                     |  0
     iso_3166_3         |                                                     |  2
     iso_4217           | [] []    []       [] []               []            | 24
     iso_639            |                                                     |  1
     jpilot             |          []       []        []        []    []      |  9
     jtag               | []                                                  |  2
     jwhois             |          ()       []                        []      | 11
     kbd                |          []       []                                | 11
     latrine            |                                                     |  2
     ld                 |          []       []                                |  5
     libc               | []       []       []                  []            | 20
     libgpewidget       | []    [] []                    []                   | 13
     libiconv           | [] [] [] []       [] []        []     []            | 27
     lifelines          |          []                                         |  2
     lilypond           |          []                                         |  3
     lingoteach         |                                                     |  2
     lingoteach_lessons |                                       ()            |  0
     lynx               |          []       [] []                             | 14
     m4                 |          []                           []            | 15
     mailutils          |                                                     |  5
     make               |          []       []                  []            | 16
     man-db             |          []                                         |  5
     minicom            |                                                     | 11
     mysecretdiary      |          []       []                                | 10
     nano               |       [] []       [] []                             | 17
     nano_1_0           |          []       [] []                             | 17
     opcodes            |          []       []                                |  6
     parted             |          []       []                  []            | 15
     ptx                |          []       []                                | 22
     python             |                                                     |  0
     radius             |                                                     |  4
     recode             |    []    []       []                                | 20
     rpm                |          []       []                                |  9
     screem             |          []                           []            |  2
     scrollkeeper       | []    [] []                                         | 15
     sed                | [] [] [] []       [] []                             | 24
     sh-utils           |    []             []                                | 14
     shared-mime-info   |       [] []                                         |  7
     sharutils          |       [] []       []                        []      | 17
     silky              | ()                                                  |  3
     skencil            |          []                                         |  6
     sketch             |          []                                         |  6
     soundtracker       | []       []                                         |  7
     sp                 |                   []                                |  3
     tar                | [] []    []       []                  []            | 24
     texinfo            |          []       []                  []            | 14
     textutils          |    []    []       []                        []      | 16
     tin                |                                                     |  1
     tp-robot           |                                                     |  2
     tuxpaint           | []       []       []           []     []            | 29
     unicode-han-tra... |                                                     |  0
     unicode-transla... |                                                     |  2
     util-linux         |          []       []                                | 15
     vorbis-tools       |                                                     |  8
     wastesedge         |                                                     |  0
     wdiff              | []       []       []                                | 18
     wget               | [] [] [] []       [] []               []    []      | 24
     xchat              | [] [] [] []                           []            | 15
     xfree86_xkb_xml    | []    []          [] []               []            | 11
     xpad               |                                                     |  5
                        +-----------------------------------------------------+
       63 teams           sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu
      131 domains         47 19 28 83  0  0 59 13  1   1 11  0  22    22    0  1373
d694 3
a696 3
   If January 2004 seems to be old, you may fetch a more recent copy of
this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
matrix with full percentage details can be found at
@


1.1.1.16
log
@Import gettext-0.14.2
@
text
@d1 2
a2 2
1 Notes on the Free Translation Project
***************************************
d6 2
a7 3
together, so that free software will gradually become able to speak many
languages.  A few packages already provide translations for their
messages.
d18 1
a18 1
work on translations can contact the appropriate team.
d25 2
a26 2
1.1 Quick configuration advice
==============================
d48 2
a49 2
1.2 INSTALL Matters
===================
d58 6
a63 6
provides the GNU `gettext' functions.  If not, the included GNU
`gettext' library will be used.  This library is wholly contained
within this package, usually in the `intl/' subdirectory, so prior
installation of the GNU `gettext' package is _not_ required.
Installers may use special options at configuration time for changing
the default behaviour.  The commands:
d68 1
a68 1
will, respectively, bypass any pre-existing `gettext' to use the
d75 4
a78 4
will decide to use this.  This might not be desirable.  You should use
the more recent version of the GNU `gettext' library.  I.e. if the file
`intl/VERSION' shows that the library which comes with this package is
more recent, you should use
d89 1
a89 1
   Internationalized packages usually have many `po/LL.po' files, where
d98 2
a99 2
1.3 Using This Package
======================
d147 2
a148 2
1.4 Translating Teams
=====================
d177 2
a178 2
1.5 Available Packages
======================
d181 2
a182 2
matrix shows the current state of internationalization, as of February
2005.  The matrix shows, in regard of each package, for which languages
d186 138
a323 1
     Ready PO files       af am ar az be bg bs ca cs cy da de el en en_GB
d325 71
a395 82
     GNUnet             |                                                 |
     a2ps               |             []                [] [] []     []   |
     aegis              |                                  ()             |
     ant-phone          |                                  ()             |
     anubis             |                                  []             |
     ap-utils           |                                                 |
     aspell             |                         []    [] []        []   |
     bash               |                      []          []             |
     batchelor          |                                  []             |
     bfd                |                               []                |
     bibshelf           |                                  []             |
     binutils           |                               []                |
     bison              |                               [] []             |
     bluez-pin          | []                      []       [] []          |
     clisp              |                                  []    []       |
     console-tools      |                         []       []             |
     coreutils          |                []    []       [] []             |
     cpio               |                                                 |
     cpplib             |                      []       [] []             |
     darkstat           |                []             () []             |
     dialog             |                      [] [] [] [] [] []          |
     diffutils          |                      [] []    [] [] []          |
     doodle             |                                  []             |
     e2fsprogs          |                         []       []             |
     enscript           |                      []       [] []        []   |
     error              |                      []       [] []        []   |
     fetchmail          |                      [] ()    [] [] []          |
     fileutils          |                               [] []             |
     findutils          |                      []       []    []          |
     flex               |                      []       [] []             |
     fslint             |                                  []             |
     gas                |                                                 |
     gawk               |                      []       [] []             |
     gbiff              |                                  []             |
     gcal               |                      []                         |
     gcc                |                                  []             |
     gettext-examples   | []                   []          [] []          |
     gettext-runtime    |             []       []       [] []             |
     gettext-tools      |                      []          []             |
     gimp-print         |                         []    [] []        []   |
     gip                |                                                 |
     gliv               |                                  []             |
     glunarclock        |                                  []             |
     gmult              | []                               []             |
     gnubiff            |                                  ()             |
     gnucash            |                         []       () ()     []   |
     gnucash-glossary   |                               [] ()             |
     gnupg              |                      [] ()       [] []          |
     gpe-aerial         |                         []       []             |
     gpe-beam           |                         []       []             |
     gpe-calendar       |                         []       []             |
     gpe-clock          |                         []       []             |
     gpe-conf           |                         []       []             |
     gpe-contacts       |                                                 |
     gpe-edit           |                         []                      |
     gpe-go             |                         []                      |
     gpe-login          |                         []       []             |
     gpe-ownerinfo      |                         []       []             |
     gpe-sketchbook     |                         []       []             |
     gpe-su             |                         []       []             |
     gpe-taskmanager    |                         []       []             |
     gpe-timesheet      |                         []                      |
     gpe-today          |                         []       []             |
     gpe-todo           |                         []       []             |
     gphoto2            |                         []    [] []        []   |
     gprof              |                               [] []             |
     gpsdrive           |                                  ()    ()       |
     gramadoir          | []                               []             |
     grep               | []          [] []    []          [] []          |
     gretl              |                                                 |
     gsasl              |                                  []             |
     gss                |                                                 |
     gst-plugins        | []       []          [] []       []        []   |
     gstreamer          | []                   [] []       []        []   |
     gtick              | []                               ()             |
     gtkspell           |             []                   [] []          |
     hello              |                      []       [] [] []          |
     id-utils           |                               [] []             |
     impost             |                                                 |
     indent             |                      []          []             |
     iso_3166           |                                                 |
     iso_3166_1         |                      [] []    [] [] []          |
d397 2
a398 2
     iso_3166_3         |                                  []             |
     iso_4217           |                                                 |
d400 25
a424 29
     jpilot             |                         []                      |
     jtag               |                                                 |
     jwhois             |                                                 |
     kbd                |                         []    [] [] []          |
     latrine            |                                  ()             |
     ld                 |                               []                |
     libc               |                      [] []    [] [] []          |
     libextractor       |                                                 |
     libgpewidget       |                         []    [] []             |
     libgsasl           |                                                 |
     libiconv           | []                   []       [] [] []          |
     libidn             |                                                 |
     lifelines          |                               [] ()             |
     lilypond           |                                  []             |
     lingoteach         |                                                 |
     lynx               |                      [] []    [] []             |
     m4                 |                         []    [] [] []          |
     mailutils          |                      []                         |
     make               |                               [] []             |
     man-db             |                      [] ()    [] []             |
     minicom            |                         []       []             |
     mysecretdiary      |                               [] []             |
     nano               |                      [] ()       []             |
     nano_1_0           |                      [] ()    [] []             |
     opcodes            |                                  []             |
     parted             |                      [] []    [] []             |
     psmisc             |                                                 |
     ptx                |                      []       [] []             |
     pwdutils           |                                                 |
d426 3
a428 3
     radius             |                      []                         |
     recode             |             []       []       [] [] []          |
     rpm                |                         []    []                |
d430 16
a445 18
     scrollkeeper       |          [] []       [] [] [] [] []        []   |
     sed                |                      []          []             |
     sh-utils           |                               [] []             |
     shared-mime-info   |                         [] []                   |
     sharutils          |                      [] []    [] [] []          |
     silky              |                                  ()             |
     skencil            |                               [] ()             |
     sketch             |                               [] ()             |
     solfege            |                               [] []             |
     soundtracker       |                               [] []             |
     sp                 |                                  []             |
     stardict           |                         []                      |
     tar                |                                                 |
     texinfo            |                               [] []             |
     textutils          |                      []       [] []             |
     tin                |                                  ()        ()   |
     tp-robot           |                                  []             |
     tuxpaint           | []                   [] []    [] [] []     []   |
d447 9
a455 10
     unicode-transla... |                                                 |
     util-linux         |                      [] []    [] []             |
     vorbis-tools       |             []          []    []           []   |
     wastesedge         |                                  ()             |
     wdiff              |                      []       [] []        []   |
     wget               |                []    []       [] [] []     []   |
     xchat              |                      []          [] []     []   |
     xfree86_xkb_xml    | []       []             []    []                |
     xkeyboard-config   |                                                 |
     xpad               |                                                 |
d457 276
a732 622
                          af am ar az be bg bs ca cs cy da de el en en_GB
                          11  0  0  3  7  4  0 42 44  3 55 92 21  1  15

                          eo es et eu fa fi fr  ga gl he hr hu id is it
                        +-----------------------------------------------+
     GNUnet             |                                               |
     a2ps               |       []       [] []                       () |
     aegis              |                                               |
     ant-phone          |                   []                          |
     anubis             |                   []                          |
     ap-utils           |                   []                          |
     aspell             |                   []  []                      |
     bash               | [] []             []              []          |
     batchelor          |                   []  []                      |
     bfd                |    []             []                          |
     bibshelf           |    []                 []                   [] |
     binutils           |    []             []                          |
     bison              |    [] []          []  []             []    [] |
     bluez-pin          | []             [] []  []          [] []       |
     clisp              |    []             []                          |
     console-tools      |                                               |
     coreutils          |    [] []       [] []  []                      |
     cpio               |    []             []                          |
     cpplib             |    []             []                          |
     darkstat           |    []             ()  []          [] []       |
     dialog             |    [] [] []       []  []          []       [] |
     diffutils          | [] []          [] []  [] [] []    [] []    [] |
     doodle             |                       []                   [] |
     e2fsprogs          |    []             []                       [] |
     enscript           |                   []           []             |
     error              |    []          [] []  []          []          |
     fetchmail          |    []                                         |
     fileutils          |    [] []          []  []          []       [] |
     findutils          |    [] []          []  []                   [] |
     flex               |    []             []  []                      |
     fslint             |                   []                          |
     gas                |    []             []                          |
     gawk               |    []             []        []                |
     gbiff              |                   []                          |
     gcal               |    []             []                          |
     gcc                |                                               |
     gettext-examples   |    []             []  []                      |
     gettext-runtime    |    []          [] []  []             []       |
     gettext-tools      |    []             []                          |
     gimp-print         |    []             []                          |
     gip                |    []    []       []                          |
     gliv               |                   ()                          |
     glunarclock        |                []     []          []          |
     gmult              |          []       []                       [] |
     gnubiff            |    []             []                       () |
     gnucash            |    []                             ()       [] |
     gnucash-glossary   |    []                                      [] |
     gnupg              | [] [] []       [] []     []          []    [] |
     gpe-aerial         |    []             []                          |
     gpe-beam           |    []             []                          |
     gpe-calendar       |    []             []              [] []       |
     gpe-clock          |    []             []                          |
     gpe-conf           |                   []                          |
     gpe-contacts       |                   []                          |
     gpe-edit           |                   []                 []       |
     gpe-go             |    []             []                          |
     gpe-login          |    []             []              []          |
     gpe-ownerinfo      |    []             []              [] []       |
     gpe-sketchbook     |    []             []                          |
     gpe-su             |    []             []                          |
     gpe-taskmanager    |    []             []                          |
     gpe-timesheet      |    []             []  []             []       |
     gpe-today          |    []             []  []                      |
     gpe-todo           |    []             []                 []       |
     gphoto2            |    []          [] []              []       [] |
     gprof              |    []             []                 []       |
     gpsdrive           |    ()             ()              []       () |
     gramadoir          |                   []  []                      |
     grep               |    [] [] []    [] []  [] [] [] [] [] []    [] |
     gretl              |    []             []                       [] |
     gsasl              |          []       []  []                      |
     gss                |                   []                          |
     gst-plugins        |                   []              []       [] |
     gstreamer          |                                            [] |
     gtick              |          []    [] []  []                   [] |
     gtkspell           | [] []    []       []  []                   [] |
     hello              | [] [] [] [] [] [] []  [] [] [] [] [] []    [] |
     id-utils           |                   []              [] []    [] |
     impost             |                   []  []                      |
     indent             | [] [] [] []    [] []  [] []       [] []    [] |
     iso_3166           | []                []                          |
     iso_3166_1         |    []    []       []  []          [] []       |
     iso_3166_2         |                   []                          |
     iso_3166_3         |                   []                          |
     iso_4217           |       []                 []                   |
     iso_639            | []          []    []                          |
     jpilot             |    []             []                          |
     jtag               |                   []                          |
     jwhois             |    []             []              [] []    [] |
     kbd                |    []             []                          |
     latrine            |                   []  []                   [] |
     ld                 |    []             []                          |
     libc               |    []          [] []     []       []          |
     libextractor       |                                               |
     libgpewidget       |    []             []  []          [] []       |
     libgsasl           |                   []  []                      |
     libiconv           | [] [] []       [] []  [] []    [] [] []    [] |
     libidn             |                   []                       [] |
     lifelines          |                   ()                          |
     lilypond           |                   []                          |
     lingoteach         |                   []                 []    [] |
     lynx               |       []                          []       [] |
     m4                 |                   []  [] []          []       |
     mailutils          |    []             []                          |
     make               |    []          [] []  [] [] [] []             |
     man-db             |    ()                                         |
     minicom            |    []          [] []              []          |
     mysecretdiary      |    []             []                 []       |
     nano               |    []    []    () []                       [] |
     nano_1_0           |    []             []     []          []    [] |
     opcodes            |    []             []                          |
     parted             |    []             []     []                [] |
     psmisc             |          []                                   |
     ptx                | [] [] []       [] []  [] []       [] []       |
     pwdutils           |                                               |
     python             |                                               |
     radius             |    []             []                          |
     recode             | [] []             []     [] []    [] []    [] |
     rpm                |                   []                          |
     screem             |                                               |
     scrollkeeper       |    []                             []          |
     sed                |    [] []          []  []          []          |
     sh-utils           |    [] []       [] []  []          []       [] |
     shared-mime-info   | [] []    []    [] []              []          |
     sharutils          |    [] []       [] []     []       []       [] |
     silky              |                () []              ()       () |
     skencil            |    []             []                          |
     sketch             |    []             []                          |
     solfege            |    []             []                       [] |
     soundtracker       |    []             []                       [] |
     sp                 |                   []                          |
     stardict           |                                   []          |
     tar                |    [] []          []  []                   [] |
     texinfo            | []                []        []                |
     textutils          |    []             []  [] []       []          |
     tin                |       []          ()                          |
     tp-robot           |                   []              []          |
     tuxpaint           |    []          [] []  []    []    [] [] [] [] |
     unicode-han-tra... |                                               |
     unicode-transla... |                   []  []                      |
     util-linux         |    [] []       [] []              []          |
     vorbis-tools       |    []             []                          |
     wastesedge         |                   ()                          |
     wdiff              |    [] []          []  [] []       [] []    [] |
     wget               |    [] [] []    [] []  [] []    [] []       [] |
     xchat              |    []    []    [] []                       [] |
     xfree86_xkb_xml    |                   []              []          |
     xkeyboard-config   |                                               |
     xpad               |    []                 []          []          |
                        +-----------------------------------------------+
                          eo es et eu fa fi fr  ga gl he hr hu id is it
                          14 87 22 15  2 25 119 44 18  8  6 41 28  1 41

                          ja ko lg lt lv mk mn ms mt nb nl nn no nso or
                        +-----------------------------------------------+
     GNUnet             |                                               |
     a2ps               |    ()                []       []    ()        |
     aegis              |                               ()              |
     ant-phone          |                               []              |
     anubis             |                      []    [] []              |
     ap-utils           |                                               |
     aspell             |                   []          []              |
     bash               |                               []              |
     batchelor          |                               []              |
     bfd                |                                               |
     bibshelf           |                                               |
     binutils           | []                                            |
     bison              |                      []    [] []              |
     bluez-pin          |                               []              |
     clisp              |                               []              |
     console-tools      |                                               |
     coreutils          | []                            []              |
     cpio               |                                               |
     cpplib             |                                               |
     darkstat           |                      []       []              |
     dialog             |                               []              |
     diffutils          | []                   []       []              |
     doodle             |                                               |
     e2fsprogs          |                                               |
     enscript           |                               []              |
     error              |                               []              |
     fetchmail          | []                            []              |
     fileutils          | []    []                                      |
     findutils          |                                               |
     flex               |    []                         []              |
     fslint             |                               []              |
     gas                |                                               |
     gawk               | []                            []              |
     gbiff              |                               []              |
     gcal               |                                               |
     gcc                |                                               |
     gettext-examples   | []                            []              |
     gettext-runtime    | [] []                         []              |
     gettext-tools      | [] []                                         |
     gimp-print         | []                            []              |
     gip                |                               []              |
     gliv               |                               []              |
     glunarclock        |                      []       []              |
     gmult              | []                                            |
     gnubiff            |                                               |
     gnucash            | ()                         () []              |
     gnucash-glossary   |                               []              |
     gnupg              | []                            []              |
     gpe-aerial         |                               []              |
     gpe-beam           |                               []              |
     gpe-calendar       |                               []              |
     gpe-clock          |                               []              |
     gpe-conf           |                               []              |
     gpe-contacts       |                                               |
     gpe-edit           |                               []              |
     gpe-go             |                               []              |
     gpe-login          |                               []              |
     gpe-ownerinfo      |                               []              |
     gpe-sketchbook     |                               []              |
     gpe-su             |                               []              |
     gpe-taskmanager    |                               []              |
     gpe-timesheet      |                               []              |
     gpe-today          |                               []              |
     gpe-todo           |                               []              |
     gphoto2            | []                            []              |
     gprof              |                                               |
     gpsdrive           | ()                            ()    ()        |
     gramadoir          |                               ()              |
     grep               | []                         [] []              |
     gretl              |                                               |
     gsasl              |                               []              |
     gss                |                                               |
     gst-plugins        |                               []           [] |
     gstreamer          |                               []              |
     gtick              |                               []              |
     gtkspell           |                   []                          |
     hello              | [] []       []       []    [] [] [] []        |
     id-utils           |                               []              |
     impost             |                                               |
     indent             | []                            []              |
     iso_3166           |                               []              |
     iso_3166_1         |                               []    []        |
     iso_3166_2         |                               []              |
     iso_3166_3         |                               []              |
     iso_4217           | []                []          []              |
     iso_639            | []                            [] []           |
     jpilot             | ()                            ()    ()        |
     jtag               |                                               |
     jwhois             |                               []              |
     kbd                |                               []              |
     latrine            |                               []              |
     ld                 |                                               |
     libc               | [] []                      [] []    []        |
     libextractor       |                                               |
     libgpewidget       |                               []              |
     libgsasl           |                               []              |
     libiconv           |                               []              |
     libidn             |                                               |
     lifelines          |                               []              |
     lilypond           |                               []              |
     lingoteach         |                               []              |
     lynx               | []                            []              |
     m4                 | []                            []              |
     mailutils          |                                               |
     make               | [] []                         []              |
     man-db             | ()                                            |
     minicom            | []                                            |
     mysecretdiary      |                               []              |
     nano               |                      []    []                 |
     nano_1_0           |                      []    []    []           |
     opcodes            |                               []              |
     parted             | []                               []           |
     psmisc             |                               []              |
     ptx                |                            [] []    []        |
     pwdutils           |                                               |
     python             |                                               |
     radius             |                                               |
     recode             |                               []              |
     rpm                | [] []                                         |
     screem             | []                                            |
     scrollkeeper       |                            [] [] []           |
     sed                | []                            []              |
     sh-utils           | []                         []                 |
     shared-mime-info   |    []                      [] [] []           |
     sharutils          | []                            []              |
     silky              |                               []              |
     skencil            |                                               |
     sketch             |                                               |
     solfege            |                               []    []        |
     soundtracker       |                                               |
     sp                 | ()                                            |
     stardict           |                []             []              |
     tar                | []                            []              |
     texinfo            | []                         [] []              |
     textutils          | [] []                      []                 |
     tin                |                                               |
     tp-robot           |                               []              |
     tuxpaint           | [] []    []          []       [] []           |
     unicode-han-tra... |                                               |
     unicode-transla... |                                               |
     util-linux         | []                            []              |
     vorbis-tools       |                               []              |
     wastesedge         |                               []              |
     wdiff              |                      []    []                 |
     wget               | []                            []              |
     xchat              |    []       [] []             []              |
     xfree86_xkb_xml    |                               []              |
     xkeyboard-config   |                               []              |
     xpad               |                               []              |
                        +-----------------------------------------------+
                          ja ko lg lt lv mk mn ms mt nb nl nn no nso or
                          35 11  1  1  2  2  3 11  0 14 96  7  5  0   1

                          pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
                        +----------------------------------------------+
     GNUnet             |                                              |
     a2ps               |    ()     []      [] []       []    [] []    |
     aegis              |                   () ()                      |
     ant-phone          |                   []                         |
     anubis             |    []             [] []                      |
     ap-utils           |    ()                                        |
     aspell             |                   [] []                      |
     bash               |           []      [] []                      |
     batchelor          |                   []                         |
     bfd                |                   []                   []    |
     bibshelf           |                                              |
     binutils           |                      []                []    |
     bison              |    []     []      [] []                []    |
     bluez-pin          |    []     []   [] [] []    []       [] []    |
     clisp              |                      []                      |
     console-tools      |                      []                      |
     coreutils          |    []                []       []       []    |
     cpio               |    []                                  []    |
     cpplib             |                                              |
     darkstat           |    []     []      []       []       [] []    |
     dialog             |    [] []  []   [] [] []                      |
     diffutils          |    []     []      [] []             [] []    |
     doodle             |                                  []          |
     e2fsprogs          |    []                                  []    |
     enscript           |           []      [] []                []    |
     error              |           []      []       []                |
     fetchmail          |    []     ()         []    []    []          |
     fileutils          |    []             [] []       []       []    |
     findutils          |    []             []       []       [] []    |
     flex               |    []     []      [] []                []    |
     fslint             |           []      []                []       |
     gas                |                                              |
     gawk               |    []     []      []                   []    |
     gbiff              |                   []                         |
     gcal               |                                        []    |
     gcc                |                                              |
     gettext-examples   |    []             [] []    []       [] []    |
     gettext-runtime    |    []             [] []    [] []    [] []    |
     gettext-tools      |    []             [] []    [] []    [] []    |
     gimp-print         |                            []          []    |
     gip                |                []          []       []       |
     gliv               |           []      []       []                |
     glunarclock        |           []      [] []    []       [] []    |
     gmult              |           []   [] []                []       |
     gnubiff            |                   ()                   []    |
     gnucash            |    () []             []    []          []    |
     gnucash-glossary   |       []                   []          []    |
     gnupg              |                   []       []          []    |
     gpe-aerial         |       []  []      [] []             [] []    |
     gpe-beam           |       []  []      [] []             [] []    |
     gpe-calendar       |       []  []      [] []    []       [] []    |
     gpe-clock          |       []  []      [] []    []       [] []    |
     gpe-conf           |       []  []      [] []    []          []    |
     gpe-contacts       |                   [] []                []    |
     gpe-edit           |       []  []      [] []    []       [] []    |
     gpe-go             |           []      [] []             [] []    |
     gpe-login          |       []  []      [] []    []       [] []    |
     gpe-ownerinfo      |       []  []      [] []    []       [] []    |
     gpe-sketchbook     |       []  []      [] []    []       [] []    |
     gpe-su             |       []  []      [] []    []       [] []    |
     gpe-taskmanager    |       []  []      [] []    []       [] []    |
     gpe-timesheet      |       []  []      [] []    []       [] []    |
     gpe-today          |       []  []      [] []    []       [] []    |
     gpe-todo           |       []  []      [] []    []       [] []    |
     gphoto2            |                   []       []       [] []    |
     gprof              |           []      []                   []    |
     gpsdrive           |                   []                         |
     gramadoir          |                            []                |
     grep               |    [] []  []      [] []       []    []       |
     gretl              |    []                                        |
     gsasl              |    []             []             [] [] []    |
     gss                |    []             []                   []    |
     gst-plugins        |                                  [] [] []    |
     gstreamer          |                      []          [] [] []    |
     gtick              |                   [] []                []    |
     gtkspell           |           []   [] []       []       []       |
     hello              |    []     []      [] []    []       [] []    |
     id-utils           |           []      [] []                []    |
     impost             |                                              |
     indent             |           []      [] []    []       [] []    |
     iso_3166           |       []                []       [] [] []    |
     iso_3166_1         |                            [] [] [] []       |
     iso_3166_2         |                                              |
     iso_3166_3         |                   []    []          []       |
     iso_4217           |                         []          []       |
     iso_639            |                         []          [] []    |
     jpilot             |                                              |
     jtag               |                            []                |
     jwhois             |    []     []      [] ()                ()    |
     kbd                |    []             []                   []    |
     latrine            |                   []                   []    |
     ld                 |                                        []    |
     libc               |    []     []         []    []          []    |
     libextractor       |                                              |
     libgpewidget       |       []  []      []       []       [] []    |
     libgsasl           |    []             []                []       |
     libiconv           |    []     []   [] [] []    [] [] [] [] []    |
     libidn             |    []                                  ()    |
     lifelines          |    []                                  []    |
     lilypond           |                                        []    |
     lingoteach         |           []                                 |
     lynx               |           []         []                []    |
     m4                 |    []     []      [] []                []    |
     mailutils          |    []             [] []                      |
     make               |    []     []         []                []    |
     man-db             |                   []                   []    |
     minicom            |    []     []      [] []                      |
     mysecretdiary      |           []      []                   []    |
     nano               |           []      []                   []    |
     nano_1_0           |    []             [] []                []    |
     opcodes            |                   []                   []    |
     parted             |    [] []  []                           []    |
     psmisc             |    []                                  []    |
     ptx                |    [] []  []      [] []                []    |
     pwdutils           |    []                                        |
     python             |                                              |
     radius             |    []                []                      |
     recode             |    []     []      [] []       []       []    |
     rpm                |    [] []             []                []    |
     screem             |                                              |
     scrollkeeper       |    []             [] []    []    [] [] []    |
     sed                |    []     []      [] []    []       [] []    |
     sh-utils           |                      []       []    []       |
     shared-mime-info   |       []  []                     [] [] []    |
     sharutils          |                      []             [] []    |
     silky              |                      ()    []                |
     skencil            |       []  []                           []    |
     sketch             |       []  []                           []    |
     solfege            |                      []                      |
     soundtracker       |                            []          []    |
     sp                 |                                              |
     stardict           |                      []    []                |
     tar                |    []             [] []                []    |
     texinfo            |    []             [] []                []    |
     textutils          |                      []       []       []    |
     tin                |                                              |
     tp-robot           |                      []                      |
     tuxpaint           |    [] []  []      []       []    [] [] []    |
     unicode-han-tra... |                                              |
     unicode-transla... |                                              |
     util-linux         |           []         []                []    |
     vorbis-tools       |                   [] []                      |
     wastesedge         |                                              |
     wdiff              |    []     []      [] []    []          []    |
     wget               |    []     []      [] []    [] []    [] []    |
     xchat              |                      []    [] [] [] [] []    |
     xfree86_xkb_xml    |                      []    []    [] [] []    |
     xkeyboard-config   |                                              |
     xpad               |                                              |
                        +----------------------------------------------+
                          pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
                           0 48 27  58    6 79 71  4 47 13 13 51 90  0

                          tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
                        +--------------------------------------------+
     GNUnet             |                                            |  0
     a2ps               |          [] []                             | 18
     aegis              |                                            |  0
     ant-phone          |          []                                |  4
     anubis             |          []                                |  9
     ap-utils           |             ()                             |  1
     aspell             |             []        []                   | 12
     bash               |                                            | 10
     batchelor          |          []        []                      |  7
     bfd                |          []                                |  6
     bibshelf           |                    []                      |  5
     binutils           |          []                  []            |  8
     bison              |          []                                | 17
     bluez-pin          |          [] []     [] []     []            | 24
     clisp              |                                            |  7
     console-tools      |                                            |  3
     coreutils          |          []                                | 16
     cpio               |          []                                |  5
     cpplib             |          []                                |  6
     darkstat           |                    []        ()    ()      | 15
     dialog             |             []     []                      | 22
     diffutils          |          []                  []    []      | 27
     doodle             |                                            |  4
     e2fsprogs          |          []                                |  8
     enscript           |          []                                | 12
     error              |          []                        []      | 15
     fetchmail          |          []                                | 12
     fileutils          |          []                  []    []      | 18
     findutils          |          []                                | 14
     flex               |          []                                | 14
     fslint             |                    []                      |  7
     gas                |          []                                |  3
     gawk               |          []                                | 13
     gbiff              |                                            |  4
     gcal               |          []                                |  5
     gcc                |                                            |  1
     gettext-examples   |          [] []     []        []            | 19
     gettext-runtime    |          [] []     []        []    []      | 24
     gettext-tools      |          [] []               []            | 16
     gimp-print         |             []                             | 11
     gip                |                    []                      |  8
     gliv               |                                            |  5
     glunarclock        |                    [] []                   | 14
     gmult              |          []        []        []            | 13
     gnubiff            |                                            |  3
     gnucash            |          ()                        []      | 10
     gnucash-glossary   |                                    []      |  8
     gnupg              |          []                  []    []      | 19
     gpe-aerial         |                    []                      | 12
     gpe-beam           |                    []        []            | 13
     gpe-calendar       |                    [] []     []    []      | 18
     gpe-clock          |                    [] []     []            | 15
     gpe-conf           |                    []        []            | 12
     gpe-contacts       |                    []        []            |  6
     gpe-edit           |                    [] []           []      | 14
     gpe-go             |                    []                      | 10
     gpe-login          |                    [] []     []    []      | 17
     gpe-ownerinfo      |                    []        []    []      | 17
     gpe-sketchbook     |                    []                      | 13
     gpe-su             |                    []        []            | 14
     gpe-taskmanager    |                    []        []            | 14
     gpe-timesheet      |                    []        []    []      | 16
     gpe-today          |                    [] []     []    []      | 17
     gpe-todo           |                    [] []           []      | 16
     gphoto2            |             []               []            | 17
     gprof              |          []        []                      | 10
     gpsdrive           |                                            |  2
     gramadoir          |                    []                      |  6
     grep               |          [] []     []              []      | 32
     gretl              |                                            |  4
     gsasl              |                    []        []            | 12
     gss                |                    []                      |  5
     gst-plugins        |             []     []                      | 16
     gstreamer          |          [] []     []                      | 14
     gtick              |                    []                      | 11
     gtkspell           |                    [] []     []            | 18
     hello              |          [] []     []        []            | 37
     id-utils           |          []        []                      | 13
     impost             |                    []                      |  3
     indent             |          []        []        []            | 24
     iso_3166           |       []                                   |  9
     iso_3166_1         |          []           []                   | 19
     iso_3166_2         |                                            |  2
     iso_3166_3         |                       []     []            |  8
     iso_4217           |          []                                |  8
     iso_639            |                       []                   | 10
     jpilot             |          [] []               []            |  6
     jtag               |                                            |  2
     jwhois             |          []        []              []      | 12
     kbd                |          []                                | 11
     latrine            |          []        []                      |  8
     ld                 |          []                                |  5
     libc               |          []                  []            | 22
     libextractor       |                                            |  0
     libgpewidget       |                    [] []                   | 17
     libgsasl           |                    []                      |  7
     libiconv           |          [] []     [] []     []            | 32
     libidn             |                    []                      |  4
     lifelines          |                                            |  4
     lilypond           |          []                                |  5
     lingoteach         |                                            |  5
     lynx               |          [] []                             | 14
     m4                 |                    []        []            | 17
     mailutils          |             []                             |  7
     make               |          []                  []            | 18
     man-db             |                                            |  5
     minicom            |                                            | 11
     mysecretdiary      |          []        []                      | 11
     nano               |                                            | 11
     nano_1_0           |          [] []                             | 17
     opcodes            |          []                                |  7
     parted             |          [] []               []            | 17
     psmisc             |                    []                      |  5
     ptx                |          []                  []            | 23
     pwdutils           |                                            |  1
     python             |                                            |  0
     radius             |             []                             |  6
     recode             |          []        []                      | 22
     rpm                |          [] []                             | 11
     screem             |                                            |  1
     scrollkeeper       |          [] []                             | 22
     sed                |          []                                | 17
     sh-utils           |          []                                | 15
     shared-mime-info   |             []               []            | 19
     sharutils          |          []        []              []      | 20
     silky              |                                            |  3
     skencil            |                                            |  6
     sketch             |                                            |  6
     solfege            |                                            |  8
     soundtracker       |          []                                |  8
     sp                 |          []                                |  3
     stardict           |             []     []        []    []      | 10
     tar                |          [] []                             | 13
     texinfo            |          []                  []            | 14
     textutils          |          []                  []    []      | 17
     tin                |                                            |  1
     tp-robot           |                              []    []      |  7
     tuxpaint           |          []        [] []     []            | 34
     unicode-han-tra... |                                            |  0
     unicode-transla... |                                            |  2
     util-linux         |          [] []                             | 16
     vorbis-tools       |             []                             | 10
     wastesedge         |                                            |  1
     wdiff              |          []                                | 21
     wget               |          [] []               []    []      | 30
     xchat              |             []               []            | 21
     xfree86_xkb_xml    |          [] []               []            | 15
     xkeyboard-config   |                                            |  1
     xpad               |                    []                      |  5
                        +--------------------------------------------+
       71 teams           tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
      149 domains          0  0  1 66 30  0  54 16  0  42    21    0  1695
d745 3
a747 3
   If February 2005 seems to be old, you may fetch a more recent copy
of this `ABOUT-NLS' file on most GNU archive sites.  The most
up-to-date matrix with full percentage details can be found at
d750 2
a751 2
1.6 Using `gettext' in new packages
===================================
@


