Blame ABOUT-NLS

Packit 29ef81
1 Notes on the Free Translation Project
Packit 29ef81
***************************************
Packit 29ef81
Packit 29ef81
Free software is going international!  The Free Translation Project is
Packit 29ef81
a way to get maintainers of free software, translators, and users all
Packit 29ef81
together, so that free software will gradually become able to speak many
Packit 29ef81
languages.  A few packages already provide translations for their
Packit 29ef81
messages.
Packit 29ef81
Packit 29ef81
   If you found this `ABOUT-NLS' file inside a distribution, you may
Packit 29ef81
assume that the distributed package does use GNU `gettext' internally,
Packit 29ef81
itself available at your nearest GNU archive site.  But you do _not_
Packit 29ef81
need to install GNU `gettext' prior to configuring, installing or using
Packit 29ef81
this package with messages translated.
Packit 29ef81
Packit 29ef81
   Installers will find here some useful hints.  These notes also
Packit 29ef81
explain how users should proceed for getting the programs to use the
Packit 29ef81
available translations.  They tell how people wanting to contribute and
Packit 29ef81
work on translations can contact the appropriate team.
Packit 29ef81
Packit 29ef81
   When reporting bugs in the `intl/' directory or bugs which may be
Packit 29ef81
related to internationalization, you should tell about the version of
Packit 29ef81
`gettext' which is used.  The information can be found in the
Packit 29ef81
`intl/VERSION' file, in internationalized packages.
Packit 29ef81
Packit 29ef81
1.1 Quick configuration advice
Packit 29ef81
==============================
Packit 29ef81
Packit 29ef81
If you want to exploit the full power of internationalization, you
Packit 29ef81
should configure it using
Packit 29ef81
Packit 29ef81
     ./configure --with-included-gettext
Packit 29ef81
Packit 29ef81
to force usage of internationalizing routines provided within this
Packit 29ef81
package, despite the existence of internationalizing capabilities in the
Packit 29ef81
operating system where this package is being installed.  So far, only
Packit 29ef81
the `gettext' implementation in the GNU C library version 2 provides as
Packit 29ef81
many features (such as locale alias, message inheritance, automatic
Packit 29ef81
charset conversion or plural form handling) as the implementation here.
Packit 29ef81
It is also not possible to offer this additional functionality on top
Packit 29ef81
of a `catgets' implementation.  Future versions of GNU `gettext' will
Packit 29ef81
very likely convey even more functionality.  So it might be a good idea
Packit 29ef81
to change to GNU `gettext' as soon as possible.
Packit 29ef81
Packit 29ef81
   So you need _not_ provide this option if you are using GNU libc 2 or
Packit 29ef81
you have installed a recent copy of the GNU gettext package with the
Packit 29ef81
included `libintl'.
Packit 29ef81
Packit 29ef81
1.2 INSTALL Matters
Packit 29ef81
===================
Packit 29ef81
Packit 29ef81
Some packages are "localizable" when properly installed; the programs
Packit 29ef81
they contain can be made to speak your own native language.  Most such
Packit 29ef81
packages use GNU `gettext'.  Other packages have their own ways to
Packit 29ef81
internationalization, predating GNU `gettext'.
Packit 29ef81
Packit 29ef81
   By default, this package will be installed to allow translation of
Packit 29ef81
messages.  It will automatically detect whether the system already
Packit 29ef81
provides the GNU `gettext' functions.  If not, the included GNU
Packit 29ef81
`gettext' library will be used.  This library is wholly contained
Packit 29ef81
within this package, usually in the `intl/' subdirectory, so prior
Packit 29ef81
installation of the GNU `gettext' package is _not_ required.
Packit 29ef81
Installers may use special options at configuration time for changing
Packit 29ef81
the default behaviour.  The commands:
Packit 29ef81
Packit 29ef81
     ./configure --with-included-gettext
Packit 29ef81
     ./configure --disable-nls
Packit 29ef81
Packit 29ef81
will, respectively, bypass any pre-existing `gettext' to use the
Packit 29ef81
internationalizing routines provided within this package, or else,
Packit 29ef81
_totally_ disable translation of messages.
Packit 29ef81
Packit 29ef81
   When you already have GNU `gettext' installed on your system and run
Packit 29ef81
configure without an option for your new package, `configure' will
Packit 29ef81
probably detect the previously built and installed `libintl.a' file and
Packit 29ef81
will decide to use this.  This might not be desirable.  You should use
Packit 29ef81
the more recent version of the GNU `gettext' library.  I.e. if the file
Packit 29ef81
`intl/VERSION' shows that the library which comes with this package is
Packit 29ef81
more recent, you should use
Packit 29ef81
Packit 29ef81
     ./configure --with-included-gettext
Packit 29ef81
Packit 29ef81
to prevent auto-detection.
Packit 29ef81
Packit 29ef81
   The configuration process will not test for the `catgets' function
Packit 29ef81
and therefore it will not be used.  The reason is that even an
Packit 29ef81
emulation of `gettext' on top of `catgets' could not provide all the
Packit 29ef81
extensions of the GNU `gettext' library.
Packit 29ef81
Packit 29ef81
   Internationalized packages usually have many `po/LL.po' files, where
Packit 29ef81
LL gives an ISO 639 two-letter code identifying the language.  Unless
Packit 29ef81
translations have been forbidden at `configure' time by using the
Packit 29ef81
`--disable-nls' switch, all available translations are installed
Packit 29ef81
together with the package.  However, the environment variable `LINGUAS'
Packit 29ef81
may be set, prior to configuration, to limit the installed set.
Packit 29ef81
`LINGUAS' should then contain a space separated list of two-letter
Packit 29ef81
codes, stating which languages are allowed.
Packit 29ef81
Packit 29ef81
1.3 Using This Package
Packit 29ef81
======================
Packit 29ef81
Packit 29ef81
As a user, if your language has been installed for this package, you
Packit 29ef81
only have to set the `LANG' environment variable to the appropriate
Packit 29ef81
`LL_CC' combination.  If you happen to have the `LC_ALL' or some other
Packit 29ef81
`LC_xxx' environment variables set, you should unset them before
Packit 29ef81
setting `LANG', otherwise the setting of `LANG' will not have the
Packit 29ef81
desired effect.  Here `LL' is an ISO 639 two-letter language code, and
Packit 29ef81
`CC' is an ISO 3166 two-letter country code.  For example, let's
Packit 29ef81
suppose that you speak German and live in Germany.  At the shell
Packit 29ef81
prompt, merely execute `setenv LANG de_DE' (in `csh'),
Packit 29ef81
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
Packit 29ef81
This can be done from your `.login' or `.profile' file, once and for
Packit 29ef81
all.
Packit 29ef81
Packit 29ef81
   You might think that the country code specification is redundant.
Packit 29ef81
But in fact, some languages have dialects in different countries.  For
Packit 29ef81
example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
Packit 29ef81
country code serves to distinguish the dialects.
Packit 29ef81
Packit 29ef81
   The locale naming convention of `LL_CC', with `LL' denoting the
Packit 29ef81
language and `CC' denoting the country, is the one use on systems based
Packit 29ef81
on GNU libc.  On other systems, some variations of this scheme are
Packit 29ef81
used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
Packit 29ef81
locales supported by your system for your language by running the
Packit 29ef81
command `locale -a | grep '^LL''.
Packit 29ef81
Packit 29ef81
   Not all programs have translations for all languages.  By default, an
Packit 29ef81
English message is shown in place of a nonexistent translation.  If you
Packit 29ef81
understand other languages, you can set up a priority list of languages.
Packit 29ef81
This is done through a different environment variable, called
Packit 29ef81
`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
Packit 29ef81
for the purpose of message handling, but you still need to have `LANG'
Packit 29ef81
set to the primary language; this is required by other parts of the
Packit 29ef81
system libraries.  For example, some Swedish users who would rather
Packit 29ef81
read translations in German than English for when Swedish is not
Packit 29ef81
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
Packit 29ef81
Packit 29ef81
   Special advice for Norwegian users: The language code for Norwegian
Packit 29ef81
bokma*l changed from `no' to `nb' recently (in 2003).  During the
Packit 29ef81
transition period, while some message catalogs for this language are
Packit 29ef81
installed under `nb' and some older ones under `no', it's recommended
Packit 29ef81
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
Packit 29ef81
older translations are used.
Packit 29ef81
Packit 29ef81
   In the `LANGUAGE' environment variable, but not in the `LANG'
