aboutsummaryrefslogtreecommitdiff
path: root/ABOUT-NLS
diff options
context:
space:
mode:
Diffstat (limited to 'ABOUT-NLS')
-rw-r--r--ABOUT-NLS1466
1 files changed, 541 insertions, 925 deletions
diff --git a/ABOUT-NLS b/ABOUT-NLS
index ec20977e..b6f64a07 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
@@ -118,8 +117,8 @@ country code serves to distinguish the dialects.
118language and `CC' denoting the country, is the one use on systems based 117language and `CC' denoting the country, is the one use on systems based
119on GNU libc. On other systems, some variations of this scheme are 118on GNU libc. On other systems, some variations of this scheme are
120used, such as `LL' or `LL_CC.ENCODING'. You can get the list of 119used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
121locales supported by your system for your language by running the 120locales supported by your system for your country by running the command
122command `locale -a | grep '^LL''. 121`locale -a | grep '^LL''.
123 122
124 Not all programs have translations for all languages. By default, an 123 Not all programs have translations for all languages. By default, an
125English message is shown in place of a nonexistent translation. If you 124English message is shown in place of a nonexistent translation. If you
@@ -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
@@ -172,897 +164,521 @@ get started, please write to `translation@iro.umontreal.ca' to reach the
172coordinator for all translator teams. 164coordinator for all translator teams.
173 165
174 The English team is special. It works at improving and uniformizing 166 The English team is special. It works at improving and uniformizing
175the terminology in use. Proven linguistic skills are praised more than 167the terminology in use. Proven linguistic skill are praised more than
176programming skills, 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 October 174matrix shows the current state of internationalization, as of December
1832006. 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 eo 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 bison-runtime | | 194 coreutils | [] [] [] [] |
203 bluez-pin | [] [] [] [] [] | 195 cpio | [] [] [] |
204 cflow | [] | 196 darkstat | [] () [] |
205 clisp | [] [] | 197 diffutils | [] [] [] [] [] [] [] |
206 console-tools | [] [] | 198 e2fsprogs | [] [] |
207 coreutils | [] [] [] | 199 enscript | [] [] [] [] |
208 cpio | | 200 error | [] [] [] [] [] |
209 cpplib | [] [] [] | 201 fetchmail | [] () [] [] [] [] |
210 cryptonit | [] | 202 fileutils | [] [] [] |
211 darkstat | [] () [] | 203 findutils | [] [] [] [] [] [] [] |
212 dialog | [] [] [] [] [] [] | 204 flex | [] [] [] [] |
213 diffutils | [] [] [] [] [] [] | 205 fslint | |
214 doodle | [] | 206 gas | [] |
215 e2fsprogs | [] [] | 207 gawk | [] [] [] [] |
216 enscript | [] [] [] [] | 208 gbiff | [] |
217 error | [] [] [] [] | 209 gcal | [] |
218 fetchmail | [] [] () [] | 210 gcc | [] [] |
219 fileutils | [] [] | 211 gettext | [] [] [] [] [] |
220 findutils | [] [] [] | 212 gettext-examples | [] [] [] |
221 flex | [] [] [] | 213 gettext-runtime | [] [] [] [] [] |
222 fslint | [] | 214 gettext-tools | [] [] [] |
223 gas | | 215 gimp-print | [] [] [] [] [] |
224 gawk | [] [] [] | 216 gliv | |
225 gbiff | [] | 217 glunarclock | [] [] |
226 gcal | [] | 218 gnubiff | [] |
227 gcc | [] | 219 gnucash | [] () [] [] |
228 gettext-examples | [] [] [] [] [] | 220 gnucash-glossary | [] () [] |
229 gettext-runtime | [] [] [] [] [] | 221 gnupg | [] () [] [] [] [] |
230 gettext-tools | [] [] | 222 gpe-aerial | [] |
231 gimp-print | [] [] [] [] | 223 gpe-beam | [] [] |
232 gip | [] | 224 gpe-calendar | [] [] |
233 gliv | [] | 225 gpe-clock | [] [] |
234 glunarclock | [] | 226 gpe-conf | [] [] |
235 gmult | [] [] | 227 gpe-contacts | [] [] |
236 gnubiff | () | 228 gpe-edit | [] |
237 gnucash | () () [] | 229 gpe-go | [] |
238 gnucash-glossary | [] () | 230 gpe-login | [] [] |
239 gnuedu | | 231 gpe-ownerinfo | [] [] |
240 gnulib | [] [] [] [] [] [] | 232 gpe-sketchbook | [] [] |
241 gnunet-gtk | | 233 gpe-su | [] [] |
242 gnutls | | 234 gpe-taskmanager | [] [] |
243 gpe-aerial | [] [] | 235 gpe-timesheet | [] |
244 gpe-beam | [] [] | 236 gpe-today | [] [] |
245 gpe-calendar | | 237 gpe-todo | [] [] |
246 gpe-clock | [] [] | 238 gphoto2 | [] [] [] [] |
247 gpe-conf | [] [] | 239 gprof | [] [] [] |
248 gpe-contacts | | 240 gpsdrive | () () () |
249 gpe-edit | [] | 241 gramadoir | [] |
250 gpe-filemanager | | 242 grep | [] [] [] [] [] [] |
251 gpe-go | [] | 243 gretl | [] |
252 gpe-login | [] [] | 244 gtick | () |
253 gpe-ownerinfo | [] [] | 245 hello | [] [] [] [] [] [] |
254 gpe-package | | 246 id-utils | [] [] |
255 gpe-sketchbook | [] [] | 247 indent | [] [] [] [] |
256 gpe-su | [] [] | 248 jpilot | [] [] [] |
257 gpe-taskmanager | [] [] | 249 jtag | |
258 gpe-timesheet | [] | 250 jwhois | [] |
259 gpe-today | [] [] | 251 kbd | [] [] [] [] [] |
260 gpe-todo | | 252 latrine | () |
261 gphoto2 | [] [] [] [] | 253 ld | [] [] |
262 gprof | [] [] | 254 libc | [] [] [] [] [] [] |
263 gpsdrive | () () | 255 libgpewidget | [] [] |
264 gramadoir | [] [] | 256 libiconv | [] [] [] [] [] |
265 grep | [] [] [] [] [] [] | 257 lifelines | [] () |
266 gretl | | 258 lilypond | [] |
267 gsasl | | 259 lingoteach | |
268 gss | | 260 lingoteach_lessons | () () |
269 gst-plugins | [] [] [] [] | 261 lynx | [] [] [] [] |
270 gst-plugins-base | [] [] [] | 262 m4 | [] [] [] [] |
271 gst-plugins-good | [] [] [] [] [] [] [] | 263 mailutils | [] [] |
272 gstreamer | [] [] [] [] [] [] [] | 264 make | [] [] [] |
273 gtick | () | 265 man-db | [] () [] [] () |
274 gtkam | [] [] [] | 266 minicom | [] [] [] |
275 gtkorphan | [] [] | 267 mysecretdiary | [] [] [] |
276 gtkspell | [] [] [] [] | 268 nano | [] () [] [] [] |
277 gutenprint | [] | 269 nano_1_0 | [] () [] [] [] |
278 hello | [] [] [] [] [] | 270 opcodes | [] |
279 id-utils | [] [] | 271 parted | [] [] [] [] [] |
280 impost | | 272 ptx | [] [] [] [] [] |
281 indent | [] [] [] | 273 python | |
282 iso_3166 | [] [] | 274 radius | [] |
283 iso_3166_2 | | 275 recode | [] [] [] [] [] [] [] |
284 iso_4217 | [] | 276 rpm | [] [] |
285 iso_639 | [] [] | 277 screem | |
286 jpilot | [] | 278 scrollkeeper | [] [] [] [] [] [] |
287 jtag | | 279 sed | [] [] [] [] [] |
288 jwhois | | 280 sh-utils | [] [] [] |
289 kbd | [] [] [] [] | 281 shared-mime-info | |
290 keytouch | | 282 sharutils | [] [] [] [] [] [] |
291 keytouch-editor | | 283 silky | () |
292 keytouch-keyboa... | | 284 skencil | [] () [] |
293 latrine | () | 285 sketch | [] () [] |
294 ld | [] | 286 soundtracker | [] [] [] |
295 leafpad | [] [] [] [] [] | 287 sp | [] |
296 libc | [] [] [] [] [] | 288 tar | [] [] [] [] |
297 libexif | [] | 289 texinfo | [] [] [] |
298 libextractor | [] | 290 textutils | [] [] [] [] |
299 libgpewidget | [] [] [] | 291 tin | () () |
300 libgpg-error | [] | 292 tuxpaint | [] [] [] [] [] [] [] |
301 libgphoto2 | [] [] | 293 util-linux | [] [] [] [] [] |
302 libgphoto2_port | [] [] | 294 vorbis-tools | [] [] [] [] |
303 libgsasl | | 295 wastesedge | () |
304 libiconv | [] [] | 296 wdiff | [] [] [] [] |
305 libidn | [] [] | 297 wget | [] [] [] [] [] [] |
306 lifelines | [] () | 298 xchat | [] [] [] [] |
307 lilypond | [] | 299 xfree86_xkb_xml | [] |
308 lingoteach | | 300 xpad | [] |
309 lynx | [] [] [] [] | 301 +-------------------------------------------+
310 m4 | [] [] [] [] | 302 am az be bg ca cs da de el en en_GB eo es
311 mailutils | [] | 303 0 0 8 3 37 38 56 73 15 1 5 12 64
312 make | [] [] | 304
313 man-db | [] () [] [] | 305 et fa fi fr ga gl he hr hu id is it ja
314 minicom | [] [] [] | 306 +----------------------------------------+
315 mysecretdiary | [] [] | 307 a2ps | [] [] [] () |
316 nano | [] [] [] | 308 aegis | |
317 nano_1_0 | [] () [] [] | 309 ant-phone | |
318 opcodes | [] | 310 anubis | [] |
319 parted | | 311 ap-utils | [] |
320 pilot-qof | [] | 312 bash | [] [] |
321 psmisc | [] | 313 batchelor | [] |
322 pwdutils | | 314 bfd | [] |
323 python | | 315 binutils | [] [] |
324 qof | | 316 bison | [] [] [] [] |
325 radius | [] | 317 bluez-pin | [] [] [] [] [] |
326 recode | [] [] [] [] [] [] | 318 clisp | |
327 rpm | [] [] | 319 clisp | [] |
328 screem | | 320 coreutils | [] [] [] [] [] [] |
329 scrollkeeper | [] [] [] [] [] [] [] [] | 321 cpio | [] [] [] |
330 sed | [] [] [] | 322 darkstat | () [] [] [] |
331 sh-utils | [] [] | 323 diffutils | [] [] [] [] [] [] [] |
332 shared-mime-info | [] [] [] [] | 324 e2fsprogs | |
333 sharutils | [] [] [] [] [] [] | 325 enscript | [] [] |
334 shishi | | 326 error | [] [] [] [] |
335 silky | | 327 fetchmail | [] |
336 skencil | [] () | 328 fileutils | [] [] [] [] [] [] |
337 sketch | [] () | 329 findutils | [] [] [] [] [] [] [] [] [] [] |
338 solfege | | 330 flex | [] [] |
339 soundtracker | [] [] | 331 fslint | |
340 sp | [] | 332 gas | [] |
341 stardict | [] | 333 gawk | [] [] [] |
342 system-tools-ba... | [] [] [] [] [] [] [] [] [] | 334 gbiff | |
343 tar | [] | 335 gcal | [] |
344 texinfo | [] [] [] | 336 gcc | [] |
345 textutils | [] [] [] | 337 gettext | [] [] |
346 tin | () () | 338 gettext-examples | [] [] |
347 tp-robot | [] | 339 gettext-runtime | [] [] [] [] |
348 tuxpaint | [] [] [] [] [] | 340 gettext-tools | [] [] |
349 unicode-han-tra... | | 341 gimp-print | [] [] |
350 unicode-transla... | | 342 gliv | () |
351 util-linux | [] [] [] [] | 343 glunarclock | [] [] [] [] |
352 vorbis-tools | [] [] [] [] | 344 gnubiff | |
353 wastesedge | () | 345 gnucash | () [] |
354 wdiff | [] [] [] [] | 346 gnucash-glossary | [] |
355 wget | [] [] | 347 gnupg | [] [] [] [] [] [] [] |
356 xchat | [] [] [] [] [] [] | 348 gpe-aerial | [] |
357 xkeyboard-config | | 349 gpe-beam | [] |
358 xpad | [] [] | 350 gpe-calendar | [] [] [] |
359 +----------------------------------------------------+ 351 gpe-clock | [] |
360 af am ar az be bg bs ca cs cy da de el en en_GB eo 352 gpe-conf | [] |
361 10 0 1 2 9 22 1 42 41 2 60 95 16 1 17 16 353 gpe-contacts | [] [] |
362 354 gpe-edit | [] [] |
363 es et eu fa fi fr ga gl gu he hi hr hu id is it 355 gpe-go | [] |
364 +--------------------------------------------------+ 356 gpe-login | [] [] |
365 GNUnet | | 357 gpe-ownerinfo | [] [] [] |
366 a2ps | [] [] [] () | 358 gpe-sketchbook | [] |
367 aegis | | 359 gpe-su | [] |
368 ant-phone | [] | 360 gpe-taskmanager | [] |
369 anubis | [] | 361 gpe-timesheet | [] [] [] |
370 ap-utils | [] [] | 362 gpe-today | [] [] |
371 aspell | [] [] [] | 363 gpe-todo | [] [] |
372 bash | [] [] [] | 364 gphoto2 | [] [] [] |
373 batchelor | [] [] | 365 gprof | [] [] |
374 bfd | [] | 366 gpsdrive | () [] () () |
375 bibshelf | [] [] [] | 367 gramadoir | [] |
376 binutils | [] [] [] | 368 grep | [] [] [] [] [] [] [] [] [] [] [] |
377 bison | [] [] [] [] [] [] | 369 gretl | [] |
378 bison-runtime | [] [] [] [] [] | 370 gtick | [] [] |
379 bluez-pin | [] [] [] [] [] | 371 hello | [] [] [] [] [] [] [] [] [] [] [] [] |
380 cflow | [] | 372 id-utils | [] [] [] [] |
381 clisp | [] [] | 373 indent | [] [] [] [] [] [] [] [] [] |
382 console-tools | | 374 jpilot | [] () |
383 coreutils | [] [] [] [] [] [] | 375 jtag | |
384 cpio | [] [] [] | 376 jwhois | [] [] [] [] |
385 cpplib | [] [] | 377 kbd | [] |
386 cryptonit | [] | 378 latrine | |
387 darkstat | [] () [] [] [] | 379 ld | [] |
388 dialog | [] [] [] [] [] [] [] [] | 380 libc | [] [] [] [] [] |
389 diffutils | [] [] [] [] [] [] [] [] [] | 381 libgpewidget | [] [] [] [] |
390 doodle | [] [] | 382 libiconv | [] [] [] [] [] [] [] [] [] |
391 e2fsprogs | [] [] [] | 383 lifelines | () |
392 enscript | [] [] [] | 384 lilypond | [] |
393 error | [] [] [] [] [] | 385 lingoteach | [] [] |
394 fetchmail | [] | 386 lingoteach_lessons | |
395 fileutils | [] [] [] [] [] [] | 387 lynx | [] [] [] [] |
396 findutils | [] [] [] [] | 388 m4 | [] [] [] [] |
397 flex | [] [] [] | 389 mailutils | |
398 fslint | [] | 390 make | [] [] [] [] [] |
399 gas | [] [] | 391 man-db | () () |
400 gawk | [] [] [] [] | 392 minicom | [] [] [] [] |
401 gbiff | [] | 393 mysecretdiary | [] [] |
402 gcal | [] [] | 394 nano | [] [] [] [] |
403 gcc | [] | 395 nano_1_0 | [] [] [] [] |
404 gettext-examples | [] [] [] [] [] [] | 396 opcodes | [] |
405 gettext-runtime | [] [] [] [] [] [] | 397 parted | [] [] [] |
406 gettext-tools | [] [] [] | 398 ptx | [] [] [] [] [] [] [] |
407 gimp-print | [] [] | 399 python | |
408 gip | [] [] [] | 400 radius | [] |
409 gliv | () | 401 recode | [] [] [] [] [] [] |
410 glunarclock | [] [] [] | 402 rpm | |
411 gmult | [] [] [] | 403 screem | |
412 gnubiff | () () | 404 scrollkeeper | [] |
413 gnucash | () () () | 405 sed | [] [] [] [] [] [] [] [] [] |
414 gnucash-glossary | [] [] | 406 sh-utils | [] [] [] [] [] [] [] |
415 gnuedu | [] | 407 shared-mime-info | [] |
416 gnulib | [] [] [] [] [] [] [] [] | 408 sharutils | [] [] [] [] [] |
417 gnunet-gtk | | 409 silky | [] () |
418 gnutls | | 410 skencil | [] |
419 gpe-aerial | [] [] | 411 sketch | [] |
420 gpe-beam | [] [] | 412 soundtracker | [] [] [] [] |
421 gpe-calendar | | 413 sp | [] () |
422 gpe-clock | [] [] [] [] | 414 tar | [] [] [] [] [] [] [] [] [] |
423 gpe-conf | [] | 415 texinfo | [] [] [] [] |
424 gpe-contacts | [] [] | 416 textutils | [] [] [] [] [] |
425 gpe-edit | [] [] [] [] | 417 tin | [] () |
426 gpe-filemanager | [] | 418 tuxpaint | [] [] [] [] [] [] [] [] |
427 gpe-go | [] [] [] | 419 util-linux | [] [] [] [] () [] |
428 gpe-login | [] [] [] | 420 vorbis-tools | [] |
429 gpe-ownerinfo | [] [] [] [] [] | 421 wastesedge | () |
430 gpe-package | [] | 422 wdiff | [] [] [] [] [] [] |
431 gpe-sketchbook | [] [] | 423 wget | [] [] [] [] [] [] [] |
432 gpe-su | [] [] [] [] | 424 xchat | [] [] [] |
433 gpe-taskmanager | [] [] [] | 425 xfree86_xkb_xml | |
434 gpe-timesheet | [] [] [] [] | 426 xpad | [] |
435 gpe-today | [] [] [] [] | 427 +----------------------------------------+
436 gpe-todo | [] | 428 et fa fi fr ga gl he hr hu id is it ja
437 gphoto2 | [] [] [] [] [] | 429 21 1 25 86 24 24 8 10 38 31 1 23 32
438 gprof | [] [] [] [] | 430
439 gpsdrive | () () [] () | 431 ko lg lt lv ms nb nl nn no pl pt pt_BR ro
440 gramadoir | [] [] | 432 +-------------------------------------------+
441 grep | [] [] [] [] [] [] [] [] [] [] [] [] | 433 a2ps | () [] [] () () [] [] |
442 gretl | [] [] [] | 434 aegis | () () |
443 gsasl | [] [] | 435 ant-phone | [] [] |
444 gss | [] | 436 anubis | [] [] [] [] [] |
445 gst-plugins | [] [] [] | 437 ap-utils | [] () [] |
446 gst-plugins-base | [] [] | 438 bash | [] [] |
447 gst-plugins-good | [] [] [] | 439 batchelor | [] |
448 gstreamer | [] [] [] | 440 bfd | [] |
449 gtick | [] | 441 binutils | |
450 gtkam | [] [] [] [] | 442 bison | [] [] [] [] |
451 gtkorphan | [] [] | 443 bluez-pin | [] [] [] |
452 gtkspell | [] [] [] [] [] [] | 444 clisp | |
453 gutenprint | [] | 445 clisp | [] |
454 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | 446 coreutils | [] |
455 id-utils | [] [] [] [] [] | 447 cpio | [] [] [] [] [] |
456 impost | [] [] | 448 darkstat | [] [] [] [] |
457 indent | [] [] [] [] [] [] [] [] [] [] | 449 diffutils | [] [] [] [] |
458 iso_3166 | [] [] [] | 450 e2fsprogs | [] |
459 iso_3166_2 | [] | 451 enscript | [] [] [] |
460 iso_4217 | [] [] [] [] | 452 error | [] [] [] |
461 iso_639 | [] [] [] [] [] | 453 fetchmail | [] [] () |
462 jpilot | [] [] | 454 fileutils | [] [] |
463 jtag | [] | 455 findutils | [] [] [] [] [] |
464 jwhois | [] [] [] [] [] | 456 flex | [] [] [] [] |
465 kbd | [] [] | 457 fslint | [] [] |
466 keytouch | [] | 458 gas | |
467 keytouch-editor | [] | 459 gawk | [] [] [] |
468 keytouch-keyboa... | [] | 460 gbiff | [] [] |
469 latrine | [] [] [] | 461 gcal | |
470 ld | [] [] | 462 gcc | |
471 leafpad | [] [] [] [] [] [] | 463 gettext | [] [] [] |
472 libc | [] [] [] [] [] | 464 gettext-examples | [] [] |
473 libexif | [] | 465 gettext-runtime | [] [] [] |
474 libextractor | [] | 466 gettext-tools | [] [] [] |
475 libgpewidget | [] [] [] [] [] | 467 gimp-print | [] |
476 libgpg-error | | 468 gliv | [] [] [] |
477 libgphoto2 | [] [] [] | 469 glunarclock | [] [] [] |
478 libgphoto2_port | [] [] | 470 gnubiff | |
479 libgsasl | [] [] | 471 gnucash | [] [] () |
480 libiconv | [] [] | 472 gnucash-glossary | [] [] |
481 libidn | [] [] | 473 gnupg | [] |
482 lifelines | () | 474 gpe-aerial | [] [] [] |
483 lilypond | [] | 475 gpe-beam | [] [] [] |
484 lingoteach | [] [] [] | 476 gpe-calendar | [] [] [] |
485 lynx | [] [] [] | 477 gpe-clock | [] [] [] |
486 m4 | [] [] [] [] | 478 gpe-conf | [] [] [] |
487 mailutils | [] [] | 479 gpe-contacts | [] [] [] |
488 make | [] [] [] [] [] [] [] [] | 480 gpe-edit | [] [] [] |
489 man-db | () | 481 gpe-go | [] [] |
490 minicom | [] [] [] [] | 482 gpe-login | [] [] [] |
491 mysecretdiary | [] [] [] | 483 gpe-ownerinfo | [] [] [] |
492 nano | [] [] [] [] [] [] | 484 gpe-sketchbook | [] [] [] |
493 nano_1_0 | [] [] [] [] [] | 485 gpe-su | [] [] [] |
494 opcodes | [] [] [] [] | 486 gpe-taskmanager | [] [] [] |
495 parted | [] [] [] [] | 487 gpe-timesheet | [] [] [] |
496 pilot-qof | | 488 gpe-today | [] [] [] |
497 psmisc | [] [] [] | 489 gpe-todo | [] [] [] |
498 pwdutils | | 490 gphoto2 | [] |
499 python | | 491 gprof | [] [] |
500 qof | [] | 492 gpsdrive | () () () [] |
501 radius | [] [] | 493 gramadoir | [] |
502 recode | [] [] [] [] [] [] [] [] | 494 grep | [] [] [] [] |
503 rpm | [] [] | 495 gretl | |
504 screem | | 496 gtick | [] [] |
505 scrollkeeper | [] [] [] | 497 hello | [] [] [] [] [] [] [] [] [] [] |
506 sed | [] [] [] [] [] | 498 id-utils | [] [] [] |
507 sh-utils | [] [] [] [] [] [] [] | 499 indent | [] [] [] |
508 shared-mime-info | [] [] [] [] [] [] | 500 jpilot | () () |
509 sharutils | [] [] [] [] [] [] [] [] | 501 jtag | |
510 shishi | | 502 jwhois | [] [] [] [] |
511 silky | [] | 503 kbd | [] [] [] |
512 skencil | [] [] | 504 latrine | [] |
513 sketch | [] [] | 505 ld | |
514 solfege | [] | 506 libc | [] [] [] [] [] |
515 soundtracker | [] [] [] | 507 libgpewidget | [] [] [] |
516 sp | [] | 508 libiconv | [] [] [] [] |
517 stardict | [] | 509 lifelines | |
518 system-tools-ba... | [] [] [] [] [] [] [] [] | 510 lilypond | |
519 tar | [] [] [] [] [] [] [] | 511 lingoteach | |
520 texinfo | [] [] | 512 lingoteach_lessons | |
521 textutils | [] [] [] [] [] | 513 lynx | [] [] |
522 tin | [] () | 514 m4 | [] [] [] [] |
523 tp-robot | [] [] [] [] | 515 mailutils | [] [] |
524 tuxpaint | [] [] | 516 make | [] [] [] [] |
525 unicode-han-tra... | | 517 man-db | [] |
526 unicode-transla... | [] [] | 518 minicom | [] [] [] |
527 util-linux | [] [] [] [] [] [] [] | 519 mysecretdiary | [] [] [] |
528 vorbis-tools | [] [] | 520 nano | [] [] [] [] |
529 wastesedge | () | 521 nano_1_0 | [] [] [] [] [] |
530 wdiff | [] [] [] [] [] [] [] [] | 522 opcodes | [] [] |
531 wget | [] [] [] [] [] [] [] [] | 523 parted | [] [] [] [] |
532 xchat | [] [] [] [] [] [] [] [] | 524 ptx | [] [] [] [] [] [] [] |
533 xkeyboard-config | [] [] [] [] | 525 python | |
534 xpad | [] [] [] | 526 radius | [] |
535 +--------------------------------------------------+ 527 recode | [] [] [] |
536 es et eu fa fi fr ga gl gu he hi hr hu id is it 528 rpm | [] [] |
537 88 22 14 2 40 115 61 14 1 8 1 6 59 31 0 52 529 screem | |
538 530 scrollkeeper | [] [] [] [] |
539 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no 531 sed | [] [] [] |
540 +-------------------------------------------------+ 532 sh-utils | [] |
541 GNUnet | | 533 shared-mime-info | [] |
542 a2ps | () [] [] () | 534 sharutils | [] |
543 aegis | () | 535 silky | |
544 ant-phone | [] | 536 skencil | [] [] |
545 anubis | [] [] [] | 537 sketch | [] [] |
546 ap-utils | [] | 538 soundtracker | |
547 aspell | [] [] | 539 sp | |
548 bash | [] | 540 tar | [] [] [] [] [] [] |
549 batchelor | [] [] | 541 texinfo | [] [] [] |
550 bfd | | 542 textutils | [] [] |
551 bibshelf | [] | 543 tin | |
552 binutils | | 544 tuxpaint | [] [] [] [] [] [] [] [] [] |
553 bison | [] [] [] | 545 util-linux | [] [] |
554 bison-runtime | [] [] [] | 546 vorbis-tools | [] [] |
555 bluez-pin | [] [] [] | 547 wastesedge | |
556 cflow | | 548 wdiff | [] [] [] [] |
557 clisp | [] | 549 wget | [] [] |
558 console-tools | | 550 xchat | [] [] |
559 coreutils | [] | 551 xfree86_xkb_xml | [] |
560 cpio | | 552 xpad | [] [] |
561 cpplib | [] | 553 +-------------------------------------------+
562 cryptonit | [] | 554 ko lg lt lv ms nb nl nn no pl pt pt_BR ro
563 darkstat | [] [] | 555 12 0 1 2 12 10 60 4 4 38 25 35 76
564 dialog | [] [] | 556
565 diffutils | [] [] [] | 557 ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
566 doodle | | 558 +-------------------------------------------+
567 e2fsprogs | [] | 559 a2ps | [] [] [] [] [] | 16
568 enscript | [] | 560 aegis | () | 0
569 error | [] | 561 ant-phone | | 2
570 fetchmail | [] [] | 562 anubis | [] [] [] | 9
571 fileutils | [] [] | 563 ap-utils | () | 3
572 findutils | [] | 564 bash | [] | 9
573 flex | [] [] | 565 batchelor | | 2
574 fslint | [] [] | 566 bfd | [] [] | 6
575 gas | | 567 binutils | [] [] [] | 7
576 gawk | [] [] | 568 bison | [] [] [] | 14
577 gbiff | [] | 569 bluez-pin | [] [] [] | 13
578 gcal | | 570 clisp | | 0
579 gcc | | 571 clisp | | 5
580 gettext-examples | [] [] | 572 coreutils | [] [] [] [] [] | 16
581 gettext-runtime | [] [] [] | 573 cpio | [] [] [] | 14
582 gettext-tools | [] [] | 574 darkstat | [] [] [] () () | 12
583 gimp-print | [] [] | 575 diffutils | [] [] [] [] | 22
584 gip | [] [] | 576 e2fsprogs | [] [] | 5
585 gliv | [] | 577 enscript | [] [] [] | 12
586 glunarclock | [] [] | 578 error | [] [] [] | 15
587 gmult | [] [] | 579 fetchmail | [] [] [] | 11
588 gnubiff | | 580 fileutils | [] [] [] [] [] [] | 17
589 gnucash | () () | 581 findutils | [] [] [] [] [] [] [] | 29
590 gnucash-glossary | [] | 582 flex | [] [] [] | 13
591 gnuedu | | 583 fslint | | 2
592 gnulib | [] [] [] [] | 584 gas | [] | 3
593 gnunet-gtk | | 585 gawk | [] [] | 12
594 gnutls | | 586 gbiff | | 3
595 gpe-aerial | [] | 587 gcal | [] [] | 4
596 gpe-beam | [] | 588 gcc | [] | 4
597 gpe-calendar | [] | 589 gettext | [] [] [] [] [] [] | 16
598 gpe-clock | [] [] [] | 590 gettext-examples | [] [] [] [] | 11
599 gpe-conf | [] [] | 591 gettext-runtime | [] [] [] [] [] [] [] [] [] | 21
600 gpe-contacts | [] | 592 gettext-tools | [] [] [] [] [] [] | 14
601 gpe-edit | [] [] [] | 593 gimp-print | [] [] | 10
602 gpe-filemanager | [] [] | 594 gliv | | 3
603 gpe-go | [] [] [] | 595 glunarclock | [] [] [] [] | 13
604 gpe-login | [] [] [] | 596 gnubiff | | 1
605 gpe-ownerinfo | [] [] | 597 gnucash | [] [] [] | 9
606 gpe-package | [] [] | 598 gnucash-glossary | [] [] [] | 8
607 gpe-sketchbook | [] [] | 599 gnupg | [] [] [] [] | 17
608 gpe-su | [] [] [] | 600 gpe-aerial | [] [] | 7
609 gpe-taskmanager | [] [] [] [] | 601 gpe-beam | [] [] | 8
610 gpe-timesheet | [] | 602 gpe-calendar | [] [] [] [] [] | 13
611 gpe-today | [] [] | 603 gpe-clock | [] [] [] [] | 10
612 gpe-todo | [] | 604 gpe-conf | [] [] [] | 9
613 gphoto2 | [] [] | 605 gpe-contacts | [] [] [] [] | 11
614 gprof | | 606 gpe-edit | [] [] [] [] [] [] | 12
615 gpsdrive | () () () | 607 gpe-go | [] | 5
616 gramadoir | () | 608 gpe-login | [] [] [] [] [] [] | 13
617 grep | [] [] [] [] | 609 gpe-ownerinfo | [] [] [] [] [] | 13
618 gretl | | 610 gpe-sketchbook | [] [] [] | 9
619 gsasl | [] | 611 gpe-su | [] [] [] [] | 10
620 gss | | 612 gpe-taskmanager | [] [] [] [] | 10
621 gst-plugins | [] | 613 gpe-timesheet | [] [] [] [] [] | 12
622 gst-plugins-base | | 614 gpe-today | [] [] [] [] [] [] | 13
623 gst-plugins-good | [] | 615 gpe-todo | [] [] [] [] [] | 12
624 gstreamer | [] | 616 gphoto2 | [] [] [] | 11
625 gtick | | 617 gprof | [] [] | 9
626 gtkam | [] | 618 gpsdrive | [] [] | 4
627 gtkorphan | [] | 619 gramadoir | | 3
628 gtkspell | [] [] | 620 grep | [] [] [] [] [] | 26
629 gutenprint | | 621 gretl | | 2
630 hello | [] [] [] [] [] [] | 622 gtick | [] | 5
631 id-utils | [] | 623 hello | [] [] [] [] [] | 33
632 impost | | 624 id-utils | [] [] [] | 12
633 indent | [] [] | 625 indent | [] [] [] [] [] | 21
634 iso_3166 | [] | 626 jpilot | [] [] [] [] [] | 9
635 iso_3166_2 | [] | 627 jtag | [] | 1
636 iso_4217 | [] [] [] | 628 jwhois | () () [] [] | 11
637 iso_639 | [] [] | 629 kbd | [] [] | 11
638 jpilot | () () () | 630 latrine | | 1
639 jtag | | 631 ld | [] [] | 5
640 jwhois | [] | 632 libc | [] [] [] [] | 20
641 kbd | [] | 633 libgpewidget | [] [] [] [] | 13
642 keytouch | [] | 634 libiconv | [] [] [] [] [] [] [] [] [] | 27
643 keytouch-editor | | 635 lifelines | [] | 2
644 keytouch-keyboa... | | 636 lilypond | [] | 3
645 latrine | [] | 637 lingoteach | | 2
646 ld | | 638 lingoteach_lessons | () | 0
647 leafpad | [] [] | 639 lynx | [] [] [] [] | 14
648 libc | [] [] [] [] [] | 640 m4 | [] [] [] | 15
649 libexif | | 641 mailutils | [] | 5
650 libextractor | | 642 make | [] [] [] [] | 16
651 libgpewidget | [] | 643 man-db | [] | 5
652 libgpg-error | | 644 minicom | [] | 11
653 libgphoto2 | [] | 645 mysecretdiary | [] [] | 10
654 libgphoto2_port | [] | 646 nano | [] [] [] [] [] | 17
655 libgsasl | [] | 647 nano_1_0 | [] [] [] [] | 17
656 libiconv | | 648 opcodes | [] [] | 6
657 libidn | [] [] | 649 parted | [] [] [] | 15
658 lifelines | [] | 650 ptx | [] [] [] | 22
659 lilypond | | 651 python | | 0
660 lingoteach | [] | 652 radius | [] | 4
661 lynx | [] [] | 653 recode | [] [] [] [] | 20
662 m4 | [] [] | 654 rpm | [] [] [] | 7
663 mailutils | | 655 screem | [] [] | 2
664 make | [] [] [] | 656 scrollkeeper | [] [] [] [] | 15
665 man-db | () | 657 sed | [] [] [] [] [] [] | 23
666 minicom | [] | 658 sh-utils | [] [] [] | 14
667 mysecretdiary | [] | 659 shared-mime-info | [] [] | 4
668 nano | [] [] [] | 660 sharutils | [] [] [] [] [] | 17
669 nano_1_0 | [] [] [] | 661 silky | () | 2
670 opcodes | [] | 662 skencil | [] | 6
671 parted | [] [] | 663 sketch | [] | 6
672 pilot-qof | | 664 soundtracker | [] [] | 9
673 psmisc | [] [] [] | 665 sp | [] | 3
674 pwdutils | | 666 tar | [] [] [] [] [] | 24
675 python | | 667 texinfo | [] [] [] [] | 14
676 qof | | 668 textutils | [] [] [] [] [] | 16
677 radius | | 669 tin | | 1
678 recode | [] | 670 tuxpaint | [] [] [] [] [] | 29
679 rpm | [] [] | 671 util-linux | [] [] [] | 15
680 screem | [] | 672 vorbis-tools | [] | 8
681 scrollkeeper | [] [] [] [] | 673 wastesedge | | 0
682 sed | [] [] | 674 wdiff | [] [] [] [] | 18
683 sh-utils | [] [] | 675 wget | [] [] [] [] [] [] [] [] | 23
684 shared-mime-info | [] [] [] [] [] | 676 xchat | [] [] [] [] [] | 14
685 sharutils | [] [] | 677 xfree86_xkb_xml | [] [] [] [] [] [] | 8
686 shishi | | 678 xpad | | 4
687 silky | [] | 679 +-------------------------------------------+
688 skencil | | 680 51 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
689 sketch | | 681 120 domains 59 42 16 25 81 0 56 12 1 10 21 22 1260
690 solfege | |
691 soundtracker | |
692 sp | () |
693 stardict | [] [] |
694 system-tools-ba... | [] [] [] [] |
695 tar | [] [] [] |
696 texinfo | [] [] [] |
697 textutils | [] [] [] |
698 tin | |
699 tp-robot | [] |
700 tuxpaint | [] |
701 unicode-han-tra... | |
702 unicode-transla... | |
703 util-linux | [] [] |
704 vorbis-tools | [] |
705 wastesedge | [] |
706 wdiff | [] [] |
707 wget | [] [] |
708 xchat | [] [] [] [] |
709 xkeyboard-config | [] |
710 xpad | [] [] [] |
711 +-------------------------------------------------+
712 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
713 52 24 2 2 1 3 0 2 3 21 0 15 1 97 5 1
714
715 nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
716 +------------------------------------------------------+
717 GNUnet | |
718 a2ps | () [] [] [] [] [] [] |
719 aegis | () () |
720 ant-phone | [] [] |
721 anubis | [] [] [] |
722 ap-utils | () |
723 aspell | [] [] |
724 bash | [] [] [] |
725 batchelor | [] [] |
726 bfd | |
727 bibshelf | [] |
728 binutils | [] [] |
729 bison | [] [] [] [] [] |
730 bison-runtime | [] [] [] [] |
731 bluez-pin | [] [] [] [] [] [] [] [] [] |
732 cflow | [] |
733 clisp | [] |
734 console-tools | [] |
735 coreutils | [] [] [] [] |
736 cpio | [] [] [] |
737 cpplib | [] |
738 cryptonit | [] [] |
739 darkstat | [] [] [] [] [] [] |
740 dialog | [] [] [] [] [] [] [] [] [] |
741 diffutils | [] [] [] [] [] [] |
742 doodle | [] [] |
743 e2fsprogs | [] [] |
744 enscript | [] [] [] [] [] |
745 error | [] [] [] [] |
746 fetchmail | [] [] [] |
747 fileutils | [] [] [] [] [] |
748 findutils | [] [] [] [] [] [] |
749 flex | [] [] [] [] [] |
750 fslint | [] [] [] [] |
751 gas | |
752 gawk | [] [] [] [] |
753 gbiff | [] |
754 gcal | [] |
755 gcc | [] |
756 gettext-examples | [] [] [] [] [] [] [] [] |
757 gettext-runtime | [] [] [] [] [] [] [] [] |
758 gettext-tools | [] [] [] [] [] [] [] |
759 gimp-print | [] [] |
760 gip | [] [] [] [] |
761 gliv | [] [] [] [] |
762 glunarclock | [] [] [] [] [] [] |
763 gmult | [] [] [] [] |
764 gnubiff | () |
765 gnucash | () [] |
766 gnucash-glossary | [] [] [] |
767 gnuedu | |
768 gnulib | [] [] [] [] [] |
769 gnunet-gtk | [] |
770 gnutls | [] [] |
771 gpe-aerial | [] [] [] [] [] [] [] |
772 gpe-beam | [] [] [] [] [] [] [] |
773 gpe-calendar | [] |
774 gpe-clock | [] [] [] [] [] [] [] [] |
775 gpe-conf | [] [] [] [] [] [] [] |
776 gpe-contacts | [] [] [] [] [] |
777 gpe-edit | [] [] [] [] [] [] [] [] |
778 gpe-filemanager | [] [] |
779 gpe-go | [] [] [] [] [] [] |
780 gpe-login | [] [] [] [] [] [] [] [] |
781 gpe-ownerinfo | [] [] [] [] [] [] [] [] |
782 gpe-package | [] [] |
783 gpe-sketchbook | [] [] [] [] [] [] [] [] |
784 gpe-su | [] [] [] [] [] [] [] [] |
785 gpe-taskmanager | [] [] [] [] [] [] [] [] |
786 gpe-timesheet | [] [] [] [] [] [] [] [] |
787 gpe-today | [] [] [] [] [] [] [] [] |
788 gpe-todo | [] [] [] [] |
789 gphoto2 | [] [] [] [] [] |
790 gprof | [] [] [] |
791 gpsdrive | [] [] [] |
792 gramadoir | [] [] |
793 grep | [] [] [] [] [] [] [] [] |
794 gretl | [] |
795 gsasl | [] [] [] |
796 gss | [] [] [] |
797 gst-plugins | [] [] [] [] |
798 gst-plugins-base | [] |
799 gst-plugins-good | [] [] [] [] |
800 gstreamer | [] [] [] |
801 gtick | [] |
802 gtkam | [] [] [] [] |
803 gtkorphan | [] |
804 gtkspell | [] [] [] [] [] [] [] [] |
805 gutenprint | [] |
806 hello | [] [] [] [] [] [] [] [] |
807 id-utils | [] [] [] [] |
808 impost | [] |
809 indent | [] [] [] [] [] [] |
810 iso_3166 | [] [] [] [] [] [] |
811 iso_3166_2 | |
812 iso_4217 | [] [] [] [] |
813 iso_639 | [] [] [] [] |
814 jpilot | |
815 jtag | [] |
816 jwhois | [] [] [] [] |
817 kbd | [] [] [] |
818 keytouch | [] |
819 keytouch-editor | [] |
820 keytouch-keyboa... | [] |
821 latrine | [] [] |
822 ld | [] |
823 leafpad | [] [] [] [] [] [] |
824 libc | [] [] [] [] [] |
825 libexif | [] |
826 libextractor | [] [] |
827 libgpewidget | [] [] [] [] [] [] [] |
828 libgpg-error | [] [] |
829 libgphoto2 | [] |
830 libgphoto2_port | [] [] [] |
831 libgsasl | [] [] [] [] |
832 libiconv | [] [] |
833 libidn | [] [] () |
834 lifelines | [] [] |
835 lilypond | |
836 lingoteach | [] |
837 lynx | [] [] [] |
838 m4 | [] [] [] [] [] |
839 mailutils | [] [] [] [] |
840 make | [] [] [] [] |
841 man-db | [] [] |
842 minicom | [] [] [] [] [] |
843 mysecretdiary | [] [] [] [] |
844 nano | [] [] [] |
845 nano_1_0 | [] [] [] [] |
846 opcodes | [] [] |
847 parted | [] |
848 pilot-qof | [] |
849 psmisc | [] [] |
850 pwdutils | [] [] |
851 python | |
852 qof | [] [] |
853 radius | [] [] |
854 recode | [] [] [] [] [] [] [] |
855 rpm | [] [] [] [] |
856 screem | |
857 scrollkeeper | [] [] [] [] [] [] [] |
858 sed | [] [] [] [] [] [] [] [] [] |
859 sh-utils | [] [] [] |
860 shared-mime-info | [] [] [] [] [] |
861 sharutils | [] [] [] [] |
862 shishi | [] |
863 silky | [] |
864 skencil | [] [] [] |
865 sketch | [] [] [] |
866 solfege | [] |
867 soundtracker | [] [] |
868 sp | |
869 stardict | [] [] [] |
870 system-tools-ba... | [] [] [] [] [] [] [] [] [] |
871 tar | [] [] [] [] [] |
872 texinfo | [] [] [] [] |
873 textutils | [] [] [] |
874 tin | () |
875 tp-robot | [] |
876 tuxpaint | [] [] [] [] [] |
877 unicode-han-tra... | |
878 unicode-transla... | |
879 util-linux | [] [] [] [] |
880 vorbis-tools | [] [] |
881 wastesedge | |
882 wdiff | [] [] [] [] [] [] |
883 wget | [] [] [] [] |
884 xchat | [] [] [] [] [] [] [] |
885 xkeyboard-config | [] [] |
886 xpad | [] [] [] |
887 +------------------------------------------------------+
888 nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
889 0 2 3 58 30 54 5 73 72 4 40 46 11 50 128 2
890
891 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
892 +---------------------------------------------------+
893 GNUnet | [] | 2
894 a2ps | [] [] [] | 19
895 aegis | | 0
896 ant-phone | [] [] | 6
897 anubis | [] [] [] | 11
898 ap-utils | () [] | 4
899 aspell | [] [] [] | 15
900 bash | [] | 11
901 batchelor | [] [] | 9
902 bfd | | 1
903 bibshelf | [] | 7
904 binutils | [] [] [] | 9
905 bison | [] [] [] | 19
906 bison-runtime | [] [] [] | 15
907 bluez-pin | [] [] [] [] [] [] | 28
908 cflow | [] [] | 5
909 clisp | | 6
910 console-tools | [] [] | 5
911 coreutils | [] [] | 16
912 cpio | [] [] [] | 9
913 cpplib | [] [] [] [] | 11
914 cryptonit | | 5
915 darkstat | [] () () | 15
916 dialog | [] [] [] [] [] | 30
917 diffutils | [] [] [] [] | 28
918 doodle | [] | 6
919 e2fsprogs | [] [] | 10
920 enscript | [] [] [] | 16
921 error | [] [] [] [] | 18
922 fetchmail | [] [] | 12
923 fileutils | [] [] [] | 18
924 findutils | [] [] [] | 17
925 flex | [] [] | 15
926 fslint | [] | 9
927 gas | [] | 3
928 gawk | [] [] | 15
929 gbiff | [] | 5
930 gcal | [] | 5
931 gcc | [] [] [] | 6
932 gettext-examples | [] [] [] [] [] [] | 27
933 gettext-runtime | [] [] [] [] [] [] | 28
934 gettext-tools | [] [] [] [] [] | 19
935 gimp-print | [] [] | 12
936 gip | [] [] | 12
937 gliv | [] [] | 8
938 glunarclock | [] [] [] | 15
939 gmult | [] [] [] [] | 15
940 gnubiff | [] | 1
941 gnucash | () | 2
942 gnucash-glossary | [] [] | 9
943 gnuedu | [] | 2
944 gnulib | [] [] [] [] [] | 28
945 gnunet-gtk | | 1
946 gnutls | | 2
947 gpe-aerial | [] [] | 14
948 gpe-beam | [] [] | 14
949 gpe-calendar | [] | 3
950 gpe-clock | [] [] [] [] | 21
951 gpe-conf | [] [] | 14
952 gpe-contacts | [] [] | 10
953 gpe-edit | [] [] [] [] | 20
954 gpe-filemanager | [] | 6
955 gpe-go | [] [] | 15
956 gpe-login | [] [] [] [] [] | 21
957 gpe-ownerinfo | [] [] [] [] | 21
958 gpe-package | [] | 6
959 gpe-sketchbook | [] [] | 16
960 gpe-su | [] [] [] | 20
961 gpe-taskmanager | [] [] [] | 20
962 gpe-timesheet | [] [] [] [] | 18
963 gpe-today | [] [] [] [] [] | 21
964 gpe-todo | [] | 7
965 gphoto2 | [] [] [] [] | 20
966 gprof | [] [] | 11
967 gpsdrive | | 4
968 gramadoir | [] | 7
969 grep | [] [] [] [] | 34
970 gretl | | 4
971 gsasl | [] [] | 8
972 gss | [] | 5
973 gst-plugins | [] [] [] | 15
974 gst-plugins-base | [] [] [] | 9
975 gst-plugins-good | [] [] [] [] [] | 20
976 gstreamer | [] [] [] | 17
977 gtick | [] | 3
978 gtkam | [] | 13
979 gtkorphan | [] | 7
980 gtkspell | [] [] [] [] [] [] | 26
981 gutenprint | | 3
982 hello | [] [] [] [] [] | 37
983 id-utils | [] [] | 14
984 impost | [] | 4
985 indent | [] [] [] [] | 25
986 iso_3166 | [] [] [] [] | 16
987 iso_3166_2 | | 2
988 iso_4217 | [] [] | 14
989 iso_639 | [] | 14
990 jpilot | [] [] [] [] | 7
991 jtag | [] | 3
992 jwhois | [] [] [] | 13
993 kbd | [] [] | 12
994 keytouch | [] | 4
995 keytouch-editor | | 2
996 keytouch-keyboa... | [] | 3
997 latrine | [] [] | 8
998 ld | [] [] [] [] | 8
999 leafpad | [] [] [] [] | 23
1000 libc | [] [] [] | 23
1001 libexif | [] | 4
1002 libextractor | [] | 5
1003 libgpewidget | [] [] [] | 19
1004 libgpg-error | [] | 4
1005 libgphoto2 | [] | 8
1006 libgphoto2_port | [] [] [] | 11
1007 libgsasl | [] | 8
1008 libiconv | [] | 7
1009 libidn | [] [] | 10
1010 lifelines | | 4
1011 lilypond | | 2
1012 lingoteach | [] | 6
1013 lynx | [] [] [] | 15
1014 m4 | [] [] [] | 18
1015 mailutils | [] | 8
1016 make | [] [] [] | 20
1017 man-db | [] | 6
1018 minicom | [] | 14
1019 mysecretdiary | [] [] | 12
1020 nano | [] [] | 17
1021 nano_1_0 | [] [] [] | 18
1022 opcodes | [] [] | 10
1023 parted | [] [] [] | 10
1024 pilot-qof | [] | 3
1025 psmisc | [] | 10
1026 pwdutils | [] | 3
1027 python | | 0
1028 qof | [] | 4
1029 radius | [] | 6
1030 recode | [] [] [] | 25
1031 rpm | [] [] [] [] | 14
1032 screem | [] | 2
1033 scrollkeeper | [] [] [] [] | 26
1034 sed | [] [] [] | 22
1035 sh-utils | [] | 15
1036 shared-mime-info | [] [] [] [] | 24
1037 sharutils | [] [] [] | 23
1038 shishi | | 1
1039 silky | [] | 4
1040 skencil | [] | 7
1041 sketch | | 6
1042 solfege | | 2
1043 soundtracker | [] [] | 9
1044 sp | [] | 3
1045 stardict | [] [] [] [] | 11
1046 system-tools-ba... | [] [] [] [] [] [] [] | 37
1047 tar | [] [] [] [] | 20
1048 texinfo | [] [] [] | 15
1049 textutils | [] [] [] | 17
1050 tin | | 1
1051 tp-robot | [] [] [] | 10
1052 tuxpaint | [] [] [] | 16
1053 unicode-han-tra... | | 0
1054 unicode-transla... | | 2
1055 util-linux | [] [] [] | 20
1056 vorbis-tools | [] [] | 11
1057 wastesedge | | 1
1058 wdiff | [] [] | 22
1059 wget | [] [] [] | 19
1060 xchat | [] [] [] [] | 29
1061 xkeyboard-config | [] [] [] [] | 11
1062 xpad | [] [] [] | 14
1063 +---------------------------------------------------+
1064 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
1065 170 domains 0 1 1 77 39 0 136 10 1 48 5 54 0 2028
1066 682
1067 Some counters in the preceding matrix are higher than the number of 683 Some counters in the preceding matrix are higher than the number of
1068visible blocks let us expect. This is because a few extra PO files are 684visible blocks let us expect. This is because a few extra PO files are
@@ -1075,13 +691,13 @@ distributed as such by its maintainer. There might be an observable
1075lag between the mere existence a PO file and its wide availability in a 691lag between the mere existence a PO file and its wide availability in a
1076distribution. 692distribution.
1077 693
1078 If October 2006 seems to be old, you may fetch a more recent copy of 694 If December 2003 seems to be old, you may fetch a more recent copy
1079this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date 695of this `ABOUT-NLS' file on most GNU archive sites. The most
1080matrix with full percentage details can be found at 696up-to-date matrix with full percentage details can be found at
1081`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. 697`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
1082 698
10831.6 Using `gettext' in new packages 699Using `gettext' in new packages
1084=================================== 700===============================
1085 701
1086If you are writing a freely available program and want to 702If you are writing a freely available program and want to
1087internationalize it you are welcome to use GNU `gettext' in your 703internationalize it you are welcome to use GNU `gettext' in your