head	1.1;
branch	1.1.1;
access;
symbols
	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	;


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
@