Packit 29ef81
environment variable, `LL_CC' combinations can be abbreviated as `LL'
Packit 29ef81
to denote the language's main dialect.  For example, `de' is equivalent
Packit 29ef81
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
Packit 29ef81
(Portuguese as spoken in Portugal) in this context.
Packit 29ef81
Packit 29ef81
1.4 Translating Teams
Packit 29ef81
=====================
Packit 29ef81
Packit 29ef81
For the Free Translation Project to be a success, we need interested
Packit 29ef81
people who like their own language and write it well, and who are also
Packit 29ef81
able to synergize with other translators speaking the same language.
Packit 29ef81
Each translation team has its own mailing list.  The up-to-date list of
Packit 29ef81
teams can be found at the Free Translation Project's homepage,
Packit 29ef81
`http://translationproject.org/', in the "Teams" area.
Packit 29ef81
Packit 29ef81
   If you'd like to volunteer to _work_ at translating messages, you
Packit 29ef81
should become a member of the translating team for your own language.
Packit 29ef81
The subscribing address is _not_ the same as the list itself, it has
Packit 29ef81
`-request' appended.  For example, speakers of Swedish can send a
Packit 29ef81
message to `sv-request@li.org', having this message body:
Packit 29ef81
Packit 29ef81
     subscribe
Packit 29ef81
Packit 29ef81
   Keep in mind that team members are expected to participate
Packit 29ef81
_actively_ in translations, or at solving translational difficulties,
Packit 29ef81
rather than merely lurking around.  If your team does not exist yet and
Packit 29ef81
you want to start one, or if you are unsure about what to do or how to
Packit 29ef81
get started, please write to `coordinator@translationproject.org' to
Packit 29ef81
reach the coordinator for all translator teams.
Packit 29ef81
Packit 29ef81
   The English team is special.  It works at improving and uniformizing
Packit 29ef81
the terminology in use.  Proven linguistic skills are praised more than
Packit 29ef81
programming skills, here.
Packit 29ef81
Packit 29ef81
1.5 Available Packages
Packit 29ef81
======================
Packit 29ef81
Packit 29ef81
Languages are not equally supported in all packages.  The following
Packit 29ef81
matrix shows the current state of internationalization, as of November
Packit 29ef81
2007.  The matrix shows, in regard of each package, for which languages
Packit 29ef81
PO files have been submitted to translation coordination, with a
Packit 29ef81
translation percentage of at least 50%.
Packit 29ef81
Packit 29ef81
     Ready PO files       af am ar az be bg bs ca cs cy da de el en en_GB eo
Packit 29ef81
                        +----------------------------------------------------+
Packit 29ef81
     Compendium         |                      []       [] []        []      |
Packit 29ef81
     a2ps               |             []                [] [] []     []      |
Packit 29ef81
     aegis              |                                  ()                |
Packit 29ef81
     ant-phone          |                                  ()                |
Packit 29ef81
     anubis             |                                  []                |
Packit 29ef81
     ap-utils           |                                                    |
Packit 29ef81
     aspell             |                      [] []    [] []        []      |
Packit 29ef81
     bash               |                                                 [] |
Packit 29ef81
     bfd                |                                                    |
Packit 29ef81
     bibshelf           |                                  []                |
Packit 29ef81
     binutils           |                                                    |
Packit 29ef81
     bison              |                               [] []                |
Packit 29ef81
     bison-runtime      |                                  []                |
Packit 29ef81
     bluez-pin          | []                      []       [] []          [] |
Packit 29ef81
     cflow              |                               []                   |
Packit 29ef81
     clisp              |                               [] []    []          |
Packit 29ef81
     console-tools      |                         []       []                |
Packit 29ef81
     coreutils          |                []    [] []       []                |
Packit 29ef81
     cpio               |                                                    |
Packit 29ef81
     cpplib             |                      []       [] []                |
Packit 29ef81
     cryptonit          |                                  []                |
Packit 29ef81
     dialog             |                                                    |
Packit 29ef81
     diffutils          |                      [] []    [] [] []          [] |
Packit 29ef81
     doodle             |                                  []                |
Packit 29ef81
     e2fsprogs          |                         []       []                |
Packit 29ef81
     enscript           |                      []       [] []        []      |
Packit 29ef81
     fetchmail          |                      []       [] () []     []      |
Packit 29ef81
     findutils          |                []                                  |
Packit 29ef81
     findutils_stable   |                []    []       []                   |
Packit 29ef81
     flex               |                      []       [] []                |
Packit 29ef81
     fslint             |                                                    |
Packit 29ef81
     gas                |                                                    |
Packit 29ef81
     gawk               |                      []       [] []                |
Packit 29ef81
     gcal               |                      []                            |
Packit 29ef81
     gcc                |                                  []                |
Packit 29ef81
     gettext-examples   | []                   []          [] []          [] |
Packit 29ef81
     gettext-runtime    |             []       []       [] []             [] |
Packit 29ef81
     gettext-tools      |                      []          []                |
Packit 29ef81
     gip                |                []                                  |
Packit 29ef81
     gliv               |                []                []                |
Packit 29ef81
     glunarclock        |                []                                  |
Packit 29ef81
     gmult              | []                               []                |
Packit 29ef81
     gnubiff            |                                  ()                |
Packit 29ef81
     gnucash            |                      [] []       () ()     []      |
Packit 29ef81
     gnuedu             |                                                    |
Packit 29ef81
     gnulib             |                []                                  |
Packit 29ef81
     gnunet             |                                                    |
Packit 29ef81
     gnunet-gtk         |                                                    |
Packit 29ef81
     gnutls             |                                  []                |
Packit 29ef81
     gpe-aerial         |                         []       []                |
Packit 29ef81
     gpe-beam           |                         []       []                |
Packit 29ef81
     gpe-calendar       |                                                    |
Packit 29ef81
     gpe-clock          |                         []       []                |
Packit 29ef81
     gpe-conf           |                         []       []                |
Packit 29ef81
     gpe-contacts       |                                                    |
Packit 29ef81
     gpe-edit           |                         []                         |
Packit 29ef81
     gpe-filemanager    |                                                    |
Packit 29ef81
     gpe-go             |                         []                         |
Packit 29ef81
     gpe-login          |                         []       []                |
Packit 29ef81
     gpe-ownerinfo      |                         []       []                |
Packit 29ef81
     gpe-package        |                                                    |
Packit 29ef81
     gpe-sketchbook     |                         []       []                |
Packit 29ef81
     gpe-su             |                         []       []                |
Packit 29ef81
     gpe-taskmanager    |                         []       []                |
Packit 29ef81
     gpe-timesheet      |                         []                         |
Packit 29ef81
     gpe-today          |                         []       []                |
Packit 29ef81
     gpe-todo           |                                                    |
Packit 29ef81
     gphoto2            |                         []    [] []        []      |
Packit 29ef81
     gprof              |                               [] []                |
Packit 29ef81
     gpsdrive           |                                                    |
Packit 29ef81
     gramadoir          | []                               []                |
Packit 29ef81
     grep               |                         []                      [] |
Packit 29ef81
     gretl              |                                  ()                |
Packit 29ef81
     gsasl              |                                                    |
Packit 29ef81
     gss                |                                                    |
Packit 29ef81
     gst-plugins-bad    |                []             []                   |
Packit 29ef81
     gst-plugins-base   |                []             []                   |
Packit 29ef81
     gst-plugins-good   |                []    []       []                   |
Packit 29ef81
     gst-plugins-ugly   |                []             []                   |
Packit 29ef81
     gstreamer          | []             []    [] []    [] []        []      |
Packit 29ef81
     gtick              |                                  ()                |
Packit 29ef81
     gtkam              |             []          []    [] []                |
Packit 29ef81
     gtkorphan          |                []                []                |
Packit 29ef81
     gtkspell           |             []                   [] []          [] |
Packit 29ef81
     gutenprint         |                               []                   |
Packit 29ef81
     hello              |                []    []       [] []             [] |
Packit 29ef81
     herrie             |                                  []                |
Packit 29ef81
     hylafax            |                                                    |
Packit 29ef81
     idutils            |                               [] []                |
Packit 29ef81
     indent             |                      [] []       []             [] |
Packit 29ef81
     iso_15924          |                                                    |
Packit 29ef81
     iso_3166           |       []    [] [] [] [] [] [] [] [] []          [] |
