aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-06 19:55:27 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-06 19:55:27 +0100
commitacd39ed23d80f0aa2ff3829293a3e683ed6e31d0 (patch)
treedb6e1a50589b1530f56e6732b36af784008fa5df
parent3fc686e335437ec5f6d6270c8d713e9a01da966f (diff)
downloadlibmicrohttpd-acd39ed23d80f0aa2ff3829293a3e683ed6e31d0.tar.gz
libmicrohttpd-acd39ed23d80f0aa2ff3829293a3e683ed6e31d0.zip
releasing libmicrohttpd 0.9.60v0.9.60
-rw-r--r--ABOUT-NLS2411
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac8
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in72
-rw-r--r--po/Rules-quot15
-rw-r--r--po/libmicrohttpd.pot339
-rw-r--r--src/include/microhttpd.h4
8 files changed, 1515 insertions, 1343 deletions
diff --git a/ABOUT-NLS b/ABOUT-NLS
index b1de1b68..3cc82865 100644
--- a/ABOUT-NLS
+++ b/ABOUT-NLS
@@ -1,16 +1,16 @@
11 Notes 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 a
5a way to get maintainers of free software, translators, and users all 5way to get maintainers of free software, translators, and users all
6together, so that free software will gradually become able to speak many 6together, so that free software will gradually become able to speak many
7languages. A few packages already provide translations for their 7languages. A few packages already provide translations for their
8messages. 8messages.
9 9
10 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
11assume that the distributed package does use GNU `gettext' internally, 11assume that the distributed package does use GNU 'gettext' internally,
12itself available at your nearest GNU archive site. But you do _not_ 12itself available at your nearest GNU archive site. But you do _not_
13need to install GNU `gettext' prior to configuring, installing or using 13need to install GNU 'gettext' prior to configuring, installing or using
14this package with messages translated. 14this package with messages translated.
15 15
16 Installers will find here some useful hints. These notes also 16 Installers will find here some useful hints. These notes also
@@ -23,12 +23,12 @@ work on translations can contact the appropriate team.
23 23
24Some packages are "localizable" when properly installed; the programs 24Some packages are "localizable" when properly installed; the programs
25they contain can be made to speak your own native language. Most such 25they contain can be made to speak your own native language. Most such
26packages use GNU `gettext'. Other packages have their own ways to 26packages use GNU 'gettext'. Other packages have their own ways to
27internationalization, predating GNU `gettext'. 27internationalization, predating GNU 'gettext'.
28 28
29 By default, this package will be installed to allow translation of 29 By default, this package will be installed to allow translation of
30messages. It will automatically detect whether the system already 30messages. It will automatically detect whether the system already
31provides the GNU `gettext' functions. Installers may use special 31provides the GNU 'gettext' functions. Installers may use special
32options at configuration time for changing the default behaviour. The 32options at configuration time for changing the default behaviour. The
33command: 33command:
34 34
@@ -36,72 +36,71 @@ command:
36 36
37will _totally_ disable translation of messages. 37will _totally_ disable translation of messages.
38 38
39 When you already have GNU `gettext' installed on your system and run 39 When you already have GNU 'gettext' installed on your system and run
40configure without an option for your new package, `configure' will 40configure without an option for your new package, 'configure' will
41probably detect the previously built and installed `libintl' library 41probably detect the previously built and installed 'libintl' library and
42and will decide to use it. If not, you may have to to use the 42will decide to use it. If not, you may have to to use the
43`--with-libintl-prefix' option to tell `configure' where to look for it. 43'--with-libintl-prefix' option to tell 'configure' where to look for it.
44 44
45 Internationalized packages usually have many `po/LL.po' files, where 45 Internationalized packages usually have many 'po/LL.po' files, where
46LL gives an ISO 639 two-letter code identifying the language. Unless 46LL gives an ISO 639 two-letter code identifying the language. Unless
47translations have been forbidden at `configure' time by using the 47translations have been forbidden at 'configure' time by using the
48`--disable-nls' switch, all available translations are installed 48'--disable-nls' switch, all available translations are installed
49together with the package. However, the environment variable `LINGUAS' 49together with the package. However, the environment variable 'LINGUAS'
50may be set, prior to configuration, to limit the installed set. 50may be set, prior to configuration, to limit the installed set.
51`LINGUAS' should then contain a space separated list of two-letter 51'LINGUAS' should then contain a space separated list of two-letter
52codes, stating which languages are allowed. 52codes, stating which languages are allowed.
53 53
541.2 Using This Package 541.2 Using This Package
55====================== 55======================
56 56
57As a user, if your language has been installed for this package, you 57As a user, if your language has been installed for this package, you
58only have to set the `LANG' environment variable to the appropriate 58only have to set the 'LANG' environment variable to the appropriate
59`LL_CC' combination. If you happen to have the `LC_ALL' or some other 59'LL_CC' combination. If you happen to have the 'LC_ALL' or some other
60`LC_xxx' environment variables set, you should unset them before 60'LC_xxx' environment variables set, you should unset them before setting
61setting `LANG', otherwise the setting of `LANG' will not have the 61'LANG', otherwise the setting of 'LANG' will not have the desired
62desired effect. Here `LL' is an ISO 639 two-letter language code, and 62effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
63`CC' is an ISO 3166 two-letter country code. For example, let's 63an ISO 3166 two-letter country code. For example, let's suppose that
64suppose that you speak German and live in Germany. At the shell 64you speak German and live in Germany. At the shell prompt, merely
65prompt, merely execute `setenv LANG de_DE' (in `csh'), 65execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
66`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). 66'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your
67This can be done from your `.login' or `.profile' file, once and for 67'.login' or '.profile' file, once and for all.
68all.
69 68
70 You might think that the country code specification is redundant. 69 You might think that the country code specification is redundant.
71But in fact, some languages have dialects in different countries. For 70But in fact, some languages have dialects in different countries. For
72example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The 71example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The
73country code serves to distinguish the dialects. 72country code serves to distinguish the dialects.
74 73
75 The locale naming convention of `LL_CC', with `LL' denoting the 74 The locale naming convention of 'LL_CC', with 'LL' denoting the
76language and `CC' denoting the country, is the one use on systems based 75language and 'CC' denoting the country, is the one use on systems based
77on GNU libc. On other systems, some variations of this scheme are 76on GNU libc. On other systems, some variations of this scheme are used,
78used, such as `LL' or `LL_CC.ENCODING'. You can get the list of 77such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales
79locales supported by your system for your language by running the 78supported by your system for your language by running the command
80command `locale -a | grep '^LL''. 79'locale -a | grep '^LL''.
81 80
82 Not all programs have translations for all languages. By default, an 81 Not all programs have translations for all languages. By default, an
83English message is shown in place of a nonexistent translation. If you 82English message is shown in place of a nonexistent translation. If you
84understand other languages, you can set up a priority list of languages. 83understand other languages, you can set up a priority list of languages.
85This is done through a different environment variable, called 84This is done through a different environment variable, called
86`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' 85'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
87for the purpose of message handling, but you still need to have `LANG' 86for the purpose of message handling, but you still need to have 'LANG'
88set to the primary language; this is required by other parts of the 87set to the primary language; this is required by other parts of the
89system libraries. For example, some Swedish users who would rather 88system libraries. For example, some Swedish users who would rather read
90read translations in German than English for when Swedish is not 89translations in German than English for when Swedish is not available,
91available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 90set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
92 91
93 Special advice for Norwegian users: The language code for Norwegian 92 Special advice for Norwegian users: The language code for Norwegian
94bokma*l changed from `no' to `nb' recently (in 2003). During the 93bokma*l changed from 'no' to 'nb' recently (in 2003). During the
95transition period, while some message catalogs for this language are 94transition period, while some message catalogs for this language are
96installed under `nb' and some older ones under `no', it's recommended 95installed under 'nb' and some older ones under 'no', it's recommended
97for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and 96for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
98older translations are used. 97older translations are used.
99 98
100 In the `LANGUAGE' environment variable, but not in the `LANG' 99 In the 'LANGUAGE' environment variable, but not in the 'LANG'
101environment variable, `LL_CC' combinations can be abbreviated as `LL' 100environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
102to denote the language's main dialect. For example, `de' is equivalent 101denote the language's main dialect. For example, 'de' is equivalent to
103to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' 102'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
104(Portuguese as spoken in Portugal) in this context. 103as spoken in Portugal) in this context.
105 104
1061.3 Translating Teams 1051.3 Translating Teams
107===================== 106=====================
@@ -111,22 +110,22 @@ people who like their own language and write it well, and who are also
111able to synergize with other translators speaking the same language. 110able to synergize with other translators speaking the same language.
112Each translation team has its own mailing list. The up-to-date list of 111Each translation team has its own mailing list. The up-to-date list of
113teams can be found at the Free Translation Project's homepage, 112teams can be found at the Free Translation Project's homepage,
114`http://translationproject.org/', in the "Teams" area. 113'http://translationproject.org/', in the "Teams" area.
115 114
116 If you'd like to volunteer to _work_ at translating messages, you 115 If you'd like to volunteer to _work_ at translating messages, you
117should become a member of the translating team for your own language. 116should become a member of the translating team for your own language.
118The subscribing address is _not_ the same as the list itself, it has 117The subscribing address is _not_ the same as the list itself, it has
119`-request' appended. For example, speakers of Swedish can send a 118'-request' appended. For example, speakers of Swedish can send a
120message to `sv-request@li.org', having this message body: 119message to 'sv-request@li.org', having this message body:
121 120
122 subscribe 121 subscribe
123 122
124 Keep in mind that team members are expected to participate 123 Keep in mind that team members are expected to participate _actively_
125_actively_ in translations, or at solving translational difficulties, 124in translations, or at solving translational difficulties, rather than
126rather than merely lurking around. If your team does not exist yet and 125merely lurking around. If your team does not exist yet and you want to
127you want to start one, or if you are unsure about what to do or how to 126start one, or if you are unsure about what to do or how to get started,
128get started, please write to `coordinator@translationproject.org' to 127please write to 'coordinator@translationproject.org' to reach the
129reach the coordinator for all translator teams. 128coordinator for all translator teams.
130 129
131 The English team is special. It works at improving and uniformizing 130 The English team is special. It works at improving and uniformizing
132the terminology in use. Proven linguistic skills are praised more than 131the terminology in use. Proven linguistic skills are praised more than
@@ -136,1114 +135,1214 @@ programming skills, here.
136====================== 135======================
137 136
138Languages are not equally supported in all packages. The following 137Languages are not equally supported in all packages. The following
139matrix shows the current state of internationalization, as of June 138matrix shows the current state of internationalization, as of Jun 2014.
1402010. The matrix shows, in regard of each package, for which languages 139The matrix shows, in regard of each package, for which languages PO
141PO files have been submitted to translation coordination, with a 140files have been submitted to translation coordination, with a
142translation percentage of at least 50%. 141translation percentage of at least 50%.
143 142
144 Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca 143 Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs
144 +---------------------------------------------------+
145 a2ps | [] [] [] |
146 aegis | |
147 anubis | |
148 aspell | [] [] [] |
149 bash | [] [] [] |
150 bfd | |
151 binutils | [] |
152 bison | |
153 bison-runtime | [] |
154 buzztrax | [] |
155 ccd2cue | |
156 ccide | |
157 cflow | |
158 clisp | |
159 coreutils | [] [] |
160 cpio | |
161 cppi | |
162 cpplib | [] |
163 cryptsetup | [] |
164 datamash | |
165 denemo | [] [] |
166 dfarc | [] |
167 dialog | [] [] [] |
168 dico | |
169 diffutils | [] |
170 dink | [] |
171 direvent | |
172 doodle | [] |
173 dos2unix | |
174 dos2unix-man | |
175 e2fsprogs | [] [] |
176 enscript | [] |
177 exif | [] |
178 fetchmail | [] [] |
179 findutils | [] |
180 flex | [] |
181 freedink | [] [] |
182 fusionforge | |
183 gas | |
184 gawk | [] |
185 gcal | [] |
186 gcc | |
187 gdbm | |
188 gettext-examples | [] [] [] [] [] |
189 gettext-runtime | [] [] [] |
190 gettext-tools | [] [] |
191 gjay | |
192 glunarclock | [] [] [] |
193 gnubiff | [] |
194 gnubik | [] |
195 gnucash | () () [] |
196 gnuchess | |
197 gnulib | [] |
198 gnunet | |
199 gnunet-gtk | |
200 gold | |
201 gphoto2 | [] |
202 gprof | [] |
203 gramadoir | |
204 grep | [] [] [] |
205 grub | [] |
206 gsasl | |
207 gss | |
208 gst-plugins-bad | [] [] |
209 gst-plugins-base | [] [] [] |
210 gst-plugins-good | [] [] [] |
211 gst-plugins-ugly | [] [] [] |
212 gstreamer | [] [] [] [] |
213 gtick | [] |
214 gtkam | [] [] |
215 gtkspell | [] [] [] [] [] |
216 guix | |
217 guix-packages | |
218 gutenprint | [] |
219 hello | [] |
220 help2man | |
221 help2man-texi | |
222 hylafax | |
223 idutils | |
224 iso_15924 | [] |
225 iso_3166 | [] [] [] [] [] [] [] [] [] [] |
226 iso_3166_2 | |
227 iso_4217 | [] |
228 iso_639 | [] [] [] [] [] [] [] [] [] |
229 iso_639_3 | [] [] |
230 iso_639_5 | |
231 jwhois | |
232 kbd | [] |
233 klavaro | [] [] [] [] [] |
234 ld | [] |
235 leafpad | [] [] [] [] |
236 libc | [] [] [] |
237 libexif | () |
238 libextractor | |
239 libgnutls | [] |
240 libgphoto2 | [] |
241 libgphoto2_port | [] |
242 libgsasl | |
243 libiconv | [] [] |
244 libidn | [] |
245 liferea | [] [] [] [] |
246 lilypond | [] [] |
247 lordsawar | [] |
248 lprng | |
249 lynx | [] [] |
250 m4 | [] |
251 mailfromd | |
252 mailutils | |
253 make | [] |
254 man-db | [] [] |
255 man-db-manpages | |
256 midi-instruments | [] [] [] |
257 minicom | [] |
258 mkisofs | [] |
259 myserver | [] |
260 nano | [] [] [] |
261 opcodes | |
262 parted | [] |
263 pies | |
264 pnmixer | |
265 popt | [] |
266 procps-ng | |
267 procps-ng-man | |
268 psmisc | [] |
269 pspp | [] |
270 pushover | [] |
271 pwdutils | |
272 pyspread | |
273 radius | [] |
274 recode | [] [] [] |
275 recutils | |
276 rpm | |
277 rush | |
278 sarg | |
279 sed | [] [] [] [] |
280 sharutils | [] |
281 shishi | |
282 skribilo | |
283 solfege | [] [] |
284 solfege-manual | |
285 spotmachine | |
286 sudo | [] [] |
287 sudoers | [] [] |
288 sysstat | [] |
289 tar | [] [] [] |
290 texinfo | [] [] |
291 texinfo_document | [] [] |
292 tigervnc | [] |
293 tin | |
294 tin-man | |
295 tracgoogleappsa... | |
296 trader | |
297 util-linux | [] |
298 ve | |
299 vice | |
300 vmm | |
301 vorbis-tools | [] |
302 wastesedge | |
303 wcd | |
304 wcd-man | |
305 wdiff | [] [] |
306 wget | [] |
307 wyslij-po | |
308 xboard | |
309 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
310 xkeyboard-config | [] [] [] |
311 +---------------------------------------------------+
312 af am an ar as ast az be bg bn bn_IN bs ca crh cs
313 4 0 2 5 3 11 0 8 25 3 3 1 55 4 74
314
315 da de el en en_GB en_ZA eo es et eu fa fi fr
316 +--------------------------------------------------+
317 a2ps | [] [] [] [] [] [] [] [] [] |
318 aegis | [] [] [] [] |
319 anubis | [] [] [] [] [] |
320 aspell | [] [] [] [] [] [] [] |
321 bash | [] [] [] |
322 bfd | [] [] [] [] |
323 binutils | [] [] [] |
324 bison | [] [] [] [] [] [] [] [] |
325 bison-runtime | [] [] [] [] [] [] [] [] |
326 buzztrax | [] [] [] [] |
327 ccd2cue | [] [] [] [] |
328 ccide | [] [] [] [] [] [] |
329 cflow | [] [] [] [] [] |
330 clisp | [] [] [] [] [] |
331 coreutils | [] [] [] [] [] |
332 cpio | [] [] [] [] [] |
333 cppi | [] [] [] [] [] |
334 cpplib | [] [] [] [] [] [] |
335 cryptsetup | [] [] [] [] [] |
336 datamash | [] [] [] [] |
337 denemo | [] |
338 dfarc | [] [] [] [] [] [] |
339 dialog | [] [] [] [] [] [] [] [] [] |
340 dico | [] [] [] [] |
341 diffutils | [] [] [] [] [] [] |
342 dink | [] [] [] [] [] [] |
343 direvent | [] [] [] [] |
344 doodle | [] [] [] [] |
345 dos2unix | [] [] [] [] [] |
346 dos2unix-man | [] [] [] |
347 e2fsprogs | [] [] [] [] [] |
348 enscript | [] [] [] [] [] [] |
349 exif | [] [] [] [] [] [] |
350 fetchmail | [] () [] [] [] [] [] |
351 findutils | [] [] [] [] [] [] [] [] |
352 flex | [] [] [] [] [] [] |
353 freedink | [] [] [] [] [] [] [] [] |
354 fusionforge | [] [] [] |
355 gas | [] [] [] |
356 gawk | [] [] [] [] [] |
357 gcal | [] [] [] [] |
358 gcc | [] |
359 gdbm | [] [] [] [] [] |
360 gettext-examples | [] [] [] [] [] [] [] |
361 gettext-runtime | [] [] [] [] [] [] |
362 gettext-tools | [] [] [] [] [] |
363 gjay | [] [] [] [] |
364 glunarclock | [] [] [] [] [] |
365 gnubiff | () [] [] () |
366 gnubik | [] [] [] [] [] |
367 gnucash | [] () () () () () () |
368 gnuchess | [] [] [] [] |
369 gnulib | [] [] [] [] [] [] [] |
370 gnunet | [] |
371 gnunet-gtk | [] |
372 gold | [] [] [] |
373 gphoto2 | [] () [] [] |
374 gprof | [] [] [] [] [] [] |
375 gramadoir | [] [] [] [] [] |
376 grep | [] [] [] [] [] [] [] |
377 grub | [] [] [] [] [] |
378 gsasl | [] [] [] [] [] |
379 gss | [] [] [] [] [] |
380 gst-plugins-bad | [] [] [] |
381 gst-plugins-base | [] [] [] [] [] [] |
382 gst-plugins-good | [] [] [] [] [] [] [] |
383 gst-plugins-ugly | [] [] [] [] [] [] [] [] |
384 gstreamer | [] [] [] [] [] [] [] |
385 gtick | [] () [] [] [] |
386 gtkam | [] () [] [] [] [] |
387 gtkspell | [] [] [] [] [] [] [] [] |
388 guix | [] [] |
389 guix-packages | |
390 gutenprint | [] [] [] [] |
391 hello | [] [] [] [] [] [] [] [] |
392 help2man | [] [] [] [] [] [] [] |
393 help2man-texi | [] [] [] |
394 hylafax | [] [] |
395 idutils | [] [] [] [] [] |
396 iso_15924 | [] () [] [] () [] () |
397 iso_3166 | [] () [] [] [] [] () [] () |
398 iso_3166_2 | [] () () () |
399 iso_4217 | [] () [] [] [] () [] () |
400 iso_639 | [] () [] [] () [] () |
401 iso_639_3 | () () () |
402 iso_639_5 | () () () |
403 jwhois | [] [] [] [] [] |
404 kbd | [] [] [] [] [] [] |
405 klavaro | [] [] [] [] [] [] [] |
406 ld | [] [] [] [] |
407 leafpad | [] [] [] [] [] [] [] [] |
408 libc | [] [] [] [] [] |
409 libexif | [] [] () [] [] |
410 libextractor | [] |
411 libgnutls | [] [] [] [] |
412 libgphoto2 | [] () [] |
413 libgphoto2_port | [] () [] [] [] [] |
414 libgsasl | [] [] [] [] [] |
415 libiconv | [] [] [] [] [] [] [] |
416 libidn | [] [] [] [] [] |
417 liferea | [] () [] [] [] [] [] |
418 lilypond | [] [] [] [] [] [] |
419 lordsawar | [] [] |
420 lprng | |
421 lynx | [] [] [] [] [] [] |
422 m4 | [] [] [] [] [] [] |
423 mailfromd | [] |
424 mailutils | [] [] [] [] |
425 make | [] [] [] [] [] |
426 man-db | [] [] [] [] |
427 man-db-manpages | [] [] |
428 midi-instruments | [] [] [] [] [] [] [] [] [] |
429 minicom | [] [] [] [] [] |
430 mkisofs | [] [] [] |
431 myserver | [] [] [] [] |
432 nano | [] [] [] [] [] [] [] |
433 opcodes | [] [] [] [] [] |
434 parted | [] [] [] |
435 pies | [] |
436 pnmixer | [] [] |
437 popt | [] [] [] [] [] [] |
438 procps-ng | [] [] |
439 procps-ng-man | [] [] |
440 psmisc | [] [] [] [] [] [] [] |
441 pspp | [] [] [] |
442 pushover | () [] [] [] |
443 pwdutils | [] [] [] |
444 pyspread | [] [] [] |
445 radius | [] [] |
446 recode | [] [] [] [] [] [] [] |
447 recutils | [] [] [] [] |
448 rpm | [] [] [] [] [] |
449 rush | [] [] [] |
450 sarg | [] [] |
451 sed | [] [] [] [] [] [] [] [] |
452 sharutils | [] [] [] [] |
453 shishi | [] [] [] |
454 skribilo | [] [] [] |
455 solfege | [] [] [] [] [] [] [] [] |
456 solfege-manual | [] [] [] [] [] |
457 spotmachine | [] [] [] [] [] |
458 sudo | [] [] [] [] [] [] |
459 sudoers | [] [] [] [] [] [] |
460 sysstat | [] [] [] [] [] [] |
461 tar | [] [] [] [] [] [] [] |
462 texinfo | [] [] [] [] [] |
463 texinfo_document | [] [] [] [] |
464 tigervnc | [] [] [] [] [] [] |
465 tin | [] [] [] [] |
466 tin-man | [] |
467 tracgoogleappsa... | [] [] [] [] [] |
468 trader | [] [] [] [] [] [] |
469 util-linux | [] [] [] [] |
470 ve | [] [] [] [] [] |
471 vice | () () () |
472 vmm | [] [] |
473 vorbis-tools | [] [] [] [] |
474 wastesedge | [] |
475 wcd | [] [] [] [] |
476 wcd-man | [] |
477 wdiff | [] [] [] [] [] [] [] |
478 wget | [] [] [] [] [] [] |
479 wyslij-po | [] [] [] [] |
480 xboard | [] [] [] [] |
481 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
482 xkeyboard-config | [] [] [] [] [] [] [] |
483 +--------------------------------------------------+
484 da de el en en_GB en_ZA eo es et eu fa fi fr
485 119 131 32 1 6 0 94 95 22 13 4 102 139
486
487 ga gd gl gu he hi hr hu hy ia id is it ja ka kk
488 +-------------------------------------------------+
489 a2ps | [] [] [] [] |
490 aegis | [] |
491 anubis | [] [] [] [] |
492 aspell | [] [] [] [] [] |
493 bash | [] [] [] [] |
494 bfd | [] [] |
495 binutils | [] [] [] |
496 bison | [] |
497 bison-runtime | [] [] [] [] [] [] [] [] |
498 buzztrax | |
499 ccd2cue | [] |
500 ccide | [] [] |
501 cflow | [] [] [] |
502 clisp | |
503 coreutils | [] [] |
504 cpio | [] [] [] [] [] [] |
505 cppi | [] [] [] [] [] |
506 cpplib | [] [] |
507 cryptsetup | [] |
508 datamash | |
509 denemo | [] |
510 dfarc | [] [] [] |
511 dialog | [] [] [] [] [] [] [] [] [] [] |
512 dico | |
513 diffutils | [] [] [] [] |
514 dink | [] |
515 direvent | [] |
516 doodle | [] [] |
517 dos2unix | [] [] |
518 dos2unix-man | |
519 e2fsprogs | [] [] |
520 enscript | [] [] [] |
521 exif | [] [] [] [] [] [] |
522 fetchmail | [] [] [] |
523 findutils | [] [] [] [] [] [] [] |
524 flex | [] |
525 freedink | [] [] [] [] |
526 fusionforge | |
527 gas | [] |
528 gawk | [] () [] |
529 gcal | |
530 gcc | |
531 gdbm | |
532 gettext-examples | [] [] [] [] [] [] [] |
533 gettext-runtime | [] [] [] [] [] [] [] |
534 gettext-tools | [] [] [] |
535 gjay | [] |
536 glunarclock | [] [] [] [] [] [] |
537 gnubiff | [] [] () |
538 gnubik | [] [] [] |
539 gnucash | () () () () () |
540 gnuchess | |
541 gnulib | [] [] [] [] [] |
542 gnunet | |
543 gnunet-gtk | |
544 gold | [] [] |
545 gphoto2 | [] [] [] [] |
546 gprof | [] [] [] [] |
547 gramadoir | [] [] [] |
548 grep | [] [] [] [] [] [] [] |
549 grub | [] [] [] |
550 gsasl | [] [] [] [] [] |
551 gss | [] [] [] [] [] |
552 gst-plugins-bad | [] [] [] |
553 gst-plugins-base | [] [] [] [] |
554 gst-plugins-good | [] [] [] [] [] [] |
555 gst-plugins-ugly | [] [] [] [] [] [] |
556 gstreamer | [] [] [] [] [] |
557 gtick | [] [] [] [] [] |
558 gtkam | [] [] [] [] [] |
559 gtkspell | [] [] [] [] [] [] [] [] [] [] |
560 guix | |
561 guix-packages | |
562 gutenprint | [] [] [] |
563 hello | [] [] [] [] [] |
564 help2man | [] [] [] |
565 help2man-texi | |
566 hylafax | [] |
567 idutils | [] [] |
568 iso_15924 | [] [] [] [] [] [] |
569 iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
570 iso_3166_2 | [] [] |
571 iso_4217 | [] [] [] [] [] [] |
572 iso_639 | [] [] [] [] [] [] [] [] [] |
573 iso_639_3 | [] [] |
574 iso_639_5 | |
575 jwhois | [] [] [] [] |
576 kbd | [] [] [] |
577 klavaro | [] [] [] [] [] |
578 ld | [] [] [] [] |
579 leafpad | [] [] [] [] [] [] [] () |
580 libc | [] [] [] [] [] |
581 libexif | [] |
582 libextractor | |
583 libgnutls | [] |
584 libgphoto2 | [] [] |
585 libgphoto2_port | [] [] |
586 libgsasl | [] [] [] [] |
587 libiconv | [] [] [] [] [] [] [] |
588 libidn | [] [] [] [] |
589 liferea | [] [] [] [] [] |
590 lilypond | [] |
591 lordsawar | |
592 lprng | [] |
593 lynx | [] [] [] [] |
594 m4 | [] [] [] [] [] |
595 mailfromd | |
596 mailutils | |
597 make | [] [] [] [] |
598 man-db | [] [] |
599 man-db-manpages | [] [] |
600 midi-instruments | [] [] [] [] [] [] [] [] [] |
601 minicom | [] [] [] |
602 mkisofs | [] [] |
603 myserver | [] |
604 nano | [] [] [] [] [] [] |
605 opcodes | [] [] [] |
606 parted | [] [] [] [] [] |
607 pies | |
608 pnmixer | [] [] |
609 popt | [] [] [] [] [] [] [] [] [] [] |
610 procps-ng | |
611 procps-ng-man | |
612 psmisc | [] [] [] [] |
613 pspp | [] [] |
614 pushover | [] |
615 pwdutils | [] |
616 pyspread | |
617 radius | [] |
618 recode | [] [] [] [] [] [] [] |
619 recutils | |
620 rpm | [] |
621 rush | [] |
622 sarg | |
623 sed | [] [] [] [] [] [] [] |
624 sharutils | |
625 shishi | |
626 skribilo | [] |
627 solfege | [] [] |
628 solfege-manual | |
629 spotmachine | |
630 sudo | [] [] [] [] |
631 sudoers | [] [] [] |
632 sysstat | [] [] [] [] |
633 tar | [] [] [] [] [] [] |
634 texinfo | [] [] [] |
635 texinfo_document | [] [] [] |
636 tigervnc | |
637 tin | |
638 tin-man | |
639 tracgoogleappsa... | [] [] [] [] |
640 trader | [] [] |
641 util-linux | [] |
642 ve | [] |
643 vice | () () |
644 vmm | |
645 vorbis-tools | [] [] |
646 wastesedge | [] |
647 wcd | |
648 wcd-man | |
649 wdiff | [] [] [] |
650 wget | [] [] [] [] |
651 wyslij-po | [] [] [] |
652 xboard | |
653 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
654 xkeyboard-config | [] [] [] [] [] [] |
655 +-------------------------------------------------+
656 ga gd gl gu he hi hr hu hy ia id is it ja ka kk
657 35 2 47 4 8 2 60 71 2 6 81 11 87 57 0 3
658
659 kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
145 +--------------------------------------------------+ 660 +--------------------------------------------------+
146 a2ps | [] [] | 661 a2ps | [] [] |
147 aegis | | 662 aegis | [] |
148 ant-phone | | 663 anubis | [] [] [] |
149 anubis | | 664 aspell | [] [] |
150 aspell | [] [] | 665 bash | [] [] |
151 bash | |
152 bfd | | 666 bfd | |
153 bibshelf | [] |
154 binutils | | 667 binutils | |
155 bison | | 668 bison | [] |
156 bison-runtime | [] | 669 bison-runtime | [] [] [] [] [] [] |
157 bluez-pin | [] [] | 670 buzztrax | |
158 bombono-dvd | | 671 ccd2cue | |
159 buzztard | | 672 ccide | [] [] |
160 cflow | | 673 cflow | [] |
161 clisp | | 674 clisp | [] |
162 coreutils | [] [] | 675 coreutils | [] [] |
163 cpio | | 676 cpio | [] |
164 cppi | | 677 cppi | |
165 cpplib | [] | 678 cpplib | [] |
166 cryptsetup | | 679 cryptsetup | [] |
167 dfarc | | 680 datamash | [] [] |
168 dialog | [] [] | 681 denemo | |
682 dfarc | [] [] |
683 dialog | [] [] [] [] [] [] |
169 dico | | 684 dico | |
170 diffutils | [] | 685 diffutils | [] [] [] |
171 dink | | 686 dink | [] |
172 doodle | | 687 direvent | [] |
173 e2fsprogs | [] | 688 doodle | [] |
174 enscript | [] | 689 dos2unix | [] [] |
175 exif | | 690 dos2unix-man | [] |
176 fetchmail | [] | 691 e2fsprogs | [] |
177 findutils | [] | 692 enscript | [] |
178 flex | [] | 693 exif | [] [] [] |
179 freedink | | 694 fetchmail | [] |
695 findutils | [] [] |
696 flex | [] |
697 freedink | [] [] |
698 fusionforge | |
180 gas | | 699 gas | |
181 gawk | [] [] | 700 gawk | [] |
182 gcal | [] | 701 gcal | |
183 gcc | | 702 gcc | |
184 gettext-examples | [] [] [] [] | 703 gdbm | |
185 gettext-runtime | [] [] | 704 gettext-examples | [] [] [] [] [] [] |
186 gettext-tools | [] [] | 705 gettext-runtime | [] [] [] |
187 gip | [] | 706 gettext-tools | [] |
188 gjay | | 707 gjay | |
189 gliv | [] | 708 glunarclock | [] [] |
190 glunarclock | [] [] | 709 gnubiff | [] |
191 gnubiff | | 710 gnubik | [] [] |
192 gnucash | [] | 711 gnucash | () () () () () () () [] |
193 gnuedu | | 712 gnuchess | [] [] |
194 gnulib | | 713 gnulib | [] |
195 gnunet | | 714 gnunet | |
196 gnunet-gtk | | 715 gnunet-gtk | |
197 gnutls | |
198 gold | | 716 gold | |
199 gpe-aerial | | 717 gphoto2 | [] |
200 gpe-beam | | 718 gprof | [] [] |
201 gpe-bluetooth | | 719 gramadoir | [] |
202 gpe-calendar | | 720 grep | [] [] |
203 gpe-clock | [] | 721 grub | [] [] [] |
204 gpe-conf | | 722 gsasl | [] |
205 gpe-contacts | |
206 gpe-edit | |
207 gpe-filemanager | |
208 gpe-go | |
209 gpe-login | |
210 gpe-ownerinfo | [] |
211 gpe-package | |
212 gpe-sketchbook | |
213 gpe-su | [] |
214 gpe-taskmanager | [] |
215 gpe-timesheet | [] |
216 gpe-today | [] |
217 gpe-todo | |
218 gphoto2 | |
219 gprof | [] |
220 gpsdrive | |
221 gramadoir | |
222 grep | |
223 grub | [] [] |
224 gsasl | |
225 gss | | 723 gss | |
226 gst-plugins-bad | [] | 724 gst-plugins-bad | [] [] [] |
227 gst-plugins-base | [] | 725 gst-plugins-base | [] [] [] |
228 gst-plugins-good | [] | 726 gst-plugins-good | [] [] [] [] |
229 gst-plugins-ugly | [] | 727 gst-plugins-ugly | [] [] [] [] [] |
230 gstreamer | [] [] [] | 728 gstreamer | [] [] [] |
231 gtick | | 729 gtick | [] |
232 gtkam | [] | 730 gtkam | [] [] |
233 gtkorphan | [] | 731 gtkspell | [] [] [] [] [] [] [] |
234 gtkspell | [] [] [] | 732 guix | |
235 gutenprint | | 733 guix-packages | |
236 hello | [] | 734 gutenprint | [] |
237 help2man | | 735 hello | [] [] [] |
238 hylafax | | 736 help2man | [] |
239 idutils | | 737 help2man-texi | |
240 indent | [] [] | 738 hylafax | [] |
241 iso_15924 | | 739 idutils | [] |
242 iso_3166 | [] [] [] [] [] [] [] | 740 iso_15924 | () [] [] |
243 iso_3166_2 | | 741 iso_3166 | [] [] [] () [] [] [] [] [] [] |
244 iso_4217 | | 742 iso_3166_2 | () [] |
245 iso_639 | [] [] [] [] | 743 iso_4217 | () [] [] [] |
246 iso_639_3 | | 744 iso_639 | [] [] () [] [] [] [] |
247 jwhois | | 745 iso_639_3 | [] () [] |
248 kbd | | 746 iso_639_5 | () |
249 keytouch | [] | 747 jwhois | [] [] |
250 keytouch-editor | | 748 kbd | [] |
251 keytouch-keyboa... | [] | 749 klavaro | [] [] |
252 klavaro | [] | 750 ld | |
253 latrine | | 751 leafpad | [] [] [] [] [] |
254 ld | [] | 752 libc | [] [] |
255 leafpad | [] [] | 753 libexif | [] |
256 libc | [] [] | 754 libextractor | [] |
257 libexif | () | 755 libgnutls | [] [] |
258 libextractor | | 756 libgphoto2 | [] |
259 libgnutls | | 757 libgphoto2_port | [] |
260 libgpewidget | | 758 libgsasl | [] |
261 libgpg-error | | 759 libiconv | [] [] |
262 libgphoto2 | | 760 libidn | [] |
263 libgphoto2_port | | 761 liferea | [] [] [] |
264 libgsasl | | 762 lilypond | [] |
265 libiconv | [] |
266 libidn | |
267 lifelines | |
268 liferea | [] [] |
269 lilypond | |
270 linkdr | [] |
271 lordsawar | | 763 lordsawar | |
272 lprng | | 764 lprng | |
273 lynx | [] | 765 lynx | [] |
274 m4 | | 766 m4 | [] |
275 mailfromd | | 767 mailfromd | |
276 mailutils | | 768 mailutils | |
277 make | | 769 make | [] [] |
278 man-db | | 770 man-db | [] |
279 man-db-manpages | | 771 man-db-manpages | [] |
280 minicom | | 772 midi-instruments | [] [] [] [] [] [] [] |
281 mkisofs | | 773 minicom | [] |
774 mkisofs | [] |
282 myserver | | 775 myserver | |
283 nano | [] [] | 776 nano | [] [] [] |
284 opcodes | | 777 opcodes | [] |
285 parted | | 778 parted | [] [] |
286 pies | | 779 pies | |
287 popt | | 780 pnmixer | [] |
288 psmisc | | 781 popt | [] [] [] [] [] |
289 pspp | [] | 782 procps-ng | |
290 pwdutils | | 783 procps-ng-man | |
291 radius | [] | 784 psmisc | [] |
292 recode | [] [] | 785 pspp | [] [] |
293 rosegarden | | 786 pushover | |
294 rpm | | 787 pwdutils | [] |
295 rush | | 788 pyspread | |
789 radius | [] |
790 recode | [] [] |
791 recutils | [] |
792 rpm | [] |
793 rush | [] |
296 sarg | | 794 sarg | |
297 screem | | 795 sed | [] [] |
298 scrollkeeper | [] [] [] | 796 sharutils | [] |
299 sed | [] [] |
300 sharutils | [] [] |
301 shishi | | 797 shishi | |
302 skencil | | 798 skribilo | |
303 solfege | | 799 solfege | [] [] |
304 solfege-manual | | 800 solfege-manual | [] |
305 soundtracker | | 801 spotmachine | [] |
306 sp | | 802 sudo | [] [] [] |
307 sysstat | | 803 sudoers | [] [] [] |
308 tar | [] | 804 sysstat | [] [] |
309 texinfo | | 805 tar | [] [] [] |
806 texinfo | [] |
807 texinfo_document | [] |
808 tigervnc | [] |
310 tin | | 809 tin | |
311 unicode-han-tra... | | 810 tin-man | |
312 unicode-transla... | | 811 tracgoogleappsa... | [] [] [] |
313 util-linux-ng | [] | 812 trader | [] |
314 vice | | 813 util-linux | [] |
315 vmm | | 814 ve | [] |
316 vorbis-tools | | 815 vice | [] |
317 wastesedge | | 816 vmm | [] |
318 wdiff | | 817 vorbis-tools | [] |
319 wget | [] [] | 818 wastesedge | [] |
320 wyslij-po | | 819 wcd | [] |
321 xchat | [] [] [] [] | 820 wcd-man | [] |
322 xdg-user-dirs | [] [] [] [] [] [] [] [] [] | 821 wdiff | [] |
323 xkeyboard-config | [] [] | 822 wget | [] [] |
823 wyslij-po | [] |
824 xboard | [] |
825 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
826 xkeyboard-config | [] [] [] |
324 +--------------------------------------------------+ 827 +--------------------------------------------------+
325 af am an ar as ast az be be@latin bg bn_IN bs ca 828 kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
326 6 0 1 2 3 19 1 10 3 28 3 1 38 829 5 15 4 6 0 13 23 3 3 3 4 11 2 42 1 125
327 830
328 crh cs da de el en en_GB en_ZA eo es et eu fa 831 nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
329 +-------------------------------------------------+ 832 +------------------------------------------------+
330 a2ps | [] [] [] [] [] [] [] | 833 a2ps | [] [] [] [] [] [] [] |
331 aegis | [] [] [] | 834 aegis | [] [] |
332 ant-phone | [] () | 835 anubis | [] [] [] |
333 anubis | [] [] | 836 aspell | [] [] [] [] [] [] [] |
334 aspell | [] [] [] [] [] | 837 bash | [] [] [] [] [] [] |
335 bash | [] [] [] | 838 bfd | [] [] |
336 bfd | [] | 839 binutils | [] [] |
337 bibshelf | [] [] [] | 840 bison | [] [] [] |
338 binutils | [] | 841 bison-runtime | [] [] [] [] [] [] [] [] |
339 bison | [] [] | 842 buzztrax | [] |
340 bison-runtime | [] [] [] [] | 843 ccd2cue | [] [] |
341 bluez-pin | [] [] [] [] [] [] | 844 ccide | [] [] [] |
342 bombono-dvd | [] | 845 cflow | [] [] [] |
343 buzztard | [] [] [] | 846 clisp | [] |
344 cflow | [] [] | 847 coreutils | [] [] [] [] |
345 clisp | [] [] [] [] | 848 cpio | [] [] [] |
346 coreutils | [] [] [] [] | 849 cppi | [] [] [] |
347 cpio | | 850 cpplib | [] [] [] |
348 cppi | | 851 cryptsetup | [] [] [] |
349 cpplib | [] [] [] | 852 datamash | [] [] |
350 cryptsetup | [] | 853 denemo | |
351 dfarc | [] [] [] | 854 dfarc | [] [] [] |
352 dialog | [] [] [] [] [] | 855 dialog | [] [] [] [] [] [] [] |
353 dico | | 856 dico | [] |
354 diffutils | [] [] [] [] [] [] | 857 diffutils | [] [] [] |
355 dink | [] [] [] | 858 dink | |
356 doodle | [] | 859 direvent | [] [] [] |
357 e2fsprogs | [] [] [] | 860 doodle | [] [] |
358 enscript | [] [] [] | 861 dos2unix | [] [] [] [] |
359 exif | () [] [] | 862 dos2unix-man | [] [] |
360 fetchmail | [] [] () [] [] [] | 863 e2fsprogs | [] |
361 findutils | [] [] [] | 864 enscript | [] [] [] [] [] [] |
362 flex | [] [] | 865 exif | [] [] [] [] [] [] |
363 freedink | [] [] [] | 866 fetchmail | [] [] [] |
364 gas | [] | 867 findutils | [] [] [] [] [] [] |
365 gawk | [] [] [] | 868 flex | [] [] [] [] [] |
366 gcal | [] | 869 freedink | [] [] [] [] [] |
367 gcc | [] [] | 870 fusionforge | |
368 gettext-examples | [] [] [] [] | 871 gas | |
369 gettext-runtime | [] [] [] [] | 872 gawk | [] |
370 gettext-tools | [] [] [] | 873 gcal | |
371 gip | [] [] [] [] | 874 gcc | |
372 gjay | [] | 875 gdbm | [] [] [] |
373 gliv | [] [] [] | 876 gettext-examples | [] [] [] [] [] [] [] [] |
374 glunarclock | [] [] | 877 gettext-runtime | [] [] [] [] [] [] [] [] [] |
375 gnubiff | () | 878 gettext-tools | [] [] [] [] [] [] [] |
376 gnucash | [] () () () () | 879 gjay | [] |
377 gnuedu | [] [] | 880 glunarclock | [] [] [] [] [] [] |
378 gnulib | [] [] | 881 gnubiff | [] |
379 gnunet | | 882 gnubik | [] [] [] [] |
380 gnunet-gtk | [] | 883 gnucash | () () () () () [] |
381 gnutls | [] [] | 884 gnuchess | [] [] |
382 gold | [] | 885 gnulib | [] [] [] [] [] |
383 gpe-aerial | [] [] [] [] | 886 gnunet | |
384 gpe-beam | [] [] [] [] | 887 gnunet-gtk | |
385 gpe-bluetooth | [] [] | 888 gold | |
386 gpe-calendar | [] | 889 gphoto2 | [] [] [] [] [] |
387 gpe-clock | [] [] [] [] | 890 gprof | [] [] [] [] |
388 gpe-conf | [] [] [] | 891 gramadoir | [] [] |
389 gpe-contacts | [] [] [] | 892 grep | [] [] [] [] [] [] |
390 gpe-edit | [] [] | 893 grub | [] [] [] [] [] |
391 gpe-filemanager | [] [] [] | 894 gsasl | [] [] [] |
392 gpe-go | [] [] [] [] | 895 gss | [] [] [] [] |
393 gpe-login | [] [] | 896 gst-plugins-bad | [] [] [] [] [] |
394 gpe-ownerinfo | [] [] [] [] | 897 gst-plugins-base | [] [] [] [] [] [] |
395 gpe-package | [] [] [] | 898 gst-plugins-good | [] [] [] [] [] [] [] |
396 gpe-sketchbook | [] [] [] [] | 899 gst-plugins-ugly | [] [] [] [] [] [] [] |
397 gpe-su | [] [] [] [] | 900 gstreamer | [] [] [] [] [] [] [] |
398 gpe-taskmanager | [] [] [] [] | 901 gtick | [] [] [] [] [] |
399 gpe-timesheet | [] [] [] [] | 902 gtkam | [] [] [] [] [] [] |
400 gpe-today | [] [] [] [] | 903 gtkspell | [] [] [] [] [] [] [] [] [] |
401 gpe-todo | [] [] [] | 904 guix | |
402 gphoto2 | [] [] () [] [] [] | 905 guix-packages | |
403 gprof | [] [] [] | 906 gutenprint | [] [] |
404 gpsdrive | [] [] [] | 907 hello | [] [] [] [] [] [] |
405 gramadoir | [] [] [] | 908 help2man | [] [] [] [] |
406 grep | [] | 909 help2man-texi | [] |
407 grub | [] [] | 910 hylafax | |
408 gsasl | [] | 911 idutils | [] [] [] |
409 gss | | 912 iso_15924 | [] () [] [] [] [] |
410 gst-plugins-bad | [] [] [] [] [] | 913 iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] |
411 gst-plugins-base | [] [] [] [] [] | 914 iso_3166_2 | [] () [] |
412 gst-plugins-good | [] [] [] [] [] [] | 915 iso_4217 | [] [] () [] [] [] [] [] |
413 gst-plugins-ugly | [] [] [] [] [] [] | 916 iso_639 | [] [] [] () [] [] [] [] [] [] |
414 gstreamer | [] [] [] [] [] | 917 iso_639_3 | [] () |
415 gtick | [] () [] | 918 iso_639_5 | () [] |
416 gtkam | [] [] () [] [] | 919 jwhois | [] [] [] [] |
417 gtkorphan | [] [] [] [] | 920 kbd | [] [] |
418 gtkspell | [] [] [] [] [] [] [] | 921 klavaro | [] [] [] [] [] |
419 gutenprint | [] [] [] | 922 ld | |
420 hello | [] [] [] [] | 923 leafpad | [] [] [] [] [] [] [] [] |
421 help2man | [] | 924 libc | [] [] [] |
422 hylafax | [] [] | 925 libexif | [] () [] |
423 idutils | [] [] | 926 libextractor | [] |
424 indent | [] [] [] [] [] [] [] | 927 libgnutls | [] |
425 iso_15924 | [] () [] [] | 928 libgphoto2 | [] |
426 iso_3166 | [] [] [] [] () [] [] [] () | 929 libgphoto2_port | [] [] [] [] [] |
427 iso_3166_2 | () | 930 libgsasl | [] [] [] [] |
428 iso_4217 | [] [] [] () [] [] | 931 libiconv | [] [] [] [] [] |
429 iso_639 | [] [] [] [] () [] [] | 932 libidn | [] [] [] |
430 iso_639_3 | [] | 933 liferea | [] [] [] [] () [] [] |
431 jwhois | [] | 934 lilypond | |
432 kbd | [] [] [] [] [] | 935 lordsawar | |
433 keytouch | [] [] | 936 lprng | [] |
434 keytouch-editor | [] [] | 937 lynx | [] [] |
435 keytouch-keyboa... | [] | 938 m4 | [] [] [] [] [] |
436 klavaro | [] [] [] [] | 939 mailfromd | [] |
437 latrine | [] () | 940 mailutils | [] |
438 ld | [] [] | 941 make | [] [] [] |
439 leafpad | [] [] [] [] [] [] | 942 man-db | [] [] [] |
440 libc | [] [] [] [] | 943 man-db-manpages | [] [] [] |
441 libexif | [] [] () | 944 midi-instruments | [] [] [] [] [] [] [] [] |
442 libextractor | | 945 minicom | [] [] [] [] |
443 libgnutls | [] | 946 mkisofs | [] [] [] |
444 libgpewidget | [] [] | 947 myserver | [] [] |
445 libgpg-error | [] [] | 948 nano | [] [] [] [] [] [] |
446 libgphoto2 | [] () | 949 opcodes | |
447 libgphoto2_port | [] () [] | 950 parted | [] [] [] [] [] [] |
448 libgsasl | | 951 pies | [] |
449 libiconv | [] [] [] [] [] | 952 pnmixer | [] |
450 libidn | [] [] [] | 953 popt | [] [] [] [] [] [] |
451 lifelines | [] () | 954 procps-ng | [] |
452 liferea | [] [] [] [] [] | 955 procps-ng-man | [] |
453 lilypond | [] [] [] | 956 psmisc | [] [] [] [] |
454 linkdr | [] [] [] | 957 pspp | [] [] |
455 lordsawar | [] | 958 pushover | |
456 lprng | | 959 pwdutils | [] |
457 lynx | [] [] [] [] | 960 pyspread | [] [] |
458 m4 | [] [] [] [] | 961 radius | [] [] |
459 mailfromd | | 962 recode | [] [] [] [] [] [] [] [] |
460 mailutils | [] | 963 recutils | [] [] |
461 make | [] [] [] | 964 rpm | [] |
462 man-db | | 965 rush | [] [] [] |
463 man-db-manpages | | 966 sarg | [] [] |
464 minicom | [] [] [] [] | 967 sed | [] [] [] [] [] [] [] [] |
465 mkisofs | | 968 sharutils | [] [] [] |
466 myserver | | 969 shishi | [] [] |
467 nano | [] [] [] | 970 skribilo | [] |
468 opcodes | [] [] | 971 solfege | [] [] [] |
469 parted | [] [] | 972 solfege-manual | [] [] |
470 pies | | 973 spotmachine | [] [] |
471 popt | [] [] [] [] [] | 974 sudo | [] [] [] [] [] [] |
472 psmisc | [] [] [] | 975 sudoers | [] [] [] [] |
473 pspp | [] | 976 sysstat | [] [] [] [] [] |
474 pwdutils | [] | 977 tar | [] [] [] [] [] |
475 radius | [] | 978 texinfo | [] [] [] |
476 recode | [] [] [] [] [] [] | 979 texinfo_document | [] [] |
477 rosegarden | () () () | 980 tigervnc | [] [] [] |
478 rpm | [] [] [] | 981 tin | [] |
479 rush | | 982 tin-man | |
480 sarg | | 983 tracgoogleappsa... | [] [] [] [] |
481 screem | | 984 trader | [] [] |
482 scrollkeeper | [] [] [] [] [] | 985 util-linux | [] [] |
483 sed | [] [] [] [] [] [] | 986 ve | [] [] [] |
484 sharutils | [] [] [] [] | 987 vice | |
485 shishi | | 988 vmm | |
486 skencil | [] () [] | 989 vorbis-tools | [] [] [] |
487 solfege | [] [] [] | 990 wastesedge | |
488 solfege-manual | [] [] | 991 wcd | |
489 soundtracker | [] [] [] | 992 wcd-man | |
490 sp | [] | 993 wdiff | [] [] [] [] [] |
491 sysstat | [] [] [] | 994 wget | [] [] [] [] [] |
492 tar | [] [] [] [] | 995 wyslij-po | [] [] [] [] |
493 texinfo | [] [] [] | 996 xboard | [] [] [] |
494 tin | [] [] | 997 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
495 unicode-han-tra... | | 998 xkeyboard-config | [] [] [] [] |
496 unicode-transla... | | 999 +------------------------------------------------+
497 util-linux-ng | [] [] [] [] | 1000 nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
498 vice | () () | 1001 7 3 6 114 1 12 88 32 82 3 40 45 7 101
499 vmm | [] |
500 vorbis-tools | [] [] |
501 wastesedge | [] |
502 wdiff | [] [] |
503 wget | [] [] [] |
504 wyslij-po | |
505 xchat | [] [] [] [] [] |
506 xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
507 xkeyboard-config | [] [] [] [] [] [] |
508 +-------------------------------------------------+
509 crh cs da de el en en_GB en_ZA eo es et eu fa
510 5 64 105 117 18 1 8 0 28 89 18 19 0
511 1002
512 fi fr ga gl gu he hi hr hu hy id is it ja ka kn 1003 sv sw ta te tg th tr uk ur vi wa wo zh_CN
513 +----------------------------------------------------+ 1004 +----------------------------------------------+
514 a2ps | [] [] [] [] | 1005 a2ps | [] [] [] [] [] |
515 aegis | [] [] | 1006 aegis | [] |
516 ant-phone | [] [] | 1007 anubis | [] [] [] [] |
517 anubis | [] [] [] [] | 1008 aspell | [] [] [] [] [] |
518 aspell | [] [] [] [] | 1009 bash | [] [] [] [] |
519 bash | [] [] [] [] | 1010 bfd | [] [] [] |
520 bfd | [] [] [] | 1011 binutils | [] [] [] |
521 bibshelf | [] [] [] [] [] | 1012 bison | [] [] [] [] |
522 binutils | [] [] [] | 1013 bison-runtime | [] [] [] [] [] [] |
523 bison | [] [] [] [] | 1014 buzztrax | [] [] [] |
524 bison-runtime | [] [] [] [] [] [] | 1015 ccd2cue | [] [] [] |
525 bluez-pin | [] [] [] [] [] [] [] [] | 1016 ccide | [] [] [] [] |
526 bombono-dvd | [] | 1017 cflow | [] [] [] [] |
527 buzztard | [] | 1018 clisp | |
528 cflow | [] [] [] | 1019 coreutils | [] [] [] |
529 clisp | [] | 1020 cpio | [] [] [] [] [] |
530 coreutils | [] [] [] [] [] | 1021 cppi | [] [] [] [] |
531 cpio | [] [] [] [] | 1022 cpplib | [] [] [] [] [] |
532 cppi | [] [] | 1023 cryptsetup | [] [] [] |
533 cpplib | [] [] [] | 1024 datamash | [] [] [] |
534 cryptsetup | [] [] [] | 1025 denemo | [] |
535 dfarc | [] [] [] | 1026 dfarc | [] [] |
536 dialog | [] [] [] [] [] [] [] | 1027 dialog | [] [] [] [] [] [] |
537 dico | | 1028 dico | [] |
538 diffutils | [] [] [] [] [] [] [] [] [] | 1029 diffutils | [] [] [] [] [] |
539 dink | [] | 1030 dink | [] |
540 doodle | [] [] | 1031 direvent | [] [] |
541 e2fsprogs | [] [] | 1032 doodle | [] [] |
542 enscript | [] [] [] [] | 1033 dos2unix | [] [] [] [] |
543 exif | [] [] [] [] [] [] | 1034 dos2unix-man | [] [] [] |
544 fetchmail | [] [] [] [] | 1035 e2fsprogs | [] [] [] [] |
545 findutils | [] [] [] [] [] [] | 1036 enscript | [] [] [] [] |
546 flex | [] [] [] | 1037 exif | [] [] [] [] [] |
547 freedink | [] [] [] | 1038 fetchmail | [] [] [] [] |
548 gas | [] [] | 1039 findutils | [] [] [] [] [] |
549 gawk | [] [] [] [] () [] | 1040 flex | [] [] [] [] |
550 gcal | [] | 1041 freedink | [] [] [] |
551 gcc | [] | 1042 fusionforge | |
552 gettext-examples | [] [] [] [] [] [] [] | 1043 gas | [] |
553 gettext-runtime | [] [] [] [] [] [] | 1044 gawk | [] [] [] |
554 gettext-tools | [] [] [] [] | 1045 gcal | [] [] [] |
555 gip | [] [] [] [] [] [] | 1046 gcc | [] |
556 gjay | [] | 1047 gdbm | [] [] |
557 gliv | [] () | 1048 gettext-examples | [] [] [] [] [] |
558 glunarclock | [] [] [] [] | 1049 gettext-runtime | [] [] [] [] [] |
559 gnubiff | () [] () | 1050 gettext-tools | [] [] [] [] [] |
560 gnucash | () () () () () [] | 1051 gjay | [] [] [] |
561 gnuedu | [] [] | 1052 glunarclock | [] [] [] [] |
562 gnulib | [] [] [] [] [] [] | 1053 gnubiff | [] [] |
563 gnunet | | 1054 gnubik | [] [] [] [] |
564 gnunet-gtk | [] | 1055 gnucash | () () () () [] |
565 gnutls | [] [] | 1056 gnuchess | [] [] [] |
566 gold | [] [] | 1057 gnulib | [] [] [] [] |
567 gpe-aerial | [] [] [] | 1058 gnunet | |
568 gpe-beam | [] [] [] [] | 1059 gnunet-gtk | |
569 gpe-bluetooth | [] [] [] [] | 1060 gold | [] [] |
570 gpe-calendar | [] [] | 1061 gphoto2 | [] [] [] [] |
571 gpe-clock | [] [] [] [] [] | 1062 gprof | [] [] [] [] |
572 gpe-conf | [] [] [] [] | 1063 gramadoir | [] [] [] |
573 gpe-contacts | [] [] [] [] | 1064 grep | [] [] [] [] [] |
574 gpe-edit | [] [] [] | 1065 grub | [] [] [] [] |
575 gpe-filemanager | [] [] [] [] | 1066 gsasl | [] [] [] [] |
576 gpe-go | [] [] [] [] [] | 1067 gss | [] [] [] |
577 gpe-login | [] [] [] | 1068 gst-plugins-bad | [] [] [] [] [] |
578 gpe-ownerinfo | [] [] [] [] [] | 1069 gst-plugins-base | [] [] [] [] [] |
579 gpe-package | [] [] [] | 1070 gst-plugins-good | [] [] [] [] [] |
580 gpe-sketchbook | [] [] [] [] | 1071 gst-plugins-ugly | [] [] [] [] [] |
581 gpe-su | [] [] [] [] [] [] | 1072 gstreamer | [] [] [] [] [] |
582 gpe-taskmanager | [] [] [] [] [] | 1073 gtick | [] [] [] |
583 gpe-timesheet | [] [] [] [] [] | 1074 gtkam | [] [] [] [] |
584 gpe-today | [] [] [] [] [] [] [] | 1075 gtkspell | [] [] [] [] [] [] [] |
585 gpe-todo | [] [] [] | 1076 guix | |
586 gphoto2 | [] [] [] [] [] [] | 1077 guix-packages | |
587 gprof | [] [] [] [] | 1078 gutenprint | [] [] [] [] |
588 gpsdrive | [] [] [] | 1079 hello | [] [] [] [] [] [] |
589 gramadoir | [] [] [] | 1080 help2man | [] [] [] |
590 grep | [] [] | 1081 help2man-texi | [] |
591 grub | [] [] [] [] | 1082 hylafax | [] |
592 gsasl | [] [] [] [] [] | 1083 idutils | [] [] [] |
593 gss | [] [] [] [] [] | 1084 iso_15924 | [] () [] [] () [] |
594 gst-plugins-bad | [] [] [] [] [] [] | 1085 iso_3166 | [] [] () [] [] () [] [] |
595 gst-plugins-base | [] [] [] [] [] [] | 1086 iso_3166_2 | () [] [] () [] |
596 gst-plugins-good | [] [] [] [] [] [] | 1087 iso_4217 | [] () [] [] () [] |
597 gst-plugins-ugly | [] [] [] [] [] [] | 1088 iso_639 | [] [] [] () [] [] () [] [] |
598 gstreamer | [] [] [] [] [] | 1089 iso_639_3 | [] () [] [] () |
599 gtick | [] [] [] [] [] | 1090 iso_639_5 | () [] () |
600 gtkam | [] [] [] [] [] | 1091 jwhois | [] [] [] [] |
601 gtkorphan | [] [] [] | 1092 kbd | [] [] [] [] |
602 gtkspell | [] [] [] [] [] [] [] [] [] | 1093 klavaro | [] [] [] [] [] [] |
603 gutenprint | [] [] [] [] | 1094 ld | [] [] [] [] [] |
604 hello | [] [] [] | 1095 leafpad | [] [] [] [] [] [] |
605 help2man | [] [] | 1096 libc | [] [] [] [] [] |
606 hylafax | [] | 1097 libexif | [] [] () |
607 idutils | [] [] [] [] [] [] | 1098 libextractor | [] [] |
608 indent | [] [] [] [] [] [] [] [] | 1099 libgnutls | [] [] [] [] |
609 iso_15924 | [] () [] [] | 1100 libgphoto2 | [] [] [] |
610 iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | 1101 libgphoto2_port | [] [] [] [] |
611 iso_3166_2 | () [] [] [] | 1102 libgsasl | [] [] [] [] |
612 iso_4217 | [] () [] [] [] [] | 1103 libiconv | [] [] [] [] [] |
613 iso_639 | [] () [] [] [] [] [] [] [] | 1104 libidn | () [] [] [] |
614 iso_639_3 | () [] [] | 1105 liferea | [] [] [] [] [] |
615 jwhois | [] [] [] [] [] | 1106 lilypond | [] |
616 kbd | [] [] | 1107 lordsawar | |
617 keytouch | [] [] [] [] [] [] | 1108 lprng | [] |
618 keytouch-editor | [] [] [] [] [] | 1109 lynx | [] [] [] [] |
619 keytouch-keyboa... | [] [] [] [] [] | 1110 m4 | [] [] [] |
620 klavaro | [] [] | 1111 mailfromd | [] [] |
621 latrine | [] [] [] | 1112 mailutils | [] |
622 ld | [] [] [] [] | 1113 make | [] [] [] [] |
623 leafpad | [] [] [] [] [] [] [] () | 1114 man-db | [] [] [] |
624 libc | [] [] [] [] [] | 1115 man-db-manpages | [] [] |
625 libexif | [] | 1116 midi-instruments | [] [] [] [] [] [] |
626 libextractor | | 1117 minicom | [] [] |
627 libgnutls | [] [] | 1118 mkisofs | [] [] [] |
628 libgpewidget | [] [] [] [] | 1119 myserver | [] |
629 libgpg-error | [] [] | 1120 nano | [] [] [] [] |
630 libgphoto2 | [] [] [] | 1121 opcodes | [] [] [] |
631 libgphoto2_port | [] [] [] | 1122 parted | [] [] [] [] [] |
632 libgsasl | [] [] [] [] [] | 1123 pies | [] [] |
633 libiconv | [] [] [] [] [] [] | 1124 pnmixer | [] [] [] |
634 libidn | [] [] [] [] | 1125 popt | [] [] [] [] [] [] [] |
635 lifelines | () | 1126 procps-ng | [] [] |
636 liferea | [] [] [] [] | 1127 procps-ng-man | [] |
637 lilypond | [] [] | 1128 psmisc | [] [] [] [] |
638 linkdr | [] [] [] [] [] | 1129 pspp | [] [] [] |
639 lordsawar | | 1130 pushover | [] |
640 lprng | [] | 1131 pwdutils | [] [] |
641 lynx | [] [] [] [] [] | 1132 pyspread | [] |
642 m4 | [] [] [] [] [] [] | 1133 radius | [] [] |
643 mailfromd | | 1134 recode | [] [] [] [] |
644 mailutils | [] [] | 1135 recutils | [] [] [] |
645 make | [] [] [] [] [] [] [] [] [] | 1136 rpm | [] [] [] [] |
646 man-db | [] [] | 1137 rush | [] [] |
647 man-db-manpages | [] | 1138 sarg | |
648 minicom | [] [] [] [] [] | 1139 sed | [] [] [] [] [] |
649 mkisofs | [] [] [] [] | 1140 sharutils | [] [] [] [] |
650 myserver | | 1141 shishi | [] [] |
651 nano | [] [] [] [] [] [] | 1142 skribilo | [] [] |
652 opcodes | [] [] [] [] | 1143 solfege | [] [] [] [] |
653 parted | [] [] [] [] | 1144 solfege-manual | [] |
654 pies | | 1145 spotmachine | [] [] [] |
655 popt | [] [] [] [] [] [] [] [] [] | 1146 sudo | [] [] [] [] [] |
656 psmisc | [] [] [] | 1147 sudoers | [] [] [] [] |
657 pspp | | 1148 sysstat | [] [] [] [] [] |
658 pwdutils | [] [] | 1149 tar | [] [] [] [] [] |
659 radius | [] [] | 1150 texinfo | [] [] [] |
660 recode | [] [] [] [] [] [] [] [] | 1151 texinfo_document | [] |
661 rosegarden | () () () () () | 1152 tigervnc | [] [] [] |
662 rpm | [] [] | 1153 tin | [] |
663 rush | | 1154 tin-man | |
664 sarg | [] | 1155 tracgoogleappsa... | [] [] [] [] [] |
665 screem | [] [] | 1156 trader | [] |
666 scrollkeeper | [] [] [] [] | 1157 util-linux | [] [] [] [] |
667 sed | [] [] [] [] [] [] [] [] | 1158 ve | [] [] [] [] |
668 sharutils | [] [] [] [] [] [] [] | 1159 vice | () () |
669 shishi | [] | 1160 vmm | |
670 skencil | [] | 1161 vorbis-tools | [] [] |
671 solfege | [] [] [] [] | 1162 wastesedge | |
672 solfege-manual | [] [] | 1163 wcd | [] [] [] |
673 soundtracker | [] [] | 1164 wcd-man | [] |
674 sp | [] () | 1165 wdiff | [] [] [] [] |
675 sysstat | [] [] [] [] [] | 1166 wget | [] [] [] |
676 tar | [] [] [] [] [] [] [] | 1167 wyslij-po | [] [] |
677 texinfo | [] [] [] [] | 1168 xboard | [] [] |
678 tin | [] | 1169 xdg-user-dirs | [] [] [] [] [] [] [] [] |
679 unicode-han-tra... | | 1170 xkeyboard-config | [] [] [] [] |
680 unicode-transla... | [] [] | 1171 +----------------------------------------------+
681 util-linux-ng | [] [] [] [] [] [] | 1172 sv sw ta te tg th tr uk ur vi wa wo zh_CN
682 vice | () () () | 1173 106 1 4 3 0 13 51 115 1 125 7 1 100
683 vmm | [] |
684 vorbis-tools | [] |
685 wastesedge | () () |
686 wdiff | [] |
687 wget | [] [] [] [] [] [] [] [] |
688 wyslij-po | [] [] [] |
689 xchat | [] [] [] [] [] [] [] [] [] |
690 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
691 xkeyboard-config | [] [] [] [] [] |
692 +----------------------------------------------------+
693 fi fr ga gl gu he hi hr hu hy id is it ja ka kn
694 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4
695 1174
696 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 1175 zh_HK zh_TW
697 +-----------------------------------------------+ 1176 +-------------+
698 a2ps | [] | 1177 a2ps | | 30
699 aegis | | 1178 aegis | | 9
700 ant-phone | | 1179 anubis | | 19
701 anubis | [] [] | 1180 aspell | | 29
702 aspell | [] | 1181 bash | [] | 23
703 bash | | 1182 bfd | | 11
704 bfd | | 1183 binutils | | 12
705 bibshelf | [] [] | 1184 bison | [] | 18
706 binutils | | 1185 bison-runtime | [] | 38
707 bison | [] | 1186 buzztrax | | 9
708 bison-runtime | [] [] [] [] [] | 1187 ccd2cue | | 10
709 bluez-pin | [] [] [] [] [] | 1188 ccide | | 17
710 bombono-dvd | | 1189 cflow | | 16
711 buzztard | | 1190 clisp | | 10
712 cflow | | 1191 coreutils | | 18
713 clisp | | 1192 cpio | | 20
714 coreutils | [] | 1193 cppi | | 17
715 cpio | | 1194 cpplib | [] | 19
716 cppi | | 1195 cryptsetup | | 14
717 cpplib | | 1196 datamash | | 11
718 cryptsetup | | 1197 denemo | | 5
719 dfarc | [] | 1198 dfarc | | 17
720 dialog | [] [] [] [] [] | 1199 dialog | [] | 42
721 dico | | 1200 dico | | 6
722 diffutils | [] [] | 1201 diffutils | | 22
723 dink | | 1202 dink | | 10
724 doodle | | 1203 direvent | | 11
725 e2fsprogs | | 1204 doodle | | 12
726 enscript | | 1205 dos2unix | [] | 18
727 exif | [] | 1206 dos2unix-man | | 9
728 fetchmail | | 1207 e2fsprogs | | 15
729 findutils | | 1208 enscript | | 21
730 flex | | 1209 exif | | 27
731 freedink | [] | 1210 fetchmail | | 19
732 gas | | 1211 findutils | | 29
733 gawk | | 1212 flex | [] | 19
734 gcal | | 1213 freedink | | 24
735 gcc | | 1214 fusionforge | | 3
736 gettext-examples | [] [] [] [] | 1215 gas | | 5
737 gettext-runtime | [] | 1216 gawk | | 13
738 gettext-tools | [] | 1217 gcal | | 8
739 gip | [] [] | 1218 gcc | | 2
740 gjay | | 1219 gdbm | | 10
741 gliv | | 1220 gettext-examples | [] [] | 40
742 glunarclock | [] | 1221 gettext-runtime | [] [] | 35
743 gnubiff | | 1222 gettext-tools | [] | 24
744 gnucash | () () () () | 1223 gjay | | 9
745 gnuedu | | 1224 glunarclock | [] | 27
746 gnulib | | 1225 gnubiff | | 9
747 gnunet | | 1226 gnubik | | 19
748 gnunet-gtk | | 1227 gnucash | () | 6
749 gnutls | [] | 1228 gnuchess | | 11
750 gold | | 1229 gnulib | | 23
751 gpe-aerial | [] | 1230 gnunet | | 1
752 gpe-beam | [] | 1231 gnunet-gtk | | 1
753 gpe-bluetooth | [] [] | 1232 gold | | 7
754 gpe-calendar | [] | 1233 gphoto2 | [] | 19
755 gpe-clock | [] [] [] [] [] | 1234 gprof | | 21
756 gpe-conf | [] [] | 1235 gramadoir | | 14
757 gpe-contacts | [] [] | 1236 grep | [] | 31
758 gpe-edit | [] | 1237 grub | | 21
759 gpe-filemanager | [] [] | 1238 gsasl | [] | 19
760 gpe-go | [] [] [] | 1239 gss | | 17
761 gpe-login | [] | 1240 gst-plugins-bad | | 21
762 gpe-ownerinfo | [] [] | 1241 gst-plugins-base | | 27
763 gpe-package | [] [] | 1242 gst-plugins-good | | 32
764 gpe-sketchbook | [] [] | 1243 gst-plugins-ugly | | 34
765 gpe-su | [] [] [] [] [] [] | 1244 gstreamer | [] | 32
766 gpe-taskmanager | [] [] [] [] [] [] | 1245 gtick | | 19
767 gpe-timesheet | [] [] | 1246 gtkam | | 24
768 gpe-today | [] [] [] [] | 1247 gtkspell | [] [] | 48
769 gpe-todo | [] [] | 1248 guix | | 2
770 gphoto2 | | 1249 guix-packages | | 0
771 gprof | [] | 1250 gutenprint | | 15
772 gpsdrive | | 1251 hello | [] | 30
773 gramadoir | | 1252 help2man | | 18
774 grep | | 1253 help2man-texi | | 5
775 grub | | 1254 hylafax | | 5
776 gsasl | | 1255 idutils | | 14
777 gss | | 1256 iso_15924 | [] | 23
778 gst-plugins-bad | [] [] [] [] | 1257 iso_3166 | [] [] | 58
779 gst-plugins-base | [] [] | 1258 iso_3166_2 | | 9
780 gst-plugins-good | [] [] | 1259 iso_4217 | [] [] | 28
781 gst-plugins-ugly | [] [] [] [] [] | 1260 iso_639 | [] [] | 46
782 gstreamer | | 1261 iso_639_3 | | 10
783 gtick | | 1262 iso_639_5 | | 2
784 gtkam | [] | 1263 jwhois | [] | 20
785 gtkorphan | [] [] | 1264 kbd | | 17
786 gtkspell | [] [] [] [] [] [] [] | 1265 klavaro | | 30
787 gutenprint | | 1266 ld | [] | 15
788 hello | [] [] [] | 1267 leafpad | [] | 39
789 help2man | | 1268 libc | [] | 24
790 hylafax | | 1269 libexif | | 10
791 idutils | | 1270 libextractor | | 5
792 indent | | 1271 libgnutls | | 13
793 iso_15924 | [] [] | 1272 libgphoto2 | | 10
794 iso_3166 | [] [] () [] [] [] [] [] | 1273 libgphoto2_port | [] | 19
795 iso_3166_2 | | 1274 libgsasl | | 18
796 iso_4217 | [] [] | 1275 libiconv | [] | 29
797 iso_639 | [] [] | 1276 libidn | | 17
798 iso_639_3 | [] | 1277 liferea | | 29
799 jwhois | [] | 1278 lilypond | | 11
800 kbd | | 1279 lordsawar | | 3
801 keytouch | [] | 1280 lprng | | 3
802 keytouch-editor | [] | 1281 lynx | | 19
803 keytouch-keyboa... | [] | 1282 m4 | [] | 22
804 klavaro | [] | 1283 mailfromd | | 4
805 latrine | [] | 1284 mailutils | | 6
806 ld | | 1285 make | | 19
807 leafpad | [] [] [] | 1286 man-db | | 15
808 libc | [] | 1287 man-db-manpages | | 10
809 libexif | | 1288 midi-instruments | [] | 43
810 libextractor | | 1289 minicom | [] | 17
811 libgnutls | [] | 1290 mkisofs | | 13
812 libgpewidget | [] [] | 1291 myserver | | 9
813 libgpg-error | | 1292 nano | [] | 30
814 libgphoto2 | | 1293 opcodes | | 12
815 libgphoto2_port | | 1294 parted | [] | 23
816 libgsasl | | 1295 pies | | 4
817 libiconv | | 1296 pnmixer | | 9
818 libidn | | 1297 popt | [] | 36
819 lifelines | | 1298 procps-ng | | 5
820 liferea | | 1299 procps-ng-man | | 4
821 lilypond | | 1300 psmisc | [] | 22
822 linkdr | | 1301 pspp | | 13
823 lordsawar | | 1302 pushover | | 6
824 lprng | | 1303 pwdutils | | 8
825 lynx | | 1304 pyspread | | 6
826 m4 | | 1305 radius | | 9
827 mailfromd | | 1306 recode | | 31
828 mailutils | | 1307 recutils | | 10
829 make | [] | 1308 rpm | [] | 13
830 man-db | | 1309 rush | | 10
831 man-db-manpages | | 1310 sarg | | 4
832 minicom | [] | 1311 sed | [] | 35
833 mkisofs | | 1312 sharutils | | 13
834 myserver | | 1313 shishi | | 7
835 nano | [] [] | 1314 skribilo | | 7
836 opcodes | | 1315 solfege | | 21
837 parted | | 1316 solfege-manual | | 9
838 pies | | 1317 spotmachine | | 11
839 popt | [] [] [] | 1318 sudo | | 26
840 psmisc | | 1319 sudoers | | 22
841 pspp | | 1320 sysstat | | 23
842 pwdutils | | 1321 tar | [] | 30
843 radius | | 1322 texinfo | | 17
844 recode | | 1323 texinfo_document | | 13
845 rosegarden | | 1324 tigervnc | | 14
846 rpm | | 1325 tin | [] | 7
847 rush | | 1326 tin-man | | 1
848 sarg | | 1327 tracgoogleappsa... | [] | 22
849 screem | | 1328 trader | | 12
850 scrollkeeper | [] [] | 1329 util-linux | | 13
851 sed | | 1330 ve | | 14
852 sharutils | | 1331 vice | | 1
853 shishi | | 1332 vmm | | 3
854 skencil | | 1333 vorbis-tools | | 13
855 solfege | [] | 1334 wastesedge | | 3
856 solfege-manual | | 1335 wcd | | 8
857 soundtracker | | 1336 wcd-man | | 3
858 sp | | 1337 wdiff | [] | 23
859 sysstat | [] | 1338 wget | | 21
860 tar | [] | 1339 wyslij-po | | 14
861 texinfo | [] | 1340 xboard | | 10
862 tin | | 1341 xdg-user-dirs | [] [] | 68
863 unicode-han-tra... | | 1342 xkeyboard-config | [] | 28
864 unicode-transla... | | 1343 +-------------+
865 util-linux-ng | | 1344 89 teams zh_HK zh_TW
866 vice | | 1345 166 domains 7 42 2809
867 vmm | |
868 vorbis-tools | |
869 wastesedge | |
870 wdiff | |
871 wget | [] |
872 wyslij-po | |
873 xchat | [] [] [] |
874 xdg-user-dirs | [] [] [] [] [] [] [] [] |
875 xkeyboard-config | [] [] [] |
876 +-----------------------------------------------+
877 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
878 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1
879
880 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
881 +---------------------------------------------------+
882 a2ps | [] [] [] [] [] [] [] [] |
883 aegis | [] [] [] |
884 ant-phone | [] [] |
885 anubis | [] [] [] |
886 aspell | [] [] [] [] [] |
887 bash | [] [] |
888 bfd | [] |
889 bibshelf | [] [] |
890 binutils | [] [] |
891 bison | [] [] [] |
892 bison-runtime | [] [] [] [] [] [] [] |
893 bluez-pin | [] [] [] [] [] [] [] [] |
894 bombono-dvd | [] () |
895 buzztard | [] [] |
896 cflow | [] |
897 clisp | [] [] |
898 coreutils | [] [] [] [] [] [] |
899 cpio | [] [] [] |
900 cppi | [] |
901 cpplib | [] |
902 cryptsetup | [] |
903 dfarc | [] |
904 dialog | [] [] [] [] |
905 dico | [] |
906 diffutils | [] [] [] [] [] [] |
907 dink | () |
908 doodle | [] [] |
909 e2fsprogs | [] [] |
910 enscript | [] [] [] [] [] |
911 exif | [] [] [] () [] |
912 fetchmail | [] [] [] [] |
913 findutils | [] [] [] [] [] |
914 flex | [] [] [] [] [] |
915 freedink | [] [] |
916 gas | |
917 gawk | [] [] [] [] |
918 gcal | |
919 gcc | [] |
920 gettext-examples | [] [] [] [] [] [] [] [] |
921 gettext-runtime | [] [] [] [] [] [] [] [] [] |
922 gettext-tools | [] [] [] [] [] [] |
923 gip | [] [] [] [] [] |
924 gjay | |
925 gliv | [] [] [] [] [] [] |
926 glunarclock | [] [] [] [] [] |
927 gnubiff | [] () |
928 gnucash | [] () () () |
929 gnuedu | [] |
930 gnulib | [] [] [] [] |
931 gnunet | |
932 gnunet-gtk | |
933 gnutls | [] [] |
934 gold | |
935 gpe-aerial | [] [] [] [] [] [] [] |
936 gpe-beam | [] [] [] [] [] [] [] |
937 gpe-bluetooth | [] [] |
938 gpe-calendar | [] [] [] [] |
939 gpe-clock | [] [] [] [] [] [] [] [] |
940 gpe-conf | [] [] [] [] [] [] [] |
941 gpe-contacts | [] [] [] [] [] |
942 gpe-edit | [] [] [] |
943 gpe-filemanager | [] [] [] |
944 gpe-go | [] [] [] [] [] [] [] [] |
945 gpe-login | [] [] |
946 gpe-ownerinfo | [] [] [] [] [] [] [] [] |
947 gpe-package | [] [] |
948 gpe-sketchbook | [] [] [] [] [] [] [] |
949 gpe-su | [] [] [] [] [] [] [] [] |
950 gpe-taskmanager | [] [] [] [] [] [] [] [] |
951 gpe-timesheet | [] [] [] [] [] [] [] [] |
952 gpe-today | [] [] [] [] [] [] [] [] |
953 gpe-todo | [] [] [] [] [] |
954 gphoto2 | [] [] [] [] [] [] [] [] |
955 gprof | [] [] [] |
956 gpsdrive | [] [] |
957 gramadoir | [] [] |
958 grep | [] [] [] [] |
959 grub | [] [] [] |
960 gsasl | [] [] [] [] |
961 gss | [] [] [] |
962 gst-plugins-bad | [] [] [] [] [] [] |
963 gst-plugins-base | [] [] [] [] [] |
964 gst-plugins-good | [] [] [] [] [] |
965 gst-plugins-ugly | [] [] [] [] [] [] |
966 gstreamer | [] [] [] [] [] |
967 gtick | [] [] [] |
968 gtkam | [] [] [] [] [] [] |
969 gtkorphan | [] |
970 gtkspell | [] [] [] [] [] [] [] [] [] [] |
971 gutenprint | [] [] |
972 hello | [] [] [] [] |
973 help2man | [] [] |
974 hylafax | [] |
975 idutils | [] [] [] [] [] |
976 indent | [] [] [] [] [] [] [] |
977 iso_15924 | [] [] [] [] |
978 iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] |
979 iso_3166_2 | [] [] [] |
980 iso_4217 | [] [] [] [] [] [] [] [] |
981 iso_639 | [] [] [] [] [] [] [] [] [] |
982 iso_639_3 | [] [] |
983 jwhois | [] [] [] [] |
984 kbd | [] [] [] |
985 keytouch | [] [] [] |
986 keytouch-editor | [] [] [] |
987 keytouch-keyboa... | [] [] [] |
988 klavaro | [] [] |
989 latrine | [] [] |
990 ld | |
991 leafpad | [] [] [] [] [] [] [] [] [] |
992 libc | [] [] [] [] |
993 libexif | [] [] () [] |
994 libextractor | |
995 libgnutls | [] [] |
996 libgpewidget | [] [] [] |
997 libgpg-error | [] [] |
998 libgphoto2 | [] [] |
999 libgphoto2_port | [] [] [] [] [] |
1000 libgsasl | [] [] [] [] [] |
1001 libiconv | [] [] [] [] [] |
1002 libidn | [] [] |
1003 lifelines | [] [] |
1004 liferea | [] [] [] [] [] () () [] |
1005 lilypond | [] |
1006 linkdr | [] [] [] |
1007 lordsawar | |
1008 lprng | [] |
1009 lynx | [] [] [] |
1010 m4 | [] [] [] [] [] |
1011 mailfromd | [] |
1012 mailutils | [] |
1013 make | [] [] [] [] |
1014 man-db | [] [] [] |
1015 man-db-manpages | [] [] [] |
1016 minicom | [] [] [] [] |
1017 mkisofs | [] [] [] |
1018 myserver | |
1019 nano | [] [] [] [] |
1020 opcodes | [] [] |
1021 parted | [] [] [] [] |
1022 pies | [] |
1023 popt | [] [] [] [] |
1024 psmisc | [] [] [] |
1025 pspp | [] [] |
1026 pwdutils | [] |
1027 radius | [] [] [] |
1028 recode | [] [] [] [] [] [] [] [] |
1029 rosegarden | () () |
1030 rpm | [] [] [] |
1031 rush | [] [] |
1032 sarg | |
1033 screem | |
1034 scrollkeeper | [] [] [] [] [] [] [] [] |
1035 sed | [] [] [] [] [] [] [] [] [] |
1036 sharutils | [] [] [] [] |
1037 shishi | [] |
1038 skencil | [] [] |
1039 solfege | [] [] [] [] |
1040 solfege-manual | [] [] [] |
1041 soundtracker | [] |
1042 sp | |
1043 sysstat | [] [] [] [] |
1044 tar | [] [] [] [] |
1045 texinfo | [] [] [] [] |
1046 tin | [] |
1047 unicode-han-tra... | |
1048 unicode-transla... | |
1049 util-linux-ng | [] [] [] [] [] |
1050 vice | [] |
1051 vmm | [] |
1052 vorbis-tools | [] [] |
1053 wastesedge | [] |
1054 wdiff | [] [] |
1055 wget | [] [] [] [] [] [] [] |
1056 wyslij-po | [] [] [] |
1057 xchat | [] [] [] [] [] [] [] [] [] |
1058 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
1059 xkeyboard-config | [] [] [] |
1060 +---------------------------------------------------+
1061 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
1062 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37
1063
1064 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
1065 +---------------------------------------------------+
1066 a2ps | [] [] [] [] [] | 27
1067 aegis | [] | 9
1068 ant-phone | [] [] [] [] | 9
1069 anubis | [] [] [] [] | 15
1070 aspell | [] [] [] | 20
1071 bash | [] [] [] | 12
1072 bfd | [] | 6
1073 bibshelf | [] [] [] | 16
1074 binutils | [] [] | 8
1075 bison | [] [] | 12
1076 bison-runtime | [] [] [] [] [] [] | 29
1077 bluez-pin | [] [] [] [] [] [] [] [] | 37
1078 bombono-dvd | [] | 4
1079 buzztard | [] | 7
1080 cflow | [] [] [] | 9
1081 clisp | | 10
1082 coreutils | [] [] [] [] | 22
1083 cpio | [] [] [] [] [] [] | 13
1084 cppi | [] [] | 5
1085 cpplib | [] [] [] [] [] [] | 14
1086 cryptsetup | [] [] | 7
1087 dfarc | [] | 9
1088 dialog | [] [] [] [] [] [] [] | 30
1089 dico | [] | 2
1090 diffutils | [] [] [] [] [] [] | 30
1091 dink | | 4
1092 doodle | [] [] | 7
1093 e2fsprogs | [] [] [] | 11
1094 enscript | [] [] [] [] | 17
1095 exif | [] [] [] | 16
1096 fetchmail | [] [] [] | 17
1097 findutils | [] [] [] [] [] | 20
1098 flex | [] [] [] [] | 15
1099 freedink | [] | 10
1100 gas | [] | 4
1101 gawk | [] [] [] [] | 18
1102 gcal | [] [] | 5
1103 gcc | [] [] [] | 7
1104 gettext-examples | [] [] [] [] [] [] [] | 34
1105 gettext-runtime | [] [] [] [] [] [] [] | 29
1106 gettext-tools | [] [] [] [] [] [] | 22
1107 gip | [] [] [] [] | 22
1108 gjay | [] | 3
1109 gliv | [] [] [] | 14
1110 glunarclock | [] [] [] [] [] | 19
1111 gnubiff | [] [] | 4
1112 gnucash | () [] () [] () | 10
1113 gnuedu | [] [] | 7
1114 gnulib | [] [] [] [] | 16
1115 gnunet | [] | 1
1116 gnunet-gtk | [] [] [] | 5
1117 gnutls | [] [] [] | 10
1118 gold | [] | 4
1119 gpe-aerial | [] [] [] | 18
1120 gpe-beam | [] [] [] | 19
1121 gpe-bluetooth | [] [] [] | 13
1122 gpe-calendar | [] [] [] [] | 12
1123 gpe-clock | [] [] [] [] [] | 28
1124 gpe-conf | [] [] [] [] | 20
1125 gpe-contacts | [] [] [] | 17
1126 gpe-edit | [] [] [] | 12
1127 gpe-filemanager | [] [] [] [] | 16
1128 gpe-go | [] [] [] [] [] | 25
1129 gpe-login | [] [] [] | 11
1130 gpe-ownerinfo | [] [] [] [] [] | 25
1131 gpe-package | [] [] [] | 13
1132 gpe-sketchbook | [] [] [] | 20
1133 gpe-su | [] [] [] [] [] | 30
1134 gpe-taskmanager | [] [] [] [] [] | 29
1135 gpe-timesheet | [] [] [] [] [] | 25
1136 gpe-today | [] [] [] [] [] [] | 30
1137 gpe-todo | [] [] [] [] | 17
1138 gphoto2 | [] [] [] [] [] | 24
1139 gprof | [] [] [] | 15
1140 gpsdrive | [] [] [] | 11
1141 gramadoir | [] [] [] | 11
1142 grep | [] [] [] | 10
1143 grub | [] [] [] | 14
1144 gsasl | [] [] [] [] | 14
1145 gss | [] [] [] | 11
1146 gst-plugins-bad | [] [] [] [] | 26
1147 gst-plugins-base | [] [] [] [] [] | 24
1148 gst-plugins-good | [] [] [] [] | 24
1149 gst-plugins-ugly | [] [] [] [] [] | 29
1150 gstreamer | [] [] [] [] | 22
1151 gtick | [] [] [] | 13
1152 gtkam | [] [] [] | 20
1153 gtkorphan | [] [] [] | 14
1154 gtkspell | [] [] [] [] [] [] [] [] [] | 45
1155 gutenprint | [] | 10
1156 hello | [] [] [] [] [] [] | 21
1157 help2man | [] [] | 7
1158 hylafax | [] | 5
1159 idutils | [] [] [] [] | 17
1160 indent | [] [] [] [] [] [] | 30
1161 iso_15924 | () [] () [] [] | 16
1162 iso_3166 | [] [] () [] [] () [] [] [] () | 53
1163 iso_3166_2 | () [] () [] | 9
1164 iso_4217 | [] () [] [] () [] [] | 26
1165 iso_639 | [] [] [] () [] () [] [] [] [] | 38
1166 iso_639_3 | [] () | 8
1167 jwhois | [] [] [] [] [] | 16
1168 kbd | [] [] [] [] [] | 15
1169 keytouch | [] [] [] | 16
1170 keytouch-editor | [] [] [] | 14
1171 keytouch-keyboa... | [] [] [] | 14
1172 klavaro | [] | 11
1173 latrine | [] [] [] | 10
1174 ld | [] [] [] [] | 11
1175 leafpad | [] [] [] [] [] [] | 33
1176 libc | [] [] [] [] [] | 21
1177 libexif | [] () | 7
1178 libextractor | [] | 1
1179 libgnutls | [] [] [] | 9
1180 libgpewidget | [] [] [] | 14
1181 libgpg-error | [] [] [] | 9
1182 libgphoto2 | [] [] | 8
1183 libgphoto2_port | [] [] [] [] | 14
1184 libgsasl | [] [] [] | 13
1185 libiconv | [] [] [] [] | 21
1186 libidn | () [] [] | 11
1187 lifelines | [] | 4
1188 liferea | [] [] [] | 21
1189 lilypond | [] | 7
1190 linkdr | [] [] [] [] [] | 17
1191 lordsawar | | 1
1192 lprng | [] | 3
1193 lynx | [] [] [] [] | 17
1194 m4 | [] [] [] [] | 19
1195 mailfromd | [] [] | 3
1196 mailutils | [] | 5
1197 make | [] [] [] [] | 21
1198 man-db | [] [] [] | 8
1199 man-db-manpages | | 4
1200 minicom | [] [] | 16
1201 mkisofs | [] [] | 9
1202 myserver | | 0
1203 nano | [] [] [] [] | 21
1204 opcodes | [] [] [] | 11
1205 parted | [] [] [] [] [] | 15
1206 pies | [] [] | 3
1207 popt | [] [] [] [] [] [] | 27
1208 psmisc | [] [] | 11
1209 pspp | | 4
1210 pwdutils | [] [] | 6
1211 radius | [] [] | 9
1212 recode | [] [] [] [] | 28
1213 rosegarden | () | 0
1214 rpm | [] [] [] | 11
1215 rush | [] [] | 4
1216 sarg | | 1
1217 screem | [] | 3
1218 scrollkeeper | [] [] [] [] [] | 27
1219 sed | [] [] [] [] [] | 30
1220 sharutils | [] [] [] [] [] | 22
1221 shishi | [] | 3
1222 skencil | [] [] | 7
1223 solfege | [] [] [] [] | 16
1224 solfege-manual | [] | 8
1225 soundtracker | [] [] [] | 9
1226 sp | [] | 3
1227 sysstat | [] [] | 15
1228 tar | [] [] [] [] [] [] | 23
1229 texinfo | [] [] [] [] [] | 17
1230 tin | | 4
1231 unicode-han-tra... | | 0
1232 unicode-transla... | | 2
1233 util-linux-ng | [] [] [] [] | 20
1234 vice | () () | 1
1235 vmm | [] | 4
1236 vorbis-tools | [] | 6
1237 wastesedge | | 2
1238 wdiff | [] [] | 7
1239 wget | [] [] [] [] [] | 26
1240 wyslij-po | [] [] | 8
1241 xchat | [] [] [] [] [] [] | 36
1242 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63
1243 xkeyboard-config | [] [] [] | 22
1244 +---------------------------------------------------+
1245 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
1246 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618
1247 1346
1248 Some counters in the preceding matrix are higher than the number of 1347 Some counters in the preceding matrix are higher than the number of
1249visible blocks let us expect. This is because a few extra PO files are 1348visible blocks let us expect. This is because a few extra PO files are
@@ -1251,32 +1350,30 @@ used for implementing regional variants of languages, or language
1251dialects. 1350dialects.
1252 1351
1253 For a PO file in the matrix above to be effective, the package to 1352 For a PO file in the matrix above to be effective, the package to
1254which it applies should also have been internationalized and 1353which it applies should also have been internationalized and distributed
1255distributed as such by its maintainer. There might be an observable 1354as such by its maintainer. There might be an observable lag between the
1256lag between the mere existence a PO file and its wide availability in a 1355mere existence a PO file and its wide availability in a distribution.
1257distribution.
1258 1356
1259 If June 2010 seems to be old, you may fetch a more recent copy of 1357 If Jun 2014 seems to be old, you may fetch a more recent copy of this
1260this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date 1358'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
1261matrix with full percentage details can be found at 1359with full percentage details can be found at
1262`http://translationproject.org/extra/matrix.html'. 1360'http://translationproject.org/extra/matrix.html'.
1263 1361
12641.5 Using `gettext' in new packages 13621.5 Using 'gettext' in new packages
1265=================================== 1363===================================
1266 1364
1267If you are writing a freely available program and want to 1365If you are writing a freely available program and want to
1268internationalize it you are welcome to use GNU `gettext' in your 1366internationalize it you are welcome to use GNU 'gettext' in your
1269package. Of course you have to respect the GNU Library General Public 1367package. Of course you have to respect the GNU Lesser General Public
1270License which covers the use of the GNU `gettext' library. This means 1368License which covers the use of the GNU 'gettext' library. This means
1271in particular that even non-free programs can use `libintl' as a shared 1369in particular that even non-free programs can use 'libintl' as a shared
1272library, whereas only free software can use `libintl' as a static 1370library, whereas only free software can use 'libintl' as a static
1273library or use modified versions of `libintl'. 1371library or use modified versions of 'libintl'.
1274 1372
1275 Once the sources are changed appropriately and the setup can handle 1373 Once the sources are changed appropriately and the setup can handle
1276the use of `gettext' the only thing missing are the translations. The 1374the use of 'gettext' the only thing missing are the translations. The
1277Free Translation Project is also available for packages which are not 1375Free Translation Project is also available for packages which are not
1278developed inside the GNU project. Therefore the information given above 1376developed inside the GNU project. Therefore the information given above
1279applies also for every other Free Software Project. Contact 1377applies also for every other Free Software Project. Contact
1280`coordinator@translationproject.org' to make the `.pot' files available 1378'coordinator@translationproject.org' to make the '.pot' files available
1281to the translation teams. 1379to the translation teams.
1282
diff --git a/ChangeLog b/ChangeLog
index eb71f6b2..160bad46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Nov 6 19:43:47 CET 2018
2 Upgrading to gettext 0.19.8.
3 Releasing libmicrohttpd 0.9.60. -CG
4
1Thu Nov 1 16:29:59 CET 2018 5Thu Nov 1 16:29:59 CET 2018
2 Enable using epoll() without listen socket. -JB 6 Enable using epoll() without listen socket. -JB
3 7
diff --git a/configure.ac b/configure.ac
index dd2ec7d3..02a980a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
22# 22#
23AC_PREREQ([2.64]) 23AC_PREREQ([2.64])
24LT_PREREQ([2.4.0]) 24LT_PREREQ([2.4.0])
25AC_INIT([GNU Libmicrohttpd],[0.9.59],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.60],[libmicrohttpd@gnu.org])
26AC_CONFIG_AUX_DIR([build-aux]) 26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
28AC_CONFIG_HEADERS([MHD_config.h]) 28AC_CONFIG_HEADERS([MHD_config.h])
29AC_CONFIG_MACRO_DIR([m4]) 29AC_CONFIG_MACRO_DIR([m4])
30 30
31LIB_VERSION_CURRENT=58 31LIB_VERSION_CURRENT=59
32LIB_VERSION_REVISION=0 32LIB_VERSION_REVISION=0
33LIB_VERSION_AGE=46 33LIB_VERSION_AGE=47
34AC_SUBST(LIB_VERSION_CURRENT) 34AC_SUBST(LIB_VERSION_CURRENT)
35AC_SUBST(LIB_VERSION_REVISION) 35AC_SUBST(LIB_VERSION_REVISION)
36AC_SUBST(LIB_VERSION_AGE) 36AC_SUBST(LIB_VERSION_AGE)
@@ -74,7 +74,7 @@ m4_ifdef([AM_GNU_GETTEXT], [
74]) 74])
75m4_ifdef([AM_GNU_GETTEXT_VERSION], [ 75m4_ifdef([AM_GNU_GETTEXT_VERSION], [
76#do not indent here 76#do not indent here
77AM_GNU_GETTEXT_VERSION([0.18.2]) 77AM_GNU_GETTEXT_VERSION([0.19.8])
78]) 78])
79AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = yes ]) 79AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = yes ])
80 80
diff --git a/po/ChangeLog b/po/ChangeLog
index 64c2c24c..b56a1bd7 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
12018-11-06 gettextize <bug-gnu-gettext@gnu.org>
2
3 * Makefile.in.in: Upgrade to gettext-0.19.8.1.
4 * Rules-quot: Upgrade to gettext-0.19.8.1.
5
12018-03-10 gettextize <bug-gnu-gettext@gnu.org> 62018-03-10 gettextize <bug-gnu-gettext@gnu.org>
2 7
3 * Makefile.in.in: New file, from gettext-0.19.8.1. 8 * Makefile.in.in: New file, from gettext-0.19.8.1.
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index fce63a6e..38c293d2 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -1,20 +1,19 @@
1# Makefile for PO directory in any package using GNU gettext. 1# Makefile for PO directory in any package using GNU gettext.
2# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> 2# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
3# 3#
4# This file can be copied and used freely without restrictions. It can 4# Copying and distribution of this file, with or without modification,
5# be used in projects which are not available under the GNU General Public 5# are permitted in any medium without royalty provided the copyright
6# License but which still want to provide support for the GNU gettext 6# notice and this notice are preserved. This file is offered as-is,
7# functionality. 7# without any warranty.
8# Please note that the actual code of GNU gettext is covered by the GNU
9# General Public License and is *not* in the public domain.
10# 8#
11# Origin: gettext-0.18.2 9# Origin: gettext-0.19.8
12GETTEXT_MACRO_VERSION = 0.18 10GETTEXT_MACRO_VERSION = 0.19
13 11
14PACKAGE = @PACKAGE@ 12PACKAGE = @PACKAGE@
15VERSION = @VERSION@ 13VERSION = @VERSION@
16PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 14PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
17 15
16SED = @SED@
18SHELL = /bin/sh 17SHELL = /bin/sh
19@SET_MAKE@ 18@SET_MAKE@
20 19
@@ -44,6 +43,11 @@ install_sh = $(SHELL) @install_sh@
44MKDIR_P = @MKDIR_P@ 43MKDIR_P = @MKDIR_P@
45mkdir_p = @mkdir_p@ 44mkdir_p = @mkdir_p@
46 45
46# When building gettext-tools, we prefer to use the built programs
47# rather than installed programs. However, we can't do that when we
48# are cross compiling.
49CROSS_COMPILING = @CROSS_COMPILING@
50
47GMSGFMT_ = @GMSGFMT@ 51GMSGFMT_ = @GMSGFMT@
48GMSGFMT_no = @GMSGFMT@ 52GMSGFMT_no = @GMSGFMT@
49GMSGFMT_yes = @GMSGFMT_015@ 53GMSGFMT_yes = @GMSGFMT_015@
@@ -76,6 +80,16 @@ POTFILES = \
76 80
77CATALOGS = @CATALOGS@ 81CATALOGS = @CATALOGS@
78 82
83POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
84POFILESDEPS_yes = $(POFILESDEPS_)
85POFILESDEPS_no =
86POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT))
87
88DISTFILESDEPS_ = update-po
89DISTFILESDEPS_yes = $(DISTFILESDEPS_)
90DISTFILESDEPS_no =
91DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO))
92
79# Makevars gets inserted here. (Don't remove this line!) 93# Makevars gets inserted here. (Don't remove this line!)
80 94
81.SUFFIXES: 95.SUFFIXES:
@@ -142,15 +156,25 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
142# heuristic whether some file in the top level directory mentions "GNU xyz". 156# heuristic whether some file in the top level directory mentions "GNU xyz".
143# If GNU 'find' is available, we avoid grepping through monster files. 157# If GNU 'find' is available, we avoid grepping through monster files.
144$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed 158$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
145 if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ 159 package_gnu="$(PACKAGE_GNU)"; \
146 LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep 'GNU @PACKAGE@' /dev/null '{}' ';' 2>/dev/null; \ 160 test -n "$$package_gnu" || { \
147 else \ 161 if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
148 LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ 162 LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \
149 fi; \ 163 -size -10000000c -exec grep 'GNU @PACKAGE@' \
150 } | grep -v 'libtool:' >/dev/null; then \ 164 /dev/null '{}' ';' 2>/dev/null; \
151 package_gnu='GNU '; \ 165 else \
166 LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \
167 fi; \
168 } | grep -v 'libtool:' >/dev/null; then \
169 package_gnu=yes; \
170 else \
171 package_gnu=no; \
172 fi; \
173 }; \
174 if test "$$package_gnu" = "yes"; then \
175 package_prefix='GNU '; \
152 else \ 176 else \
153 package_gnu=''; \ 177 package_prefix=''; \
154 fi; \ 178 fi; \
155 if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ 179 if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
156 msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ 180 msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
@@ -170,12 +194,17 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
170 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ 194 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
171 --files-from=$(srcdir)/POTFILES.in \ 195 --files-from=$(srcdir)/POTFILES.in \
172 --copyright-holder='$(COPYRIGHT_HOLDER)' \ 196 --copyright-holder='$(COPYRIGHT_HOLDER)' \
173 --package-name="$${package_gnu}@PACKAGE@" \ 197 --package-name="$${package_prefix}@PACKAGE@" \
174 --package-version='@VERSION@' \ 198 --package-version='@VERSION@' \
175 --msgid-bugs-address="$$msgid_bugs_address" \ 199 --msgid-bugs-address="$$msgid_bugs_address" \
176 ;; \ 200 ;; \
177 esac 201 esac
178 test ! -f $(DOMAIN).po || { \ 202 test ! -f $(DOMAIN).po || { \
203 if test -f $(srcdir)/$(DOMAIN).pot-header; then \
204 sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \
205 cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \
206 rm -f $(DOMAIN).1po; \
207 fi; \
179 if test -f $(srcdir)/$(DOMAIN).pot; then \ 208 if test -f $(srcdir)/$(DOMAIN).pot; then \
180 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 209 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
181 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ 210 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
@@ -198,13 +227,14 @@ $(srcdir)/$(DOMAIN).pot:
198 227
199# This target rebuilds a PO file if $(DOMAIN).pot has changed. 228# This target rebuilds a PO file if $(DOMAIN).pot has changed.
200# Note that a PO file is not touched if it doesn't need to be changed. 229# Note that a PO file is not touched if it doesn't need to be changed.
201$(POFILES): $(srcdir)/$(DOMAIN).pot 230$(POFILES): $(POFILESDEPS)
202 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ 231 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
203 if test -f "$(srcdir)/$${lang}.po"; then \ 232 if test -f "$(srcdir)/$${lang}.po"; then \
233 test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \
204 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ 234 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
205 echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ 235 echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
206 cd $(srcdir) \ 236 cd $(srcdir) \
207 && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ 237 && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
208 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ 238 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
209 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ 239 $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
210 *) \ 240 *) \
@@ -361,7 +391,7 @@ maintainer-clean: distclean
361 391
362distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 392distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
363dist distdir: 393dist distdir:
364 $(MAKE) update-po 394 test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS)
365 @$(MAKE) dist2 395 @$(MAKE) dist2
366# This is a separate target because 'update-po' must be executed before. 396# This is a separate target because 'update-po' must be executed before.
367dist2: stamp-po $(DISTFILES) 397dist2: stamp-po $(DISTFILES)
@@ -405,7 +435,7 @@ update-po: Makefile
405 435
406.nop.po-update: 436.nop.po-update:
407 @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ 437 @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
408 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ 438 if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \
409 tmpdir=`pwd`; \ 439 tmpdir=`pwd`; \
410 echo "$$lang:"; \ 440 echo "$$lang:"; \
411 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ 441 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
diff --git a/po/Rules-quot b/po/Rules-quot
index d2ac20dc..baf65285 100644
--- a/po/Rules-quot
+++ b/po/Rules-quot
@@ -1,3 +1,4 @@
1# This file, Rules-quot, can be copied and used freely without restrictions.
1# Special Makefile rules for English message catalogs with quotation marks. 2# Special Makefile rules for English message catalogs with quotation marks.
2 3
3DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot 4DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
@@ -14,13 +15,23 @@ en@boldquot.po-update: en@boldquot.po-update-en
14 15
15.insert-header.po-update-en: 16.insert-header.po-update-en:
16 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ 17 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
17 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ 18 if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
18 tmpdir=`pwd`; \ 19 tmpdir=`pwd`; \
19 echo "$$lang:"; \ 20 echo "$$lang:"; \
20 ll=`echo $$lang | sed -e 's/@.*//'`; \ 21 ll=`echo $$lang | sed -e 's/@.*//'`; \
21 LC_ALL=C; export LC_ALL; \ 22 LC_ALL=C; export LC_ALL; \
22 cd $(srcdir); \ 23 cd $(srcdir); \
23 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ 24 if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \
25 | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
26 { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
27 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
28 $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
29 ;; \
30 *) \
31 $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
32 ;; \
33 esac } 2>/dev/null > $$tmpdir/$$lang.new.po \
34 ; then \
24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 35 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
25 rm -f $$tmpdir/$$lang.new.po; \ 36 rm -f $$tmpdir/$$lang.new.po; \
26 else \ 37 else \
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index 495c9e4c..dc005683 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -6,9 +6,9 @@
6#, fuzzy 6#, fuzzy
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.59\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.60\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2018-03-10 12:24+0100\n" 11"POT-Creation-Date: 2018-11-06 19:47+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -37,49 +37,49 @@ msgstr ""
37msgid "Failed to close FD.\n" 37msgid "Failed to close FD.\n"
38msgstr "" 38msgstr ""
39 39
40#: src/microhttpd/digestauth.c:447 40#: src/microhttpd/digestauth.c:484
41msgid "" 41msgid ""
42"Stale nonce received. If this happens a lot, you should probably increase " 42"Stale nonce received. If this happens a lot, you should probably increase "
43"the size of the nonce array.\n" 43"the size of the nonce array.\n"
44msgstr "" 44msgstr ""
45 45
46#: src/microhttpd/digestauth.c:635 46#: src/microhttpd/digestauth.c:672
47msgid "Failed to allocate memory for copy of URI arguments\n" 47msgid "Failed to allocate memory for copy of URI arguments\n"
48msgstr "" 48msgstr ""
49 49
50#: src/microhttpd/digestauth.c:764 50#: src/microhttpd/digestauth.c:805
51msgid "Authentication failed, invalid timestamp format.\n" 51msgid "Authentication failed, invalid timestamp format.\n"
52msgstr "" 52msgstr ""
53 53
54#: src/microhttpd/digestauth.c:825 54#: src/microhttpd/digestauth.c:866
55msgid "Authentication failed, invalid format.\n" 55msgid "Authentication failed, invalid format.\n"
56msgstr "" 56msgstr ""
57 57
58#: src/microhttpd/digestauth.c:835 58#: src/microhttpd/digestauth.c:876
59msgid "Authentication failed, invalid nc format.\n" 59msgid "Authentication failed, invalid nc format.\n"
60msgstr "" 60msgstr ""
61 61
62#: src/microhttpd/digestauth.c:861 62#: src/microhttpd/digestauth.c:902
63msgid "Failed to allocate memory for auth header processing\n" 63msgid "Failed to allocate memory for auth header processing\n"
64msgstr "" 64msgstr ""
65 65
66#: src/microhttpd/digestauth.c:901 66#: src/microhttpd/digestauth.c:954
67msgid "Authentication failed, URI does not match.\n" 67msgid "Authentication failed, URI does not match.\n"
68msgstr "" 68msgstr ""
69 69
70#: src/microhttpd/digestauth.c:921 70#: src/microhttpd/digestauth.c:974
71msgid "Authentication failed, arguments do not match.\n" 71msgid "Authentication failed, arguments do not match.\n"
72msgstr "" 72msgstr ""
73 73
74#: src/microhttpd/digestauth.c:976 74#: src/microhttpd/digestauth.c:1089
75msgid "Could not register nonce (is the nonce array size zero?).\n" 75msgid "Could not register nonce (is the nonce array size zero?).\n"
76msgstr "" 76msgstr ""
77 77
78#: src/microhttpd/digestauth.c:999 78#: src/microhttpd/digestauth.c:1112
79msgid "Failed to allocate memory for auth response header\n" 79msgid "Failed to allocate memory for auth response header\n"
80msgstr "" 80msgstr ""
81 81
82#: src/microhttpd/digestauth.c:1033 82#: src/microhttpd/digestauth.c:1146
83msgid "Failed to add Digest auth header\n" 83msgid "Failed to add Digest auth header\n"
84msgstr "" 84msgstr ""
85 85
@@ -106,468 +106,485 @@ msgid ""
106"support setting key password" 106"support setting key password"
107msgstr "" 107msgstr ""
108 108
109#: src/microhttpd/daemon.c:588 109#: src/microhttpd/daemon.c:592
110#, c-format 110#, c-format
111msgid "Error: invalid credentials type %d specified.\n" 111msgid "Error: invalid credentials type %d specified.\n"
112msgstr "" 112msgstr ""
113 113
114#: src/microhttpd/daemon.c:987 114#: src/microhttpd/daemon.c:991
115#, c-format 115#, c-format
116msgid "Maximum socket in select set: %d\n" 116msgid "Maximum socket in select set: %d\n"
117msgstr "" 117msgstr ""
118 118
119#: src/microhttpd/daemon.c:1048 119#: src/microhttpd/daemon.c:1052
120msgid "" 120msgid ""
121"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is " 121"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
122"unsupported.\n" 122"unsupported.\n"
123msgstr "" 123msgstr ""
124 124
125#: src/microhttpd/daemon.c:1254 src/microhttpd/daemon.c:6212 125#: src/microhttpd/daemon.c:1258 src/microhttpd/daemon.c:6314
126msgid "" 126msgid ""
127"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 127"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
128msgstr "" 128msgstr ""
129 129
130#: src/microhttpd/daemon.c:1268 src/microhttpd/daemon.c:1503 130#: src/microhttpd/daemon.c:1272 src/microhttpd/daemon.c:1507
131msgid "Failed to forward to application " 131msgid "Failed to forward to application "
132msgstr "" 132msgstr ""
133 133
134#: src/microhttpd/daemon.c:1435 src/microhttpd/daemon.c:1557 134#: src/microhttpd/daemon.c:1439 src/microhttpd/daemon.c:1561
135msgid "Failed to forward to remote client " 135msgid "Failed to forward to remote client "
136msgstr "" 136msgstr ""
137 137
138#: src/microhttpd/daemon.c:1622 138#: src/microhttpd/daemon.c:1626
139msgid "Error preparing select\n" 139msgid "Error preparing select\n"
140msgstr "" 140msgstr ""
141 141
142#: src/microhttpd/daemon.c:1656 src/microhttpd/daemon.c:1807 142#: src/microhttpd/daemon.c:1660 src/microhttpd/daemon.c:1811
143#: src/microhttpd/daemon.c:1951 143#: src/microhttpd/daemon.c:1955
144#, c-format 144#, c-format
145msgid "Error during select (%d): `%s'\n" 145msgid "Error during select (%d): `%s'\n"
146msgstr "" 146msgstr ""
147 147
148#: src/microhttpd/daemon.c:1705 src/microhttpd/daemon.c:1828 148#: src/microhttpd/daemon.c:1709 src/microhttpd/daemon.c:1832
149#: src/microhttpd/daemon.c:2020 149#: src/microhttpd/daemon.c:2024
150#, c-format 150#, c-format
151msgid "Error during poll: `%s'\n" 151msgid "Error during poll: `%s'\n"
152msgstr "" 152msgstr ""
153 153
154#: src/microhttpd/daemon.c:1791 src/microhttpd/daemon.c:1933 154#: src/microhttpd/daemon.c:1795 src/microhttpd/daemon.c:1937
155msgid "Failed to add FD to fd_set\n" 155msgid "Failed to add FD to fd_set\n"
156msgstr "" 156msgstr ""
157 157
158#: src/microhttpd/daemon.c:2072 158#: src/microhttpd/daemon.c:2076
159msgid "Processing thread terminating. Closing connection\n" 159msgid "Processing thread terminating. Closing connection\n"
160msgstr "" 160msgstr ""
161 161
162#: src/microhttpd/daemon.c:2210 src/microhttpd/daemon.c:5880 162#: src/microhttpd/daemon.c:2105
163msgid ""
164"Failed to signal thread termination via inter-thread communication channel."
165msgstr ""
166
167#: src/microhttpd/daemon.c:2175
168msgid "Internal server error. This should be impossible.\n"
169msgstr ""
170
171#: src/microhttpd/daemon.c:2184
172msgid "PSK not supported by this server.\n"
173msgstr ""
174
175#: src/microhttpd/daemon.c:2198
176msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
177msgstr ""
178
179#: src/microhttpd/daemon.c:2283 src/microhttpd/daemon.c:5983
163#, c-format 180#, c-format
164msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" 181msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
165msgstr "" 182msgstr ""
166 183
167#: src/microhttpd/daemon.c:2226 184#: src/microhttpd/daemon.c:2299
168#, c-format 185#, c-format
169msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" 186msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
170msgstr "" 187msgstr ""
171 188
172#: src/microhttpd/daemon.c:2243 src/microhttpd/daemon.c:3006 189#: src/microhttpd/daemon.c:2316 src/microhttpd/daemon.c:3092
173#, c-format 190#, c-format
174msgid "Accepted connection on socket %d\n" 191msgid "Accepted connection on socket %d\n"
175msgstr "" 192msgstr ""
176 193
177#: src/microhttpd/daemon.c:2255 src/microhttpd/daemon.c:2420 194#: src/microhttpd/daemon.c:2328 src/microhttpd/daemon.c:2504
178msgid "Server reached connection limit. Closing inbound connection.\n" 195msgid "Server reached connection limit. Closing inbound connection.\n"
179msgstr "" 196msgstr ""
180 197
181#: src/microhttpd/daemon.c:2273 198#: src/microhttpd/daemon.c:2346
182msgid "Connection rejected by application. Closing connection.\n" 199msgid "Connection rejected by application. Closing connection.\n"
183msgstr "" 200msgstr ""
184 201
185#: src/microhttpd/daemon.c:2306 src/microhttpd/daemon.c:2326 202#: src/microhttpd/daemon.c:2379 src/microhttpd/daemon.c:2399
186#: src/microhttpd/daemon.c:3582 203#: src/microhttpd/daemon.c:3670
187#, c-format 204#, c-format
188msgid "Error allocating memory: %s\n" 205msgid "Error allocating memory: %s\n"
189msgstr "" 206msgstr ""
190 207
191#: src/microhttpd/daemon.c:2379 208#: src/microhttpd/daemon.c:2461
192#, c-format 209#, c-format
193msgid "Failed to setup TLS credentials: unknown credential type %d\n" 210msgid "Failed to setup TLS credentials: unknown credential type %d\n"
194msgstr "" 211msgstr ""
195 212
196#: src/microhttpd/daemon.c:2388 213#: src/microhttpd/daemon.c:2470
197msgid "Unknown credential type" 214msgid "Unknown credential type"
198msgstr "" 215msgstr ""
199 216
200#: src/microhttpd/daemon.c:2482 src/microhttpd/daemon.c:4072 217#: src/microhttpd/daemon.c:2566 src/microhttpd/daemon.c:4159
201#: src/microhttpd/daemon.c:4105 src/microhttpd/daemon.c:5202 218#: src/microhttpd/daemon.c:4192 src/microhttpd/daemon.c:5299
202#: src/microhttpd/daemon.c:5219 src/microhttpd/connection.c:3782 219#: src/microhttpd/daemon.c:5316 src/microhttpd/connection.c:3828
203#: src/microhttpd/response.c:913 src/microhttpd/response.c:939 220#: src/microhttpd/response.c:934 src/microhttpd/response.c:960
204#, c-format 221#, c-format
205msgid "Call to epoll_ctl failed: %s\n" 222msgid "Call to epoll_ctl failed: %s\n"
206msgstr "" 223msgstr ""
207 224
208#: src/microhttpd/daemon.c:2507 225#: src/microhttpd/daemon.c:2591
209msgid "Failed to signal new connection via inter-thread communication channel." 226msgid "Failed to signal new connection via inter-thread communication channel."
210msgstr "" 227msgstr ""
211 228
212#: src/microhttpd/daemon.c:2604 src/microhttpd/daemon.c:3087 229#: src/microhttpd/daemon.c:2688 src/microhttpd/daemon.c:3173
213#: src/microhttpd/daemon.c:6114 src/microhttpd/connection.c:989 230#: src/microhttpd/daemon.c:6216 src/microhttpd/connection.c:990
214#: src/microhttpd/connection.c:1008 231#: src/microhttpd/connection.c:1009
215msgid "Failed to remove FD from epoll set\n" 232msgid "Failed to remove FD from epoll set\n"
216msgstr "" 233msgstr ""
217 234
218#: src/microhttpd/daemon.c:2651 235#: src/microhttpd/daemon.c:2735
219msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 236msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
220msgstr "" 237msgstr ""
221 238
222#: src/microhttpd/daemon.c:2657 239#: src/microhttpd/daemon.c:2741
223msgid "Error: connection scheduled for \"upgrade\" cannot be suspended" 240msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
224msgstr "" 241msgstr ""
225 242
226#: src/microhttpd/daemon.c:2680 243#: src/microhttpd/daemon.c:2764
227msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 244msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
228msgstr "" 245msgstr ""
229 246
230#: src/microhttpd/daemon.c:2690 247#: src/microhttpd/daemon.c:2774
231msgid "Failed to signal resume via inter-thread communication channel." 248msgid "Failed to signal resume via inter-thread communication channel."
232msgstr "" 249msgstr ""
233 250
234#: src/microhttpd/daemon.c:2816 251#: src/microhttpd/daemon.c:2902
235msgid "" 252msgid ""
236"Failed to signal resume of connection via inter-thread communication channel." 253"Failed to signal resume of connection via inter-thread communication channel."
237msgstr "" 254msgstr ""
238 255
239#: src/microhttpd/daemon.c:2862 256#: src/microhttpd/daemon.c:2948
240#, c-format 257#, c-format
241msgid "Failed to set nonblocking mode on new client socket: %s\n" 258msgid "Failed to set nonblocking mode on new client socket: %s\n"
242msgstr "" 259msgstr ""
243 260
244#: src/microhttpd/daemon.c:2875 261#: src/microhttpd/daemon.c:2961
245msgid "Failed to set noninheritable mode on new client socket.\n" 262msgid "Failed to set noninheritable mode on new client socket.\n"
246msgstr "" 263msgstr ""
247 264
248#: src/microhttpd/daemon.c:2948 265#: src/microhttpd/daemon.c:3034
249#, c-format 266#, c-format
250msgid "Error accepting connection: %s\n" 267msgid "Error accepting connection: %s\n"
251msgstr "" 268msgstr ""
252 269
253#: src/microhttpd/daemon.c:2965 270#: src/microhttpd/daemon.c:3051
254msgid "" 271msgid ""
255"Hit process or system resource limit at FIRST connection. This is really bad " 272"Hit process or system resource limit at FIRST connection. This is really bad "
256"as there is no sane way to proceed. Will try busy waiting for system " 273"as there is no sane way to proceed. Will try busy waiting for system "
257"resources to become magically available.\n" 274"resources to become magically available.\n"
258msgstr "" 275msgstr ""
259 276
260#: src/microhttpd/daemon.c:2975 277#: src/microhttpd/daemon.c:3061
261#, c-format 278#, c-format
262msgid "" 279msgid ""
263"Hit process or system resource limit at %u connections, temporarily " 280"Hit process or system resource limit at %u connections, temporarily "
264"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 281"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
265msgstr "" 282msgstr ""
266 283
267#: src/microhttpd/daemon.c:2987 284#: src/microhttpd/daemon.c:3073
268#, c-format 285#, c-format
269msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 286msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
270msgstr "" 287msgstr ""
271 288
272#: src/microhttpd/daemon.c:2999 289#: src/microhttpd/daemon.c:3085
273msgid "Failed to set noninheritable mode on incoming connection socket.\n" 290msgid "Failed to set noninheritable mode on incoming connection socket.\n"
274msgstr "" 291msgstr ""
275 292
276#: src/microhttpd/daemon.c:3045 src/microhttpd/daemon.c:6253 293#: src/microhttpd/daemon.c:3131 src/microhttpd/daemon.c:6355
277#: src/microhttpd/daemon.c:6283 src/microhttpd/daemon.c:6377 294#: src/microhttpd/daemon.c:6385 src/microhttpd/daemon.c:6479
278msgid "Failed to join a thread\n" 295msgid "Failed to join a thread\n"
279msgstr "" 296msgstr ""
280 297
281#: src/microhttpd/daemon.c:3144 298#: src/microhttpd/daemon.c:3230
282msgid "Illegal call to MHD_get_timeout\n" 299msgid "Illegal call to MHD_get_timeout\n"
283msgstr "" 300msgstr ""
284 301
285#: src/microhttpd/daemon.c:3340 302#: src/microhttpd/daemon.c:3427
286msgid "" 303msgid ""
287"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 304"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
288"is deprecated.\n" 305"is deprecated.\n"
289msgstr "" 306msgstr ""
290 307
291#: src/microhttpd/daemon.c:3419 308#: src/microhttpd/daemon.c:3507
292msgid "Could not obtain daemon fdsets" 309msgid "Could not obtain daemon fdsets"
293msgstr "" 310msgstr ""
294 311
295#: src/microhttpd/daemon.c:3436 312#: src/microhttpd/daemon.c:3524
296msgid "Could not add listen socket to fdset" 313msgid "Could not add listen socket to fdset"
297msgstr "" 314msgstr ""
298 315
299#: src/microhttpd/daemon.c:3464 316#: src/microhttpd/daemon.c:3552
300msgid "Could not add control inter-thread communication channel FD to fdset" 317msgid "Could not add control inter-thread communication channel FD to fdset"
301msgstr "" 318msgstr ""
302 319
303#: src/microhttpd/daemon.c:3520 320#: src/microhttpd/daemon.c:3608
304#, c-format 321#, c-format
305msgid "select failed: %s\n" 322msgid "select failed: %s\n"
306msgstr "" 323msgstr ""
307 324
308#: src/microhttpd/daemon.c:3664 src/microhttpd/daemon.c:3810 325#: src/microhttpd/daemon.c:3752 src/microhttpd/daemon.c:3898
309#, c-format 326#, c-format
310msgid "poll failed: %s\n" 327msgid "poll failed: %s\n"
311msgstr "" 328msgstr ""
312 329
313#: src/microhttpd/daemon.c:3943 src/microhttpd/daemon.c:4172 330#: src/microhttpd/daemon.c:4028 src/microhttpd/daemon.c:4259
314#, c-format 331#, c-format
315msgid "Call to epoll_wait failed: %s\n" 332msgid "Call to epoll_wait failed: %s\n"
316msgstr "" 333msgstr ""
317 334
318#: src/microhttpd/daemon.c:4124 src/microhttpd/daemon.c:4574 335#: src/microhttpd/daemon.c:4211 src/microhttpd/daemon.c:4661
319msgid "Failed to remove listen FD from epoll set\n" 336msgid "Failed to remove listen FD from epoll set\n"
320msgstr "" 337msgstr ""
321 338
322#: src/microhttpd/daemon.c:4582 339#: src/microhttpd/daemon.c:4669
323msgid "Failed to signal quiesce via inter-thread communication channel" 340msgid "Failed to signal quiesce via inter-thread communication channel"
324msgstr "" 341msgstr ""
325 342
326#: src/microhttpd/daemon.c:4603 343#: src/microhttpd/daemon.c:4690
327msgid "failed to signal quiesce via inter-thread communication channel" 344msgid "failed to signal quiesce via inter-thread communication channel"
328msgstr "" 345msgstr ""
329 346
330#: src/microhttpd/daemon.c:4708 347#: src/microhttpd/daemon.c:4795
331msgid "Warning: Too large timeout value, ignored.\n" 348msgid "Warning: Too large timeout value, ignored.\n"
332msgstr "" 349msgstr ""
333 350
334#: src/microhttpd/daemon.c:4748 351#: src/microhttpd/daemon.c:4835
335msgid "" 352msgid ""
336"Warning: Zero size, specified for thread pool size, is ignored. Thread pool " 353"Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
337"is not used.\n" 354"is not used.\n"
338msgstr "" 355msgstr ""
339 356
340#: src/microhttpd/daemon.c:4756 357#: src/microhttpd/daemon.c:4843
341msgid "" 358msgid ""
342"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " 359"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
343"not used.\n" 360"not used.\n"
344msgstr "" 361msgstr ""
345 362
346#: src/microhttpd/daemon.c:4768 363#: src/microhttpd/daemon.c:4855
347#, c-format 364#, c-format
348msgid "Specified thread pool size (%u) too big\n" 365msgid "Specified thread pool size (%u) too big\n"
349msgstr "" 366msgstr ""
350 367
351#: src/microhttpd/daemon.c:4779 368#: src/microhttpd/daemon.c:4866
352msgid "" 369msgid ""
353"MHD_OPTION_THREAD_POOL_SIZE option is specified but " 370"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
354"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 371"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
355msgstr "" 372msgstr ""
356 373
357#: src/microhttpd/daemon.c:4788 374#: src/microhttpd/daemon.c:4875
358msgid "" 375msgid ""
359"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 376"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
360"flag are specified.\n" 377"flag are specified.\n"
361msgstr "" 378msgstr ""
362 379
363#: src/microhttpd/daemon.c:4803 src/microhttpd/daemon.c:4814 380#: src/microhttpd/daemon.c:4890 src/microhttpd/daemon.c:4901
364#: src/microhttpd/daemon.c:4825 src/microhttpd/daemon.c:4836 381#: src/microhttpd/daemon.c:4912 src/microhttpd/daemon.c:4923
365#: src/microhttpd/daemon.c:4878 382#: src/microhttpd/daemon.c:4965
366#, c-format 383#, c-format
367msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" 384msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
368msgstr "" 385msgstr ""
369 386
370#: src/microhttpd/daemon.c:4855 387#: src/microhttpd/daemon.c:4942
371msgid "Error initializing DH parameters\n" 388msgid "Error initializing DH parameters\n"
372msgstr "" 389msgstr ""
373 390
374#: src/microhttpd/daemon.c:4867 391#: src/microhttpd/daemon.c:4954
375msgid "Bad Diffie-Hellman parameters format\n" 392msgid "Bad Diffie-Hellman parameters format\n"
376msgstr "" 393msgstr ""
377 394
378#: src/microhttpd/daemon.c:4895 395#: src/microhttpd/daemon.c:4982
379#, c-format 396#, c-format
380msgid "Setting priorities to `%s' failed: %s\n" 397msgid "Setting priorities to `%s' failed: %s\n"
381msgstr "" 398msgstr ""
382 399
383#: src/microhttpd/daemon.c:4908 400#: src/microhttpd/daemon.c:4995
384msgid "" 401msgid ""
385"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" 402"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
386msgstr "" 403msgstr ""
387 404
388#: src/microhttpd/daemon.c:4935 405#: src/microhttpd/daemon.c:5022
389msgid "" 406msgid ""
390"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 407"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
391"flag set.\n" 408"flag set.\n"
392msgstr "" 409msgstr ""
393 410
394#: src/microhttpd/daemon.c:4982 411#: src/microhttpd/daemon.c:5069
395msgid "" 412msgid ""
396"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " 413"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
397"specified by MHD_OPTION_STRICT_CLIENT.\n" 414"specified by MHD_OPTION_STRICT_CLIENT.\n"
398msgstr "" 415msgstr ""
399 416
400#: src/microhttpd/daemon.c:5110 417#: src/microhttpd/daemon.c:5207
401#, c-format 418#, c-format
402msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" 419msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
403msgstr "" 420msgstr ""
404 421
405#: src/microhttpd/daemon.c:5116 422#: src/microhttpd/daemon.c:5213
406#, c-format 423#, c-format
407msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" 424msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
408msgstr "" 425msgstr ""
409 426
410#: src/microhttpd/daemon.c:5146 427#: src/microhttpd/daemon.c:5243
411#, c-format 428#, c-format
412msgid "Call to epoll_create1 failed: %s\n" 429msgid "Call to epoll_create1 failed: %s\n"
413msgstr "" 430msgstr ""
414 431
415#: src/microhttpd/daemon.c:5156 432#: src/microhttpd/daemon.c:5253
416msgid "Failed to set noninheritable mode on epoll FD.\n" 433msgid "Failed to set noninheritable mode on epoll FD.\n"
417msgstr "" 434msgstr ""
418 435
419#: src/microhttpd/daemon.c:5397 436#: src/microhttpd/daemon.c:5494
420msgid "" 437msgid ""
421"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 438"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
422"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 439"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
423"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 440"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
424msgstr "" 441msgstr ""
425 442
426#: src/microhttpd/daemon.c:5439 443#: src/microhttpd/daemon.c:5542
427msgid "Using debug build of libmicrohttpd.\n" 444msgid "Using debug build of libmicrohttpd.\n"
428msgstr "" 445msgstr ""
429 446
430#: src/microhttpd/daemon.c:5450 447#: src/microhttpd/daemon.c:5553
431#, c-format 448#, c-format
432msgid "Failed to create inter-thread communication channel: %s\n" 449msgid "Failed to create inter-thread communication channel: %s\n"
433msgstr "" 450msgstr ""
434 451
435#: src/microhttpd/daemon.c:5466 452#: src/microhttpd/daemon.c:5569
436msgid "" 453msgid ""
437"file descriptor for inter-thread communication channel exceeds maximum " 454"file descriptor for inter-thread communication channel exceeds maximum "
438"value\n" 455"value\n"
439msgstr "" 456msgstr ""
440 457
441#: src/microhttpd/daemon.c:5486 458#: src/microhttpd/daemon.c:5589
442msgid "Specified value for NC_SIZE too large\n" 459msgid "Specified value for NC_SIZE too large\n"
443msgstr "" 460msgstr ""
444 461
445#: src/microhttpd/daemon.c:5500 462#: src/microhttpd/daemon.c:5603
446#, c-format 463#, c-format
447msgid "Failed to allocate memory for nonce-nc map: %s\n" 464msgid "Failed to allocate memory for nonce-nc map: %s\n"
448msgstr "" 465msgstr ""
449 466
450#: src/microhttpd/daemon.c:5516 467#: src/microhttpd/daemon.c:5619
451msgid "MHD failed to initialize nonce-nc mutex\n" 468msgid "MHD failed to initialize nonce-nc mutex\n"
452msgstr "" 469msgstr ""
453 470
454#: src/microhttpd/daemon.c:5534 471#: src/microhttpd/daemon.c:5637
455msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" 472msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
456msgstr "" 473msgstr ""
457 474
458#: src/microhttpd/daemon.c:5558 475#: src/microhttpd/daemon.c:5661
459#, c-format 476#, c-format
460msgid "Failed to create socket for listening: %s\n" 477msgid "Failed to create socket for listening: %s\n"
461msgstr "" 478msgstr ""
462 479
463#: src/microhttpd/daemon.c:5579 src/microhttpd/daemon.c:5598 480#: src/microhttpd/daemon.c:5682 src/microhttpd/daemon.c:5701
464#: src/microhttpd/daemon.c:5621 src/microhttpd/daemon.c:5658 481#: src/microhttpd/daemon.c:5724 src/microhttpd/daemon.c:5761
465#: src/microhttpd/daemon.c:5735 src/microhttpd/daemon.c:5766 482#: src/microhttpd/daemon.c:5838 src/microhttpd/daemon.c:5869
466#, c-format 483#, c-format
467msgid "setsockopt failed: %s\n" 484msgid "setsockopt failed: %s\n"
468msgstr "" 485msgstr ""
469 486
470#: src/microhttpd/daemon.c:5631 487#: src/microhttpd/daemon.c:5734
471msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" 488msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
472msgstr "" 489msgstr ""
473 490
474#: src/microhttpd/daemon.c:5666 491#: src/microhttpd/daemon.c:5769
475msgid "" 492msgid ""
476"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" 493"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
477msgstr "" 494msgstr ""
478 495
479#: src/microhttpd/daemon.c:5746 496#: src/microhttpd/daemon.c:5849
480#, c-format 497#, c-format
481msgid "Failed to bind to port %u: %s\n" 498msgid "Failed to bind to port %u: %s\n"
482msgstr "" 499msgstr ""
483 500
484#: src/microhttpd/daemon.c:5777 501#: src/microhttpd/daemon.c:5880
485#, c-format 502#, c-format
486msgid "Failed to listen for connections: %s\n" 503msgid "Failed to listen for connections: %s\n"
487msgstr "" 504msgstr ""
488 505
489#: src/microhttpd/daemon.c:5804 506#: src/microhttpd/daemon.c:5907
490#, c-format 507#, c-format
491msgid "Failed to get listen port number: %s\n" 508msgid "Failed to get listen port number: %s\n"
492msgstr "" 509msgstr ""
493 510
494#: src/microhttpd/daemon.c:5814 511#: src/microhttpd/daemon.c:5917
495msgid "" 512msgid ""
496"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" 513"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
497msgstr "" 514msgstr ""
498 515
499#: src/microhttpd/daemon.c:5847 516#: src/microhttpd/daemon.c:5950
500msgid "Unknown address family!\n" 517msgid "Unknown address family!\n"
501msgstr "" 518msgstr ""
502 519
503#: src/microhttpd/daemon.c:5860 520#: src/microhttpd/daemon.c:5963
504#, c-format 521#, c-format
505msgid "Failed to set nonblocking mode on listening socket: %s\n" 522msgid "Failed to set nonblocking mode on listening socket: %s\n"
506msgstr "" 523msgstr ""
507 524
508#: src/microhttpd/daemon.c:5897 525#: src/microhttpd/daemon.c:5999
509msgid "" 526msgid ""
510"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 527"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
511msgstr "" 528msgstr ""
512 529
513#: src/microhttpd/daemon.c:5910 src/microhttpd/daemon.c:5923 530#: src/microhttpd/daemon.c:6012 src/microhttpd/daemon.c:6025
514msgid "MHD failed to initialize IP connection limit mutex\n" 531msgid "MHD failed to initialize IP connection limit mutex\n"
515msgstr "" 532msgstr ""
516 533
517#: src/microhttpd/daemon.c:5939 534#: src/microhttpd/daemon.c:6041
518msgid "Failed to initialize TLS support\n" 535msgid "Failed to initialize TLS support\n"
519msgstr "" 536msgstr ""
520 537
521#: src/microhttpd/daemon.c:5963 538#: src/microhttpd/daemon.c:6065
522#, c-format 539#, c-format
523msgid "Failed to create listen thread: %s\n" 540msgid "Failed to create listen thread: %s\n"
524msgstr "" 541msgstr ""
525 542
526#: src/microhttpd/daemon.c:6011 543#: src/microhttpd/daemon.c:6113
527#, c-format 544#, c-format
528msgid "Failed to create worker inter-thread communication channel: %s\n" 545msgid "Failed to create worker inter-thread communication channel: %s\n"
529msgstr "" 546msgstr ""
530 547
531#: src/microhttpd/daemon.c:6022 548#: src/microhttpd/daemon.c:6124
532msgid "" 549msgid ""
533"File descriptor for worker inter-thread communication channel exceeds " 550"File descriptor for worker inter-thread communication channel exceeds "
534"maximum value\n" 551"maximum value\n"
535msgstr "" 552msgstr ""
536 553
537#: src/microhttpd/daemon.c:6047 554#: src/microhttpd/daemon.c:6149
538msgid "MHD failed to initialize cleanup connection mutex\n" 555msgid "MHD failed to initialize cleanup connection mutex\n"
539msgstr "" 556msgstr ""
540 557
541#: src/microhttpd/daemon.c:6061 558#: src/microhttpd/daemon.c:6163
542#, c-format 559#, c-format
543msgid "Failed to create pool thread: %s\n" 560msgid "Failed to create pool thread: %s\n"
544msgstr "" 561msgstr ""
545 562
546#: src/microhttpd/daemon.c:6199 src/microhttpd/daemon.c:6230 563#: src/microhttpd/daemon.c:6301 src/microhttpd/daemon.c:6332
547msgid "MHD_stop_daemon() called while we have suspended connections.\n" 564msgid "MHD_stop_daemon() called while we have suspended connections.\n"
548msgstr "" 565msgstr ""
549 566
550#: src/microhttpd/daemon.c:6239 src/microhttpd/daemon.c:6359 567#: src/microhttpd/daemon.c:6341 src/microhttpd/daemon.c:6461
551msgid "Failed to signal shutdown via inter-thread communication channel" 568msgid "Failed to signal shutdown via inter-thread communication channel"
552msgstr "" 569msgstr ""
553 570
554#: src/microhttpd/daemon.c:6324 571#: src/microhttpd/daemon.c:6426
555msgid "Failed to signal shutdown via inter-thread communication channel." 572msgid "Failed to signal shutdown via inter-thread communication channel."
556msgstr "" 573msgstr ""
557 574
558#: src/microhttpd/daemon.c:6773 575#: src/microhttpd/daemon.c:6877
559msgid "Failed to initialize winsock\n" 576msgid "Failed to initialize winsock\n"
560msgstr "" 577msgstr ""
561 578
562#: src/microhttpd/daemon.c:6776 579#: src/microhttpd/daemon.c:6880
563msgid "Winsock version 2.2 is not available\n" 580msgid "Winsock version 2.2 is not available\n"
564msgstr "" 581msgstr ""
565 582
566#: src/microhttpd/daemon.c:6784 src/microhttpd/daemon.c:6788 583#: src/microhttpd/daemon.c:6888 src/microhttpd/daemon.c:6892
567msgid "Failed to initialise multithreading in libgcrypt\n" 584msgid "Failed to initialise multithreading in libgcrypt\n"
568msgstr "" 585msgstr ""
569 586
570#: src/microhttpd/daemon.c:6793 587#: src/microhttpd/daemon.c:6897
571msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" 588msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
572msgstr "" 589msgstr ""
573 590
@@ -575,153 +592,161 @@ msgstr ""
575msgid "Close socket failed.\n" 592msgid "Close socket failed.\n"
576msgstr "" 593msgstr ""
577 594
578#: src/microhttpd/connection.c:1112 595#: src/microhttpd/connection.c:1113
579msgid "Closing connection (application reported error generating data)\n" 596msgid "Closing connection (application reported error generating data)\n"
580msgstr "" 597msgstr ""
581 598
582#: src/microhttpd/connection.c:1161 599#: src/microhttpd/connection.c:1162
583msgid "Closing connection (out of memory)\n" 600msgid "Closing connection (out of memory)\n"
584msgstr "" 601msgstr ""
585 602
586#: src/microhttpd/connection.c:1206 603#: src/microhttpd/connection.c:1207
587msgid "Closing connection (application error generating response)\n" 604msgid "Closing connection (application error generating response)\n"
588msgstr "" 605msgstr ""
589 606
590#: src/microhttpd/connection.c:1769 607#: src/microhttpd/connection.c:1787
591#, c-format 608#, c-format
592msgid "" 609msgid ""
593"Error processing request (HTTP response code is %u (`%s')). Closing " 610"Error processing request (HTTP response code is %u (`%s')). Closing "
594"connection.\n" 611"connection.\n"
595msgstr "" 612msgstr ""
596 613
597#: src/microhttpd/connection.c:1792 src/microhttpd/connection.c:3506 614#: src/microhttpd/connection.c:1813 src/microhttpd/connection.c:2794
598#: src/microhttpd/connection.c:3617 615msgid "Closing connection (failed to queue response)\n"
616msgstr ""
617
618#: src/microhttpd/connection.c:1823 src/microhttpd/connection.c:3552
619#: src/microhttpd/connection.c:3663
599msgid "Closing connection (failed to create response header)\n" 620msgid "Closing connection (failed to create response header)\n"
600msgstr "" 621msgstr ""
601 622
602#: src/microhttpd/connection.c:1838 src/microhttpd/connection.c:2895 623#: src/microhttpd/connection.c:1869 src/microhttpd/connection.c:2941
603#: src/microhttpd/connection.c:2963 src/microhttpd/connection.c:3271 624#: src/microhttpd/connection.c:3009 src/microhttpd/connection.c:3317
604#, c-format 625#, c-format
605msgid "In function %s handling connection at state: %s\n" 626msgid "In function %s handling connection at state: %s\n"
606msgstr "" 627msgstr ""
607 628
608#: src/microhttpd/connection.c:2050 629#: src/microhttpd/connection.c:2081
609msgid "Not enough memory in pool to allocate header record!\n" 630msgid "Not enough memory in pool to allocate header record!\n"
610msgstr "" 631msgstr ""
611 632
612#: src/microhttpd/connection.c:2092 633#: src/microhttpd/connection.c:2123
613msgid "Not enough memory in pool to parse cookies!\n" 634msgid "Not enough memory in pool to parse cookies!\n"
614msgstr "" 635msgstr ""
615 636
616#: src/microhttpd/connection.c:2309 src/microhttpd/connection.c:2494 637#: src/microhttpd/connection.c:2340 src/microhttpd/connection.c:2525
617msgid "Application reported internal error, closing connection.\n" 638msgid "Application reported internal error, closing connection.\n"
618msgstr "" 639msgstr ""
619 640
620#: src/microhttpd/connection.c:2362 src/microhttpd/connection.c:2439 641#: src/microhttpd/connection.c:2393 src/microhttpd/connection.c:2470
621msgid "" 642msgid ""
622"Received malformed HTTP request (bad chunked encoding). Closing connection.\n" 643"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
623msgstr "" 644msgstr ""
624 645
625#: src/microhttpd/connection.c:2502 646#: src/microhttpd/connection.c:2533
626msgid "libmicrohttpd API violation" 647msgid "libmicrohttpd API violation"
627msgstr "" 648msgstr ""
628 649
629#: src/microhttpd/connection.c:2517 650#: src/microhttpd/connection.c:2548
630msgid "" 651msgid ""
631"WARNING: incomplete upload processing and connection not suspended may " 652"WARNING: incomplete upload processing and connection not suspended may "
632"result in hung connection.\n" 653"result in hung connection.\n"
633msgstr "" 654msgstr ""
634 655
635#: src/microhttpd/connection.c:2587 656#: src/microhttpd/connection.c:2618
636msgid "Received malformed line (no colon). Closing connection.\n" 657msgid "Received malformed line (no colon). Closing connection.\n"
637msgstr "" 658msgstr ""
638 659
639#: src/microhttpd/connection.c:2739 660#: src/microhttpd/connection.c:2772
640msgid "Received HTTP 1.1 request without `Host' header.\n" 661msgid "Received HTTP 1.1 request without `Host' header.\n"
641msgstr "" 662msgstr ""
642 663
643#: src/microhttpd/connection.c:2874 664#: src/microhttpd/connection.c:2783
665msgid "Closing connection (failed to create response)\n"
666msgstr ""
667
668#: src/microhttpd/connection.c:2920
644msgid "Socket disconnected while reading request.\n" 669msgid "Socket disconnected while reading request.\n"
645msgstr "" 670msgstr ""
646 671
647#: src/microhttpd/connection.c:2880 672#: src/microhttpd/connection.c:2926
648msgid "Connection socket is closed due to error when reading request.\n" 673msgid "Connection socket is closed due to error when reading request.\n"
649msgstr "" 674msgstr ""
650 675
651#: src/microhttpd/connection.c:2989 676#: src/microhttpd/connection.c:3035
652#, c-format 677#, c-format
653msgid "Failed to send data in request for %s.\n" 678msgid "Failed to send data in request for %s.\n"
654msgstr "" 679msgstr ""
655 680
656#: src/microhttpd/connection.c:2998 681#: src/microhttpd/connection.c:3044
657#, c-format 682#, c-format
658msgid "Sent 100 continue response: `%.*s'\n" 683msgid "Sent 100 continue response: `%.*s'\n"
659msgstr "" 684msgstr ""
660 685
661#: src/microhttpd/connection.c:3022 686#: src/microhttpd/connection.c:3068
662msgid "Connection was closed while sending response headers.\n" 687msgid "Connection was closed while sending response headers.\n"
663msgstr "" 688msgstr ""
664 689
665#: src/microhttpd/connection.c:3061 690#: src/microhttpd/connection.c:3107
666msgid "Data offset exceeds limit" 691msgid "Data offset exceeds limit"
667msgstr "" 692msgstr ""
668 693
669#: src/microhttpd/connection.c:3070 694#: src/microhttpd/connection.c:3116
670#, c-format 695#, c-format
671msgid "Sent %d-byte DATA response: `%.*s'\n" 696msgid "Sent %d-byte DATA response: `%.*s'\n"
672msgstr "" 697msgstr ""
673 698
674#: src/microhttpd/connection.c:3085 699#: src/microhttpd/connection.c:3131
675#, c-format 700#, c-format
676msgid "Failed to send data in request for `%s'.\n" 701msgid "Failed to send data in request for `%s'.\n"
677msgstr "" 702msgstr ""
678 703
679#: src/microhttpd/connection.c:3113 src/microhttpd/connection.c:3141 704#: src/microhttpd/connection.c:3159 src/microhttpd/connection.c:3187
680msgid "Connection was closed while sending response body.\n" 705msgid "Connection was closed while sending response body.\n"
681msgstr "" 706msgstr ""
682 707
683#: src/microhttpd/connection.c:3164 708#: src/microhttpd/connection.c:3210
684msgid "Internal error\n" 709msgid "Internal error\n"
685msgstr "" 710msgstr ""
686 711
687#: src/microhttpd/connection.c:3233 712#: src/microhttpd/connection.c:3279
688msgid "" 713msgid ""
689"Failed to signal end of connection via inter-thread communication channel" 714"Failed to signal end of connection via inter-thread communication channel"
690msgstr "" 715msgstr ""
691 716
692#: src/microhttpd/connection.c:3964 717#: src/microhttpd/connection.c:4010
693msgid "Attempted to queue response on wrong thread!\n" 718msgid "Attempted to queue response on wrong thread!\n"
694msgstr "" 719msgstr ""
695 720
696#: src/microhttpd/connection.c:3974 721#: src/microhttpd/connection.c:4020
697msgid "" 722msgid ""
698"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" 723"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
699msgstr "" 724msgstr ""
700 725
701#: src/microhttpd/connection.c:3983 726#: src/microhttpd/connection.c:4029
702msgid "Application used invalid status code for 'upgrade' response!\n" 727msgid "Application used invalid status code for 'upgrade' response!\n"
703msgstr "" 728msgstr ""
704 729
705#: src/microhttpd/response.c:775 730#: src/microhttpd/response.c:796
706msgid "" 731msgid ""
707"Invalid response for upgrade: application failed to set the 'Upgrade' " 732"Invalid response for upgrade: application failed to set the 'Upgrade' "
708"header!\n" 733"header!\n"
709msgstr "" 734msgstr ""
710 735
711#: src/microhttpd/response.c:816 736#: src/microhttpd/response.c:837
712msgid "Failed to make loopback sockets non-blocking.\n" 737msgid "Failed to make loopback sockets non-blocking.\n"
713msgstr "" 738msgstr ""
714 739
715#: src/microhttpd/response.c:835 740#: src/microhttpd/response.c:856
716msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" 741msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
717msgstr "" 742msgstr ""
718 743
719#: src/microhttpd/response.c:855 744#: src/microhttpd/response.c:876
720#, c-format 745#, c-format
721msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" 746msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
722msgstr "" 747msgstr ""
723 748
724#: src/microhttpd/response.c:936 749#: src/microhttpd/response.c:957
725msgid "Error cleaning up while handling epoll error" 750msgid "Error cleaning up while handling epoll error"
726msgstr "" 751msgstr ""
727 752
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 70ecd6e9..8481ac5d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2006-2017 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006-2018 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095902 129#define MHD_VERSION 0x00096000
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".