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