Packit 29ef81
     iso_3166_2         |                                                    |
Packit 29ef81
     iso_4217           |                         []    [] []                |
Packit 29ef81
     iso_639            |                         []    [] []             [] |
Packit 29ef81
     jpilot             |                         []                         |
Packit 29ef81
     jtag               |                                                    |
Packit 29ef81
     jwhois             |                                                    |
Packit 29ef81
     kbd                |                         []    [] [] []             |
Packit 29ef81
     keytouch           |                      []          []                |
Packit 29ef81
     keytouch-editor    |                                  []                |
Packit 29ef81
     keytouch-keyboa... |                      []                            |
Packit 29ef81
     latrine            |                                  ()                |
Packit 29ef81
     ld                 |                               []                   |
Packit 29ef81
     leafpad            |                []    [] []       [] []             |
Packit 29ef81
     libc               |                      [] []    [] []                |
Packit 29ef81
     libexif            |                                  []                |
Packit 29ef81
     libextractor       |                                  []                |
Packit 29ef81
     libgpewidget       |                         []    [] []                |
Packit 29ef81
     libgpg-error       |                                  []                |
Packit 29ef81
     libgphoto2         |                               [] []                |
Packit 29ef81
     libgphoto2_port    |                               [] []                |
Packit 29ef81
     libgsasl           |                                                    |
Packit 29ef81
     libiconv           |                                  []             [] |
Packit 29ef81
     libidn             |                         []    []                [] |
Packit 29ef81
     lifelines          |                               [] ()                |
Packit 29ef81
     lilypond           |                                  []                |
Packit 29ef81
     lingoteach         |                                                    |
Packit 29ef81
     lprng              |                                                    |
Packit 29ef81
     lynx               |                      [] []    [] []                |
Packit 29ef81
     m4                 |                         []    [] [] []             |
Packit 29ef81
     mailfromd          |                                                    |
Packit 29ef81
     mailutils          |                      []                            |
Packit 29ef81
     make               |                               [] []                |
Packit 29ef81
     man-db             |                      []       [] []                |
Packit 29ef81
     minicom            |                         []    [] []                |
Packit 29ef81
     nano               |                []    []          []                |
Packit 29ef81
     opcodes            |                                  []                |
Packit 29ef81
     parted             |                         []       []                |
Packit 29ef81
     pilot-qof          |                                                    |
Packit 29ef81
     popt               |                         []    [] []                |
Packit 29ef81
     psmisc             |                []                                  |
Packit 29ef81
     pwdutils           |                                                    |
Packit 29ef81
     qof                |                                                    |
Packit 29ef81
     radius             |                      []                            |
Packit 29ef81
     recode             |             []       []       [] [] []          [] |
Packit 29ef81
     rpm                |                               []                   |
Packit 29ef81
     screem             |                                                    |
Packit 29ef81
     scrollkeeper       |          [] []       [] [] [] [] []        []      |
Packit 29ef81
     sed                |                      []          []             [] |
Packit 29ef81
     shared-mime-info   |                []    [] []    [] () []     []   [] |
Packit 29ef81
     sharutils          |                []    [] []    [] [] []             |
Packit 29ef81
     shishi             |                                                    |
Packit 29ef81
     skencil            |                               [] ()                |
Packit 29ef81
     solfege            |                                                    |
Packit 29ef81
     soundtracker       |                               [] []                |
Packit 29ef81
     sp                 |                                  []                |
Packit 29ef81
     system-tools-ba... |       []       [] [] [] []    [] [] []     []      |
Packit 29ef81
     tar                |                []                []                |
Packit 29ef81
     texinfo            |                               [] []             [] |
Packit 29ef81
     tin                |                                  ()        ()      |
Packit 29ef81
     tuxpaint           | []             []             [] []        []   [] |
Packit 29ef81
     unicode-han-tra... |                                                    |
Packit 29ef81
     unicode-transla... |                                                    |
Packit 29ef81
     util-linux         |                      [] []    [] []                |
Packit 29ef81
     util-linux-ng      |                      [] []    [] []                |
Packit 29ef81
     vorbis-tools       |                         []                         |
Packit 29ef81
     wastesedge         |                                  ()                |
Packit 29ef81
     wdiff              |                      []       [] []        []      |
Packit 29ef81
     wget               |                      [] []       []                |
Packit 29ef81
     xchat              |             [] []    [] []       [] []     []      |
Packit 29ef81
     xkeyboard-config   |                []                                  |
Packit 29ef81
     xpad               |                []             []           []      |
Packit 29ef81
                        +----------------------------------------------------+
Packit 29ef81
                          af am ar az be bg bs ca cs cy da de el en en_GB eo
Packit 29ef81
                           6  0  2  1  8 26  2 40 48  2 56 88 15  1  15   18
Packit 29ef81
Packit 29ef81
                          es et eu fa fi fr  ga gl gu he hi hr hu id is it
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
     Compendium         | []          [] []  []                []          |
Packit 29ef81
     a2ps               |    []       [] []                             () |
Packit 29ef81
     aegis              |                                                  |
Packit 29ef81
     ant-phone          |                []                                |
Packit 29ef81
     anubis             |                []                                |
Packit 29ef81
     ap-utils           |             [] []                                |
Packit 29ef81
     aspell             |                []  []                         [] |
Packit 29ef81
     bash               | []                                               |
Packit 29ef81
     bfd                | []          []                                   |
Packit 29ef81
     bibshelf           | []                 []                         [] |
Packit 29ef81
     binutils           | []          [] []                                |
Packit 29ef81
     bison              | [] []          []  []                   []    [] |
Packit 29ef81
     bison-runtime      |    []          []  []                   []    [] |
Packit 29ef81
     bluez-pin          |             [] []  []                [] []       |
Packit 29ef81
     cflow              |                    []                            |
Packit 29ef81
     clisp              | []             []                                |
Packit 29ef81
     console-tools      |                                                  |
Packit 29ef81
     coreutils          | [] []       [] []  []                []          |
Packit 29ef81
     cpio               | []             []  []                            |
Packit 29ef81
     cpplib             | []             []                                |
Packit 29ef81
     cryptonit          |                []                                |
Packit 29ef81
     dialog             |       []           []                         [] |
Packit 29ef81
     diffutils          | []          [] []  [] []    []       [] []    [] |
Packit 29ef81
     doodle             |                    []                         [] |
Packit 29ef81
     e2fsprogs          | []             []                             [] |
Packit 29ef81
     enscript           |                []  []             []             |
Packit 29ef81
     fetchmail          | []                                               |
Packit 29ef81
     findutils          |    []              []                []          |
Packit 29ef81
     findutils_stable   |    []          []  []                []          |
Packit 29ef81
     flex               | []             []  []                            |
Packit 29ef81
     fslint             |                                                  |
Packit 29ef81
     gas                | []             []                                |
Packit 29ef81
     gawk               | []             []  []       []                () |
Packit 29ef81
     gcal               | []             []                                |
Packit 29ef81
     gcc                | []                                               |
Packit 29ef81
     gettext-examples   | []          [] []  []                [] []    [] |
Packit 29ef81
     gettext-runtime    | []          [] []  []                   []    [] |
Packit 29ef81
     gettext-tools      | []    []       []                             [] |
Packit 29ef81
     gip                | []    []       []  []                            |
Packit 29ef81
     gliv               |                ()                                |
Packit 29ef81
     glunarclock        |             []     []                []          |
Packit 29ef81
     gmult              |       []       []                             [] |
Packit 29ef81
     gnubiff            |                ()                             () |
Packit 29ef81
     gnucash            | ()             ()                    ()          |
Packit 29ef81
     gnuedu             | []                                               |
Packit 29ef81
     gnulib             | [] []              []                            |
Packit 29ef81
     gnunet             |                                                  |
Packit 29ef81
     gnunet-gtk         |                                                  |
Packit 29ef81
     gnutls             |                                                  |
Packit 29ef81
     gpe-aerial         | []             []                                |
Packit 29ef81
     gpe-beam           | []             []                                |
Packit 29ef81
     gpe-calendar       |                                                  |
Packit 29ef81
     gpe-clock          | []          [] []                    []          |
Packit 29ef81
     gpe-conf           |                []                                |
Packit 29ef81
     gpe-contacts       | []             []                                |
Packit 29ef81
     gpe-edit           | []             []                    [] []       |
