aboutsummaryrefslogtreecommitdiff
path: root/ABOUT-NLS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-02-08 20:45:54 +0000
committerChristian Grothoff <christian@grothoff.org>2007-02-08 20:45:54 +0000
commit84ddc15a76bea41cfe2f3aabd01262297d5beca2 (patch)
treeedb9f83227fb1551247edfd9412a2cadbc53e0ed /ABOUT-NLS
parentc1e8a74921872524d75543f9863c8a9a9ac30786 (diff)
downloadgnunet-gtk-84ddc15a76bea41cfe2f3aabd01262297d5beca2.tar.gz
gnunet-gtk-84ddc15a76bea41cfe2f3aabd01262297d5beca2.zip
gettext update
Diffstat (limited to 'ABOUT-NLS')
-rw-r--r--ABOUT-NLS1454
1 files changed, 925 insertions, 529 deletions
diff --git a/ABOUT-NLS b/ABOUT-NLS
index 8e161528..ec20977e 100644
--- a/ABOUT-NLS
+++ b/ABOUT-NLS
@@ -1,10 +1,11 @@
1Notes on the Free Translation Project 11 Notes 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 will gradually become able to speak many languages. 6together, so that free software will gradually become able to speak many
7A few packages already provide translations for their messages. 7languages. A few packages already provide translations for their
8messages.
8 9
9 If you found this `ABOUT-NLS' file inside a distribution, you may 10 If you found this `ABOUT-NLS' file inside a distribution, you may
10assume that the distributed package does use GNU `gettext' internally, 11assume that the distributed package does use GNU `gettext' internally,
@@ -15,15 +16,15 @@ this package with messages translated.
15 Installers will find here some useful hints. These notes also 16 Installers will find here some useful hints. These notes also
16explain how users should proceed for getting the programs to use the 17explain how users should proceed for getting the programs to use the
17available translations. They tell how people wanting to contribute and 18available translations. They tell how people wanting to contribute and
18work at translations should contact the appropriate team. 19work on translations can contact the appropriate team.
19 20
20 When reporting bugs in the `intl/' directory or bugs which may be 21 When reporting bugs in the `intl/' directory or bugs which may be
21related to internationalization, you should tell about the version of 22related to internationalization, you should tell about the version of
22`gettext' which is used. The information can be found in the 23`gettext' which is used. The information can be found in the
23`intl/VERSION' file, in internationalized packages. 24`intl/VERSION' file, in internationalized packages.
24 25
25Quick configuration advice 261.1 Quick configuration advice
26========================== 27==============================
27 28
28If you want to exploit the full power of internationalization, you 29If you want to exploit the full power of internationalization, you
29should configure it using 30should configure it using
@@ -45,8 +46,8 @@ to change to GNU `gettext' as soon as possible.
45you have installed a recent copy of the GNU gettext package with the 46you have installed a recent copy of the GNU gettext package with the
46included `libintl'. 47included `libintl'.
47 48
48INSTALL Matters 491.2 INSTALL Matters
49=============== 50===================
50 51
51Some packages are "localizable" when properly installed; the programs 52Some packages are "localizable" when properly installed; the programs
52they contain can be made to speak your own native language. Most such 53they contain can be made to speak your own native language. Most such
@@ -55,27 +56,27 @@ internationalization, predating GNU `gettext'.
55 56
56 By default, this package will be installed to allow translation of 57 By default, this package will be installed to allow translation of
57messages. It will automatically detect whether the system already 58messages. It will automatically detect whether the system already
58provides the GNU `gettext' functions. If not, the GNU `gettext' own 59provides the GNU `gettext' functions. If not, the included GNU
59library will be used. This library is wholly contained within this 60`gettext' library will be used. This library is wholly contained
60package, usually in the `intl/' subdirectory, so prior installation of 61within this package, usually in the `intl/' subdirectory, so prior
61the GNU `gettext' package is _not_ required. Installers may use 62installation of the GNU `gettext' package is _not_ required.
62special options at configuration time for changing the default 63Installers may use special options at configuration time for changing
63behaviour. The commands: 64the default behaviour. The commands:
64 65
65 ./configure --with-included-gettext 66 ./configure --with-included-gettext
66 ./configure --disable-nls 67 ./configure --disable-nls
67 68
68will respectively bypass any pre-existing `gettext' to use the 69will, respectively, bypass any pre-existing `gettext' to use the
69internationalizing routines provided within this package, or else, 70internationalizing routines provided within this package, or else,
70_totally_ disable translation of messages. 71_totally_ disable translation of messages.
71 72
72 When you already have GNU `gettext' installed on your system and run 73 When you already have GNU `gettext' installed on your system and run
73configure without an option for your new package, `configure' will 74configure without an option for your new package, `configure' will
74probably detect the previously built and installed `libintl.a' file and 75probably detect the previously built and installed `libintl.a' file and
75will decide to use this. This might be not what is desirable. You 76will decide to use this. This might not be desirable. You should use
76should use the more recent version of the GNU `gettext' library. I.e. 77the more recent version of the GNU `gettext' library. I.e. if the file
77if the file `intl/VERSION' shows that the library which comes with this 78`intl/VERSION' shows that the library which comes with this package is
78package is more recent, you should use 79more recent, you should use
79 80
80 ./configure --with-included-gettext 81 ./configure --with-included-gettext
81 82
@@ -86,7 +87,7 @@ and therefore it will not be used. The reason is that even an
86emulation of `gettext' on top of `catgets' could not provide all the 87emulation of `gettext' on top of `catgets' could not provide all the
87extensions of the GNU `gettext' library. 88extensions of the GNU `gettext' library.
88 89
89 Internationalized packages have usually many `po/LL.po' files, where 90 Internationalized packages usually have many `po/LL.po' files, where
90LL gives an ISO 639 two-letter code identifying the language. Unless 91LL gives an ISO 639 two-letter code identifying the language. Unless
91translations have been forbidden at `configure' time by using the 92translations have been forbidden at `configure' time by using the
92`--disable-nls' switch, all available translations are installed 93`--disable-nls' switch, all available translations are installed
@@ -95,8 +96,8 @@ may be set, prior to configuration, to limit the installed set.
95`LINGUAS' should then contain a space separated list of two-letter 96`LINGUAS' should then contain a space separated list of two-letter
96codes, stating which languages are allowed. 97codes, stating which languages are allowed.
97 98
98Using This Package 991.3 Using This Package
99================== 100======================
100 101
101As a user, if your language has been installed for this package, you 102As a user, if your language has been installed for this package, you
102only have to set the `LANG' environment variable to the appropriate 103only have to set the `LANG' environment variable to the appropriate
@@ -117,8 +118,8 @@ country code serves to distinguish the dialects.
117language and `CC' denoting the country, is the one use on systems based 118language and `CC' denoting the country, is the one use on systems based
118on GNU libc. On other systems, some variations of this scheme are 119on GNU libc. On other systems, some variations of this scheme are
119used, such as `LL' or `LL_CC.ENCODING'. You can get the list of 120used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
120locales supported by your system for your country by running the command 121locales supported by your system for your language by running the
121`locale -a | grep '^LL''. 122command `locale -a | grep '^LL''.
122 123
123 Not all programs have translations for all languages. By default, an 124 Not all programs have translations for all languages. By default, an
124English message is shown in place of a nonexistent translation. If you 125English message is shown in place of a nonexistent translation. If you
@@ -131,14 +132,21 @@ system libraries. For example, some Swedish users who would rather
131read translations in German than English for when Swedish is not 132read translations in German than English for when Swedish is not
132available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 133available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
133 134
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
134 In the `LANGUAGE' environment variable, but not in the `LANG' 142 In the `LANGUAGE' environment variable, but not in the `LANG'
135environment variable, `LL_CC' combinations can be abbreviated as `LL' 143environment variable, `LL_CC' combinations can be abbreviated as `LL'
136to denote the language's main dialect. For example, `de' is equivalent 144to denote the language's main dialect. For example, `de' is equivalent
137to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' 145to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
138(Portuguese as spoken in Portugal) in this context. 146(Portuguese as spoken in Portugal) in this context.
139 147
140Translating Teams 1481.4 Translating Teams
141================= 149=====================
142 150
143For the Free Translation Project to be a success, we need interested 151For the Free Translation Project to be a success, we need interested
144people who like their own language and write it well, and who are also 152people who like their own language and write it well, and who are also
@@ -164,509 +172,897 @@ get started, please write to `translation@iro.umontreal.ca' to reach the
164coordinator for all translator teams. 172coordinator for all translator teams.
165 173
166 The English team is special. It works at improving and uniformizing 174 The English team is special. It works at improving and uniformizing
167the terminology in use. Proven linguistic skill are praised more than 175the terminology in use. Proven linguistic skills are praised more than
168programming skill, here. 176programming skills, here.
169 177
170Available Packages 1781.5 Available Packages
171================== 179======================
172 180
173Languages are not equally supported in all packages. The following 181Languages are not equally supported in all packages. The following
174matrix shows the current state of internationalization, as of November 182matrix shows the current state of internationalization, as of October
1752003. The matrix shows, in regard of each package, for which languages 1832006. The matrix shows, in regard of each package, for which languages
176PO files have been submitted to translation coordination, with a 184PO files have been submitted to translation coordination, with a
177translation percentage of at least 50%. 185translation percentage of at least 50%.
178 186
179 Ready PO files am az be bg ca cs da de el en en_GB eo es 187 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
180 +-------------------------------------------+ 188 +----------------------------------------------------+
181 a2ps | [] [] [] [] | 189 GNUnet | [] |
182 aegis | () | 190 a2ps | [] [] [] [] [] |
183 ant-phone | () | 191 aegis | () |
184 anubis | | 192 ant-phone | () |
185 ap-utils | | 193 anubis | [] |
186 bash | [] [] [] [] | 194 ap-utils | |
187 batchelor | | 195 aspell | [] [] [] [] [] |
188 bfd | [] [] | 196 bash | [] [] [] |
189 binutils | [] [] | 197 batchelor | [] |
190 bison | [] [] [] | 198 bfd | |
191 bluez-pin | [] [] | 199 bibshelf | [] |
192 clisp | [] [] [] | 200 binutils | [] |
193 clisp | | 201 bison | [] [] |
194 coreutils | [] [] [] [] | 202 bison-runtime | |
195 cpio | [] [] [] | 203 bluez-pin | [] [] [] [] [] |
196 darkstat | [] () [] | 204 cflow | [] |
197 diffutils | [] [] [] [] [] [] [] | 205 clisp | [] [] |
198 e2fsprogs | [] [] | 206 console-tools | [] [] |
199 enscript | [] [] [] [] | 207 coreutils | [] [] [] |
200 error | [] [] [] [] [] | 208 cpio | |
201 fetchmail | [] () [] [] [] [] | 209 cpplib | [] [] [] |
202 fileutils | [] [] [] | 210 cryptonit | [] |
203 findutils | [] [] [] [] [] [] [] | 211 darkstat | [] () [] |
204 flex | [] [] [] [] | 212 dialog | [] [] [] [] [] [] |
205 fslint | | 213 diffutils | [] [] [] [] [] [] |
206 gas | [] | 214 doodle | [] |
207 gawk | [] [] [] [] | 215 e2fsprogs | [] [] |
208 gbiff | [] | 216 enscript | [] [] [] [] |
209 gcal | [] | 217 error | [] [] [] [] |
210 gcc | [] [] | 218 fetchmail | [] [] () [] |
211 gettext | [] [] [] [] [] | 219 fileutils | [] [] |
212 gettext-examples | [] [] [] | 220 findutils | [] [] [] |
213 gettext-runtime | [] [] [] [] [] | 221 flex | [] [] [] |
214 gettext-tools | [] [] [] | 222 fslint | [] |
215 gimp-print | [] [] [] [] [] | 223 gas | |
216 gliv | | 224 gawk | [] [] [] |
217 glunarclock | [] [] [] | 225 gbiff | [] |
218 gnubiff | [] | 226 gcal | [] |
219 gnucash | [] () [] [] | 227 gcc | [] |
220 gnucash-glossary | [] () [] | 228 gettext-examples | [] [] [] [] [] |
221 gnupg | [] () [] [] [] [] | 229 gettext-runtime | [] [] [] [] [] |
222 gpe-aerial | [] | 230 gettext-tools | [] [] |
223 gpe-beam | [] [] | 231 gimp-print | [] [] [] [] |
224 gpe-calendar | [] [] | 232 gip | [] |
225 gpe-clock | [] [] | 233 gliv | [] |
226 gpe-conf | [] [] | 234 glunarclock | [] |
227 gpe-contacts | [] [] | 235 gmult | [] [] |
228 gpe-edit | [] | 236 gnubiff | () |
229 gpe-go | [] | 237 gnucash | () () [] |
230 gpe-login | [] [] | 238 gnucash-glossary | [] () |
231 gpe-ownerinfo | [] [] | 239 gnuedu | |
232 gpe-sketchbook | [] [] | 240 gnulib | [] [] [] [] [] [] |
233 gpe-su | [] [] | 241 gnunet-gtk | |
234 gpe-taskmanager | [] [] | 242 gnutls | |
235 gpe-timesheet | [] | 243 gpe-aerial | [] [] |
236 gpe-today | [] [] | 244 gpe-beam | [] [] |
237 gpe-todo | [] [] | 245 gpe-calendar | |
238 gphoto2 | [] [] [] [] | 246 gpe-clock | [] [] |
239 gprof | [] [] [] | 247 gpe-conf | [] [] |
240 gpsdrive | () () () | 248 gpe-contacts | |
241 gramadoir | [] | 249 gpe-edit | [] |
242 grep | [] [] [] [] [] [] | 250 gpe-filemanager | |
243 gretl | [] | 251 gpe-go | [] |
244 gtick | () | 252 gpe-login | [] [] |
245 hello | [] [] [] [] [] [] | 253 gpe-ownerinfo | [] [] |
246 id-utils | [] [] | 254 gpe-package | |
247 indent | [] [] [] [] | 255 gpe-sketchbook | [] [] |
248 jpilot | [] [] [] | 256 gpe-su | [] [] |
249 jtag | | 257 gpe-taskmanager | [] [] |
250 jwhois | [] | 258 gpe-timesheet | [] |
251 kbd | [] [] [] [] [] | 259 gpe-today | [] [] |
252 latrine | () | 260 gpe-todo | |
253 ld | [] [] | 261 gphoto2 | [] [] [] [] |
254 libc | [] [] [] [] [] [] | 262 gprof | [] [] |
255 libgpewidget | [] [] | 263 gpsdrive | () () |
256 libiconv | [] [] [] [] [] | 264 gramadoir | [] [] |
257 lifelines | [] () | 265 grep | [] [] [] [] [] [] |
258 lilypond | [] | 266 gretl | |
259 lingoteach | | 267 gsasl | |
260 lingoteach_lessons | () () | 268 gss | |
261 lynx | [] [] [] [] | 269 gst-plugins | [] [] [] [] |
262 m4 | [] [] [] [] | 270 gst-plugins-base | [] [] [] |
263 mailutils | [] [] | 271 gst-plugins-good | [] [] [] [] [] [] [] |
264 make | [] [] [] | 272 gstreamer | [] [] [] [] [] [] [] |
265 man-db | [] () [] [] () | 273 gtick | () |
266 minicom | [] [] [] | 274 gtkam | [] [] [] |
267 mysecretdiary | [] [] [] | 275 gtkorphan | [] [] |
268 nano | [] () [] [] [] | 276 gtkspell | [] [] [] [] |
269 nano_1_0 | [] () [] [] [] | 277 gutenprint | [] |
270 opcodes | [] | 278 hello | [] [] [] [] [] |
271 parted | [] [] [] [] [] | 279 id-utils | [] [] |
272 ptx | [] [] [] [] [] | 280 impost | |
273 python | | 281 indent | [] [] [] |
274 radius | | 282 iso_3166 | [] [] |
275 recode | [] [] [] [] [] [] [] | 283 iso_3166_2 | |
276 screem | | 284 iso_4217 | [] |
277 scrollkeeper | [] [] [] [] [] [] | 285 iso_639 | [] [] |
278 sed | [] [] [] [] [] | 286 jpilot | [] |
279 sh-utils | [] [] [] | 287 jtag | |
280 shared-mime-info | | 288 jwhois | |
281 sharutils | [] [] [] [] [] [] | 289 kbd | [] [] [] [] |
282 sketch | [] () [] | 290 keytouch | |
283 soundtracker | [] [] [] | 291 keytouch-editor | |
284 sp | [] | 292 keytouch-keyboa... | |
285 tar | [] [] [] [] | 293 latrine | () |
286 texinfo | [] [] [] | 294 ld | [] |
287 textutils | [] [] [] [] | 295 leafpad | [] [] [] [] [] |
288 tin | () () | 296 libc | [] [] [] [] [] |
289 tuxpaint | [] [] [] [] [] [] [] | 297 libexif | [] |
290 util-linux | [] [] [] [] [] | 298 libextractor | [] |
291 vorbis-tools | [] [] [] [] | 299 libgpewidget | [] [] [] |
292 wastesedge | () | 300 libgpg-error | [] |
293 wdiff | [] [] [] [] | 301 libgphoto2 | [] [] |
294 wget | [] [] [] [] [] [] | 302 libgphoto2_port | [] [] |
295 xchat | [] [] [] [] | 303 libgsasl | |
296 xfree86_xkb_xml | [] | 304 libiconv | [] [] |
297 xpad | [] | 305 libidn | [] [] |
298 +-------------------------------------------+ 306 lifelines | [] () |
299 am az be bg ca cs da de el en en_GB eo es 307 lilypond | [] |
300 0 1 8 3 37 37 54 73 15 1 5 12 62 308 lingoteach | |
301 309 lynx | [] [] [] [] |
302 et fa fi fr ga gl he hr hu id is it ja 310 m4 | [] [] [] [] |
303 +----------------------------------------+ 311 mailutils | [] |
304 a2ps | [] [] [] () | 312 make | [] [] |
305 aegis | | 313 man-db | [] () [] [] |
306 ant-phone | | 314 minicom | [] [] [] |
307 anubis | [] | 315 mysecretdiary | [] [] |
308 ap-utils | [] | 316 nano | [] [] [] |
309 bash | [] [] | 317 nano_1_0 | [] () [] [] |
310 batchelor | [] | 318 opcodes | [] |
311 bfd | [] | 319 parted | |
312 binutils | [] [] | 320 pilot-qof | [] |
313 bison | [] [] [] [] | 321 psmisc | [] |
314 bluez-pin | [] [] [] [] [] | 322 pwdutils | |
315 clisp | [] | 323 python | |
316 clisp | | 324 qof | |
317 coreutils | [] [] [] [] [] [] | 325 radius | [] |
318 cpio | [] [] [] | 326 recode | [] [] [] [] [] [] |
319 darkstat | () [] [] [] | 327 rpm | [] [] |
320 diffutils | [] [] [] [] [] [] [] | 328 screem | |
321 e2fsprogs | | 329 scrollkeeper | [] [] [] [] [] [] [] [] |
322 enscript | [] [] | 330 sed | [] [] [] |
323 error | [] [] [] [] | 331 sh-utils | [] [] |
324 fetchmail | [] | 332 shared-mime-info | [] [] [] [] |
325 fileutils | [] [] [] [] [] [] | 333 sharutils | [] [] [] [] [] [] |
326 findutils | [] [] [] [] [] [] [] [] [] [] | 334 shishi | |
327 flex | [] [] | 335 silky | |
328 fslint | | 336 skencil | [] () |
329 gas | [] | 337 sketch | [] () |
330 gawk | [] [] [] | 338 solfege | |
331 gbiff | | 339 soundtracker | [] [] |
332 gcal | [] | 340 sp | [] |
333 gcc | [] | 341 stardict | [] |
334 gettext | [] [] | 342 system-tools-ba... | [] [] [] [] [] [] [] [] [] |
335 gettext-examples | [] [] | 343 tar | [] |
336 gettext-runtime | [] [] [] [] | 344 texinfo | [] [] [] |
337 gettext-tools | [] [] | 345 textutils | [] [] [] |
338 gimp-print | [] [] | 346 tin | () () |
339 gliv | () | 347 tp-robot | [] |
340 glunarclock | [] [] [] [] [] | 348 tuxpaint | [] [] [] [] [] |
341 gnubiff | | 349 unicode-han-tra... | |
342 gnucash | () [] | 350 unicode-transla... | |
343 gnucash-glossary | [] | 351 util-linux | [] [] [] [] |
344 gnupg | [] [] [] [] [] [] [] | 352 vorbis-tools | [] [] [] [] |
345 gpe-aerial | [] | 353 wastesedge | () |
346 gpe-beam | [] | 354 wdiff | [] [] [] [] |
347 gpe-calendar | [] [] [] | 355 wget | [] [] |
348 gpe-clock | [] | 356 xchat | [] [] [] [] [] [] |
349 gpe-conf | [] | 357 xkeyboard-config | |
350 gpe-contacts | [] [] | 358 xpad | [] [] |
351 gpe-edit | [] [] | 359 +----------------------------------------------------+
352 gpe-go | [] | 360 af am ar az be bg bs ca cs cy da de el en en_GB eo
353 gpe-login | [] [] | 361 10 0 1 2 9 22 1 42 41 2 60 95 16 1 17 16
354 gpe-ownerinfo | [] [] [] | 362
355 gpe-sketchbook | [] | 363 es et eu fa fi fr ga gl gu he hi hr hu id is it
356 gpe-su | [] | 364 +--------------------------------------------------+
357 gpe-taskmanager | [] | 365 GNUnet | |
358 gpe-timesheet | [] [] [] | 366 a2ps | [] [] [] () |
359 gpe-today | [] [] | 367 aegis | |
360 gpe-todo | [] [] | 368 ant-phone | [] |
361 gphoto2 | [] [] [] | 369 anubis | [] |
362 gprof | [] [] | 370 ap-utils | [] [] |
363 gpsdrive | () [] () () | 371 aspell | [] [] [] |
364 gramadoir | [] | 372 bash | [] [] [] |
365 grep | [] [] [] [] [] [] [] [] [] [] [] | 373 batchelor | [] [] |
366 gretl | [] | 374 bfd | [] |
367 gtick | [] [] | 375 bibshelf | [] [] [] |
368 hello | [] [] [] [] [] [] [] [] [] [] [] [] | 376 binutils | [] [] [] |
369 id-utils | [] [] [] [] | 377 bison | [] [] [] [] [] [] |
370 indent | [] [] [] [] [] [] [] [] [] | 378 bison-runtime | [] [] [] [] [] |
371 jpilot | [] () | 379 bluez-pin | [] [] [] [] [] |
372 jtag | | 380 cflow | [] |
373 jwhois | [] [] [] [] | 381 clisp | [] [] |
374 kbd | [] | 382 console-tools | |
375 latrine | | 383 coreutils | [] [] [] [] [] [] |
376 ld | [] | 384 cpio | [] [] [] |
377 libc | [] [] [] [] [] | 385 cpplib | [] [] |
378 libgpewidget | [] [] [] [] | 386 cryptonit | [] |
379 libiconv | [] [] [] [] [] [] [] [] [] | 387 darkstat | [] () [] [] [] |
380 lifelines | () | 388 dialog | [] [] [] [] [] [] [] [] |
381 lilypond | [] | 389 diffutils | [] [] [] [] [] [] [] [] [] |
382 lingoteach | [] [] | 390 doodle | [] [] |
383 lingoteach_lessons | | 391 e2fsprogs | [] [] [] |
384 lynx | [] [] [] [] | 392 enscript | [] [] [] |
385 m4 | [] [] [] [] | 393 error | [] [] [] [] [] |
386 mailutils | | 394 fetchmail | [] |
387 make | [] [] [] [] [] | 395 fileutils | [] [] [] [] [] [] |
388 man-db | () () | 396 findutils | [] [] [] [] |
389 minicom | [] [] [] [] | 397 flex | [] [] [] |
390 mysecretdiary | [] [] | 398 fslint | [] |
391 nano | [] [] [] [] | 399 gas | [] [] |
392 nano_1_0 | [] [] [] [] | 400 gawk | [] [] [] [] |
393 opcodes | [] | 401 gbiff | [] |
394 parted | [] [] [] | 402 gcal | [] [] |
395 ptx | [] [] [] [] [] [] [] | 403 gcc | [] |
396 python | | 404 gettext-examples | [] [] [] [] [] [] |
397 radius | | 405 gettext-runtime | [] [] [] [] [] [] |
398 recode | [] [] [] [] [] [] | 406 gettext-tools | [] [] [] |
399 screem | | 407 gimp-print | [] [] |
400 scrollkeeper | [] | 408 gip | [] [] [] |
401 sed | [] [] [] [] [] [] [] [] [] | 409 gliv | () |
402 sh-utils | [] [] [] [] [] [] [] | 410 glunarclock | [] [] [] |
403 shared-mime-info | [] | 411 gmult | [] [] [] |
404 sharutils | [] [] [] [] [] | 412 gnubiff | () () |
405 sketch | [] | 413 gnucash | () () () |
406 soundtracker | [] [] [] [] | 414 gnucash-glossary | [] [] |
407 sp | [] () | 415 gnuedu | [] |
408 tar | [] [] [] [] [] [] [] [] [] | 416 gnulib | [] [] [] [] [] [] [] [] |
409 texinfo | [] [] [] [] | 417 gnunet-gtk | |
410 textutils | [] [] [] [] [] | 418 gnutls | |
411 tin | [] () | 419 gpe-aerial | [] [] |
412 tuxpaint | [] [] [] [] [] [] [] [] | 420 gpe-beam | [] [] |
413 util-linux | [] [] [] [] () [] | 421 gpe-calendar | |
414 vorbis-tools | [] | 422 gpe-clock | [] [] [] [] |
415 wastesedge | () | 423 gpe-conf | [] |
416 wdiff | [] [] [] [] [] [] | 424 gpe-contacts | [] [] |
417 wget | [] [] [] [] [] [] [] | 425 gpe-edit | [] [] [] [] |
418 xchat | [] [] [] | 426 gpe-filemanager | [] |
419 xfree86_xkb_xml | | 427 gpe-go | [] [] [] |
420 xpad | [] | 428 gpe-login | [] [] [] |
421 +----------------------------------------+ 429 gpe-ownerinfo | [] [] [] [] [] |
422 et fa fi fr ga gl he hr hu id is it ja 430 gpe-package | [] |
423 21 1 24 84 24 24 8 10 38 31 1 22 33 431 gpe-sketchbook | [] [] |
424 432 gpe-su | [] [] [] [] |
425 ko lg lt lv ms nb nl nn no pl pt pt_BR ro 433 gpe-taskmanager | [] [] [] |
426 +-------------------------------------------+ 434 gpe-timesheet | [] [] [] [] |
427 a2ps | () [] [] () () [] [] | 435 gpe-today | [] [] [] [] |
428 aegis | () () | 436 gpe-todo | [] |
429 ant-phone | [] [] | 437 gphoto2 | [] [] [] [] [] |
430 anubis | [] [] [] [] [] | 438 gprof | [] [] [] [] |
431 ap-utils | [] () [] | 439 gpsdrive | () () [] () |
432 bash | [] [] | 440 gramadoir | [] [] |
433 batchelor | [] | 441 grep | [] [] [] [] [] [] [] [] [] [] [] [] |
434 bfd | [] | 442 gretl | [] [] [] |
435 binutils | | 443 gsasl | [] [] |
436 bison | [] [] [] [] | 444 gss | [] |
437 bluez-pin | [] [] [] | 445 gst-plugins | [] [] [] |
438 clisp | [] | 446 gst-plugins-base | [] [] |
439 clisp | | 447 gst-plugins-good | [] [] [] |
440 coreutils | [] | 448 gstreamer | [] [] [] |
441 cpio | [] [] [] [] [] | 449 gtick | [] |
442 darkstat | [] [] [] [] | 450 gtkam | [] [] [] [] |
443 diffutils | [] [] [] [] | 451 gtkorphan | [] [] |
444 e2fsprogs | [] | 452 gtkspell | [] [] [] [] [] [] |
445 enscript | [] [] [] | 453 gutenprint | [] |
446 error | [] [] [] | 454 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
447 fetchmail | [] [] () | 455 id-utils | [] [] [] [] [] |
448 fileutils | [] | 456 impost | [] [] |
449 findutils | [] [] [] [] [] | 457 indent | [] [] [] [] [] [] [] [] [] [] |
450 flex | [] [] [] [] | 458 iso_3166 | [] [] [] |
451 fslint | [] [] | 459 iso_3166_2 | [] |
452 gas | | 460 iso_4217 | [] [] [] [] |
453 gawk | [] [] [] | 461 iso_639 | [] [] [] [] [] |
454 gbiff | [] [] | 462 jpilot | [] [] |
455 gcal | | 463 jtag | [] |
456 gcc | | 464 jwhois | [] [] [] [] [] |
457 gettext | [] [] [] | 465 kbd | [] [] |
458 gettext-examples | [] [] | 466 keytouch | [] |
459 gettext-runtime | [] [] [] | 467 keytouch-editor | [] |
460 gettext-tools | [] [] [] | 468 keytouch-keyboa... | [] |
461 gimp-print | [] | 469 latrine | [] [] [] |
462 gliv | [] [] [] | 470 ld | [] [] |
463 glunarclock | [] [] [] | 471 leafpad | [] [] [] [] [] [] |
464 gnubiff | | 472 libc | [] [] [] [] [] |
465 gnucash | [] [] () | 473 libexif | [] |
466 gnucash-glossary | [] [] | 474 libextractor | [] |
467 gnupg | [] | 475 libgpewidget | [] [] [] [] [] |
468 gpe-aerial | [] [] [] | 476 libgpg-error | |
469 gpe-beam | [] [] [] | 477 libgphoto2 | [] [] [] |
470 gpe-calendar | [] [] [] | 478 libgphoto2_port | [] [] |
471 gpe-clock | [] [] [] | 479 libgsasl | [] [] |
472 gpe-conf | [] [] [] | 480 libiconv | [] [] |
473 gpe-contacts | [] [] [] | 481 libidn | [] [] |
474 gpe-edit | [] [] [] | 482 lifelines | () |
475 gpe-go | [] [] | 483 lilypond | [] |
476 gpe-login | [] [] [] | 484 lingoteach | [] [] [] |
477 gpe-ownerinfo | [] [] [] | 485 lynx | [] [] [] |
478 gpe-sketchbook | [] [] [] | 486 m4 | [] [] [] [] |
479 gpe-su | [] [] [] | 487 mailutils | [] [] |
480 gpe-taskmanager | [] [] [] | 488 make | [] [] [] [] [] [] [] [] |
481 gpe-timesheet | [] [] [] | 489 man-db | () |
482 gpe-today | [] [] [] | 490 minicom | [] [] [] [] |
483 gpe-todo | [] [] [] | 491 mysecretdiary | [] [] [] |
484 gphoto2 | [] | 492 nano | [] [] [] [] [] [] |
485 gprof | [] [] | 493 nano_1_0 | [] [] [] [] [] |
486 gpsdrive | () () () [] | 494 opcodes | [] [] [] [] |
487 gramadoir | [] | 495 parted | [] [] [] [] |
488 grep | [] [] [] [] | 496 pilot-qof | |
489 gretl | | 497 psmisc | [] [] [] |
490 gtick | [] [] | 498 pwdutils | |
491 hello | [] [] [] [] [] [] [] [] [] [] | 499 python | |
492 id-utils | [] [] [] | 500 qof | [] |
493 indent | [] [] [] | 501 radius | [] [] |
494 jpilot | () () | 502 recode | [] [] [] [] [] [] [] [] |
495 jtag | | 503 rpm | [] [] |
496 jwhois | [] [] [] [] | 504 screem | |
497 kbd | [] [] [] | 505 scrollkeeper | [] [] [] |
498 latrine | [] | 506 sed | [] [] [] [] [] |
499 ld | | 507 sh-utils | [] [] [] [] [] [] [] |
500 libc | [] [] [] [] [] | 508 shared-mime-info | [] [] [] [] [] [] |
501 libgpewidget | [] [] [] | 509 sharutils | [] [] [] [] [] [] [] [] |
502 libiconv | [] [] [] [] | 510 shishi | |
503 lifelines | | 511 silky | [] |
504 lilypond | | 512 skencil | [] [] |
505 lingoteach | | 513 sketch | [] [] |
506 lingoteach_lessons | | 514 solfege | [] |
507 lynx | [] [] | 515 soundtracker | [] [] [] |
508 m4 | [] [] [] [] | 516 sp | [] |
509 mailutils | [] | 517 stardict | [] |
510 make | [] [] [] [] | 518 system-tools-ba... | [] [] [] [] [] [] [] [] |
511 man-db | [] | 519 tar | [] [] [] [] [] [] [] |
512 minicom | [] [] [] | 520 texinfo | [] [] |
513 mysecretdiary | [] [] [] | 521 textutils | [] [] [] [] [] |
514 nano | [] [] [] [] | 522 tin | [] () |
515 nano_1_0 | [] [] [] [] [] | 523 tp-robot | [] [] [] [] |
516 opcodes | [] [] | 524 tuxpaint | [] [] |
517 parted | [] [] [] [] | 525 unicode-han-tra... | |
518 ptx | [] [] [] [] [] [] [] | 526 unicode-transla... | [] [] |
519 python | | 527 util-linux | [] [] [] [] [] [] [] |
520 radius | [] | 528 vorbis-tools | [] [] |
521 recode | [] [] [] | 529 wastesedge | () |
522 screem | | 530 wdiff | [] [] [] [] [] [] [] [] |
523 scrollkeeper | [] [] [] [] | 531 wget | [] [] [] [] [] [] [] [] |
524 sed | [] [] [] | 532 xchat | [] [] [] [] [] [] [] [] |
525 sh-utils | [] | 533 xkeyboard-config | [] [] [] [] |
526 shared-mime-info | [] | 534 xpad | [] [] [] |
527 sharutils | [] | 535 +--------------------------------------------------+
528 sketch | [] [] | 536 es et eu fa fi fr ga gl gu he hi hr hu id is it
529 soundtracker | | 537 88 22 14 2 40 115 61 14 1 8 1 6 59 31 0 52
530 sp | | 538
531 tar | [] [] [] [] [] [] | 539 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
532 texinfo | [] [] [] | 540 +-------------------------------------------------+
533 textutils | [] [] | 541 GNUnet | |
534 tin | | 542 a2ps | () [] [] () |
535 tuxpaint | [] [] [] [] [] [] [] [] [] | 543 aegis | () |
536 util-linux | [] [] | 544 ant-phone | [] |
537 vorbis-tools | [] [] | 545 anubis | [] [] [] |
538 wastesedge | | 546 ap-utils | [] |
539 wdiff | [] [] [] [] | 547 aspell | [] [] |
540 wget | [] [] | 548 bash | [] |
541 xchat | [] [] | 549 batchelor | [] [] |
542 xfree86_xkb_xml | [] | 550 bfd | |
543 xpad | [] [] | 551 bibshelf | [] |
544 +-------------------------------------------+ 552 binutils | |
545 ko lg lt lv ms nb nl nn no pl pt pt_BR ro 553 bison | [] [] [] |
546 11 0 1 2 12 10 60 4 4 38 23 34 74 554 bison-runtime | [] [] [] |
547 555 bluez-pin | [] [] [] |
548 ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW 556 cflow | |
549 +-------------------------------------------+ 557 clisp | [] |
550 a2ps | [] [] [] [] [] | 16 558 console-tools | |
551 aegis | () | 0 559 coreutils | [] |
552 ant-phone | | 2 560 cpio | |
553 anubis | [] [] [] | 9 561 cpplib | [] |
554 ap-utils | () | 3 562 cryptonit | [] |
555 bash | [] | 9 563 darkstat | [] [] |
556 batchelor | | 2 564 dialog | [] [] |
557 bfd | [] [] | 6 565 diffutils | [] [] [] |
558 binutils | [] [] [] | 7 566 doodle | |
559 bison | [] [] [] | 14 567 e2fsprogs | [] |
560 bluez-pin | [] [] [] | 13 568 enscript | [] |
561 clisp | | 5 569 error | [] |
562 clisp | | 0 570 fetchmail | [] [] |
563 coreutils | [] [] [] [] [] | 16 571 fileutils | [] [] |
564 cpio | [] [] [] | 14 572 findutils | [] |
565 darkstat | [] [] [] () () | 12 573 flex | [] [] |
566 diffutils | [] [] [] [] | 22 574 fslint | [] [] |
567 e2fsprogs | [] [] | 5 575 gas | |
568 enscript | [] [] [] | 12 576 gawk | [] [] |
569 error | [] [] [] | 15 577 gbiff | [] |
570 fetchmail | [] [] [] | 11 578 gcal | |
571 fileutils | [] [] [] [] [] [] | 16 579 gcc | |
572 findutils | [] [] [] [] [] [] [] | 29 580 gettext-examples | [] [] |
573 flex | [] [] [] | 13 581 gettext-runtime | [] [] [] |
574 fslint | | 2 582 gettext-tools | [] [] |
575 gas | [] | 3 583 gimp-print | [] [] |
576 gawk | [] [] | 12 584 gip | [] [] |
577 gbiff | | 3 585 gliv | [] |
578 gcal | [] [] | 4 586 glunarclock | [] [] |
579 gcc | [] | 4 587 gmult | [] [] |
580 gettext | [] [] [] [] [] [] | 16 588 gnubiff | |
581 gettext-examples | [] [] | 9 589 gnucash | () () |
582 gettext-runtime | [] [] [] [] [] [] [] [] [] | 21 590 gnucash-glossary | [] |
583 gettext-tools | [] [] [] [] [] [] | 14 591 gnuedu | |
584 gimp-print | [] [] | 10 592 gnulib | [] [] [] [] |
585 gliv | | 3 593 gnunet-gtk | |
586 glunarclock | [] [] [] [] | 15 594 gnutls | |
587 gnubiff | | 1 595 gpe-aerial | [] |
588 gnucash | [] [] [] | 9 596 gpe-beam | [] |
589 gnucash-glossary | [] [] [] | 8 597 gpe-calendar | [] |
590 gnupg | [] [] [] [] | 17 598 gpe-clock | [] [] [] |
591 gpe-aerial | [] [] | 7 599 gpe-conf | [] [] |
592 gpe-beam | [] [] | 8 600 gpe-contacts | [] |
593 gpe-calendar | [] [] [] [] [] | 13 601 gpe-edit | [] [] [] |
594 gpe-clock | [] [] [] | 9 602 gpe-filemanager | [] [] |
595 gpe-conf | [] [] [] | 9 603 gpe-go | [] [] [] |
596 gpe-contacts | [] [] [] [] | 11 604 gpe-login | [] [] [] |
597 gpe-edit | [] [] [] [] [] | 11 605 gpe-ownerinfo | [] [] |
598 gpe-go | [] | 5 606 gpe-package | [] [] |
599 gpe-login | [] [] [] [] [] | 12 607 gpe-sketchbook | [] [] |
600 gpe-ownerinfo | [] [] [] [] | 12 608 gpe-su | [] [] [] |
601 gpe-sketchbook | [] [] [] | 9 609 gpe-taskmanager | [] [] [] [] |
602 gpe-su | [] [] [] | 9 610 gpe-timesheet | [] |
603 gpe-taskmanager | [] [] [] | 9 611 gpe-today | [] [] |
604 gpe-timesheet | [] [] [] [] | 11 612 gpe-todo | [] |
605 gpe-today | [] [] [] [] [] | 12 613 gphoto2 | [] [] |
606 gpe-todo | [] [] [] [] [] | 12 614 gprof | |
607 gphoto2 | [] [] [] | 11 615 gpsdrive | () () () |
608 gprof | [] [] | 9 616 gramadoir | () |
609 gpsdrive | [] [] | 4 617 grep | [] [] [] [] |
610 gramadoir | | 3 618 gretl | |
611 grep | [] [] [] [] [] | 26 619 gsasl | [] |
612 gretl | | 2 620 gss | |
613 gtick | [] | 5 621 gst-plugins | [] |
614 hello | [] [] [] [] [] | 33 622 gst-plugins-base | |
615 id-utils | [] [] [] | 12 623 gst-plugins-good | [] |
616 indent | [] [] [] [] [] | 21 624 gstreamer | [] |
617 jpilot | [] [] [] [] [] | 9 625 gtick | |
618 jtag | [] | 1 626 gtkam | [] |
619 jwhois | () () [] [] | 11 627 gtkorphan | [] |
620 kbd | [] [] | 11 628 gtkspell | [] [] |
621 latrine | | 1 629 gutenprint | |
622 ld | [] [] | 5 630 hello | [] [] [] [] [] [] |
623 libc | [] [] [] [] | 20 631 id-utils | [] |
624 libgpewidget | [] [] [] | 12 632 impost | |
625 libiconv | [] [] [] [] [] [] [] [] [] | 27 633 indent | [] [] |
626 lifelines | [] | 2 634 iso_3166 | [] |
627 lilypond | [] | 3 635 iso_3166_2 | [] |
628 lingoteach | | 2 636 iso_4217 | [] [] [] |
629 lingoteach_lessons | () | 0 637 iso_639 | [] [] |
630 lynx | [] [] [] [] | 14 638 jpilot | () () () |
631 m4 | [] [] [] | 15 639 jtag | |
632 mailutils | [] | 4 640 jwhois | [] |
633 make | [] [] [] [] | 16 641 kbd | [] |
634 man-db | [] | 5 642 keytouch | [] |
635 minicom | [] | 11 643 keytouch-editor | |
636 mysecretdiary | [] [] | 10 644 keytouch-keyboa... | |
637 nano | [] [] [] [] [] | 17 645 latrine | [] |
638 nano_1_0 | [] [] [] [] | 17 646 ld | |
639 opcodes | [] [] | 6 647 leafpad | [] [] |
640 parted | [] [] [] | 15 648 libc | [] [] [] [] [] |
641 ptx | [] [] [] | 22 649 libexif | |
642 python | | 0 650 libextractor | |
643 radius | [] | 2 651 libgpewidget | [] |
644 recode | [] [] [] [] | 20 652 libgpg-error | |
645 screem | [] [] | 2 653 libgphoto2 | [] |
646 scrollkeeper | [] [] [] [] | 15 654 libgphoto2_port | [] |
647 sed | [] [] [] [] [] [] | 23 655 libgsasl | [] |
648 sh-utils | [] [] [] | 14 656 libiconv | |
649 shared-mime-info | [] [] | 4 657 libidn | [] [] |
650 sharutils | [] [] [] [] [] | 17 658 lifelines | [] |
651 sketch | [] | 6 659 lilypond | |
652 soundtracker | [] [] | 9 660 lingoteach | [] |
653 sp | [] | 3 661 lynx | [] [] |
654 tar | [] [] [] [] [] | 24 662 m4 | [] [] |
655 texinfo | [] [] [] [] | 14 663 mailutils | |
656 textutils | [] [] [] [] [] | 16 664 make | [] [] [] |
657 tin | | 1 665 man-db | () |
658 tuxpaint | [] [] [] [] [] | 29 666 minicom | [] |
659 util-linux | [] [] [] | 15 667 mysecretdiary | [] |
660 vorbis-tools | [] | 8 668 nano | [] [] [] |
661 wastesedge | | 0 669 nano_1_0 | [] [] [] |
662 wdiff | [] [] [] [] | 18 670 opcodes | [] |
663 wget | [] [] [] [] [] [] [] [] | 23 671 parted | [] [] |
664 xchat | [] [] [] [] [] | 14 672 pilot-qof | |
665 xfree86_xkb_xml | [] [] [] [] | 6 673 psmisc | [] [] [] |
666 xpad | | 4 674 pwdutils | |
667 +-------------------------------------------+ 675 python | |
668 51 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW 676 qof | |
669 117 domains 58 41 16 16 78 0 53 12 1 10 21 22 1230 677 radius | |
678 recode | [] |
679 rpm | [] [] |
680 screem | [] |
681 scrollkeeper | [] [] [] [] |
682 sed | [] [] |
683 sh-utils | [] [] |
684 shared-mime-info | [] [] [] [] [] |
685 sharutils | [] [] |
686 shishi | |
687 silky | [] |
688 skencil | |
689 sketch | |
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
670 1066
671 Some counters in the preceding matrix are higher than the number of 1067 Some counters in the preceding matrix are higher than the number of
672visible blocks let us expect. This is because a few extra PO files are 1068visible blocks let us expect. This is because a few extra PO files are
@@ -679,13 +1075,13 @@ distributed as such by its maintainer. There might be an observable
679lag between the mere existence a PO file and its wide availability in a 1075lag between the mere existence a PO file and its wide availability in a
680distribution. 1076distribution.
681 1077
682 If November 2003 seems to be old, you may fetch a more recent copy 1078 If October 2006 seems to be old, you may fetch a more recent copy of
683of this `ABOUT-NLS' file on most GNU archive sites. The most 1079this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
684up-to-date matrix with full percentage details can be found at 1080matrix with full percentage details can be found at
685`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. 1081`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
686 1082
687Using `gettext' in new packages 10831.6 Using `gettext' in new packages
688=============================== 1084===================================
689 1085
690If you are writing a freely available program and want to 1086If you are writing a freely available program and want to
691internationalize it you are welcome to use GNU `gettext' in your 1087internationalize it you are welcome to use GNU `gettext' in your