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