Packit 29ef81
     gpe-filemanager    | []                                               |
Packit 29ef81
     gpe-go             | []             []                    []          |
Packit 29ef81
     gpe-login          | []             []                    []          |
Packit 29ef81
     gpe-ownerinfo      | []          [] []                    [] []       |
Packit 29ef81
     gpe-package        | []                                               |
Packit 29ef81
     gpe-sketchbook     | []             []                                |
Packit 29ef81
     gpe-su             | []          [] []                    []          |
Packit 29ef81
     gpe-taskmanager    | []          [] []                                |
Packit 29ef81
     gpe-timesheet      | []             []  []                   []       |
Packit 29ef81
     gpe-today          | []          [] []  []                            |
Packit 29ef81
     gpe-todo           | []                                               |
Packit 29ef81
     gphoto2            | []          [] []                    []       [] |
Packit 29ef81
     gprof              | []          [] []  []                   []       |
Packit 29ef81
     gpsdrive           |    []                                            |
Packit 29ef81
     gramadoir          |                []  []                            |
Packit 29ef81
     grep               | []          []     []                            |
Packit 29ef81
     gretl              | []    []       []                             () |
Packit 29ef81
     gsasl              |                    []                   []       |
Packit 29ef81
     gss                |                []  []                            |
Packit 29ef81
     gst-plugins-bad    | []          []                       []       [] |
Packit 29ef81
     gst-plugins-base   | []          []                       []       [] |
Packit 29ef81
     gst-plugins-good   | []    []    []                       []       [] |
Packit 29ef81
     gst-plugins-ugly   | []          []                       []       [] |
Packit 29ef81
     gstreamer          |             []                       []       [] |
Packit 29ef81
     gtick              |             []     []                         [] |
Packit 29ef81
     gtkam              | []             []                    []       [] |
Packit 29ef81
     gtkorphan          |                []                             [] |
Packit 29ef81
     gtkspell           | []    []    [] []  []                []       [] |
Packit 29ef81
     gutenprint         |                                      []          |
Packit 29ef81
     hello              | [] [] [] [] [] []  [] []    []    [] [] []    [] |
Packit 29ef81
     herrie             |                    []                            |
Packit 29ef81
     hylafax            |                                                  |
Packit 29ef81
     idutils            |                []  []                [] []    [] |
Packit 29ef81
     indent             | [] [] []    [] []  [] []             [] []    [] |
Packit 29ef81
     iso_15924          |                []                                |
Packit 29ef81
     iso_3166           | [] [] []    [] []     [] [] [] [] [] [] []    [] |
Packit 29ef81
     iso_3166_2         |                []                                |
Packit 29ef81
     iso_4217           | [] []       [] []                    []       [] |
Packit 29ef81
     iso_639            | []       [] [] []  []                []          |
Packit 29ef81
     jpilot             | []             []                                |
Packit 29ef81
     jtag               |                []                                |
Packit 29ef81
     jwhois             | []             []                    [] []    [] |
Packit 29ef81
     kbd                | []             []                                |
Packit 29ef81
     keytouch           |                []  []                         [] |
Packit 29ef81
     keytouch-editor    |                    []                            |
Packit 29ef81
     keytouch-keyboa... |                    []                         [] |
Packit 29ef81
     latrine            |                    []                         [] |
Packit 29ef81
     ld                 | []          [] []  []                            |
Packit 29ef81
     leafpad            | []             []  []       []       []       [] |
Packit 29ef81
     libc               | []          [] []     []             []          |
Packit 29ef81
     libexif            | []                                               |
Packit 29ef81
     libextractor       |                    []                            |
Packit 29ef81
     libgpewidget       | []             []  []                [] []       |
Packit 29ef81
     libgpg-error       |                []                                |
Packit 29ef81
     libgphoto2         | []             []                             [] |
Packit 29ef81
     libgphoto2_port    |                []                             [] |
Packit 29ef81
     libgsasl           |                []  []                            |
Packit 29ef81
     libiconv           |    []       []     []                            |
Packit 29ef81
     libidn             |                []                             [] |
Packit 29ef81
     lifelines          |                ()                                |
Packit 29ef81
     lilypond           | []          [] []                                |
Packit 29ef81
     lingoteach         |                []                       []    [] |
Packit 29ef81
     lprng              |                                                  |
Packit 29ef81
     lynx               |    []                                []       [] |
Packit 29ef81
     m4                 |                []  [] []                []       |
Packit 29ef81
     mailfromd          |                                                  |
Packit 29ef81
     mailutils          | []             []                                |
Packit 29ef81
     make               | []          [] []  [] []    []    []    []       |
Packit 29ef81
     man-db             |                                               [] |
Packit 29ef81
     minicom            | []          [] []                    []          |
Packit 29ef81
     nano               | []    []       []  [] []             []       [] |
Packit 29ef81
     opcodes            | []          [] []  []                            |
Packit 29ef81
     parted             |                []                       []    [] |
Packit 29ef81
     pilot-qof          |                                                  |
Packit 29ef81
     popt               |                []  [] []                   []    |
Packit 29ef81
     psmisc             |                                      []       [] |
Packit 29ef81
     pwdutils           |                                                  |
Packit 29ef81
     qof                |                                         []       |
Packit 29ef81
     radius             | []             []                                |
Packit 29ef81
     recode             | []             []  [] []    []       [] []    [] |
Packit 29ef81
     rpm                |                []                       []       |
Packit 29ef81
     screem             |                                                  |
Packit 29ef81
     scrollkeeper       | []          []                       []          |
Packit 29ef81
     sed                | [] []          []  []                []          |
Packit 29ef81
     shared-mime-info   | []    []    [] []                    []       [] |
Packit 29ef81
     sharutils          | [] []       [] []  [] []             []       [] |
Packit 29ef81
     shishi             |                []                                |
Packit 29ef81
     skencil            | []             []                                |
Packit 29ef81
     solfege            |                                               [] |
Packit 29ef81
     soundtracker       | []             []                             [] |
Packit 29ef81
     sp                 |                []                                |
Packit 29ef81
     system-tools-ba... | []    []    [] []  []             [] [] []    [] |
Packit 29ef81
     tar                |    [] []    []     []                []          |
Packit 29ef81
     texinfo            |                []           []       []          |
Packit 29ef81
     tin                |    []          ()                                |
Packit 29ef81
     tuxpaint           |                    []                []          |
Packit 29ef81
     unicode-han-tra... |                                                  |
Packit 29ef81
     unicode-transla... |                []  []                            |
Packit 29ef81
     util-linux         | [] []       [] []                    [] []    [] |
Packit 29ef81
     util-linux-ng      | [] []       [] []                    [] []    [] |
Packit 29ef81
     vorbis-tools       |                                                  |
Packit 29ef81
     wastesedge         |                ()                                |
Packit 29ef81
     wdiff              | [] []          []  [] []             [] []    [] |
Packit 29ef81
     wget               |    []       [] []  []             [] [] []    [] |
Packit 29ef81
     xchat              | []          [] []        []    []    []       [] |
Packit 29ef81
     xkeyboard-config   | []          [] []                    []          |
Packit 29ef81
     xpad               | []                 []                []          |
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
                          es et eu fa fi fr  ga gl gu he hi hr hu id is it
Packit 29ef81
                          85 22 14  2 48 101 61 12  2  8  2  6 53 29  1 52
Packit 29ef81
Packit 29ef81
                          ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl  nn
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
     Compendium         |                                           []     |
Packit 29ef81
     a2ps               |       ()                      []          []     |
Packit 29ef81
     aegis              |                                           ()     |
Packit 29ef81
     ant-phone          |                                           []     |
Packit 29ef81
     anubis             |                               []    []    []     |
Packit 29ef81
     ap-utils           |                               []                 |
Packit 29ef81
     aspell             |                            []             []     |
Packit 29ef81
     bash               |                                           []     |
Packit 29ef81
     bfd                |                                                  |
Packit 29ef81
     bibshelf           |                               []                 |
Packit 29ef81
     binutils           |                                                  |
Packit 29ef81
     bison              |                               []    []    []     |
Packit 29ef81
     bison-runtime      |                               []    []    []     |
Packit 29ef81
     bluez-pin          |          []                   []          []     |
Packit 29ef81
     cflow              |                                                  |
Packit 29ef81
     clisp              |                                           []     |
Packit 29ef81
     console-tools      |                                                  |
