Do not return NULL as boolean from wonder_is_lost() nor wonder_is_built()
[freeciv.git] / ABOUT-NLS
blob5aa7921df28fed3a9c344c834054608e6bfeb836
1 Notes about NLS and Freeciv
2 ***************************
4 Below is ABOUT-NLS file from upstream gettext -package.
5 Freeciv usage of gettext differs a bit from what it says.
7 - Translations are not in directory called 'po', but in 'translations'
8   -hierarchy
10 =========================================================================
12 1 Notes on the Free Translation Project
13 ***************************************
15 Free software is going international!  The Free Translation Project is
16 a way to get maintainers of free software, translators, and users all
17 together, so that free software will gradually become able to speak many
18 languages.  A few packages already provide translations for their
19 messages.
21    If you found this `ABOUT-NLS' file inside a distribution, you may
22 assume that the distributed package does use GNU `gettext' internally,
23 itself available at your nearest GNU archive site.  But you do _not_
24 need to install GNU `gettext' prior to configuring, installing or using
25 this package with messages translated.
27    Installers will find here some useful hints.  These notes also
28 explain how users should proceed for getting the programs to use the
29 available translations.  They tell how people wanting to contribute and
30 work on translations can contact the appropriate team.
32 1.1 INSTALL Matters
33 ===================
35 Some packages are "localizable" when properly installed; the programs
36 they contain can be made to speak your own native language.  Most such
37 packages use GNU `gettext'.  Other packages have their own ways to
38 internationalization, predating GNU `gettext'.
40    By default, this package will be installed to allow translation of
41 messages.  It will automatically detect whether the system already
42 provides the GNU `gettext' functions.  Installers may use special
43 options at configuration time for changing the default behaviour.  The
44 command:
46      ./configure --disable-nls
48 will _totally_ disable translation of messages.
50    When you already have GNU `gettext' installed on your system and run
51 configure without an option for your new package, `configure' will
52 probably detect the previously built and installed `libintl' library
53 and will decide to use it.  If not, you may have to to use the
54 `--with-libintl-prefix' option to tell `configure' where to look for it.
56    Internationalized packages usually have many `po/LL.po' files, where
57 LL gives an ISO 639 two-letter code identifying the language.  Unless
58 translations have been forbidden at `configure' time by using the
59 `--disable-nls' switch, all available translations are installed
60 together with the package.  However, the environment variable `LINGUAS'
61 may be set, prior to configuration, to limit the installed set.
62 `LINGUAS' should then contain a space separated list of two-letter
63 codes, stating which languages are allowed.
65 1.2 Using This Package
66 ======================
68 As a user, if your language has been installed for this package, you
69 only have to set the `LANG' environment variable to the appropriate
70 `LL_CC' combination.  If you happen to have the `LC_ALL' or some other
71 `LC_xxx' environment variables set, you should unset them before
72 setting `LANG', otherwise the setting of `LANG' will not have the
73 desired effect.  Here `LL' is an ISO 639 two-letter language code, and
74 `CC' is an ISO 3166 two-letter country code.  For example, let's
75 suppose that you speak German and live in Germany.  At the shell
76 prompt, merely execute `setenv LANG de_DE' (in `csh'),
77 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
78 This can be done from your `.login' or `.profile' file, once and for
79 all.
81    You might think that the country code specification is redundant.
82 But in fact, some languages have dialects in different countries.  For
83 example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
84 country code serves to distinguish the dialects.
86    The locale naming convention of `LL_CC', with `LL' denoting the
87 language and `CC' denoting the country, is the one use on systems based
88 on GNU libc.  On other systems, some variations of this scheme are
89 used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
90 locales supported by your system for your language by running the
91 command `locale -a | grep '^LL''.
93    Not all programs have translations for all languages.  By default, an
94 English message is shown in place of a nonexistent translation.  If you
95 understand other languages, you can set up a priority list of languages.
96 This is done through a different environment variable, called
97 `LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
98 for the purpose of message handling, but you still need to have `LANG'
99 set to the primary language; this is required by other parts of the
100 system libraries.  For example, some Swedish users who would rather
101 read translations in German than English for when Swedish is not
102 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
104    Special advice for Norwegian users: The language code for Norwegian
105 bokma*l changed from `no' to `nb' recently (in 2003).  During the
106 transition period, while some message catalogs for this language are
107 installed under `nb' and some older ones under `no', it's recommended
108 for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
109 older translations are used.
111    In the `LANGUAGE' environment variable, but not in the `LANG'
112 environment variable, `LL_CC' combinations can be abbreviated as `LL'
113 to denote the language's main dialect.  For example, `de' is equivalent
114 to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
115 (Portuguese as spoken in Portugal) in this context.
117 1.3 Translating Teams
118 =====================
120 For the Free Translation Project to be a success, we need interested
121 people who like their own language and write it well, and who are also
122 able to synergize with other translators speaking the same language.
123 Each translation team has its own mailing list.  The up-to-date list of
124 teams can be found at the Free Translation Project's homepage,
125 `http://translationproject.org/', in the "Teams" area.
127    If you'd like to volunteer to _work_ at translating messages, you
128 should become a member of the translating team for your own language.
129 The subscribing address is _not_ the same as the list itself, it has
130 `-request' appended.  For example, speakers of Swedish can send a
131 message to `sv-request@li.org', having this message body:
133      subscribe
135    Keep in mind that team members are expected to participate
136 _actively_ in translations, or at solving translational difficulties,
137 rather than merely lurking around.  If your team does not exist yet and
138 you want to start one, or if you are unsure about what to do or how to
139 get started, please write to `coordinator@translationproject.org' to
140 reach the coordinator for all translator teams.
142    The English team is special.  It works at improving and uniformizing
143 the terminology in use.  Proven linguistic skills are praised more than
144 programming skills, here.
146 1.4 Available Packages
147 ======================
149 Languages are not equally supported in all packages.  The following
150 matrix shows the current state of internationalization, as of June
151 2010.  The matrix shows, in regard of each package, for which languages
152 PO files have been submitted to translation coordination, with a
153 translation percentage of at least 50%.
155      Ready PO files       af am an ar as ast az be be@latin bg bn_IN bs ca
156                         +--------------------------------------------------+
157      a2ps               |                       []                      [] |
158      aegis              |                                                  |
159      ant-phone          |                                                  |
160      anubis             |                                                  |
161      aspell             |                []                             [] |
162      bash               |                                                  |
163      bfd                |                                                  |
164      bibshelf           |                []                                |
165      binutils           |                                                  |
166      bison              |                                                  |
167      bison-runtime      |                []                                |
168      bluez-pin          | []             []                                |
169      bombono-dvd        |                                                  |
170      buzztard           |                                                  |
171      cflow              |                                                  |
172      clisp              |                                                  |
173      coreutils          |                                   []          [] |
174      cpio               |                                                  |
175      cppi               |                                                  |
176      cpplib             |                                               [] |
177      cryptsetup         |                                                  |
178      dfarc              |                                                  |
179      dialog             |                             []                [] |
180      dico               |                                                  |
181      diffutils          |                                               [] |
182      dink               |                                                  |
183      doodle             |                                                  |
184      e2fsprogs          |                                               [] |
185      enscript           |                                               [] |
186      exif               |                                                  |
187      fetchmail          |                                               [] |
188      findutils          |                                   []             |
189      flex               |                                               [] |
190      freedink           |                                                  |
191      gas                |                                                  |
192      gawk               |                []                             [] |
193      gcal               |                                               [] |
194      gcc                |                                                  |
195      gettext-examples   | []             []                 []          [] |
196      gettext-runtime    |                                   []          [] |
197      gettext-tools      |                                   []          [] |
198      gip                |                                   []             |
199      gjay               |                                                  |
200      gliv               |                                   []             |
201      glunarclock        |                []                 []             |
202      gnubiff            |                                                  |
203      gnucash            |                                               [] |
204      gnuedu             |                                                  |
205      gnulib             |                                                  |
206      gnunet             |                                                  |
207      gnunet-gtk         |                                                  |
208      gnutls             |                                                  |
209      gold               |                                                  |
210      gpe-aerial         |                                                  |
211      gpe-beam           |                                                  |
212      gpe-bluetooth      |                                                  |
213      gpe-calendar       |                                                  |
214      gpe-clock          |                []                                |
215      gpe-conf           |                                                  |
216      gpe-contacts       |                                                  |
217      gpe-edit           |                                                  |
218      gpe-filemanager    |                                                  |
219      gpe-go             |                                                  |
220      gpe-login          |                                                  |
221      gpe-ownerinfo      |                []                                |
222      gpe-package        |                                                  |
223      gpe-sketchbook     |                                                  |
224      gpe-su             |                []                                |
225      gpe-taskmanager    |                []                                |
226      gpe-timesheet      |                []                                |
227      gpe-today          |                []                                |
228      gpe-todo           |                                                  |
229      gphoto2            |                                                  |
230      gprof              |                                   []             |
231      gpsdrive           |                                                  |
232      gramadoir          |                                                  |
233      grep               |                                                  |
234      grub               |                []                             [] |
235      gsasl              |                                                  |
236      gss                |                                                  |
237      gst-plugins-bad    |                                   []             |
238      gst-plugins-base   |                                   []             |
239      gst-plugins-good   |                                   []             |
240      gst-plugins-ugly   |                                   []             |
241      gstreamer          | []                                []          [] |
242      gtick              |                                                  |
243      gtkam              |                       []                         |
244      gtkorphan          |                                   []             |
245      gtkspell           | []             []     []                         |
246      gutenprint         |                                                  |
247      hello              |                                   []             |
248      help2man           |                                                  |
249      hylafax            |                                                  |
250      idutils            |                                                  |
251      indent             |                                   []          [] |
252      iso_15924          |                                                  |
253      iso_3166           | []          []        []          []  []   [] [] |
254      iso_3166_2         |                                                  |
255      iso_4217           |                                                  |
256      iso_639            |             [] []     []              []         |
257      iso_639_3          |                                                  |
258      jwhois             |                                                  |
259      kbd                |                                                  |
260      keytouch           |                                               [] |
261      keytouch-editor    |                                                  |
262      keytouch-keyboa... |                                               [] |
263      klavaro            |          []                                      |
264      latrine            |                                                  |
265      ld                 |                                   []             |
266      leafpad            |                                   []          [] |
267      libc               |                                   []          [] |
268      libexif            |                       ()                         |
269      libextractor       |                                                  |
270      libgnutls          |                                                  |
271      libgpewidget       |                                                  |
272      libgpg-error       |                                                  |
273      libgphoto2         |                                                  |
274      libgphoto2_port    |                                                  |
275      libgsasl           |                                                  |
276      libiconv           |                                   []             |
277      libidn             |                                                  |
278      lifelines          |                                                  |
279      liferea            |                             []                [] |
280      lilypond           |                                                  |
281      linkdr             |          []                                      |
282      lordsawar          |                                                  |
283      lprng              |                                                  |
284      lynx               |                                               [] |
285      m4                 |                                                  |
286      mailfromd          |                                                  |
287      mailutils          |                                                  |
288      make               |                                                  |
289      man-db             |                                                  |
290      man-db-manpages    |                                                  |
291      minicom            |                                                  |
292      mkisofs            |                                                  |
293      myserver           |                                                  |
294      nano               |                                   []          [] |
295      opcodes            |                                                  |
296      parted             |                                                  |
297      pies               |                                                  |
298      popt               |                                                  |
299      psmisc             |                                                  |
300      pspp               |                                               [] |
301      pwdutils           |                                                  |
302      radius             |                                               [] |
303      recode             |                       []                      [] |
304      rosegarden         |                                                  |
305      rpm                |                                                  |
306      rush               |                                                  |
307      sarg               |                                                  |
308      screem             |                                                  |
309      scrollkeeper       |                    [] []                      [] |
310      sed                |                []                             [] |
311      sharutils          |                                   []          [] |
312      shishi             |                                                  |
313      skencil            |                                                  |
314      solfege            |                                                  |
315      solfege-manual     |                                                  |
316      soundtracker       |                                                  |
317      sp                 |                                                  |
318      sysstat            |                                                  |
319      tar                |                                   []             |
320      texinfo            |                                                  |
321      tin                |                                                  |
322      unicode-han-tra... |                                                  |
323      unicode-transla... |                                                  |
324      util-linux-ng      |                                               [] |
325      vice               |                                                  |
326      vmm                |                                                  |
327      vorbis-tools       |                                                  |
328      wastesedge         |                                                  |
329      wdiff              |                                                  |
330      wget               |                       []                      [] |
331      wyslij-po          |                                                  |
332      xchat              |                []     []          []          [] |
333      xdg-user-dirs      | []    []    [] []     []    []    []  []      [] |
334      xkeyboard-config   |                                   []          [] |
335                         +--------------------------------------------------+
336                           af am an ar as ast az be be@latin bg bn_IN bs ca
337                            6  0  1  2  3 19   1 10     3    28   3    1 38
339                           crh cs da  de  el en en_GB en_ZA eo es et eu fa
340                         +-------------------------------------------------+
341      a2ps               |     [] []  []  []     []            [] []       |
342      aegis              |        []  []                       []          |
343      ant-phone          |        []  ()                                   |
344      anubis             |        []  []                                   |
345      aspell             |     [] []  []         []            []          |
346      bash               |     []                           [] []          |
347      bfd                |                                     []          |
348      bibshelf           |        []  []                       []          |
349      binutils           |                                     []          |
350      bison              |            []  []                               |
351      bison-runtime      |        []  []  []                      []       |
352      bluez-pin          |     [] []  []  []                [] []          |
353      bombono-dvd        |        []                                       |
354      buzztard           |     [] []  []                                   |
355      cflow              |        []  []                                   |
356      clisp              |        []  []     []                []          |
357      coreutils          |     [] []  []                          []       |
358      cpio               |                                                 |
359      cppi               |                                                 |
360      cpplib             |        []  []                       []          |
361      cryptsetup         |            []                                   |
362      dfarc              |        []  []                       []          |
363      dialog             |        []  []                    [] []    []    |
364      dico               |                                                 |
365      diffutils          |     [] []  []  []                [] []          |
366      dink               |        []  []                       []          |
367      doodle             |            []                                   |
368      e2fsprogs          |     []     []                       []          |
369      enscript           |        []  []         []                        |
370      exif               |     () []  []                                   |
371      fetchmail          |     [] []  ()  []     []            []          |
372      findutils          |     [] []  []                                   |
373      flex               |            []                       []          |
374      freedink           |        []  []                       []          |
375      gas                |                                     []          |
376      gawk               |        []  []                       []          |
377      gcal               |                                     []          |
378      gcc                |            []                       []          |
379      gettext-examples   |            []  []                [] []          |
380      gettext-runtime    |        []  []                    [] []          |
381      gettext-tools      |            []                       []    []    |
382      gip                |        []  []                       []    []    |
383      gjay               |            []                                   |
384      gliv               |     [] []  []                                   |
385      glunarclock        |        []  []                                   |
386      gnubiff            |            ()                                   |
387      gnucash            |     []     ()  ()     ()            ()          |
388      gnuedu             |        []                           []          |
389      gnulib             |            []                       []          |
390      gnunet             |                                                 |
391      gnunet-gtk         |        []                                       |
392      gnutls             |     []     []                                   |
393      gold               |                                     []          |
394      gpe-aerial         |     [] []  []                       []          |
395      gpe-beam           |     [] []  []                       []          |
396      gpe-bluetooth      |        []  []                                   |
397      gpe-calendar       |        []                                       |
398      gpe-clock          |     [] []  []                       []          |
399      gpe-conf           |     [] []  []                                   |
400      gpe-contacts       |        []  []                       []          |
401      gpe-edit           |        []  []                                   |
402      gpe-filemanager    |        []  []                       []          |
403      gpe-go             |     [] []  []                       []          |
404      gpe-login          |        []  []                                   |
405      gpe-ownerinfo      |     [] []  []                       []          |
406      gpe-package        |        []  []                       []          |
407      gpe-sketchbook     |     [] []  []                       []          |
408      gpe-su             |     [] []  []                       []          |
409      gpe-taskmanager    |     [] []  []                       []          |
410      gpe-timesheet      |     [] []  []                       []          |
411      gpe-today          |     [] []  []                       []          |
412      gpe-todo           |        []  []                       []          |
413      gphoto2            |     [] []  ()         []            []    []    |
414      gprof              |        []  []                       []          |
415      gpsdrive           |        []                           [] []       |
416      gramadoir          |        []  []                    []             |
417      grep               |     []                                          |
418      grub               |        []  []                                   |
419      gsasl              |            []                                   |
420      gss                |                                                 |
421      gst-plugins-bad    |     [] []  []                       []    []    |
422      gst-plugins-base   |     [] []  []                       []    []    |
423      gst-plugins-good   |     [] []  []  []                   []    []    |
424      gst-plugins-ugly   |     [] []  []  []                   []    []    |
425      gstreamer          |     [] []  []                       []    []    |
426      gtick              |        []  ()                    []             |
427      gtkam              |     [] []  ()                    [] []          |
428      gtkorphan          |     [] []  []                    []             |
429      gtkspell           |     [] []  []  []                [] []    []    |
430      gutenprint         |        []  []         []                        |
431      hello              |        []  []                    [] []          |
432      help2man           |            []                                   |
433      hylafax            |            []                       []          |
434      idutils            |        []  []                                   |
435      indent             |     [] []  []                    [] [] [] []    |
436      iso_15924          |        []      ()                [] []          |
437      iso_3166           | []  [] []  []  ()                [] [] [] ()    |
438      iso_3166_2         |                ()                               |
439      iso_4217           |     [] []  []  ()                   [] []       |
440      iso_639            | []  [] []  []  ()                [] []          |
441      iso_639_3          | []                                              |
442      jwhois             |                                     []          |
443      kbd                |     [] []  []  []                   []          |
444      keytouch           |        []  []                                   |
445      keytouch-editor    |        []  []                                   |
446      keytouch-keyboa... |        []                                       |
447      klavaro            |     [] []  []                    []             |
448      latrine            |        []  ()                                   |
449      ld                 |        []                           []          |
450      leafpad            |     [] []  []  []                   []    []    |
451      libc               |     [] []  []                       []          |
452      libexif            |        []  []         ()                        |
453      libextractor       |                                                 |
454      libgnutls          |     []                                          |
455      libgpewidget       |        []  []                                   |
456      libgpg-error       |     []     []                                   |
457      libgphoto2         |        []  ()                                   |
458      libgphoto2_port    |        []  ()                             []    |
459      libgsasl           |                                                 |
460      libiconv           |     [] []  []                    []    []       |
461      libidn             |     []     []                    []             |
462      lifelines          |        []  ()                                   |
463      liferea            |     []     []  []                   []    []    |
464      lilypond           |     []     []                       []          |
465      linkdr             |        []  []                       []          |
466      lordsawar          |        []                                       |
467      lprng              |                                                 |
468      lynx               |     [] []  []                          []       |
469      m4                 |     [] []  []  []                               |
470      mailfromd          |                                                 |
471      mailutils          |                                     []          |
472      make               |        []  []                       []          |
473      man-db             |                                                 |
474      man-db-manpages    |                                                 |
475      minicom            |     [] []  []                       []          |
476      mkisofs            |                                                 |
477      myserver           |                                                 |
478      nano               |            []                       []    []    |
479      opcodes            |            []                       []          |
480      parted             |     []     []                                   |
481      pies               |                                                 |
482      popt               |     [] []  []                    [] []          |
483      psmisc             |     []     []                             []    |
484      pspp               |                                     []          |
485      pwdutils           |        []                                       |
486      radius             |                                     []          |
487      recode             |     [] []  []  []                [] []          |
488      rosegarden         |     ()     ()                       ()          |
489      rpm                |        []  []                       []          |
490      rush               |                                                 |
491      sarg               |                                                 |
492      screem             |                                                 |
493      scrollkeeper       |     [] []  []         []            []          |
494      sed                |     []     []  []                [] [] []       |
495      sharutils          |        []  []                       [] []       |
496      shishi             |                                                 |
497      skencil            |        []  ()                       []          |
498      solfege            |            []                    []    []       |
499      solfege-manual     |                                  []    []       |
500      soundtracker       |        []  []                       []          |
501      sp                 |            []                                   |
502      sysstat            |        []  []                             []    |
503      tar                |     []     []                          [] []    |
504      texinfo            |            []                    [] []          |
505      tin                |            []                          []       |
506      unicode-han-tra... |                                                 |
507      unicode-transla... |                                                 |
508      util-linux-ng      |     [] []  []                       []          |
509      vice               |        ()  ()                                   |
510      vmm                |            []                                   |
511      vorbis-tools       |     []                           []             |
512      wastesedge         |        []                                       |
513      wdiff              |            []                       []          |
514      wget               |     []     []                          []       |
515      wyslij-po          |                                                 |
516      xchat              |     []     []  []                   [] []       |
517      xdg-user-dirs      | []  [] []  []  []                [] [] [] []    |
518      xkeyboard-config   | []  [] []  []                    [] []          |
519                         +-------------------------------------------------+
520                           crh cs da  de  el en en_GB en_ZA eo es et eu fa
521                            5  64 105 117 18  1   8     0   28 89 18 19  0
523                           fi  fr  ga gl gu he hi hr hu hy id  is it ja ka kn
524                         +----------------------------------------------------+
525      a2ps               | []  []                          []        []       |
526      aegis              |     []                                 []          |
527      ant-phone          |     []                                 []          |
528      anubis             | []  []                          []     []          |
529      aspell             |     []  []                      []     []          |
530      bash               | []  []                          []        []       |
531      bfd                | []  []                          []                 |
532      bibshelf           | []  []  []                      []     []          |
533      binutils           | []  []                          []                 |
534      bison              | []  []  []                      []                 |
535      bison-runtime      | []  []  []                      []     [] []       |
536      bluez-pin          | []  []  []                [] [] []  []    []       |
537      bombono-dvd        | []                                                 |
538      buzztard           |                                 []                 |
539      cflow              | []      []                      []                 |
540      clisp              |     []                                             |
541      coreutils          |     []  []                []    []     []          |
542      cpio               | []  []  []                      []                 |
543      cppi               | []  []                                             |
544      cpplib             | []  []                          []                 |
545      cryptsetup         |     []                          []     []          |
546      dfarc              | []  []                                 []          |
547      dialog             |     []  [] []                   []  [] [] []       |
548      dico               |                                                    |
549      diffutils          | []  []  [] []    []       []    []     [] []       |
550      dink               |     []                                             |
551      doodle             |         []                             []          |
552      e2fsprogs          |     []                          []                 |
553      enscript           |     []  []             []       []                 |
554      exif               | []  []                          []  [] [] []       |
555      fetchmail          |     []                          []     [] []       |
556      findutils          | []  []  []                []    []     []          |
557      flex               | []  []  []                                         |
558      freedink           | []  []                          []                 |
559      gas                |     []                          []                 |
560      gawk               |     []  []       []             []     () []       |
561      gcal               |     []                                             |
562      gcc                |                                 []                 |
563      gettext-examples   | []  []  []                []    []     [] []       |
564      gettext-runtime    | []  []  []                      []     [] []       |
565      gettext-tools      |     []                          []     [] []       |
566      gip                | []  []  [] []                   []        []       |
567      gjay               | []                                                 |
568      gliv               | []  ()                                             |
569      glunarclock        | []      []                []    []                 |
570      gnubiff            |     ()                          []     ()          |
571      gnucash            | ()  ()           ()       ()           () []       |
572      gnuedu             |     []                                 []          |
573      gnulib             | []  []  []                []           [] []       |
574      gnunet             |                                                    |
575      gnunet-gtk         |     []                                             |
576      gnutls             |     []                                 []          |
577      gold               | []                              []                 |
578      gpe-aerial         | []  []                          []                 |
579      gpe-beam           | []  []                          []        []       |
580      gpe-bluetooth      | []                              []     [] []       |
581      gpe-calendar       | []                                        []       |
582      gpe-clock          | []  []                    []    []        []       |
583      gpe-conf           | []  []                          []        []       |
584      gpe-contacts       | []  []                          []        []       |
585      gpe-edit           | []                              []        []       |
586      gpe-filemanager    | []                        []    []        []       |
587      gpe-go             | []  []                    []    []        []       |
588      gpe-login          | []                              []        []       |
589      gpe-ownerinfo      | []  []                    []    []        []       |
590      gpe-package        | []                              []        []       |
591      gpe-sketchbook     | []  []                          []        []       |
592      gpe-su             | []  []     []             []    []        []       |
593      gpe-taskmanager    | []  []                    []    []        []       |
594      gpe-timesheet      | []  []  []                      []        []       |
595      gpe-today          | []  []  [] []             []    []        []       |
596      gpe-todo           | []                              []        []       |
597      gphoto2            | []  []                    []    []     [] []       |
598      gprof              | []  []  []                      []                 |
599      gpsdrive           |            []                   []     []          |
600      gramadoir          |     []  []                      []                 |
601      grep               | []                                     []          |
602      grub               | []                        []    []     []          |
603      gsasl              | []  []  []                      []     []          |
604      gss                | []  []  []                      []     []          |
605      gst-plugins-bad    | []  []                    []    []     [] []       |
606      gst-plugins-base   | []  []                    []    []     [] []       |
607      gst-plugins-good   | []  []                    []    []     [] []       |
608      gst-plugins-ugly   | []  []                    []    []     [] []       |
609      gstreamer          | []  []                    []    []     []          |
610      gtick              | []  []  []                      []     []          |
611      gtkam              |     []                    []    []     [] []       |
612      gtkorphan          |     []                          []     []          |
613      gtkspell           | []  []  [] []             [] [] []     [] []       |
614      gutenprint         | []  []                    []           []          |
615      hello              | []      []                      []                 |
616      help2man           | []  []                                             |
617      hylafax            |                                 []                 |
618      idutils            | []  []  []                []    []     []          |
619      indent             | []  []  [] []             []    []     [] []       |
620      iso_15924          | []  ()                          []     []          |
621      iso_3166           | []  ()  [] [] [] [] [] [] []    []     [] []       |
622      iso_3166_2         |     ()                    []    []     []          |
623      iso_4217           | []  ()                    []    []     [] []       |
624      iso_639            | []  ()  []    []          []    []     [] []    [] |
625      iso_639_3          |     ()                                 []       [] |
626      jwhois             | []  []                    []    []     []          |
627      kbd                |     []                          []                 |
628      keytouch           | []  []  []                []    []     []          |
629      keytouch-editor    | []      []                []    []     []          |
630      keytouch-keyboa... | []      []                []    []     []          |
631      klavaro            |            []             []                       |
632      latrine            | []                              []     []          |
633      ld                 | []  []  []                      []                 |
634      leafpad            | []  []  []       []       []    []     [] ()       |
635      libc               | []  []     []                   []        []       |
636      libexif            |                                        []          |
637      libextractor       |                                                    |
638      libgnutls          |     []                                 []          |
639      libgpewidget       | []      []                      []        []       |
640      libgpg-error       |     []                                 []          |
641      libgphoto2         |     []                                 [] []       |
642      libgphoto2_port    |     []                                 [] []       |
643      libgsasl           | []  []  []                      []     []          |
644      libiconv           | []  []  []                      []     [] []       |
645      libidn             | []  []                          []     []          |
646      lifelines          |     ()                                             |
647      liferea            |     []                    []           [] []       |
648      lilypond           | []  []                                             |
649      linkdr             | []               []    [] []           []          |
650      lordsawar          |                                                    |
651      lprng              |                                 []                 |
652      lynx               |     []                    []    []     [] []       |
653      m4                 | []  []  [] []                   []        []       |
654      mailfromd          |                                                    |
655      mailutils          |     []                          []                 |
656      make               | []  []  [] []    []    []       []     [] []       |
657      man-db             |                                 []     []          |
658      man-db-manpages    |                                 []                 |
659      minicom            | []  []                    []    []        []       |
660      mkisofs            | []  []                          []     []          |
661      myserver           |                                                    |
662      nano               | []  []  [] []             []           []          |
663      opcodes            | []  []  []                      []                 |
664      parted             |     []                          []     [] []       |
665      pies               |                                                    |
666      popt               | []  []  [] []             []    []  [] [] []       |
667      psmisc             | []  []                          []                 |
668      pspp               |                                                    |
669      pwdutils           |     []                          []                 |
670      radius             |     []                          []                 |
671      recode             | []  []  [] []    []       []    []     []          |
672      rosegarden         | ()  ()                          ()     () ()       |
673      rpm                |                                 []        []       |
674      rush               |                                                    |
675      sarg               |     []                                             |
676      screem             |                                        [] []       |
677      scrollkeeper       | []                        []    []     []          |
678      sed                | []  []  [] []             []    []     [] []       |
679      sharutils          | []  []  []                []    []     [] []       |
680      shishi             |     []                                             |
681      skencil            |     []                                             |
682      solfege            | []  []     []                          []          |
683      solfege-manual     |     []     []                                      |
684      soundtracker       |     []                                 []          |
685      sp                 |     []                                    ()       |
686      sysstat            | []  []                          []     [] []       |
687      tar                | []  []  []                []    []     [] []       |
688      texinfo            |     []                          []     [] []       |
689      tin                |     []                                             |
690      unicode-han-tra... |                                                    |
691      unicode-transla... |     []  []                                         |
692      util-linux-ng      | []  []                    []    []     [] []       |
693      vice               |     ()                    ()           ()          |
694      vmm                |     []                                             |
695      vorbis-tools       |                                 []                 |
696      wastesedge         |     ()                                 ()          |
697      wdiff              | []                                                 |
698      wget               | []  []  []             [] []    []     [] []       |
699      wyslij-po          | []  []                          []                 |
700      xchat              | []  []        []    []    []    []     [] []    [] |
701      xdg-user-dirs      | []  []  [] [] [] [] []    []    []  [] [] []    [] |
702      xkeyboard-config   | []  []                    []    []     []          |
703                         +----------------------------------------------------+
704                           fi  fr  ga gl gu he hi hr hu hy id  is it ja ka kn
705                           105 121 53 20  4  8  3  5 53  2 120  5 84 67  0  4
707                           ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
708                         +-----------------------------------------------+
709      a2ps               |                               []              |
710      aegis              |                                               |
711      ant-phone          |                                               |
712      anubis             |                               []    []        |
713      aspell             |                         []                    |
714      bash               |                                               |
715      bfd                |                                               |
716      bibshelf           |                []             []              |
717      binutils           |                                               |
718      bison              |                               []              |
719      bison-runtime      |       []    [] []             []    []        |
720      bluez-pin          |    [] []    [] []             []              |
721      bombono-dvd        |                                               |
722      buzztard           |                                               |
723      cflow              |                                               |
724      clisp              |                                               |
725      coreutils          |          []                                   |
726      cpio               |                                               |
727      cppi               |                                               |
728      cpplib             |                                               |
729      cryptsetup         |                                               |
730      dfarc              |                   []                          |
731      dialog             |    []       [] []             []    []        |
732      dico               |                                               |
733      diffutils          |                []             []              |
734      dink               |                                               |
735      doodle             |                                               |
736      e2fsprogs          |                                               |
737      enscript           |                                               |
738      exif               |                []                             |
739      fetchmail          |                                               |
740      findutils          |                                               |
741      flex               |                                               |
742      freedink           |                                     []        |
743      gas                |                                               |
744      gawk               |                                               |
745      gcal               |                                               |
746      gcc                |                                               |
747      gettext-examples   |       []       []             [] []           |
748      gettext-runtime    | []                                            |
749      gettext-tools      | []                                            |
750      gip                |                []             []              |
751      gjay               |                                               |
752      gliv               |                                               |
753      glunarclock        |                []                             |
754      gnubiff            |                                               |
755      gnucash            | ()          ()                      ()     () |
756      gnuedu             |                                               |
757      gnulib             |                                               |
758      gnunet             |                                               |
759      gnunet-gtk         |                                               |
760      gnutls             |                               []              |
761      gold               |                                               |
762      gpe-aerial         |                []                             |
763      gpe-beam           |                []                             |
764      gpe-bluetooth      |                []                []           |
765      gpe-calendar       |                []                             |
766      gpe-clock          | []    []       []             [] []           |
767      gpe-conf           | []             []                             |
768      gpe-contacts       | []             []                             |
769      gpe-edit           |                []                             |
770      gpe-filemanager    | []             []                             |
771      gpe-go             | []             []                []           |
772      gpe-login          |                []                             |
773      gpe-ownerinfo      |                []             []              |
774      gpe-package        | []             []                             |
775      gpe-sketchbook     | []             []                             |
776      gpe-su             | []    []       []             [] [] []        |
777      gpe-taskmanager    | [] [] []       []             [] []           |
778      gpe-timesheet      |                []             []              |
779      gpe-today          |       []       []             [] []           |
780      gpe-todo           |                []                   []        |
781      gphoto2            |                                               |
782      gprof              |                               []              |
783      gpsdrive           |                                               |
784      gramadoir          |                                               |
785      grep               |                                               |
786      grub               |                                               |
787      gsasl              |                                               |
788      gss                |                                               |
789      gst-plugins-bad    |             [] []                [] []        |
790      gst-plugins-base   |             [] []                             |
791      gst-plugins-good   |                []                []           |
792      gst-plugins-ugly   |             [] []             [] [] []        |
793      gstreamer          |                                               |
794      gtick              |                                               |
795      gtkam              |                                     []        |
796      gtkorphan          |                []                      []     |
797      gtkspell           |       []    [] []       []    []    [] []     |
798      gutenprint         |                                               |
799      hello              | []             []             []              |
800      help2man           |                                               |
801      hylafax            |                                               |
802      idutils            |                                               |
803      indent             |                                               |
804      iso_15924          |             [] []                             |
805      iso_3166           | [] []       () [] [] []    []       []        |
806      iso_3166_2         |                                               |
807      iso_4217           |             []                      []        |
808      iso_639            |                      []    []                 |
809      iso_639_3          |                            []                 |
810      jwhois             |                []                             |
811      kbd                |                                               |
812      keytouch           |                []                             |
813      keytouch-editor    |                []                             |
814      keytouch-keyboa... |                []                             |
815      klavaro            |                                     []        |
816      latrine            |                []                             |
817      ld                 |                                               |
818      leafpad            | []          [] []                             |
819      libc               | []                                            |
820      libexif            |                                               |
821      libextractor       |                                               |
822      libgnutls          |                               []              |
823      libgpewidget       |                []             []              |
824      libgpg-error       |                                               |
825      libgphoto2         |                                               |
826      libgphoto2_port    |                                               |
827      libgsasl           |                                               |
828      libiconv           |                                               |
829      libidn             |                                               |
830      lifelines          |                                               |
831      liferea            |                                               |
832      lilypond           |                                               |
833      linkdr             |                                               |
834      lordsawar          |                                               |
835      lprng              |                                               |
836      lynx               |                                               |
837      m4                 |                                               |
838      mailfromd          |                                               |
839      mailutils          |                                               |
840      make               | []                                            |
841      man-db             |                                               |
842      man-db-manpages    |                                               |
843      minicom            |                                     []        |
844      mkisofs            |                                               |
845      myserver           |                                               |
846      nano               |                               []    []        |
847      opcodes            |                                               |
848      parted             |                                               |
849      pies               |                                               |
850      popt               | []             []                   []        |
851      psmisc             |                                               |
852      pspp               |                                               |
853      pwdutils           |                                               |
854      radius             |                                               |
855      recode             |                                               |
856      rosegarden         |                                               |
857      rpm                |                                               |
858      rush               |                                               |
859      sarg               |                                               |
860      screem             |                                               |
861      scrollkeeper       |                                     []     [] |
862      sed                |                                               |
863      sharutils          |                                               |
864      shishi             |                                               |
865      skencil            |                                               |
866      solfege            |                                     []        |
867      solfege-manual     |                                               |
868      soundtracker       |                                               |
869      sp                 |                                               |
870      sysstat            |                []                             |
871      tar                |       []                                      |
872      texinfo            |                                     []        |
873      tin                |                                               |
874      unicode-han-tra... |                                               |
875      unicode-transla... |                                               |
876      util-linux-ng      |                                               |
877      vice               |                                               |
878      vmm                |                                               |
879      vorbis-tools       |                                               |
880      wastesedge         |                                               |
881      wdiff              |                                               |
882      wget               |             []                                |
883      wyslij-po          |                                               |
884      xchat              | []             [] []                          |
885      xdg-user-dirs      | [] []       [] [] []       []       [] []     |
886      xkeyboard-config   | []    []    []                                |
887                         +-----------------------------------------------+
888                           ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
889                           20  5 10  1 13 48  4  2  2  4 24 10 20  3   1
891                           nl  nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr
892                         +---------------------------------------------------+
893      a2ps               | []           []     []  []   [] []       []    [] |
894      aegis              | []                      []      []                |
895      ant-phone          |                         []   []                   |
896      anubis             | []           []                 []                |
897      aspell             | []                           [] []    [] []       |
898      bash               | []                                    []          |
899      bfd                |                                 []                |
900      bibshelf           | []  []                                            |
901      binutils           |                                 []    []          |
902      bison              | []           []                 []                |
903      bison-runtime      | []           []     []  []   [] []       []       |
904      bluez-pin          | []           []         []   [] []    [] []    [] |
905      bombono-dvd        |     []                          ()                |
906      buzztard           | []  []                                            |
907      cflow              |              []                                   |
908      clisp              | []                              []                |
909      coreutils          | []           []     []  []      []       []       |
910      cpio               | []           []                 []                |
911      cppi               |              []                                   |
912      cpplib             | []                                                |
913      cryptsetup         | []                                                |
914      dfarc              |              []                                   |
915      dialog             | []           []         []      []                |
916      dico               |              []                                   |
917      diffutils          | []           []         []   [] []             [] |
918      dink               | ()                                                |
919      doodle             | []                                          []    |
920      e2fsprogs          | []           []                                   |
921      enscript           | []                      []   [] []       []       |
922      exif               | []           []              [] ()    []          |
923      fetchmail          | []           []                 []          []    |
924      findutils          | []           []     []          []       []       |
925      flex               | []           []         []   [] []                |
926      freedink           | []           []                                   |
927      gas                |                                                   |
928      gawk               | []           []         []   []                   |
929      gcal               |                                                   |
930      gcc                |                                                [] |
931      gettext-examples   | []           []     []       [] []    [] []    [] |
932      gettext-runtime    | []  []       []     []       [] []    [] []    [] |
933      gettext-tools      |              []              [] []    [] []    [] |
934      gip                | []           []                 []    []       [] |
935      gjay               |                                                   |
936      gliv               | []           []         []   [] []    []          |
937      glunarclock        | []                      []   []       []       [] |
938      gnubiff            | []                           ()                   |
939      gnucash            | []           ()         ()      ()                |
940      gnuedu             | []                                                |
941      gnulib             | []           []                 []       []       |
942      gnunet             |                                                   |
943      gnunet-gtk         |                                                   |
944      gnutls             | []           []                                   |
945      gold               |                                                   |
946      gpe-aerial         | []                  []  []   [] []       []    [] |
947      gpe-beam           | []                  []  []   [] []       []    [] |
948      gpe-bluetooth      | []                      []                        |
949      gpe-calendar       |                         []      []       []    [] |
950      gpe-clock          | []                  []  []   [] []    [] []    [] |
951      gpe-conf           | []                  []  []   [] []    [] []       |
952      gpe-contacts       |                         []   [] []       []    [] |
953      gpe-edit           | []           []                          []       |
954      gpe-filemanager    | []                              []       []       |
955      gpe-go             | []           []         []   [] []    [] []    [] |
956      gpe-login          | []                      []                        |
957      gpe-ownerinfo      | []                  []  []   [] []    [] []    [] |
958      gpe-package        | []                                       []       |
959      gpe-sketchbook     | []                  []  []   [] []       []    [] |
960      gpe-su             | []                  []  []   [] []    [] []    [] |
961      gpe-taskmanager    | []                  []  []   [] []    [] []    [] |
962      gpe-timesheet      | []                  []  []   [] []    [] []    [] |
963      gpe-today          | []                  []  []   [] []    [] []    [] |
964      gpe-todo           | []                      []      []       []    [] |
965      gphoto2            | []        [] []         []   [] []    []       [] |
966      gprof              | []                      []   []                   |
967      gpsdrive           | []                              []                |
968      gramadoir          | []                                    []          |
969      grep               | []           []                 []    []          |
970      grub               | []           []                 []                |
971      gsasl              | []           []                       []       [] |
972      gss                |              []              []       []          |
973      gst-plugins-bad    | []           []         []      []    []    []    |
974      gst-plugins-base   | []           []         []      []    []          |
975      gst-plugins-good   | []           []         []      []    []          |
976      gst-plugins-ugly   | []           []         []      []    [] []       |
977      gstreamer          | []           []         []      []    []          |
978      gtick              | []                              []    []          |
979      gtkam              | []        [] []         []      []    []          |
980      gtkorphan          | []                                                |
981      gtkspell           | []           []     []  []   [] []    [] [] [] [] |
982      gutenprint         | []                              []                |
983      hello              | []           []                       [] []       |
984      help2man           |              []                 []                |
985      hylafax            | []                                                |
986      idutils            | []           []         []   [] []                |
987      indent             | []           []         []   [] []    []       [] |
988      iso_15924          | []           []                 []       []       |
989      iso_3166           | []  [] [] [] []     ()  []   [] [] [] [] [] [] [] |
990      iso_3166_2         | []           []                          []       |
991      iso_4217           | []  []       []     []          [] []    []    [] |
992      iso_639            | []     [] [] []                 [] [] [] []    [] |
993      iso_639_3          |        [] []                                      |
994      jwhois             | []           []         []   []                   |
995      kbd                | []           []              []                   |
996      keytouch           | []           []                       []          |
997      keytouch-editor    | []           []                       []          |
998      keytouch-keyboa... | []           []                       []          |
999      klavaro            | []                      []                        |
1000      latrine            |              []                 []                |
1001      ld                 |                                                   |
1002      leafpad            | []  []       []     []  []      []    [] []    [] |
1003      libc               | []           []                 []    []          |
1004      libexif            | []           []         ()            []          |
1005      libextractor       |                                                   |
1006      libgnutls          | []           []                                   |
1007      libgpewidget       | []           []                          []       |
1008      libgpg-error       |              []              []                   |
1009      libgphoto2         | []           []                                   |
1010      libgphoto2_port    | []           []         []      []    []          |
1011      libgsasl           | []           []              []       []       [] |
1012      libiconv           | []           []                       [] []    [] |
1013      libidn             | []           []                                   |
1014      lifelines          | []           []                                   |
1015      liferea            | []           []     []  []   [] ()    ()    []    |
1016      lilypond           | []                                                |
1017      linkdr             | []                  []          []                |
1018      lordsawar          |                                                   |
1019      lprng              |              []                                   |
1020      lynx               | []                      []      []                |
1021      m4                 | []           []         []   [] []                |
1022      mailfromd          |              []                                   |
1023      mailutils          |              []                                   |
1024      make               | []           []         []      []                |
1025      man-db             | []           []                 []                |
1026      man-db-manpages    | []           []                 []                |
1027      minicom            |              []         []   [] []                |
1028      mkisofs            | []           []                 []                |
1029      myserver           |                                                   |
1030      nano               | []           []         []      []                |
1031      opcodes            | []                           []                   |
1032      parted             | []           []                 []    []          |
1033      pies               |              []                                   |
1034      popt               | []           []     []          []                |
1035      psmisc             | []           []                 []                |
1036      pspp               | []                      []                        |
1037      pwdutils           |              []                                   |
1038      radius             | []           []                 []                |
1039      recode             | []           []     []  []   [] []    [] []       |
1040      rosegarden         |              ()                 ()                |
1041      rpm                | []           []     []                            |
1042      rush               | []           []                                   |
1043      sarg               |                                                   |
1044      screem             |                                                   |
1045      scrollkeeper       | []  []       []              [] []    []    [] [] |
1046      sed                | []           []     []  []   [] []    [] []    [] |
1047      sharutils          | []           []                 []             [] |
1048      shishi             |              []                                   |
1049      skencil            |                     []  []                        |
1050      solfege            | []           []         []      []                |
1051      solfege-manual     | []           []         []                        |
1052      soundtracker       |                                       []          |
1053      sp                 |                                                   |
1054      sysstat            | []           []         []      []                |
1055      tar                | []           []                 []       []       |
1056      texinfo            | []           []              [] []                |
1057      tin                |                                 []                |
1058      unicode-han-tra... |                                                   |
1059      unicode-transla... |                                                   |
1060      util-linux-ng      | []           []         []      []       []       |
1061      vice               | []                                                |
1062      vmm                | []                                                |
1063      vorbis-tools       | []           []                                   |
1064      wastesedge         | []                                                |
1065      wdiff              | []           []                                   |
1066      wget               | []           []     []  []      []    [] []       |
1067      wyslij-po          | []  []       []                                   |
1068      xchat              | []        [] []     []          []    [] [] [] [] |
1069      xdg-user-dirs      | []  [] [] [] []  [] []  []   [] []    [] [] [] [] |
1070      xkeyboard-config   | []           []                 []                |
1071                         +---------------------------------------------------+
1072                           nl  nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr
1073                           135 10  4  7 105  1 29  62   47 91  3 54 46  9 37
1075                           sv  sw ta te tg th tr uk vi  wa zh_CN zh_HK zh_TW
1076                         +---------------------------------------------------+
1077      a2ps               | []              [] [] [] []                       | 27
1078      aegis              |                          []                       |  9
1079      ant-phone          | []                 []    []      []               |  9
1080      anubis             | []                 [] [] []                       | 15
1081      aspell             |                       [] []  []                   | 20
1082      bash               | []                    [] []                       | 12
1083      bfd                |                          []                       |  6
1084      bibshelf           | []                       []      []               | 16
1085      binutils           |                       [] []                       |  8
1086      bison              | []                       []                       | 12
1087      bison-runtime      | []              []    [] []      []          []   | 29
1088      bluez-pin          | []              [] [] [] []  []  []          []   | 37
1089      bombono-dvd        |                          []                       |  4
1090      buzztard           |                          []                       |  7
1091      cflow              |                       [] []      []               |  9
1092      clisp              |                                                   | 10
1093      coreutils          | []                    [] []      []               | 22
1094      cpio               | []                 [] [] []      []          []   | 13
1095      cppi               |                       [] []                       |  5
1096      cpplib             | []                 [] [] []      []          []   | 14
1097      cryptsetup         | []                       []                       |  7
1098      dfarc              |                          []                       |  9
1099      dialog             | []  []          []       []  []  []          []   | 30
1100      dico               |                       []                          |  2
1101      diffutils          | []                 [] [] []      []          []   | 30
1102      dink               |                                                   |  4
1103      doodle             | []                       []                       |  7
1104      e2fsprogs          | []                 []    []                       | 11
1105      enscript           | []                 [] [] []                       | 17
1106      exif               | []                       []      []               | 16
1107      fetchmail          |                    []    []      []               | 17
1108      findutils          | []                 [] [] []      []               | 20
1109      flex               | []                 []    []                  []   | 15
1110      freedink           |                          []                       | 10
1111      gas                |                    []                             |  4
1112      gawk               | []                 []    []      []               | 18
1113      gcal               | []                 []                             |  5
1114      gcc                | []                 []            []               |  7
1115      gettext-examples   | []                 [] [] []      []    []    []   | 34
1116      gettext-runtime    | []                 [] [] []      []    []    []   | 29
1117      gettext-tools      | []                 [] [] []      []          []   | 22
1118      gip                | []                       []      []          []   | 22
1119      gjay               |                          []                       |  3
1120      gliv               | []                 []    []                       | 14
1121      glunarclock        | []                       []  []  []          []   | 19
1122      gnubiff            | []                       []                       |  4
1123      gnucash            |                    () [] ()      []          ()   | 10
1124      gnuedu             |                          []                  []   |  7
1125      gnulib             | []                    [] []      []               | 16
1126      gnunet             |                          []                       |  1
1127      gnunet-gtk         | []                 []    []                       |  5
1128      gnutls             | []                       []      []               | 10
1129      gold               |                          []                       |  4
1130      gpe-aerial         | []                       []      []               | 18
1131      gpe-beam           | []                       []      []               | 19
1132      gpe-bluetooth      | []                       []      []               | 13
1133      gpe-calendar       | []                       []  []  []               | 12
1134      gpe-clock          | []                 []    []  []  []               | 28
1135      gpe-conf           | []                       []  []  []               | 20
1136      gpe-contacts       | []                       []      []               | 17
1137      gpe-edit           | []                       []      []               | 12
1138      gpe-filemanager    | []                       []  []  []               | 16
1139      gpe-go             | []                 []    []  []  []               | 25
1140      gpe-login          | []                       []      []               | 11
1141      gpe-ownerinfo      | []                 []    []      []          []   | 25
1142      gpe-package        | []                       []      []               | 13
1143      gpe-sketchbook     | []                       []      []               | 20
1144      gpe-su             | []                 []    []  []  []               | 30
1145      gpe-taskmanager    | []                 []    []  []  []               | 29
1146      gpe-timesheet      | []                 []    []      []          []   | 25
1147      gpe-today          | []                 []    []  []  []          []   | 30
1148      gpe-todo           | []                       []  []  []               | 17
1149      gphoto2            | []                    [] []      []          []   | 24
1150      gprof              | []                 []    []                       | 15
1151      gpsdrive           | []                       []      []               | 11
1152      gramadoir          | []                       []      []               | 11
1153      grep               |                 []       []      []               | 10
1154      grub               | []                       []      []               | 14
1155      gsasl              | []                       []      []          []   | 14
1156      gss                | []                       []      []               | 11
1157      gst-plugins-bad    | []                 []    []      []               | 26
1158      gst-plugins-base   | []                 [] [] []      []               | 24
1159      gst-plugins-good   | []                 []    []      []               | 24
1160      gst-plugins-ugly   | []                 [] [] []      []               | 29
1161      gstreamer          | []                    [] []      []               | 22
1162      gtick              |                       [] []      []               | 13
1163      gtkam              | []                       []      []               | 20
1164      gtkorphan          | []                       []      []               | 14
1165      gtkspell           | []              [] [] [] []  []  []    []    []   | 45
1166      gutenprint         | []                                                | 10
1167      hello              | []              [] []    []      []          []   | 21
1168      help2man           | []                       []                       |  7
1169      hylafax            |                          []                       |  5
1170      idutils            | []                 []    []      []               | 17
1171      indent             | []                 [] [] []      []          []   | 30
1172      iso_15924          |                 ()    [] ()      []          []   | 16
1173      iso_3166           | []        []    () [] [] ()  []  []    []    ()   | 53
1174      iso_3166_2         |                 ()    [] ()      []               |  9
1175      iso_4217           | []              () [] [] ()      []    []         | 26
1176      iso_639            | []     [] []    ()    [] ()  []  []    []    []   | 38
1177      iso_639_3          |        []                ()                       |  8
1178      jwhois             | []                 []    []      []          []   | 16
1179      kbd                | []                 [] [] []      []               | 15
1180      keytouch           | []                       []      []               | 16
1181      keytouch-editor    | []                       []      []               | 14
1182      keytouch-keyboa... | []                       []      []               | 14
1183      klavaro            |                          []                       | 11
1184      latrine            |                    []    []      []               | 10
1185      ld                 | []                 []    []                  []   | 11
1186      leafpad            | []                 [] [] []      []          []   | 33
1187      libc               | []                 []    []      []          []   | 21
1188      libexif            |                          []      ()               |  7
1189      libextractor       |                          []                       |  1
1190      libgnutls          | []                       []      []               |  9
1191      libgpewidget       | []                       []      []               | 14
1192      libgpg-error       | []                       []      []               |  9
1193      libgphoto2         |                       [] []                       |  8
1194      libgphoto2_port    | []                    [] []                  []   | 14
1195      libgsasl           | []                       []      []               | 13
1196      libiconv           | []                       []  []  []               | 21
1197      libidn             | ()                       []      []               | 11
1198      lifelines          | []                                                |  4
1199      liferea            | []                 []            []               | 21
1200      lilypond           |                          []                       |  7
1201      linkdr             | []                 []    []      []          []   | 17
1202      lordsawar          |                                                   |  1
1203      lprng              |                          []                       |  3
1204      lynx               | []                 [] [] []                       | 17
1205      m4                 | []                       []      []          []   | 19
1206      mailfromd          |                       [] []                       |  3
1207      mailutils          |                          []                       |  5
1208      make               | []                 []    []      []               | 21
1209      man-db             | []                       []      []               |  8
1210      man-db-manpages    |                                                   |  4
1211      minicom            | []                       []                       | 16
1212      mkisofs            |                          []      []               |  9
1213      myserver           |                                                   |  0
1214      nano               | []                       []      []          []   | 21
1215      opcodes            | []                 []    []                       | 11
1216      parted             | []                 [] [] []                  []   | 15
1217      pies               |                       [] []                       |  3
1218      popt               | []              [] []    []      []          []   | 27
1219      psmisc             | []                       []                       | 11
1220      pspp               |                                                   |  4
1221      pwdutils           | []                       []                       |  6
1222      radius             |                       [] []                       |  9
1223      recode             | []                 []    []      []               | 28
1224      rosegarden         | ()                                                |  0
1225      rpm                | []                       []                  []   | 11
1226      rush               |                       [] []                       |  4
1227      sarg               |                                                   |  1
1228      screem             |                          []                       |  3
1229      scrollkeeper       | []                 [] [] []                  []   | 27
1230      sed                | []                 []    []      []          []   | 30
1231      sharutils          | []                 []    []      []          []   | 22
1232      shishi             |                          []                       |  3
1233      skencil            | []                       []                       |  7
1234      solfege            | []                 []    []      []               | 16
1235      solfege-manual     |                    []                             |  8
1236      soundtracker       | []                 []    []                       |  9
1237      sp                 |                    []                             |  3
1238      sysstat            |                          []      []               | 15
1239      tar                | []                 [] [] []      []          []   | 23
1240      texinfo            | []                 [] [] []      []               | 17
1241      tin                |                                                   |  4
1242      unicode-han-tra... |                                                   |  0
1243      unicode-transla... |                                                   |  2
1244      util-linux-ng      | []                 [] [] []                       | 20
1245      vice               | ()                 ()                             |  1
1246      vmm                |                          []                       |  4
1247      vorbis-tools       |                          []                       |  6
1248      wastesedge         |                                                   |  2
1249      wdiff              | []                       []                       |  7
1250      wget               | []                 []    []      []          []   | 26
1251      wyslij-po          |                       [] []                       |  8
1252      xchat              | []              []    [] []      []          []   | 36
1253      xdg-user-dirs      | []     [] []    [] [] [] []      []    []    []   | 63
1254      xkeyboard-config   | []                    [] []                       | 22
1255                         +---------------------------------------------------+
1256        85 teams           sv  sw ta te tg th tr uk vi  wa zh_CN zh_HK zh_TW
1257       178 domains         119  1  3  3  0 10 65 51 155 17  98     7    41    2618
1259    Some counters in the preceding matrix are higher than the number of
1260 visible blocks let us expect.  This is because a few extra PO files are
1261 used for implementing regional variants of languages, or language
1262 dialects.
1264    For a PO file in the matrix above to be effective, the package to
1265 which it applies should also have been internationalized and
1266 distributed as such by its maintainer.  There might be an observable
1267 lag between the mere existence a PO file and its wide availability in a
1268 distribution.
1270    If June 2010 seems to be old, you may fetch a more recent copy of
1271 this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
1272 matrix with full percentage details can be found at
1273 `http://translationproject.org/extra/matrix.html'.
1275 1.5 Using `gettext' in new packages
1276 ===================================
1278 If you are writing a freely available program and want to
1279 internationalize it you are welcome to use GNU `gettext' in your
1280 package.  Of course you have to respect the GNU Library General Public
1281 License which covers the use of the GNU `gettext' library.  This means
1282 in particular that even non-free programs can use `libintl' as a shared
1283 library, whereas only free software can use `libintl' as a static
1284 library or use modified versions of `libintl'.
1286    Once the sources are changed appropriately and the setup can handle
1287 the use of `gettext' the only thing missing are the translations.  The
1288 Free Translation Project is also available for packages which are not
1289 developed inside the GNU project.  Therefore the information given above
1290 applies also for every other Free Software Project.  Contact
1291 `coordinator@translationproject.org' to make the `.pot' files available
1292 to the translation teams.