summaryrefslogtreecommitdiff
path: root/ABOUT-NLS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-17 23:21:45 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-17 23:21:45 +0000
commit1dd54f2e61757b6ebd6c6c68eaed616e149e32d6 (patch)
tree2a7ffcef42f48d20133d5b1cb8ff0142bba6726f /ABOUT-NLS
parent0ff539a9330fc17849825aa5e1cf3252058dea31 (diff)
downloadgnunet-gtk-1dd54f2e61757b6ebd6c6c68eaed616e149e32d6.tar.gz
gnunet-gtk-1dd54f2e61757b6ebd6c6c68eaed616e149e32d6.zip
alpha renaming and some minor refactoring
Diffstat (limited to 'ABOUT-NLS')
-rw-r--r--ABOUT-NLS1331
1 files changed, 525 insertions, 806 deletions
diff --git a/ABOUT-NLS b/ABOUT-NLS
index ed3565ae..8e161528 100644
--- a/ABOUT-NLS
+++ b/ABOUT-NLS
@@ -1,11 +1,10 @@
11 Notes on the Free Translation Project 1Notes on the Free Translation Project
2*************************************** 2*************************************
3 3
4Free software is going international! The Free Translation Project is 4Free software is going international! The Free Translation Project is
5a way to get maintainers of free software, translators, and users all 5a way to get maintainers of free software, translators, and users all
6together, so that free software will gradually become able to speak many 6together, so that will gradually become able to speak many languages.
7languages. A few packages already provide translations for their 7A few packages already provide translations for their messages.
8messages.
9 8
10 If you found this `ABOUT-NLS' file inside a distribution, you may 9 If you found this `ABOUT-NLS' file inside a distribution, you may
11assume that the distributed package does use GNU `gettext' internally, 10assume that the distributed package does use GNU `gettext' internally,
@@ -16,15 +15,15 @@ this package with messages translated.
16 Installers will find here some useful hints. These notes also 15 Installers will find here some useful hints. These notes also
17explain how users should proceed for getting the programs to use the 16explain how users should proceed for getting the programs to use the
18available translations. They tell how people wanting to contribute and 17available translations. They tell how people wanting to contribute and
19work on translations can contact the appropriate team. 18work at translations should contact the appropriate team.
20 19
21 When reporting bugs in the `intl/' directory or bugs which may be 20 When reporting bugs in the `intl/' directory or bugs which may be
22related to internationalization, you should tell about the version of 21related to internationalization, you should tell about the version of
23`gettext' which is used. The information can be found in the 22`gettext' which is used. The information can be found in the
24`intl/VERSION' file, in internationalized packages. 23`intl/VERSION' file, in internationalized packages.
25 24
261.1 Quick configuration advice 25Quick configuration advice
27============================== 26==========================
28 27
29If you want to exploit the full power of internationalization, you 28If you want to exploit the full power of internationalization, you
30should configure it using 29should configure it using
@@ -46,8 +45,8 @@ to change to GNU `gettext' as soon as possible.
46you have installed a recent copy of the GNU gettext package with the 45you have installed a recent copy of the GNU gettext package with the
47included `libintl'. 46included `libintl'.
48 47
491.2 INSTALL Matters 48INSTALL Matters
50=================== 49===============
51 50
52Some packages are "localizable" when properly installed; the programs 51Some packages are "localizable" when properly installed; the programs
53they contain can be made to speak your own native language. Most such 52they contain can be made to speak your own native language. Most such
@@ -56,27 +55,27 @@ internationalization, predating GNU `gettext'.
56 55
57 By default, this package will be installed to allow translation of 56 By default, this package will be installed to allow translation of
58messages. It will automatically detect whether the system already 57messages. It will automatically detect whether the system already
59provides the GNU `gettext' functions. If not, the included GNU 58provides the GNU `gettext' functions. If not, the GNU `gettext' own
60`gettext' library will be used. This library is wholly contained 59library will be used. This library is wholly contained within this
61within this package, usually in the `intl/' subdirectory, so prior 60package, usually in the `intl/' subdirectory, so prior installation of
62installation of the GNU `gettext' package is _not_ required. 61the GNU `gettext' package is _not_ required. Installers may use
63Installers may use special options at configuration time for changing 62special options at configuration time for changing the default
64the default behaviour. The commands: 63behaviour. The commands:
65 64
66 ./configure --with-included-gettext 65 ./configure --with-included-gettext
67 ./configure --disable-nls 66 ./configure --disable-nls
68 67
69will, respectively, bypass any pre-existing `gettext' to use the 68will respectively bypass any pre-existing `gettext' to use the
70internationalizing routines provided within this package, or else, 69internationalizing routines provided within this package, or else,
71_totally_ disable translation of messages. 70_totally_ disable translation of messages.
72 71
73 When you already have GNU `gettext' installed on your system and run 72 When you already have GNU `gettext' installed on your system and run
74configure without an option for your new package, `configure' will 73configure without an option for your new package, `configure' will
75probably detect the previously built and installed `libintl.a' file and 74probably detect the previously built and installed `libintl.a' file and
76will decide to use this. This might not be desirable. You should use 75will decide to use this. This might be not what is desirable. You
77the more recent version of the GNU `gettext' library. I.e. if the file 76should use the more recent version of the GNU `gettext' library. I.e.
78`intl/VERSION' shows that the library which comes with this package is 77if the file `intl/VERSION' shows that the library which comes with this
79more recent, you should use 78package is more recent, you should use
80 79
81 ./configure --with-included-gettext 80 ./configure --with-included-gettext
82 81
@@ -87,7 +86,7 @@ and therefore it will not be used. The reason is that even an
87emulation of `gettext' on top of `catgets' could not provide all the 86emulation of `gettext' on top of `catgets' could not provide all the
88extensions of the GNU `gettext' library. 87extensions of the GNU `gettext' library.
89 88
90 Internationalized packages usually have many `po/LL.po' files, where 89 Internationalized packages have usually many `po/LL.po' files, where
91LL gives an ISO 639 two-letter code identifying the language. Unless 90LL gives an ISO 639 two-letter code identifying the language. Unless
92translations have been forbidden at `configure' time by using the 91translations have been forbidden at `configure' time by using the
93`--disable-nls' switch, all available translations are installed 92`--disable-nls' switch, all available translations are installed
@@ -96,8 +95,8 @@ may be set, prior to configuration, to limit the installed set.
96`LINGUAS' should then contain a space separated list of two-letter 95`LINGUAS' should then contain a space separated list of two-letter
97codes, stating which languages are allowed. 96codes, stating which languages are allowed.
98 97
991.3 Using This Package 98Using This Package
100====================== 99==================
101 100
102As a user, if your language has been installed for this package, you 101As a user, if your language has been installed for this package, you
103only have to set the `LANG' environment variable to the appropriate 102only have to set the `LANG' environment variable to the appropriate
@@ -132,21 +131,14 @@ system libraries. For example, some Swedish users who would rather
132read translations in German than English for when Swedish is not 131read translations in German than English for when Swedish is not
133available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 132available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
134 133
135 Special advice for Norwegian users: The language code for Norwegian
136bokma*l changed from `no' to `nb' recently (in 2003). During the
137transition period, while some message catalogs for this language are
138installed under `nb' and some older ones under `no', it's recommended
139for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
140older translations are used.
141
142 In the `LANGUAGE' environment variable, but not in the `LANG' 134 In the `LANGUAGE' environment variable, but not in the `LANG'
143environment variable, `LL_CC' combinations can be abbreviated as `LL' 135environment variable, `LL_CC' combinations can be abbreviated as `LL'
144to denote the language's main dialect. For example, `de' is equivalent 136to denote the language's main dialect. For example, `de' is equivalent
145to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' 137to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
146(Portuguese as spoken in Portugal) in this context. 138(Portuguese as spoken in Portugal) in this context.
147 139
1481.4 Translating Teams 140Translating Teams
149===================== 141=================
150 142
151For the Free Translation Project to be a success, we need interested 143For the Free Translation Project to be a success, we need interested
152people who like their own language and write it well, and who are also 144people who like their own language and write it well, and who are also
@@ -175,779 +167,506 @@ coordinator for all translator teams.
175the terminology in use. Proven linguistic skill are praised more than 167the terminology in use. Proven linguistic skill are praised more than
176programming skill, here. 168programming skill, here.
177 169
1781.5 Available Packages 170Available Packages
179====================== 171==================
180 172
181Languages are not equally supported in all packages. The following 173Languages are not equally supported in all packages. The following
182matrix shows the current state of internationalization, as of April 174matrix shows the current state of internationalization, as of November
1832005. The matrix shows, in regard of each package, for which languages 1752003. The matrix shows, in regard of each package, for which languages
184PO files have been submitted to translation coordination, with a 176PO files have been submitted to translation coordination, with a
185translation percentage of at least 50%. 177translation percentage of at least 50%.
186 178
187 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB 179 Ready PO files am az be bg ca cs da de el en en_GB eo es
188 +-------------------------------------------------+ 180 +-------------------------------------------+
189 GNUnet | | 181 a2ps | [] [] [] [] |
190 a2ps | [] [] [] [] [] | 182 aegis | () |
191 aegis | () | 183 ant-phone | () |
192 ant-phone | () | 184 anubis | |
193 anubis | [] | 185 ap-utils | |
194 ap-utils | | 186 bash | [] [] [] [] |
195 aspell | [] [] [] [] | 187 batchelor | |
196 bash | [] [] | 188 bfd | [] [] |
197 batchelor | [] | 189 binutils | [] [] |
198 bfd | | 190 bison | [] [] [] |
199 bibshelf | [] | 191 bluez-pin | [] [] |
200 binutils | [] | 192 clisp | [] [] [] |
201 bison | [] [] | 193 clisp | |
202 bluez-pin | [] [] [] [] | 194 coreutils | [] [] [] [] |
203 clisp | [] [] | 195 cpio | [] [] [] |
204 console-tools | [] [] | 196 darkstat | [] () [] |
205 coreutils | [] [] [] [] | 197 diffutils | [] [] [] [] [] [] [] |
206 cpio | | 198 e2fsprogs | [] [] |
207 cpplib | [] [] [] | 199 enscript | [] [] [] [] |
208 darkstat | [] () [] | 200 error | [] [] [] [] [] |
209 dialog | [] [] [] [] [] [] | 201 fetchmail | [] () [] [] [] [] |
210 diffutils | [] [] [] [] [] | 202 fileutils | [] [] [] |
211 doodle | [] | 203 findutils | [] [] [] [] [] [] [] |
212 e2fsprogs | [] [] | 204 flex | [] [] [] [] |
213 enscript | [] [] [] [] | 205 fslint | |
214 error | [] [] [] [] | 206 gas | [] |
215 fetchmail | [] () [] [] [] | 207 gawk | [] [] [] [] |
216 fileutils | [] [] | 208 gbiff | [] |
217 findutils | [] [] [] | 209 gcal | [] |
218 flex | [] [] [] | 210 gcc | [] [] |
219 fslint | [] | 211 gettext | [] [] [] [] [] |
220 gas | | 212 gettext-examples | [] [] [] |
221 gawk | [] [] [] | 213 gettext-runtime | [] [] [] [] [] |
222 gbiff | [] | 214 gettext-tools | [] [] [] |
223 gcal | [] | 215 gimp-print | [] [] [] [] [] |
224 gcc | [] | 216 gliv | |
225 gettext-examples | [] [] [] [] | 217 glunarclock | [] [] [] |
226 gettext-runtime | [] [] [] [] | 218 gnubiff | [] |
227 gettext-tools | [] [] | 219 gnucash | [] () [] [] |
228 gimp-print | [] [] [] [] | 220 gnucash-glossary | [] () [] |
229 gip | | 221 gnupg | [] () [] [] [] [] |
230 gliv | [] | 222 gpe-aerial | [] |
231 glunarclock | | 223 gpe-beam | [] [] |
232 gmult | [] [] | 224 gpe-calendar | [] [] |
233 gnubiff | () | 225 gpe-clock | [] [] |
234 gnucash | [] () () [] | 226 gpe-conf | [] [] |
235 gnucash-glossary | [] () | 227 gpe-contacts | [] [] |
236 gpe-aerial | [] [] | 228 gpe-edit | [] |
237 gpe-beam | [] [] | 229 gpe-go | [] |
238 gpe-calendar | [] [] | 230 gpe-login | [] [] |
239 gpe-clock | [] [] | 231 gpe-ownerinfo | [] [] |
240 gpe-conf | [] [] | 232 gpe-sketchbook | [] [] |
241 gpe-contacts | | 233 gpe-su | [] [] |
242 gpe-edit | [] | 234 gpe-taskmanager | [] [] |
243 gpe-go | [] | 235 gpe-timesheet | [] |
244 gpe-login | [] [] | 236 gpe-today | [] [] |
245 gpe-ownerinfo | [] [] | 237 gpe-todo | [] [] |
246 gpe-sketchbook | [] [] | 238 gphoto2 | [] [] [] [] |
247 gpe-su | [] [] | 239 gprof | [] [] [] |
248 gpe-taskmanager | [] [] | 240 gpsdrive | () () () |
249 gpe-timesheet | [] | 241 gramadoir | [] |
250 gpe-today | [] [] | 242 grep | [] [] [] [] [] [] |
251 gpe-todo | [] [] | 243 gretl | [] |
252 gphoto2 | [] [] [] [] | 244 gtick | () |
253 gprof | [] [] | 245 hello | [] [] [] [] [] [] |
254 gpsdrive | () () | 246 id-utils | [] [] |
255 gramadoir | [] [] | 247 indent | [] [] [] [] |
256 grep | [] [] [] [] [] [] | 248 jpilot | [] [] [] |
257 gretl | | 249 jtag | |
258 gsasl | [] | 250 jwhois | [] |
259 gss | | 251 kbd | [] [] [] [] [] |
260 gst-plugins | [] [] [] [] [] [] | 252 latrine | () |
261 gstreamer | [] [] [] [] [] | 253 ld | [] [] |
262 gtick | [] () | 254 libc | [] [] [] [] [] [] |
263 gtkspell | [] [] [] | 255 libgpewidget | [] [] |
264 hello | [] [] [] [] | 256 libiconv | [] [] [] [] [] |
265 id-utils | [] [] | 257 lifelines | [] () |
266 impost | | 258 lilypond | [] |
267 indent | [] [] | 259 lingoteach | |
268 iso_3166 | | 260 lingoteach_lessons | () () |
269 iso_3166_1 | [] [] [] [] [] | 261 lynx | [] [] [] [] |
270 iso_3166_2 | | 262 m4 | [] [] [] [] |
271 iso_3166_3 | [] | 263 mailutils | [] [] |
272 iso_4217 | | 264 make | [] [] [] |
273 iso_639 | | 265 man-db | [] () [] [] () |
274 jpilot | [] | 266 minicom | [] [] [] |
275 jtag | | 267 mysecretdiary | [] [] [] |
276 jwhois | | 268 nano | [] () [] [] [] |
277 kbd | [] [] [] [] | 269 nano_1_0 | [] () [] [] [] |
278 latrine | () | 270 opcodes | [] |
279 ld | [] | 271 parted | [] [] [] [] [] |
280 libc | [] [] [] [] [] | 272 ptx | [] [] [] [] [] |
281 libextractor | | 273 python | |
282 libgpewidget | [] [] [] | 274 radius | |
283 libgsasl | | 275 recode | [] [] [] [] [] [] [] |
284 libiconv | [] [] [] [] [] | 276 screem | |
285 libidn | | 277 scrollkeeper | [] [] [] [] [] [] |
286 lifelines | [] () | 278 sed | [] [] [] [] [] |
287 lilypond | [] | 279 sh-utils | [] [] [] |
288 lingoteach | | 280 shared-mime-info | |
289 lynx | [] [] [] [] | 281 sharutils | [] [] [] [] [] [] |
290 m4 | [] [] [] [] | 282 sketch | [] () [] |
291 mailutils | [] | 283 soundtracker | [] [] [] |
292 make | [] [] | 284 sp | [] |
293 man-db | [] () [] [] | 285 tar | [] [] [] [] |
294 minicom | [] [] | 286 texinfo | [] [] [] |
295 mysecretdiary | [] [] | 287 textutils | [] [] [] [] |
296 nano | [] () [] | 288 tin | () () |
297 nano_1_0 | [] () [] [] | 289 tuxpaint | [] [] [] [] [] [] [] |
298 opcodes | [] | 290 util-linux | [] [] [] [] [] |
299 parted | [] [] [] [] | 291 vorbis-tools | [] [] [] [] |
300 psmisc | | 292 wastesedge | () |
301 ptx | [] [] [] | 293 wdiff | [] [] [] [] |
302 pwdutils | | 294 wget | [] [] [] [] [] [] |
303 python | | 295 xchat | [] [] [] [] |
304 radius | [] | 296 xfree86_xkb_xml | [] |
305 recode | [] [] [] [] [] | 297 xpad | [] |
306 rpm | [] [] | 298 +-------------------------------------------+
307 screem | | 299 am az be bg ca cs da de el en en_GB eo es
308 scrollkeeper | [] [] [] [] [] [] [] [] | 300 0 1 8 3 37 37 54 73 15 1 5 12 62
309 sed | [] [] | 301
310 sh-utils | [] [] | 302 et fa fi fr ga gl he hr hu id is it ja
311 shared-mime-info | [] [] | 303 +----------------------------------------+
312 sharutils | [] [] [] [] [] | 304 a2ps | [] [] [] () |
313 silky | | 305 aegis | |
314 skencil | [] () | 306 ant-phone | |
315 sketch | [] () | 307 anubis | [] |
316 solfege | [] | 308 ap-utils | [] |
317 soundtracker | [] [] | 309 bash | [] [] |
318 sp | [] | 310 batchelor | [] |
319 stardict | [] | 311 bfd | [] |
320 tar | | 312 binutils | [] [] |
321 texinfo | [] [] | 313 bison | [] [] [] [] |
322 textutils | [] [] [] | 314 bluez-pin | [] [] [] [] [] |
323 tin | () () | 315 clisp | [] |
324 tp-robot | [] | 316 clisp | |
325 tuxpaint | [] [] [] [] [] [] [] | 317 coreutils | [] [] [] [] [] [] |
326 unicode-han-tra... | | 318 cpio | [] [] [] |
327 unicode-transla... | | 319 darkstat | () [] [] [] |
328 util-linux | [] [] [] [] | 320 diffutils | [] [] [] [] [] [] [] |
329 vorbis-tools | [] [] [] [] | 321 e2fsprogs | |
330 wastesedge | () | 322 enscript | [] [] |
331 wdiff | [] [] [] [] | 323 error | [] [] [] [] |
332 wget | [] [] [] [] [] [] | 324 fetchmail | [] |
333 xchat | [] [] [] [] | 325 fileutils | [] [] [] [] [] [] |
334 xkeyboard-config | | 326 findutils | [] [] [] [] [] [] [] [] [] [] |
335 xpad | | 327 flex | [] [] |
336 +-------------------------------------------------+ 328 fslint | |
337 af am ar az be bg bs ca cs cy da de el en en_GB 329 gas | [] |
338 10 0 0 2 7 4 0 41 43 3 52 90 20 1 15 330 gawk | [] [] [] |
339 331 gbiff | |
340 eo es et eu fa fi fr ga gl he hr hu id is it 332 gcal | [] |
341 +-----------------------------------------------+ 333 gcc | [] |
342 GNUnet | | 334 gettext | [] [] |
343 a2ps | [] [] [] () | 335 gettext-examples | [] [] |
344 aegis | | 336 gettext-runtime | [] [] [] [] |
345 ant-phone | [] | 337 gettext-tools | [] [] |
346 anubis | [] | 338 gimp-print | [] [] |
347 ap-utils | [] | 339 gliv | () |
348 aspell | [] [] | 340 glunarclock | [] [] [] [] [] |
349 bash | [] [] [] [] | 341 gnubiff | |
350 batchelor | [] [] | 342 gnucash | () [] |
351 bfd | [] | 343 gnucash-glossary | [] |
352 bibshelf | [] [] [] | 344 gnupg | [] [] [] [] [] [] [] |
353 binutils | [] [] | 345 gpe-aerial | [] |
354 bison | [] [] [] [] [] [] | 346 gpe-beam | [] |
355 bluez-pin | [] [] [] [] [] [] | 347 gpe-calendar | [] [] [] |
356 clisp | [] [] | 348 gpe-clock | [] |
357 console-tools | | 349 gpe-conf | [] |
358 coreutils | [] [] [] [] [] | 350 gpe-contacts | [] [] |
359 cpio | [] [] | 351 gpe-edit | [] [] |
360 cpplib | [] [] | 352 gpe-go | [] |
361 darkstat | [] () [] [] [] | 353 gpe-login | [] [] |
362 dialog | [] [] [] [] [] [] [] [] | 354 gpe-ownerinfo | [] [] [] |
363 diffutils | [] [] [] [] [] [] [] [] [] [] | 355 gpe-sketchbook | [] |
364 doodle | [] [] | 356 gpe-su | [] |
365 e2fsprogs | [] [] [] | 357 gpe-taskmanager | [] |
366 enscript | [] [] | 358 gpe-timesheet | [] [] [] |
367 error | [] [] [] [] [] | 359 gpe-today | [] [] |
368 fetchmail | [] | 360 gpe-todo | [] [] |
369 fileutils | [] [] [] [] [] [] | 361 gphoto2 | [] [] [] |
370 findutils | [] [] [] [] [] | 362 gprof | [] [] |
371 flex | [] [] [] | 363 gpsdrive | () [] () () |
372 fslint | [] | 364 gramadoir | [] |
373 gas | [] [] | 365 grep | [] [] [] [] [] [] [] [] [] [] [] |
374 gawk | [] [] [] [] | 366 gretl | [] |
375 gbiff | [] | 367 gtick | [] [] |
376 gcal | [] [] | 368 hello | [] [] [] [] [] [] [] [] [] [] [] [] |
377 gcc | [] | 369 id-utils | [] [] [] [] |
378 gettext-examples | [] [] [] [] | 370 indent | [] [] [] [] [] [] [] [] [] |
379 gettext-runtime | [] [] [] [] [] [] | 371 jpilot | [] () |
380 gettext-tools | [] [] [] | 372 jtag | |
381 gimp-print | [] [] | 373 jwhois | [] [] [] [] |
382 gip | [] [] [] | 374 kbd | [] |
383 gliv | () | 375 latrine | |
384 glunarclock | [] [] [] | 376 ld | [] |
385 gmult | [] [] [] | 377 libc | [] [] [] [] [] |
386 gnubiff | () () | 378 libgpewidget | [] [] [] [] |
387 gnucash | [] () [] | 379 libiconv | [] [] [] [] [] [] [] [] [] |
388 gnucash-glossary | [] [] | 380 lifelines | () |
389 gpe-aerial | [] [] | 381 lilypond | [] |
390 gpe-beam | [] [] | 382 lingoteach | [] [] |
391 gpe-calendar | [] [] [] [] | 383 lingoteach_lessons | |
392 gpe-clock | [] [] [] | 384 lynx | [] [] [] [] |
393 gpe-conf | [] | 385 m4 | [] [] [] [] |
394 gpe-contacts | [] | 386 mailutils | |
395 gpe-edit | [] [] | 387 make | [] [] [] [] [] |
396 gpe-go | [] [] | 388 man-db | () () |
397 gpe-login | [] [] [] | 389 minicom | [] [] [] [] |
398 gpe-ownerinfo | [] [] [] [] [] | 390 mysecretdiary | [] [] |
399 gpe-sketchbook | [] [] | 391 nano | [] [] [] [] |
400 gpe-su | [] [] [] | 392 nano_1_0 | [] [] [] [] |
401 gpe-taskmanager | [] [] [] | 393 opcodes | [] |
402 gpe-timesheet | [] [] [] [] | 394 parted | [] [] [] |
403 gpe-today | [] [] [] [] | 395 ptx | [] [] [] [] [] [] [] |
404 gpe-todo | [] [] [] | 396 python | |
405 gphoto2 | [] [] [] [] [] | 397 radius | |
406 gprof | [] [] [] | 398 recode | [] [] [] [] [] [] |
407 gpsdrive | () () [] () | 399 screem | |
408 gramadoir | [] [] | 400 scrollkeeper | [] |
409 grep | [] [] [] [] [] [] [] [] [] [] [] [] | 401 sed | [] [] [] [] [] [] [] [] [] |
410 gretl | [] [] [] | 402 sh-utils | [] [] [] [] [] [] [] |
411 gsasl | [] [] [] | 403 shared-mime-info | [] |
412 gss | [] | 404 sharutils | [] [] [] [] [] |
413 gst-plugins | [] [] [] | 405 sketch | [] |
414 gstreamer | [] | 406 soundtracker | [] [] [] [] |
415 gtick | [] [] [] [] [] | 407 sp | [] () |
416 gtkspell | [] [] [] [] [] [] | 408 tar | [] [] [] [] [] [] [] [] [] |
417 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | 409 texinfo | [] [] [] [] |
418 id-utils | [] [] [] [] | 410 textutils | [] [] [] [] [] |
419 impost | [] [] | 411 tin | [] () |
420 indent | [] [] [] [] [] [] [] [] [] [] [] | 412 tuxpaint | [] [] [] [] [] [] [] [] |
421 iso_3166 | [] [] [] | 413 util-linux | [] [] [] [] () [] |
422 iso_3166_1 | [] [] [] [] [] [] [] | 414 vorbis-tools | [] |
423 iso_3166_2 | [] | 415 wastesedge | () |
424 iso_3166_3 | [] | 416 wdiff | [] [] [] [] [] [] |
425 iso_4217 | [] [] [] | 417 wget | [] [] [] [] [] [] [] |
426 iso_639 | [] [] [] [] | 418 xchat | [] [] [] |
427 jpilot | [] [] | 419 xfree86_xkb_xml | |
428 jtag | [] | 420 xpad | [] |
429 jwhois | [] [] [] [] [] | 421 +----------------------------------------+
430 kbd | [] [] | 422 et fa fi fr ga gl he hr hu id is it ja
431 latrine | [] [] [] | 423 21 1 24 84 24 24 8 10 38 31 1 22 33
432 ld | [] [] | 424
433 libc | [] [] [] [] [] | 425 ko lg lt lv ms nb nl nn no pl pt pt_BR ro
434 libextractor | | 426 +-------------------------------------------+
435 libgpewidget | [] [] [] [] [] | 427 a2ps | () [] [] () () [] [] |
436 libgsasl | [] [] | 428 aegis | () () |
437 libiconv | [] [] [] [] [] [] [] [] [] [] [] | 429 ant-phone | [] [] |
438 libidn | [] [] | 430 anubis | [] [] [] [] [] |
439 lifelines | () | 431 ap-utils | [] () [] |
440 lilypond | [] | 432 bash | [] [] |
441 lingoteach | [] [] [] | 433 batchelor | [] |
442 lynx | [] [] [] | 434 bfd | [] |
443 m4 | [] [] [] [] | 435 binutils | |
444 mailutils | [] [] | 436 bison | [] [] [] [] |
445 make | [] [] [] [] [] [] [] | 437 bluez-pin | [] [] [] |
446 man-db | () | 438 clisp | [] |
447 minicom | [] [] [] [] | 439 clisp | |
448 mysecretdiary | [] [] [] | 440 coreutils | [] |
449 nano | [] [] () [] [] | 441 cpio | [] [] [] [] [] |
450 nano_1_0 | [] [] [] [] [] | 442 darkstat | [] [] [] [] |
451 opcodes | [] [] | 443 diffutils | [] [] [] [] |
452 parted | [] [] [] [] | 444 e2fsprogs | [] |
453 psmisc | [] [] | 445 enscript | [] [] [] |
454 ptx | [] [] [] [] [] [] [] [] [] | 446 error | [] [] [] |
455 pwdutils | | 447 fetchmail | [] [] () |
456 python | | 448 fileutils | [] |
457 radius | [] [] | 449 findutils | [] [] [] [] [] |
458 recode | [] [] [] [] [] [] [] [] | 450 flex | [] [] [] [] |
459 rpm | [] | 451 fslint | [] [] |
460 screem | | 452 gas | |
461 scrollkeeper | [] [] [] | 453 gawk | [] [] [] |
462 sed | [] [] [] [] [] | 454 gbiff | [] [] |
463 sh-utils | [] [] [] [] [] [] [] | 455 gcal | |
464 shared-mime-info | [] [] [] [] [] [] | 456 gcc | |
465 sharutils | [] [] [] [] [] [] [] | 457 gettext | [] [] [] |
466 silky | [] | 458 gettext-examples | [] [] |
467 skencil | [] [] | 459 gettext-runtime | [] [] [] |
468 sketch | [] [] | 460 gettext-tools | [] [] [] |
469 solfege | [] | 461 gimp-print | [] |
470 soundtracker | [] [] [] | 462 gliv | [] [] [] |
471 sp | [] | 463 glunarclock | [] [] [] |
472 stardict | [] | 464 gnubiff | |
473 tar | [] [] [] [] [] | 465 gnucash | [] [] () |
474 texinfo | [] [] [] | 466 gnucash-glossary | [] [] |
475 textutils | [] [] [] [] [] | 467 gnupg | [] |
476 tin | [] () | 468 gpe-aerial | [] [] [] |
477 tp-robot | [] [] | 469 gpe-beam | [] [] [] |
478 tuxpaint | [] [] [] [] [] [] [] [] [] | 470 gpe-calendar | [] [] [] |
479 unicode-han-tra... | | 471 gpe-clock | [] [] [] |
480 unicode-transla... | [] [] | 472 gpe-conf | [] [] [] |
481 util-linux | [] [] [] [] [] [] | 473 gpe-contacts | [] [] [] |
482 vorbis-tools | [] [] | 474 gpe-edit | [] [] [] |
483 wastesedge | () | 475 gpe-go | [] [] |
484 wdiff | [] [] [] [] [] [] [] [] | 476 gpe-login | [] [] [] |
485 wget | [] [] [] [] [] [] [] [] [] [] | 477 gpe-ownerinfo | [] [] [] |
486 xchat | [] [] [] [] [] | 478 gpe-sketchbook | [] [] [] |
487 xkeyboard-config | | 479 gpe-su | [] [] [] |
488 xpad | [] [] [] | 480 gpe-taskmanager | [] [] [] |
489 +-----------------------------------------------+ 481 gpe-timesheet | [] [] [] |
490 eo es et eu fa fi fr ga gl he hr hu id is it 482 gpe-today | [] [] [] |
491 13 85 21 15 2 35 115 45 17 8 6 40 27 1 45 483 gpe-todo | [] [] [] |
492 484 gphoto2 | [] |
493 ja ko ku lg lt lv mk mn ms mt nb nl nn no nso 485 gprof | [] [] |
494 +-----------------------------------------------+ 486 gpsdrive | () () () [] |
495 GNUnet | | 487 gramadoir | [] |
496 a2ps | () [] [] () | 488 grep | [] [] [] [] |
497 aegis | () | 489 gretl | |
498 ant-phone | [] | 490 gtick | [] [] |
499 anubis | [] [] [] | 491 hello | [] [] [] [] [] [] [] [] [] [] |
500 ap-utils | | 492 id-utils | [] [] [] |
501 aspell | [] [] | 493 indent | [] [] [] |
502 bash | [] | 494 jpilot | () () |
503 batchelor | [] | 495 jtag | |
504 bfd | | 496 jwhois | [] [] [] [] |
505 bibshelf | | 497 kbd | [] [] [] |
506 binutils | | 498 latrine | [] |
507 bison | [] [] [] | 499 ld | |
508 bluez-pin | [] | 500 libc | [] [] [] [] [] |
509 clisp | [] | 501 libgpewidget | [] [] [] |
510 console-tools | | 502 libiconv | [] [] [] [] |
511 coreutils | [] [] | 503 lifelines | |
512 cpio | | 504 lilypond | |
513 cpplib | | 505 lingoteach | |
514 darkstat | [] [] | 506 lingoteach_lessons | |
515 dialog | [] | 507 lynx | [] [] |
516 diffutils | [] [] [] | 508 m4 | [] [] [] [] |
517 doodle | | 509 mailutils | [] |
518 e2fsprogs | | 510 make | [] [] [] [] |
519 enscript | [] | 511 man-db | [] |
520 error | [] | 512 minicom | [] [] [] |
521 fetchmail | [] [] | 513 mysecretdiary | [] [] [] |
522 fileutils | [] [] | 514 nano | [] [] [] [] |
523 findutils | [] | 515 nano_1_0 | [] [] [] [] [] |
524 flex | [] [] | 516 opcodes | [] [] |
525 fslint | [] | 517 parted | [] [] [] [] |
526 gas | | 518 ptx | [] [] [] [] [] [] [] |
527 gawk | [] [] | 519 python | |
528 gbiff | [] | 520 radius | [] |
529 gcal | | 521 recode | [] [] [] |
530 gcc | | 522 screem | |
531 gettext-examples | [] [] | 523 scrollkeeper | [] [] [] [] |
532 gettext-runtime | [] [] [] | 524 sed | [] [] [] |
533 gettext-tools | [] [] | 525 sh-utils | [] |
534 gimp-print | [] [] | 526 shared-mime-info | [] |
535 gip | [] | 527 sharutils | [] |
536 gliv | [] | 528 sketch | [] [] |
537 glunarclock | [] [] | 529 soundtracker | |
538 gmult | [] | 530 sp | |
539 gnubiff | | 531 tar | [] [] [] [] [] [] |
540 gnucash | () () [] | 532 texinfo | [] [] [] |
541 gnucash-glossary | [] | 533 textutils | [] [] |
542 gpe-aerial | [] | 534 tin | |
543 gpe-beam | [] | 535 tuxpaint | [] [] [] [] [] [] [] [] [] |
544 gpe-calendar | [] | 536 util-linux | [] [] |
545 gpe-clock | [] | 537 vorbis-tools | [] [] |
546 gpe-conf | [] | 538 wastesedge | |
547 gpe-contacts | | 539 wdiff | [] [] [] [] |
548 gpe-edit | [] | 540 wget | [] [] |
549 gpe-go | [] | 541 xchat | [] [] |
550 gpe-login | [] | 542 xfree86_xkb_xml | [] |
551 gpe-ownerinfo | [] | 543 xpad | [] [] |
552 gpe-sketchbook | [] | 544 +-------------------------------------------+
553 gpe-su | [] | 545 ko lg lt lv ms nb nl nn no pl pt pt_BR ro
554 gpe-taskmanager | [] [] | 546 11 0 1 2 12 10 60 4 4 38 23 34 74
555 gpe-timesheet | [] | 547
556 gpe-today | [] | 548 ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
557 gpe-todo | [] | 549 +-------------------------------------------+
558 gphoto2 | [] [] | 550 a2ps | [] [] [] [] [] | 16
559 gprof | | 551 aegis | () | 0
560 gpsdrive | () () () | 552 ant-phone | | 2
561 gramadoir | () | 553 anubis | [] [] [] | 9
562 grep | [] [] [] | 554 ap-utils | () | 3
563 gretl | | 555 bash | [] | 9
564 gsasl | [] | 556 batchelor | | 2
565 gss | | 557 bfd | [] [] | 6
566 gst-plugins | [] | 558 binutils | [] [] [] | 7
567 gstreamer | [] | 559 bison | [] [] [] | 14
568 gtick | [] | 560 bluez-pin | [] [] [] | 13
569 gtkspell | [] [] | 561 clisp | | 5
570 hello | [] [] [] [] [] [] [] [] | 562 clisp | | 0
571 id-utils | [] | 563 coreutils | [] [] [] [] [] | 16
572 impost | | 564 cpio | [] [] [] | 14
573 indent | [] [] | 565 darkstat | [] [] [] () () | 12
574 iso_3166 | [] | 566 diffutils | [] [] [] [] | 22
575 iso_3166_1 | [] [] | 567 e2fsprogs | [] [] | 5
576 iso_3166_2 | [] | 568 enscript | [] [] [] | 12
577 iso_3166_3 | [] | 569 error | [] [] [] | 15
578 iso_4217 | [] [] [] | 570 fetchmail | [] [] [] | 11
579 iso_639 | [] [] [] | 571 fileutils | [] [] [] [] [] [] | 16
580 jpilot | () () () | 572 findutils | [] [] [] [] [] [] [] | 29
581 jtag | | 573 flex | [] [] [] | 13
582 jwhois | [] | 574 fslint | | 2
583 kbd | [] | 575 gas | [] | 3
584 latrine | [] | 576 gawk | [] [] | 12
585 ld | | 577 gbiff | | 3
586 libc | [] [] [] [] [] | 578 gcal | [] [] | 4
587 libextractor | | 579 gcc | [] | 4
588 libgpewidget | [] | 580 gettext | [] [] [] [] [] [] | 16
589 libgsasl | [] | 581 gettext-examples | [] [] | 9
590 libiconv | [] | 582 gettext-runtime | [] [] [] [] [] [] [] [] [] | 21
591 libidn | | 583 gettext-tools | [] [] [] [] [] [] | 14
592 lifelines | [] | 584 gimp-print | [] [] | 10
593 lilypond | [] | 585 gliv | | 3
594 lingoteach | [] | 586 glunarclock | [] [] [] [] | 15
595 lynx | [] [] | 587 gnubiff | | 1
596 m4 | [] [] | 588 gnucash | [] [] [] | 9
597 mailutils | | 589 gnucash-glossary | [] [] [] | 8
598 make | [] [] [] | 590 gnupg | [] [] [] [] | 17
599 man-db | () | 591 gpe-aerial | [] [] | 7
600 minicom | [] | 592 gpe-beam | [] [] | 8
601 mysecretdiary | [] | 593 gpe-calendar | [] [] [] [] [] | 13
602 nano | [] [] | 594 gpe-clock | [] [] [] | 9
603 nano_1_0 | [] [] [] | 595 gpe-conf | [] [] [] | 9
604 opcodes | [] | 596 gpe-contacts | [] [] [] [] | 11
605 parted | [] [] | 597 gpe-edit | [] [] [] [] [] | 11
606 psmisc | [] [] | 598 gpe-go | [] | 5
607 ptx | [] [] [] | 599 gpe-login | [] [] [] [] [] | 12
608 pwdutils | | 600 gpe-ownerinfo | [] [] [] [] | 12
609 python | | 601 gpe-sketchbook | [] [] [] | 9
610 radius | | 602 gpe-su | [] [] [] | 9
611 recode | [] | 603 gpe-taskmanager | [] [] [] | 9
612 rpm | [] [] | 604 gpe-timesheet | [] [] [] [] | 11
613 screem | [] | 605 gpe-today | [] [] [] [] [] | 12
614 scrollkeeper | [] [] [] | 606 gpe-todo | [] [] [] [] [] | 12
615 sed | [] [] | 607 gphoto2 | [] [] [] | 11
616 sh-utils | [] [] | 608 gprof | [] [] | 9
617 shared-mime-info | [] [] [] [] | 609 gpsdrive | [] [] | 4
618 sharutils | [] [] | 610 gramadoir | | 3
619 silky | [] | 611 grep | [] [] [] [] [] | 26
620 skencil | | 612 gretl | | 2
621 sketch | | 613 gtick | [] | 5
622 solfege | [] [] | 614 hello | [] [] [] [] [] | 33
623 soundtracker | | 615 id-utils | [] [] [] | 12
624 sp | () | 616 indent | [] [] [] [] [] | 21
625 stardict | [] [] | 617 jpilot | [] [] [] [] [] | 9
626 tar | [] [] | 618 jtag | [] | 1
627 texinfo | [] [] [] | 619 jwhois | () () [] [] | 11
628 textutils | [] [] [] | 620 kbd | [] [] | 11
629 tin | | 621 latrine | | 1
630 tp-robot | [] | 622 ld | [] [] | 5
631 tuxpaint | [] [] [] [] [] [] | 623 libc | [] [] [] [] | 20
632 unicode-han-tra... | | 624 libgpewidget | [] [] [] | 12
633 unicode-transla... | | 625 libiconv | [] [] [] [] [] [] [] [] [] | 27
634 util-linux | [] [] | 626 lifelines | [] | 2
635 vorbis-tools | [] | 627 lilypond | [] | 3
636 wastesedge | [] | 628 lingoteach | | 2
637 wdiff | [] [] | 629 lingoteach_lessons | () | 0
638 wget | [] [] | 630 lynx | [] [] [] [] | 14
639 xchat | [] [] [] [] | 631 m4 | [] [] [] | 15
640 xkeyboard-config | [] | 632 mailutils | [] | 4
641 xpad | [] | 633 make | [] [] [] [] | 16
642 +-----------------------------------------------+ 634 man-db | [] | 5
643 ja ko ku lg lt lv mk mn ms mt nb nl nn no nso 635 minicom | [] | 11
644 33 11 1 1 1 2 2 3 11 0 15 96 7 5 0 636 mysecretdiary | [] [] | 10
645 637 nano | [] [] [] [] [] | 17
646 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 638 nano_1_0 | [] [] [] [] | 17
647 +-------------------------------------------------+ 639 opcodes | [] [] | 6
648 GNUnet | | 640 parted | [] [] [] | 15
649 a2ps | () [] [] [] [] [] [] | 641 ptx | [] [] [] | 22
650 aegis | () () | 642 python | | 0
651 ant-phone | [] | 643 radius | [] | 2
652 anubis | [] [] [] | 644 recode | [] [] [] [] | 20
653 ap-utils | () | 645 screem | [] [] | 2
654 aspell | [] [] | 646 scrollkeeper | [] [] [] [] | 15
655 bash | [] [] [] | 647 sed | [] [] [] [] [] [] | 23
656 batchelor | [] | 648 sh-utils | [] [] [] | 14
657 bfd | | 649 shared-mime-info | [] [] | 4
658 bibshelf | | 650 sharutils | [] [] [] [] [] | 17
659 binutils | [] [] | 651 sketch | [] | 6
660 bison | [] [] [] [] [] | 652 soundtracker | [] [] | 9
661 bluez-pin | [] [] [] [] [] [] [] [] | 653 sp | [] | 3
662 clisp | [] | 654 tar | [] [] [] [] [] | 24
663 console-tools | [] | 655 texinfo | [] [] [] [] | 14
664 coreutils | [] [] [] [] | 656 textutils | [] [] [] [] [] | 16
665 cpio | [] [] | 657 tin | | 1
666 cpplib | | 658 tuxpaint | [] [] [] [] [] | 29
667 darkstat | [] [] [] [] [] [] | 659 util-linux | [] [] [] | 15
668 dialog | [] [] [] [] [] [] [] | 660 vorbis-tools | [] | 8
669 diffutils | [] [] [] [] [] [] | 661 wastesedge | | 0
670 doodle | [] | 662 wdiff | [] [] [] [] | 18
671 e2fsprogs | [] [] | 663 wget | [] [] [] [] [] [] [] [] | 23
672 enscript | [] [] [] [] | 664 xchat | [] [] [] [] [] | 14
673 error | [] [] [] | 665 xfree86_xkb_xml | [] [] [] [] | 6
674 fetchmail | [] () [] [] [] | 666 xpad | | 4
675 fileutils | [] [] [] [] [] | 667 +-------------------------------------------+
676 findutils | [] [] [] [] [] [] | 668 51 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
677 flex | [] [] [] [] [] | 669 117 domains 58 41 16 16 78 0 53 12 1 10 21 22 1230
678 fslint | [] [] [] |
679 gas | |
680 gawk | [] [] [] [] |
681 gbiff | [] |
682 gcal | [] |
683 gcc | |
684 gettext-examples | [] [] [] [] [] [] |
685 gettext-runtime | [] [] [] [] [] [] [] |
686 gettext-tools | [] [] [] [] [] [] [] |
687 gimp-print | [] [] |
688 gip | [] [] [] |
689 gliv | [] [] [] |
690 glunarclock | [] [] [] [] [] [] |
691 gmult | [] [] [] [] |
692 gnubiff | () [] |
693 gnucash | () [] [] [] [] |
694 gnucash-glossary | [] [] [] |
695 gpe-aerial | [] [] [] [] [] [] |
696 gpe-beam | [] [] [] [] [] [] |
697 gpe-calendar | [] [] [] [] [] [] [] |
698 gpe-clock | [] [] [] [] [] [] [] |
699 gpe-conf | [] [] [] [] [] [] |
700 gpe-contacts | [] [] [] |
701 gpe-edit | [] [] [] [] [] [] [] |
702 gpe-go | [] [] [] [] [] |
703 gpe-login | [] [] [] [] [] [] [] |
704 gpe-ownerinfo | [] [] [] [] [] [] [] |
705 gpe-sketchbook | [] [] [] [] [] [] [] |
706 gpe-su | [] [] [] [] [] [] [] |
707 gpe-taskmanager | [] [] [] [] [] [] [] |
708 gpe-timesheet | [] [] [] [] [] [] [] |
709 gpe-today | [] [] [] [] [] [] [] |
710 gpe-todo | [] [] [] [] [] [] [] |
711 gphoto2 | [] [] [] [] |
712 gprof | [] [] [] |
713 gpsdrive | [] |
714 gramadoir | [] |
715 grep | [] [] [] [] [] [] [] |
716 gretl | [] |
717 gsasl | [] [] [] [] [] |
718 gss | [] [] [] |
719 gst-plugins | [] [] [] [] |
720 gstreamer | [] [] [] [] |
721 gtick | [] [] [] |
722 gtkspell | [] [] [] [] [] [] |
723 hello | [] [] [] [] [] [] [] |
724 id-utils | [] [] [] [] |
725 impost | |
726 indent | [] [] [] [] [] [] |
727 iso_3166 | [] [] [] [] [] |
728 iso_3166_1 | [] [] [] [] |
729 iso_3166_2 | |
730 iso_3166_3 | [] [] [] |
731 iso_4217 | [] [] |
732 iso_639 | [] [] [] |
733 jpilot | |
734 jtag | [] |
735 jwhois | [] [] [] () () |
736 kbd | [] [] [] |
737 latrine | [] [] |
738 ld | [] |
739 libc | [] [] [] [] [] |
740 libextractor | [] |
741 libgpewidget | [] [] [] [] [] [] |
742 libgsasl | [] [] [] |
743 libiconv | [] [] [] [] [] [] [] [] [] [] |
744 libidn | [] () |
745 lifelines | [] [] |
746 lilypond | [] |
747 lingoteach | [] |
748 lynx | [] [] [] |
749 m4 | [] [] [] [] [] |
750 mailutils | [] [] [] |
751 make | [] [] [] [] |
752 man-db | [] [] |
753 minicom | [] [] [] [] |
754 mysecretdiary | [] [] [] [] |
755 nano | [] [] [] |
756 nano_1_0 | [] [] [] [] |
757 opcodes | [] [] |
758 parted | [] [] [] [] |
759 psmisc | [] [] |
760 ptx | [] [] [] [] [] [] |
761 pwdutils | [] |
762 python | |
763 radius | [] [] |
764 recode | [] [] [] [] [] [] |
765 rpm | [] [] [] [] |
766 screem | |
767 scrollkeeper | [] [] [] [] [] [] [] |
768 sed | [] [] [] [] [] [] [] [] |
769 sh-utils | [] [] [] |
770 shared-mime-info | [] [] [] [] [] |
771 sharutils | [] [] [] |
772 silky | [] |
773 skencil | [] [] [] |
774 sketch | [] [] [] |
775 solfege | |
776 soundtracker | [] [] |
777 sp | |
778 stardict | [] [] |
779 tar | [] [] [] [] |
780 texinfo | [] [] [] [] |
781 textutils | [] [] [] |
782 tin | |
783 tp-robot | [] |
784 tuxpaint | [] [] [] [] [] [] [] [] |
785 unicode-han-tra... | |
786 unicode-transla... | |
787 util-linux | [] [] [] |
788 vorbis-tools | [] [] |
789 wastesedge | |
790 wdiff | [] [] [] [] [] [] |
791 wget | [] [] [] [] [] [] [] [] [] |
792 xchat | [] [] [] [] [] [] |
793 xkeyboard-config | |
794 xpad | |
795 +-------------------------------------------------+
796 or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
797 1 0 48 30 58 6 79 71 5 45 13 12 50 86 0
798
799 tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
800 +--------------------------------------------+
801 GNUnet | | 0
802 a2ps | [] [] [] | 19
803 aegis | | 0
804 ant-phone | [] | 4
805 anubis | [] | 9
806 ap-utils | () | 1
807 aspell | [] [] [] | 13
808 bash | | 10
809 batchelor | [] [] | 7
810 bfd | | 1
811 bibshelf | [] | 5
812 binutils | [] | 6
813 bison | [] | 17
814 bluez-pin | [] [] [] [] [] | 24
815 clisp | | 7
816 console-tools | [] | 4
817 coreutils | [] | 16
818 cpio | [] [] | 6
819 cpplib | [] [] | 7
820 darkstat | [] () () | 15
821 dialog | [] [] [] | 25
822 diffutils | [] [] [] [] | 28
823 doodle | [] | 5
824 e2fsprogs | [] | 8
825 enscript | [] | 12
826 error | [] [] [] | 16
827 fetchmail | [] | 12
828 fileutils | [] [] [] | 18
829 findutils | [] [] | 17
830 flex | [] [] | 15
831 fslint | [] | 7
832 gas | [] | 3
833 gawk | [] | 14
834 gbiff | | 4
835 gcal | [] | 5
836 gcc | [] | 3
837 gettext-examples | [] [] [] [] | 20
838 gettext-runtime | [] [] [] [] [] | 25
839 gettext-tools | [] [] [] | 17
840 gimp-print | [] | 11
841 gip | [] | 8
842 gliv | [] | 6
843 glunarclock | [] [] | 13
844 gmult | [] [] [] | 13
845 gnubiff | [] | 3
846 gnucash | () [] | 10
847 gnucash-glossary | [] | 8
848 gpe-aerial | [] [] | 13
849 gpe-beam | [] [] | 13
850 gpe-calendar | [] [] [] [] | 18
851 gpe-clock | [] [] [] [] | 17
852 gpe-conf | [] [] | 12
853 gpe-contacts | [] [] | 6
854 gpe-edit | [] [] [] [] | 15
855 gpe-go | [] [] | 11
856 gpe-login | [] [] [] [] [] | 18
857 gpe-ownerinfo | [] [] [] [] | 19
858 gpe-sketchbook | [] [] | 14
859 gpe-su | [] [] [] | 16
860 gpe-taskmanager | [] [] [] | 17
861 gpe-timesheet | [] [] [] [] | 17
862 gpe-today | [] [] [] [] [] | 19
863 gpe-todo | [] [] [] | 16
864 gphoto2 | [] [] | 17
865 gprof | [] [] | 10
866 gpsdrive | | 2
867 gramadoir | [] | 6
868 grep | [] [] [] [] | 32
869 gretl | | 4
870 gsasl | [] [] | 12
871 gss | [] | 5
872 gst-plugins | [] [] | 16
873 gstreamer | [] [] [] | 14
874 gtick | [] | 11
875 gtkspell | [] [] [] | 20
876 hello | [] [] [] [] | 37
877 id-utils | [] [] | 13
878 impost | [] | 3
879 indent | [] [] [] | 24
880 iso_3166 | [] [] [] | 12
881 iso_3166_1 | [] [] | 20
882 iso_3166_2 | | 2
883 iso_3166_3 | [] [] | 8
884 iso_4217 | [] [] | 10
885 iso_639 | [] [] | 12
886 jpilot | [] [] [] | 6
887 jtag | | 2
888 jwhois | [] [] [] | 12
889 kbd | [] [] | 12
890 latrine | [] [] | 8
891 ld | [] | 5
892 libc | [] [] | 22
893 libextractor | | 1
894 libgpewidget | [] [] | 17
895 libgsasl | [] | 7
896 libiconv | [] [] [] [] [] | 32
897 libidn | [] [] | 5
898 lifelines | | 4
899 lilypond | [] | 5
900 lingoteach | | 5
901 lynx | [] [] | 14
902 m4 | [] [] | 17
903 mailutils | [] | 7
904 make | [] [] | 18
905 man-db | | 5
906 minicom | | 11
907 mysecretdiary | [] [] | 12
908 nano | | 11
909 nano_1_0 | [] [] | 17
910 opcodes | [] | 7
911 parted | [] [] [] | 17
912 psmisc | [] | 7
913 ptx | [] [] | 23
914 pwdutils | | 1
915 python | | 0
916 radius | [] | 6
917 recode | [] [] | 22
918 rpm | [] [] | 11
919 screem | | 1
920 scrollkeeper | [] [] | 23
921 sed | [] [] | 19
922 sh-utils | [] | 15
923 shared-mime-info | [] [] | 19
924 sharutils | [] [] [] | 20
925 silky | | 3
926 skencil | | 6
927 sketch | | 6
928 solfege | | 4
929 soundtracker | [] | 8
930 sp | [] | 3
931 stardict | [] [] [] [] | 10
932 tar | [] [] | 13
933 texinfo | [] [] | 14
934 textutils | [] [] [] | 17
935 tin | | 1
936 tp-robot | [] [] | 7
937 tuxpaint | [] [] [] [] | 34
938 unicode-han-tra... | | 0
939 unicode-transla... | | 2
940 util-linux | [] [] | 17
941 vorbis-tools | [] | 10
942 wastesedge | | 1
943 wdiff | [] [] | 22
944 wget | [] [] [] [] | 31
945 xchat | [] [] [] | 22
946 xkeyboard-config | | 1
947 xpad | [] | 5
948 +--------------------------------------------+
949 72 teams tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
950 147 domains 0 0 1 78 29 0 71 16 0 41 20 0 1711
951 670
952 Some counters in the preceding matrix are higher than the number of 671 Some counters in the preceding matrix are higher than the number of
953visible blocks let us expect. This is because a few extra PO files are 672visible blocks let us expect. This is because a few extra PO files are
@@ -960,13 +679,13 @@ distributed as such by its maintainer. There might be an observable
960lag between the mere existence a PO file and its wide availability in a 679lag between the mere existence a PO file and its wide availability in a
961distribution. 680distribution.
962 681
963 If April 2005 seems to be old, you may fetch a more recent copy of 682 If November 2003 seems to be old, you may fetch a more recent copy
964this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date 683of this `ABOUT-NLS' file on most GNU archive sites. The most
965matrix with full percentage details can be found at 684up-to-date matrix with full percentage details can be found at
966`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. 685`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
967 686
9681.6 Using `gettext' in new packages 687Using `gettext' in new packages
969=================================== 688===============================
970 689
971If you are writing a freely available program and want to 690If you are writing a freely available program and want to
972internationalize it you are welcome to use GNU `gettext' in your 691internationalize it you are welcome to use GNU `gettext' in your