Packit 29ef81
     coreutils          |                                           []     |
Packit 29ef81
     cpio               |                                           []     |
Packit 29ef81
     cpplib             |                                           []     |
Packit 29ef81
     cryptonit          |                                           []     |
Packit 29ef81
     dialog             |                               []          []     |
Packit 29ef81
     diffutils          | []                            []          []     |
Packit 29ef81
     doodle             |                                                  |
Packit 29ef81
     e2fsprogs          |                                           []     |
Packit 29ef81
     enscript           |                                           []     |
Packit 29ef81
     fetchmail          | []                                        []     |
Packit 29ef81
     findutils          |                                           []     |
Packit 29ef81
     findutils_stable   |                                           []     |
Packit 29ef81
     flex               |       []                                  []     |
Packit 29ef81
     fslint             |                                                  |
Packit 29ef81
     gas                |                                                  |
Packit 29ef81
     gawk               | []                                        []     |
Packit 29ef81
     gcal               |                                                  |
Packit 29ef81
     gcc                |                                                  |
Packit 29ef81
     gettext-examples   | []                            []          []     |
Packit 29ef81
     gettext-runtime    | []    []                                  []     |
Packit 29ef81
     gettext-tools      | []    []                                         |
Packit 29ef81
     gip                |                               []          []     |
Packit 29ef81
     gliv               |                                           []     |
Packit 29ef81
     glunarclock        |                               []          []     |
Packit 29ef81
     gmult              | []                            []          []     |
Packit 29ef81
     gnubiff            |                                                  |
Packit 29ef81
     gnucash            | ()                                  () ()        |
Packit 29ef81
     gnuedu             |                                                  |
Packit 29ef81
     gnulib             | []                                        []     |
Packit 29ef81
     gnunet             |                                                  |
Packit 29ef81
     gnunet-gtk         |                                                  |
Packit 29ef81
     gnutls             |                               []                 |
Packit 29ef81
     gpe-aerial         |                                           []     |
Packit 29ef81
     gpe-beam           |                                           []     |
Packit 29ef81
     gpe-calendar       | []                                               |
Packit 29ef81
     gpe-clock          | []    []                                  []     |
Packit 29ef81
     gpe-conf           | []    []                                  []     |
Packit 29ef81
     gpe-contacts       |       []                                         |
Packit 29ef81
     gpe-edit           | []    []                                  []     |
Packit 29ef81
     gpe-filemanager    | []    []                                         |
Packit 29ef81
     gpe-go             | []    []                                  []     |
Packit 29ef81
     gpe-login          | []    []                                  []     |
Packit 29ef81
     gpe-ownerinfo      | []                                        []     |
Packit 29ef81
     gpe-package        | []    []                                         |
Packit 29ef81
     gpe-sketchbook     |       []                                  []     |
Packit 29ef81
     gpe-su             | []    []                                  []     |
Packit 29ef81
     gpe-taskmanager    | []    [] []                               []     |
Packit 29ef81
     gpe-timesheet      |                                           []     |
Packit 29ef81
     gpe-today          | []                                        []     |
Packit 29ef81
     gpe-todo           | []                                               |
Packit 29ef81
     gphoto2            | []                                        []     |
Packit 29ef81
     gprof              |                               []                 |
Packit 29ef81
     gpsdrive           |                                           []     |
Packit 29ef81
     gramadoir          |                                           ()     |
Packit 29ef81
     grep               |             []                            []     |
Packit 29ef81
     gretl              |                                                  |
Packit 29ef81
     gsasl              |                                           []     |
Packit 29ef81
     gss                |                                                  |
Packit 29ef81
     gst-plugins-bad    |                                           []     |
Packit 29ef81
     gst-plugins-base   |                                           []     |
Packit 29ef81
     gst-plugins-good   |                                           []     |
Packit 29ef81
     gst-plugins-ugly   |                                           []     |
Packit 29ef81
     gstreamer          |                                           []     |
Packit 29ef81
     gtick              |                                           []     |
Packit 29ef81
     gtkam              | []                                        []     |
Packit 29ef81
     gtkorphan          |                                           []     |
Packit 29ef81
     gtkspell           |                            []             []     |
Packit 29ef81
     gutenprint         |                                           []     |
Packit 29ef81
     hello              | [] [] []                      []    []    []  [] |
Packit 29ef81
     herrie             |                                           []     |
Packit 29ef81
     hylafax            |                                                  |
Packit 29ef81
     idutils            |                                           []     |
Packit 29ef81
     indent             | []                                        []     |
Packit 29ef81
     iso_15924          |                                           []     |
Packit 29ef81
     iso_3166           | []    [] []       []    []          []    []  [] |
Packit 29ef81
     iso_3166_2         |                                           []     |
Packit 29ef81
     iso_4217           | []                []                      []     |
Packit 29ef81
     iso_639            | []                []                      []  [] |
Packit 29ef81
     jpilot             | ()                                        ()     |
Packit 29ef81
     jtag               |                                                  |
Packit 29ef81
     jwhois             |                                           []     |
Packit 29ef81
     kbd                |                                           []     |
Packit 29ef81
     keytouch           |                                           []     |
Packit 29ef81
     keytouch-editor    |                                           []     |
Packit 29ef81
     keytouch-keyboa... |                                                  |
Packit 29ef81
     latrine            |                                           []     |
Packit 29ef81
     ld                 |                                                  |
Packit 29ef81
     leafpad            | []                []                             |
Packit 29ef81
     libc               | []    []                                  []     |
Packit 29ef81
     libexif            |                                                  |
Packit 29ef81
     libextractor       |                                                  |
Packit 29ef81
     libgpewidget       |                                           []     |
Packit 29ef81
     libgpg-error       |                                                  |
Packit 29ef81
     libgphoto2         | []                                               |
Packit 29ef81
     libgphoto2_port    | []                                               |
Packit 29ef81
     libgsasl           |                                           []     |
Packit 29ef81
     libiconv           |                                           []     |
Packit 29ef81
     libidn             | []                                        []     |
Packit 29ef81
     lifelines          |                                           []     |
Packit 29ef81
     lilypond           |                                           []     |
Packit 29ef81
     lingoteach         |                                           []     |
Packit 29ef81
     lprng              |                                                  |
Packit 29ef81
     lynx               | []                                        []     |
Packit 29ef81
     m4                 | []                                        []     |
Packit 29ef81
     mailfromd          |                                                  |
Packit 29ef81
     mailutils          |                                                  |
Packit 29ef81
     make               | []    []                                  []     |
Packit 29ef81
     man-db             |                                                  |
Packit 29ef81
     minicom            | []                                               |
Packit 29ef81
     nano               |                               []    []    []     |
Packit 29ef81
     opcodes            |                                           []     |
Packit 29ef81
     parted             | []                                        []     |
Packit 29ef81
     pilot-qof          |                                                  |
Packit 29ef81
     popt               | []    []                                  []     |
Packit 29ef81
     psmisc             | []                                  []    []     |
Packit 29ef81
     pwdutils           |                                                  |
Packit 29ef81
     qof                |                                                  |
Packit 29ef81
     radius             |                                                  |
Packit 29ef81
     recode             |                                           []     |
Packit 29ef81
     rpm                | []    []                                         |
Packit 29ef81
     screem             | []                                               |
Packit 29ef81
     scrollkeeper       |                                     [] [] []  [] |
Packit 29ef81
     sed                | []                                        []     |
Packit 29ef81
     shared-mime-info   | []    []          []          []    []    []  [] |
Packit 29ef81
     sharutils          | []                                        []     |
Packit 29ef81
     shishi             |                                                  |
Packit 29ef81
     skencil            |                                                  |
Packit 29ef81
     solfege            |                                     ()        () |
Packit 29ef81
     soundtracker       |                                                  |
Packit 29ef81
     sp                 | ()                                               |
Packit 29ef81
     system-tools-ba... | []    []          []                      []     |
Packit 29ef81
     tar                | []          []                            []     |
Packit 29ef81
     texinfo            |                                     []    []     |
Packit 29ef81
     tin                |                                                  |
Packit 29ef81
     tuxpaint           |                                     ()    []  [] |
Packit 29ef81
     unicode-han-tra... |                                                  |
Packit 29ef81
     unicode-transla... |                                                  |
Packit 29ef81
     util-linux         | []                                        []     |
Packit 29ef81
     util-linux-ng      | []                                        []     |
Packit 29ef81
     vorbis-tools       |                                                  |
Packit 29ef81
     wastesedge         |                                           []     |
Packit 29ef81
     wdiff              |                               []    []           |
Packit 29ef81
     wget               | []                                        []     |
Packit 29ef81
     xchat              | []    []                []                []     |
Packit 29ef81
     xkeyboard-config   |    [] []                                  []     |
Packit 29ef81
     xpad               |       []                      []          []     |
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
                          ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl  nn
Packit 29ef81
                          51  2 25  3  2  0  6  0  2  2 20  0 11  1 103  6
Packit 29ef81
Packit 29ef81
                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv  ta
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
     Compendium         |          []  []      []       []          []     |
Packit 29ef81
     a2ps               |       ()     []      [] []       []    [] []     |
Packit 29ef81
     aegis              |                      () ()                       |
Packit 29ef81
     ant-phone          |                      []                   []     |
Packit 29ef81
     anubis             |       []             [] []                       |
Packit 29ef81
     ap-utils           |       ()                                         |
Packit 29ef81
     aspell             |                      [] []    []                 |
Packit 29ef81
     bash               |       []                      []                 |
Packit 29ef81
     bfd                |                                                  |
Packit 29ef81
     bibshelf           |                                           []     |
Packit 29ef81
     binutils           |                         []    []                 |
Packit 29ef81
     bison              |       []     []      [] []                []     |
Packit 29ef81
     bison-runtime      |       []     []      []          []       []     |
Packit 29ef81
     bluez-pin          |       []     []   [] [] []    [] []    [] []     |
Packit 29ef81
     cflow              |       []                                         |
Packit 29ef81
     clisp              |                         []                       |
Packit 29ef81
     console-tools      |                         []                       |
Packit 29ef81
     coreutils          |       []                []       []       []     |
Packit 29ef81
     cpio               |       []                []                []     |
Packit 29ef81
     cpplib             |                                           []     |
Packit 29ef81
     cryptonit          |              []                           []     |
Packit 29ef81
     dialog             |                                           []     |
Packit 29ef81
     diffutils          |       []     []      [] []             [] []     |
Packit 29ef81
     doodle             |                                     []    []     |
Packit 29ef81
     e2fsprogs          |       []                                  []     |
Packit 29ef81
     enscript           |              []      [] []       []       []     |
Packit 29ef81
     fetchmail          |       []                []          []           |
Packit 29ef81
     findutils          |       [] []                               []     |
Packit 29ef81
     findutils_stable   |       [] []          []       [] []       []     |
Packit 29ef81
     flex               |       []     []      [] []                []     |
Packit 29ef81
     fslint             |                                           []     |
Packit 29ef81
     gas                |                                                  |
Packit 29ef81
     gawk               |       []     []      []                   []     |
Packit 29ef81
     gcal               |                                           []     |
Packit 29ef81
     gcc                |                                        [] []     |
Packit 29ef81
     gettext-examples   |       [] []          [] []    [] []    [] []     |
Packit 29ef81
     gettext-runtime    |       [] []          [] []    [] []    [] []     |
Packit 29ef81
     gettext-tools      |       []             [] []    [] []    [] []     |
Packit 29ef81
     gip                |                   []          []       [] []     |
Packit 29ef81
     gliv               |       []     []      [] []    []          []     |
Packit 29ef81
     glunarclock        |              []      [] []    []       [] []     |
Packit 29ef81
     gmult              |                   [] []                [] []     |
Packit 29ef81
     gnubiff            |                      ()                   []     |
Packit 29ef81
     gnucash            |       ()                                  []     |
Packit 29ef81
     gnuedu             |                                                  |
Packit 29ef81
     gnulib             |       []                         []       []     |
Packit 29ef81
     gnunet             |                                                  |
Packit 29ef81
     gnunet-gtk         |                                           []     |
Packit 29ef81
     gnutls             |       []                                  []     |
Packit 29ef81
     gpe-aerial         |          []  []      [] []       []    [] []     |
Packit 29ef81
     gpe-beam           |          []  []      [] []       []    [] []     |
Packit 29ef81
     gpe-calendar       |                         []       []    [] []     |
Packit 29ef81
     gpe-clock          |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-conf           |          []  []      [] []    [] []       []     |
Packit 29ef81
     gpe-contacts       |                      [] []       []    [] []     |
Packit 29ef81
     gpe-edit           |       [] []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-filemanager    |                                  []       []     |
Packit 29ef81
     gpe-go             |       []     []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-login          |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-ownerinfo      |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-package        |                                  []       []     |
Packit 29ef81
     gpe-sketchbook     |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-su             |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-taskmanager    |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-timesheet      |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-today          |          []  []      [] []    [] []    [] []     |
Packit 29ef81
     gpe-todo           |                         []       []    [] []     |
Packit 29ef81
     gphoto2            |    [] []             []       []       [] []     |
Packit 29ef81
     gprof              |              []      []                   []     |
Packit 29ef81
     gpsdrive           |                         []                []     |
Packit 29ef81
     gramadoir          |                               []          []     |
Packit 29ef81
     grep               |       []                      [] []       []     |
Packit 29ef81
     gretl              |       [] []  []                                  |
Packit 29ef81
     gsasl              |       []                               [] []     |
Packit 29ef81
     gss                |       []             []       []          []     |
Packit 29ef81
     gst-plugins-bad    |       []     []                           []     |
Packit 29ef81
     gst-plugins-base   |       []                                  []     |
Packit 29ef81
     gst-plugins-good   |       []                                  []     |
Packit 29ef81
     gst-plugins-ugly   |       []     []                           []     |
Packit 29ef81
     gstreamer          |       []                            [] [] []     |
Packit 29ef81
     gtick              |                         []                       |
Packit 29ef81
     gtkam              |    [] []     []         []                []     |
Packit 29ef81
     gtkorphan          |                                           []     |
Packit 29ef81
     gtkspell           |              []   [] [] []    [] []    [] []     |
Packit 29ef81
     gutenprint         |                                           []     |
Packit 29ef81
     hello              |       []     []      [] []    [] []    [] []     |
Packit 29ef81
     herrie             |       []                []                []     |
Packit 29ef81
     hylafax            |                                                  |
Packit 29ef81
     idutils            |       []     []      [] []                []     |
Packit 29ef81
     indent             |       []     []      [] []    []       [] []     |
Packit 29ef81
     iso_15924          |                                                  |
Packit 29ef81
     iso_3166           |    [] [] []  []      [] [] [] [] [] [] [] []  [] |
Packit 29ef81
     iso_3166_2         |                                                  |
Packit 29ef81
     iso_4217           |       [] []             [] []    []    [] []     |
Packit 29ef81
     iso_639            |       []                [] [] [] []    [] []     |
Packit 29ef81
     jpilot             |                                                  |
Packit 29ef81
     jtag               |                               []                 |
Packit 29ef81
     jwhois             |       []     []      []                   []     |
Packit 29ef81
     kbd                |       []             []                   []     |
Packit 29ef81
     keytouch           |                                           []     |
Packit 29ef81
     keytouch-editor    |                                           []     |
Packit 29ef81
     keytouch-keyboa... |                                           []     |
Packit 29ef81
     latrine            |                                                  |
Packit 29ef81
     ld                 |                                           []     |
Packit 29ef81
     leafpad            |       [] []             []    []          []  [] |
Packit 29ef81
     libc               |       []                []    []          []     |
Packit 29ef81
     libexif            |       []                      []                 |
Packit 29ef81
     libextractor       |                      []                   []     |
Packit 29ef81
     libgpewidget       |       [] []  []      []       [] []    [] []     |
Packit 29ef81
     libgpg-error       |       []             []                   []     |
Packit 29ef81
     libgphoto2         |       []                                         |
Packit 29ef81
     libgphoto2_port    |       []                []                []     |
Packit 29ef81
     libgsasl           |       []             []                [] []     |
Packit 29ef81
     libiconv           |                                  []    [] []     |
Packit 29ef81
     libidn             |       []                               [] ()     |
Packit 29ef81
     lifelines          |       []                                  []     |
Packit 29ef81
     lilypond           |                                                  |
Packit 29ef81
     lingoteach         |              []                                  |
Packit 29ef81
     lprng              |       []                                         |
Packit 29ef81
     lynx               |              []         []                []     |
Packit 29ef81
     m4                 |       []     []      [] []                []     |
Packit 29ef81
     mailfromd          |       []                                         |
Packit 29ef81
     mailutils          |       []                []                []     |
Packit 29ef81
     make               |       []     []         []                []     |
Packit 29ef81
     man-db             |       []             [] []                []     |
Packit 29ef81
     minicom            |       []     []      [] []                []     |
Packit 29ef81
     nano               |              []      [] []                []     |
Packit 29ef81
     opcodes            |                      []                   []     |
Packit 29ef81
     parted             |       []                                         |
Packit 29ef81
     pilot-qof          |                                                  |
Packit 29ef81
     popt               |       [] []             []                []     |
Packit 29ef81
     psmisc             |       []                                  []     |
Packit 29ef81
     pwdutils           |       []                                  []     |
Packit 29ef81
     qof                |              []                           []     |
Packit 29ef81
     radius             |       []                []                       |
Packit 29ef81
     recode             |       [] []  []      [] []       []       []     |
Packit 29ef81
     rpm                |       [] []             []                []     |
Packit 29ef81
     screem             |                                                  |
Packit 29ef81
     scrollkeeper       |       []             [] []    []    [] [] []     |
Packit 29ef81
     sed                |       [] []  []      [] []    [] []    [] []     |
Packit 29ef81
     shared-mime-info   |       [] []  []                     [] [] []     |
Packit 29ef81
     sharutils          |       []                []             [] []     |
Packit 29ef81
     shishi             |       []                                         |
Packit 29ef81
     skencil            |          []  []                           []     |
Packit 29ef81
     solfege            |              []                                  |
Packit 29ef81
     soundtracker       |                               []          []     |
Packit 29ef81
     sp                 |                                                  |
Packit 29ef81
     system-tools-ba... |    [] [] []  []      []             [] [] []  [] |
Packit 29ef81
     tar                |       []                []       []       []     |
Packit 29ef81
     texinfo            |       []             [] []                []     |
Packit 29ef81
     tin                |                         ()                       |
Packit 29ef81
     tuxpaint           |       [] []                      [] [] [] []     |
Packit 29ef81
     unicode-han-tra... |                                                  |
Packit 29ef81
     unicode-transla... |                                                  |
Packit 29ef81
     util-linux         |              []         []       []       []     |
Packit 29ef81
     util-linux-ng      |              []         []       []       []     |
Packit 29ef81
     vorbis-tools       |                         []                       |
Packit 29ef81
     wastesedge         |                                                  |
Packit 29ef81
     wdiff              |       []     []      [] []    [] []       []     |
Packit 29ef81
     wget               |          []             []    []          []     |
Packit 29ef81
     xchat              |    []                   []    [] [] [] [] []     |
Packit 29ef81
     xkeyboard-config   |                               [] []       []     |
Packit 29ef81
     xpad               |                               [] []       []     |
Packit 29ef81
                        +--------------------------------------------------+
Packit 29ef81
                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv  ta
Packit 29ef81
                           0  5 77 31  53    4 58 72  3 45 46  9 45 122  3
Packit 29ef81
Packit 29ef81
                          tg th tk tr uk ven vi  wa xh zh_CN zh_HK zh_TW zu
Packit 29ef81
                        +---------------------------------------------------+
Packit 29ef81
     Compendium         |          []        []         []          []      | 19
Packit 29ef81
     a2ps               |          [] []     []                             | 19
Packit 29ef81
     aegis              |                    []                             |  1
Packit 29ef81
     ant-phone          |          []        []                             |  6
Packit 29ef81
     anubis             |          [] []     []                             | 11
Packit 29ef81
     ap-utils           |             ()     []                             |  4
Packit 29ef81
     aspell             |             []     []  []                         | 16
Packit 29ef81
     bash               |          []                                       |  6
Packit 29ef81
     bfd                |                                                   |  2
Packit 29ef81
     bibshelf           |                    []                             |  7
Packit 29ef81
     binutils           |          [] []     []                     []      |  9
Packit 29ef81
     bison              |          [] []     []                     []      | 20
Packit 29ef81
     bison-runtime      |             []     []         []          []      | 18
Packit 29ef81
     bluez-pin          |          [] []     []  []     []          []      | 28
Packit 29ef81
     cflow              |             []     []                             |  5
Packit 29ef81
     clisp              |                                                   |  9
Packit 29ef81
     console-tools      |          []        []                             |  5
Packit 29ef81
     coreutils          |          [] []     []                             | 18
Packit 29ef81
     cpio               |          [] []     []         []                  | 11
Packit 29ef81
     cpplib             |          [] []     []         []          []      | 12
Packit 29ef81
     cryptonit          |                    []                             |  6
Packit 29ef81
     dialog             |                    []  []     []                  |  9
Packit 29ef81
     diffutils          |          [] []     []         []          []      | 29
Packit 29ef81
     doodle             |                    []                             |  6
Packit 29ef81
     e2fsprogs          |          []        []                             | 10
Packit 29ef81
     enscript           |          [] []     []                             | 16
Packit 29ef81
     fetchmail          |          []        []                             | 12
Packit 29ef81
     findutils          |          [] []     []                             | 11
Packit 29ef81
     findutils_stable   |          [] []     []                     []      | 18
Packit 29ef81
     flex               |          []        []                             | 15
Packit 29ef81
     fslint             |                    []                             |  2
Packit 29ef81
     gas                |          []                                       |  3
Packit 29ef81
     gawk               |          []        []         []                  | 16
Packit 29ef81
     gcal               |          []                                       |  5
Packit 29ef81
     gcc                |          []                   []          []      |  7
Packit 29ef81
     gettext-examples   |          [] []     []         []    []    []      | 29
Packit 29ef81
     gettext-runtime    |          [] []     []         []    []    []      | 28
Packit 29ef81
     gettext-tools      |          [] []     []         []          []      | 20
Packit 29ef81
     gip                |                    []                     []      | 13
Packit 29ef81
     gliv               |          []        []                             | 11
Packit 29ef81
     glunarclock        |                    []  []                 []      | 15
Packit 29ef81
     gmult              |          []        []         []          []      | 16
Packit 29ef81
     gnubiff            |                    []                             |  2
Packit 29ef81
     gnucash            |          () []                                    |  5
Packit 29ef81
     gnuedu             |                    []                             |  2
Packit 29ef81
     gnulib             |                    []                             | 10
Packit 29ef81
     gnunet             |                                                   |  0
Packit 29ef81
     gnunet-gtk         |          []        []                             |  3
Packit 29ef81
     gnutls             |                                                   |  4
Packit 29ef81
     gpe-aerial         |                    []         []                  | 14
Packit 29ef81
     gpe-beam           |                    []         []                  | 14
Packit 29ef81
     gpe-calendar       |                    []  []                         |  7
Packit 29ef81
     gpe-clock          |          []        []  []     []                  | 21
Packit 29ef81
     gpe-conf           |                    []  []     []                  | 16
Packit 29ef81
     gpe-contacts       |                    []         []                  | 10
Packit 29ef81
     gpe-edit           |          []        []  []     []          []      | 22
Packit 29ef81
     gpe-filemanager    |                    []  []                         |  7
Packit 29ef81
     gpe-go             |          []        []  []     []                  | 19
Packit 29ef81
     gpe-login          |          []        []  []     []          []      | 21
Packit 29ef81
     gpe-ownerinfo      |          []        []         []          []      | 21
Packit 29ef81
     gpe-package        |                    []                             |  6
Packit 29ef81
     gpe-sketchbook     |          []        []                             | 16
Packit 29ef81
     gpe-su             |          []        []  []     []                  | 21
Packit 29ef81
     gpe-taskmanager    |          []        []  []     []                  | 21
Packit 29ef81
     gpe-timesheet      |          []        []         []          []      | 18
Packit 29ef81
     gpe-today          |          []        []  []     []          []      | 21
Packit 29ef81
     gpe-todo           |                    []  []                         |  8
Packit 29ef81
     gphoto2            |             []     []         []          []      | 21
Packit 29ef81
     gprof              |          []        []                             | 13
Packit 29ef81
     gpsdrive           |                    []                             |  5
Packit 29ef81
     gramadoir          |                    []                             |  7
Packit 29ef81
     grep               |                    []                             | 12
Packit 29ef81
     gretl              |                                                   |  6
Packit 29ef81
     gsasl              |                    []         []          []      |  9
Packit 29ef81
     gss                |                    []                             |  7
Packit 29ef81
     gst-plugins-bad    |             []     []         []                  | 13
Packit 29ef81
     gst-plugins-base   |             []     []                             | 11
Packit 29ef81
     gst-plugins-good   |             []     []         []    []    []      | 16
Packit 29ef81
     gst-plugins-ugly   |             []     []         []                  | 13
Packit 29ef81
     gstreamer          |          [] []     []                             | 18
Packit 29ef81
     gtick              |             []     []                             |  7
Packit 29ef81
     gtkam              |                    []                             | 16
Packit 29ef81
     gtkorphan          |                    []                             |  7
Packit 29ef81
     gtkspell           |             []     []  []     []    []    []      | 27
Packit 29ef81
     gutenprint         |                                                   |  4
Packit 29ef81
     hello              |          [] []     []         []          []      | 38
Packit 29ef81
     herrie             |          []        []                             |  8
Packit 29ef81
     hylafax            |                                                   |  0
Packit 29ef81
     idutils            |          []        []                             | 15
Packit 29ef81
     indent             |          [] []     []         []          []      | 28
Packit 29ef81
     iso_15924          |                    []         []                  |  4
Packit 29ef81
     iso_3166           |    [] [] [] []     []  []     []    []    []      | 54
Packit 29ef81
     iso_3166_2         |                    []         []                  |  4
Packit 29ef81
     iso_4217           |    []    []        []         []    []            | 24
Packit 29ef81
     iso_639            |             []     []  []     []    []            | 26
Packit 29ef81
     jpilot             |          [] []     []         []                  |  7
Packit 29ef81
     jtag               |                    []                             |  3
Packit 29ef81
     jwhois             |          []        []                     []      | 13
Packit 29ef81
     kbd                |          [] []     []                             | 13
Packit 29ef81
     keytouch           |                    []                             |  8
Packit 29ef81
     keytouch-editor    |                    []                             |  5
Packit 29ef81
     keytouch-keyboa... |                    []                             |  5
Packit 29ef81
     latrine            |          []        []                             |  5
Packit 29ef81
     ld                 |          []        []         []          []      | 10
Packit 29ef81
     leafpad            |          [] []     []         []          []      | 24
Packit 29ef81
     libc               |          []                   []          []      | 19
Packit 29ef81
     libexif            |                    []                             |  5
Packit 29ef81
     libextractor       |                    []                             |  5
Packit 29ef81
     libgpewidget       |                    []  []     []                  | 20
Packit 29ef81
     libgpg-error       |                    []                             |  6
Packit 29ef81
     libgphoto2         |             []     []                             |  9
Packit 29ef81
     libgphoto2_port    |             []     []                     []      | 11
Packit 29ef81
     libgsasl           |                    []                             |  8
Packit 29ef81
     libiconv           |                    []  []                         | 11
Packit 29ef81
     libidn             |                    []         []                  | 11
Packit 29ef81
     lifelines          |                                                   |  4
Packit 29ef81
     lilypond           |                    []                             |  6
Packit 29ef81
     lingoteach         |                    []                             |  6
Packit 29ef81
     lprng              |                    []                             |  2
Packit 29ef81
     lynx               |          [] []     []                             | 15
Packit 29ef81
     m4                 |                    []         []          []      | 18
Packit 29ef81
     mailfromd          |             []     []                             |  3
Packit 29ef81
     mailutils          |             []     []                             |  8
Packit 29ef81
     make               |          []        []         []                  | 20
Packit 29ef81
     man-db             |                    []                             |  9
Packit 29ef81
     minicom            |                    []                             | 14
Packit 29ef81
     nano               |                    []         []          []      | 20
Packit 29ef81
     opcodes            |          []        []                             | 10
Packit 29ef81
     parted             |          [] []                            []      | 11
Packit 29ef81
     pilot-qof          |                    []                             |  1
Packit 29ef81
     popt               |          []        []         []          []      | 18
Packit 29ef81
     psmisc             |                    []         []                  | 10
Packit 29ef81
     pwdutils           |                    []                             |  3
Packit 29ef81
     qof                |                    []                             |  4
Packit 29ef81
     radius             |             []     []                             |  7
Packit 29ef81
     recode             |          []        []         []                  | 25
Packit 29ef81
     rpm                |          [] []     []                     []      | 13
Packit 29ef81
     screem             |                    []                             |  2
Packit 29ef81
     scrollkeeper       |          [] []     []                     []      | 26
Packit 29ef81
     sed                |          []        []         []          []      | 23
Packit 29ef81
     shared-mime-info   |             []     []         []                  | 29
Packit 29ef81
     sharutils          |          []        []                     []      | 23
Packit 29ef81
     shishi             |                    []                             |  3
Packit 29ef81
     skencil            |                    []                             |  7
Packit 29ef81
     solfege            |                    []                             |  3
Packit 29ef81
     soundtracker       |          []        []                             |  9
Packit 29ef81
     sp                 |          []                                       |  3
Packit 29ef81
     system-tools-ba... |    []    [] []     []     []  []          []      | 38
Packit 29ef81
     tar                |          [] []     []                             | 17
Packit 29ef81
     texinfo            |          []        []         []                  | 15
Packit 29ef81
     tin                |                                                   |  1
Packit 29ef81
     tuxpaint           |                    []  []                 []      | 19
Packit 29ef81
     unicode-han-tra... |                                                   |  0
Packit 29ef81
     unicode-transla... |                                                   |  2
Packit 29ef81
     util-linux         |          [] []     []                             | 20
Packit 29ef81
     util-linux-ng      |          [] []     []                             | 20
Packit 29ef81
     vorbis-tools       |             []     []                             |  4
Packit 29ef81
     wastesedge         |                                                   |  1
Packit 29ef81
     wdiff              |          []        []                             | 23
Packit 29ef81
     wget               |          []        []                     []      | 20
Packit 29ef81
     xchat              |             []     []         []          []      | 29
Packit 29ef81
     xkeyboard-config   |          [] []     []                             | 14
Packit 29ef81
     xpad               |                    []         []          []      | 15
Packit 29ef81
                        +---------------------------------------------------+
Packit 29ef81
       76 teams           tg th tk tr uk ven vi  wa xh zh_CN zh_HK zh_TW zu
Packit 29ef81
      163 domains          0  3  1 74 51  0  143 21  1  57     7    45    0  2036
Packit 29ef81
Packit 29ef81
   Some counters in the preceding matrix are higher than the number of
Packit 29ef81
visible blocks let us expect.  This is because a few extra PO files are
Packit 29ef81
used for implementing regional variants of languages, or language
Packit 29ef81
dialects.
Packit 29ef81
Packit 29ef81
   For a PO file in the matrix above to be effective, the package to
Packit 29ef81
which it applies should also have been internationalized and
Packit 29ef81
distributed as such by its maintainer.  There might be an observable
Packit 29ef81
lag between the mere existence a PO file and its wide availability in a
Packit 29ef81
distribution.
Packit 29ef81
Packit 29ef81
   If November 2007 seems to be old, you may fetch a more recent copy
Packit 29ef81
of this `ABOUT-NLS' file on most GNU archive sites.  The most
Packit 29ef81
up-to-date matrix with full percentage details can be found at
Packit 29ef81
`http://translationproject.org/extra/matrix.html'.
Packit 29ef81
Packit 29ef81
1.6 Using `gettext' in new packages
Packit 29ef81
===================================
Packit 29ef81
Packit 29ef81
If you are writing a freely available program and want to
Packit 29ef81
internationalize it you are welcome to use GNU `gettext' in your
Packit 29ef81
package.  Of course you have to respect the GNU Library General Public
Packit 29ef81
License which covers the use of the GNU `gettext' library.  This means
Packit 29ef81
in particular that even non-free programs can use `libintl' as a shared
Packit 29ef81
library, whereas only free software can use `libintl' as a static
Packit 29ef81
library or use modified versions of `libintl'.
Packit 29ef81
Packit 29ef81
   Once the sources are changed appropriately and the setup can handle
Packit 29ef81
the use of `gettext' the only thing missing are the translations.  The
Packit 29ef81
Free Translation Project is also available for packages which are not
Packit 29ef81
developed inside the GNU project.  Therefore the information given above
Packit 29ef81
applies also for every other Free Software Project.  Contact
Packit 29ef81
`coordinator@translationproject.org' to make the `.pot' files available
Packit 29ef81
to the translation teams.
Packit 29ef81