ABOUT-NLS 92 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380
  1. 1 Notes on the Free Translation Project
  2. ***************************************
  3. Free software is going international! The Free Translation Project is a
  4. way to get maintainers of free software, translators, and users all
  5. together, so that free software will gradually become able to speak many
  6. languages. A few packages already provide translations for their
  7. messages.
  8. If you found this 'ABOUT-NLS' file inside a distribution, you may
  9. assume that the distributed package does use GNU 'gettext' internally,
  10. itself available at your nearest GNU archive site. But you do _not_
  11. need to install GNU 'gettext' prior to configuring, installing or using
  12. this package with messages translated.
  13. Installers will find here some useful hints. These notes also
  14. explain how users should proceed for getting the programs to use the
  15. available translations. They tell how people wanting to contribute and
  16. work on translations can contact the appropriate team.
  17. 1.1 INSTALL Matters
  18. ===================
  19. Some packages are "localizable" when properly installed; the programs
  20. they contain can be made to speak your own native language. Most such
  21. packages use GNU 'gettext'. Other packages have their own ways to
  22. internationalization, predating GNU 'gettext'.
  23. By default, this package will be installed to allow translation of
  24. messages. It will automatically detect whether the system already
  25. provides the GNU 'gettext' functions. Installers may use special
  26. options at configuration time for changing the default behaviour. The
  27. command:
  28. ./configure --disable-nls
  29. will _totally_ disable translation of messages.
  30. When you already have GNU 'gettext' installed on your system and run
  31. configure without an option for your new package, 'configure' will
  32. probably detect the previously built and installed 'libintl' library and
  33. will decide to use it. If not, you may have to to use the
  34. '--with-libintl-prefix' option to tell 'configure' where to look for it.
  35. Internationalized packages usually have many 'po/LL.po' files, where
  36. LL gives an ISO 639 two-letter code identifying the language. Unless
  37. translations have been forbidden at 'configure' time by using the
  38. '--disable-nls' switch, all available translations are installed
  39. together with the package. However, the environment variable 'LINGUAS'
  40. may be set, prior to configuration, to limit the installed set.
  41. 'LINGUAS' should then contain a space separated list of two-letter
  42. codes, stating which languages are allowed.
  43. 1.2 Using This Package
  44. ======================
  45. As a user, if your language has been installed for this package, you
  46. only have to set the 'LANG' environment variable to the appropriate
  47. 'LL_CC' combination. If you happen to have the 'LC_ALL' or some other
  48. 'LC_xxx' environment variables set, you should unset them before setting
  49. 'LANG', otherwise the setting of 'LANG' will not have the desired
  50. effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
  51. an ISO 3166 two-letter country code. For example, let's suppose that
  52. you speak German and live in Germany. At the shell prompt, merely
  53. execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
  54. 'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your
  55. '.login' or '.profile' file, once and for all.
  56. You might think that the country code specification is redundant.
  57. But in fact, some languages have dialects in different countries. For
  58. example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The
  59. country code serves to distinguish the dialects.
  60. The locale naming convention of 'LL_CC', with 'LL' denoting the
  61. language and 'CC' denoting the country, is the one use on systems based
  62. on GNU libc. On other systems, some variations of this scheme are used,
  63. such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales
  64. supported by your system for your language by running the command
  65. 'locale -a | grep '^LL''.
  66. Not all programs have translations for all languages. By default, an
  67. English message is shown in place of a nonexistent translation. If you
  68. understand other languages, you can set up a priority list of languages.
  69. This is done through a different environment variable, called
  70. 'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
  71. for the purpose of message handling, but you still need to have 'LANG'
  72. set to the primary language; this is required by other parts of the
  73. system libraries. For example, some Swedish users who would rather read
  74. translations in German than English for when Swedish is not available,
  75. set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
  76. Special advice for Norwegian users: The language code for Norwegian
  77. bokma*l changed from 'no' to 'nb' recently (in 2003). During the
  78. transition period, while some message catalogs for this language are
  79. installed under 'nb' and some older ones under 'no', it's recommended
  80. for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
  81. older translations are used.
  82. In the 'LANGUAGE' environment variable, but not in the 'LANG'
  83. environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
  84. denote the language's main dialect. For example, 'de' is equivalent to
  85. 'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
  86. as spoken in Portugal) in this context.
  87. 1.3 Translating Teams
  88. =====================
  89. For the Free Translation Project to be a success, we need interested
  90. people who like their own language and write it well, and who are also
  91. able to synergize with other translators speaking the same language.
  92. Each translation team has its own mailing list. The up-to-date list of
  93. teams can be found at the Free Translation Project's homepage,
  94. 'http://translationproject.org/', in the "Teams" area.
  95. If you'd like to volunteer to _work_ at translating messages, you
  96. should become a member of the translating team for your own language.
  97. The subscribing address is _not_ the same as the list itself, it has
  98. '-request' appended. For example, speakers of Swedish can send a
  99. message to 'sv-request@li.org', having this message body:
  100. subscribe
  101. Keep in mind that team members are expected to participate _actively_
  102. in translations, or at solving translational difficulties, rather than
  103. merely lurking around. If your team does not exist yet and you want to
  104. start one, or if you are unsure about what to do or how to get started,
  105. please write to 'coordinator@translationproject.org' to reach the
  106. coordinator for all translator teams.
  107. The English team is special. It works at improving and uniformizing
  108. the terminology in use. Proven linguistic skills are praised more than
  109. programming skills, here.
  110. 1.4 Available Packages
  111. ======================
  112. Languages are not equally supported in all packages. The following
  113. matrix shows the current state of internationalization, as of Jun 2014.
  114. The matrix shows, in regard of each package, for which languages PO
  115. files have been submitted to translation coordination, with a
  116. translation percentage of at least 50%.
  117. Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs
  118. +---------------------------------------------------+
  119. a2ps | [] [] [] |
  120. aegis | |
  121. anubis | |
  122. aspell | [] [] [] |
  123. bash | [] [] [] |
  124. bfd | |
  125. binutils | [] |
  126. bison | |
  127. bison-runtime | [] |
  128. buzztrax | [] |
  129. ccd2cue | |
  130. ccide | |
  131. cflow | |
  132. clisp | |
  133. coreutils | [] [] |
  134. cpio | |
  135. cppi | |
  136. cpplib | [] |
  137. cryptsetup | [] |
  138. datamash | |
  139. denemo | [] [] |
  140. dfarc | [] |
  141. dialog | [] [] [] |
  142. dico | |
  143. diffutils | [] |
  144. dink | [] |
  145. direvent | |
  146. doodle | [] |
  147. dos2unix | |
  148. dos2unix-man | |
  149. e2fsprogs | [] [] |
  150. enscript | [] |
  151. exif | [] |
  152. fetchmail | [] [] |
  153. findutils | [] |
  154. flex | [] |
  155. freedink | [] [] |
  156. fusionforge | |
  157. gas | |
  158. gawk | [] |
  159. gcal | [] |
  160. gcc | |
  161. gdbm | |
  162. gettext-examples | [] [] [] [] [] |
  163. gettext-runtime | [] [] [] |
  164. gettext-tools | [] [] |
  165. gjay | |
  166. glunarclock | [] [] [] |
  167. gnubiff | [] |
  168. gnubik | [] |
  169. gnucash | () () [] |
  170. gnuchess | |
  171. gnulib | [] |
  172. gnunet | |
  173. gnunet-gtk | |
  174. gold | |
  175. gphoto2 | [] |
  176. gprof | [] |
  177. gramadoir | |
  178. grep | [] [] [] |
  179. grub | [] |
  180. gsasl | |
  181. gss | |
  182. gst-plugins-bad | [] [] |
  183. gst-plugins-base | [] [] [] |
  184. gst-plugins-good | [] [] [] |
  185. gst-plugins-ugly | [] [] [] |
  186. gstreamer | [] [] [] [] |
  187. gtick | [] |
  188. gtkam | [] [] |
  189. gtkspell | [] [] [] [] [] |
  190. guix | |
  191. guix-packages | |
  192. gutenprint | [] |
  193. hello | [] |
  194. help2man | |
  195. help2man-texi | |
  196. hylafax | |
  197. idutils | |
  198. iso_15924 | [] |
  199. iso_3166 | [] [] [] [] [] [] [] [] [] [] |
  200. iso_3166_2 | |
  201. iso_4217 | [] |
  202. iso_639 | [] [] [] [] [] [] [] [] [] |
  203. iso_639_3 | [] [] |
  204. iso_639_5 | |
  205. jwhois | |
  206. kbd | [] |
  207. klavaro | [] [] [] [] [] |
  208. ld | [] |
  209. leafpad | [] [] [] [] |
  210. libc | [] [] [] |
  211. libexif | () |
  212. libextractor | |
  213. libgnutls | [] |
  214. libgphoto2 | [] |
  215. libgphoto2_port | [] |
  216. libgsasl | |
  217. libiconv | [] [] |
  218. libidn | [] |
  219. liferea | [] [] [] [] |
  220. lilypond | [] [] |
  221. lordsawar | [] |
  222. lprng | |
  223. lynx | [] [] |
  224. m4 | [] |
  225. mailfromd | |
  226. mailutils | |
  227. make | [] |
  228. man-db | [] [] |
  229. man-db-manpages | |
  230. midi-instruments | [] [] [] |
  231. minicom | [] |
  232. mkisofs | [] |
  233. myserver | [] |
  234. nano | [] [] [] |
  235. opcodes | |
  236. parted | [] |
  237. pies | |
  238. pnmixer | |
  239. popt | [] |
  240. procps-ng | |
  241. procps-ng-man | |
  242. psmisc | [] |
  243. pspp | [] |
  244. pushover | [] |
  245. pwdutils | |
  246. pyspread | |
  247. radius | [] |
  248. recode | [] [] [] |
  249. recutils | |
  250. rpm | |
  251. rush | |
  252. sarg | |
  253. sed | [] [] [] [] |
  254. sharutils | [] |
  255. shishi | |
  256. skribilo | |
  257. solfege | [] [] |
  258. solfege-manual | |
  259. spotmachine | |
  260. sudo | [] [] |
  261. sudoers | [] [] |
  262. sysstat | [] |
  263. tar | [] [] [] |
  264. texinfo | [] [] |
  265. texinfo_document | [] [] |
  266. tigervnc | [] |
  267. tin | |
  268. tin-man | |
  269. tracgoogleappsa... | |
  270. trader | |
  271. util-linux | [] |
  272. ve | |
  273. vice | |
  274. vmm | |
  275. vorbis-tools | [] |
  276. wastesedge | |
  277. wcd | |
  278. wcd-man | |
  279. wdiff | [] [] |
  280. wget | [] |
  281. wyslij-po | |
  282. xboard | |
  283. xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
  284. xkeyboard-config | [] [] [] |
  285. +---------------------------------------------------+
  286. af am an ar as ast az be bg bn bn_IN bs ca crh cs
  287. 4 0 2 5 3 11 0 8 25 3 3 1 55 4 74
  288. da de el en en_GB en_ZA eo es et eu fa fi fr
  289. +--------------------------------------------------+
  290. a2ps | [] [] [] [] [] [] [] [] [] |
  291. aegis | [] [] [] [] |
  292. anubis | [] [] [] [] [] |
  293. aspell | [] [] [] [] [] [] [] |
  294. bash | [] [] [] |
  295. bfd | [] [] [] [] |
  296. binutils | [] [] [] |
  297. bison | [] [] [] [] [] [] [] [] |
  298. bison-runtime | [] [] [] [] [] [] [] [] |
  299. buzztrax | [] [] [] [] |
  300. ccd2cue | [] [] [] [] |
  301. ccide | [] [] [] [] [] [] |
  302. cflow | [] [] [] [] [] |
  303. clisp | [] [] [] [] [] |
  304. coreutils | [] [] [] [] [] |
  305. cpio | [] [] [] [] [] |
  306. cppi | [] [] [] [] [] |
  307. cpplib | [] [] [] [] [] [] |
  308. cryptsetup | [] [] [] [] [] |
  309. datamash | [] [] [] [] |
  310. denemo | [] |
  311. dfarc | [] [] [] [] [] [] |
  312. dialog | [] [] [] [] [] [] [] [] [] |
  313. dico | [] [] [] [] |
  314. diffutils | [] [] [] [] [] [] |
  315. dink | [] [] [] [] [] [] |
  316. direvent | [] [] [] [] |
  317. doodle | [] [] [] [] |
  318. dos2unix | [] [] [] [] [] |
  319. dos2unix-man | [] [] [] |
  320. e2fsprogs | [] [] [] [] [] |
  321. enscript | [] [] [] [] [] [] |
  322. exif | [] [] [] [] [] [] |
  323. fetchmail | [] () [] [] [] [] [] |
  324. findutils | [] [] [] [] [] [] [] [] |
  325. flex | [] [] [] [] [] [] |
  326. freedink | [] [] [] [] [] [] [] [] |
  327. fusionforge | [] [] [] |
  328. gas | [] [] [] |
  329. gawk | [] [] [] [] [] |
  330. gcal | [] [] [] [] |
  331. gcc | [] |
  332. gdbm | [] [] [] [] [] |
  333. gettext-examples | [] [] [] [] [] [] [] |
  334. gettext-runtime | [] [] [] [] [] [] |
  335. gettext-tools | [] [] [] [] [] |
  336. gjay | [] [] [] [] |
  337. glunarclock | [] [] [] [] [] |
  338. gnubiff | () [] [] () |
  339. gnubik | [] [] [] [] [] |
  340. gnucash | [] () () () () () () |
  341. gnuchess | [] [] [] [] |
  342. gnulib | [] [] [] [] [] [] [] |
  343. gnunet | [] |
  344. gnunet-gtk | [] |
  345. gold | [] [] [] |
  346. gphoto2 | [] () [] [] |
  347. gprof | [] [] [] [] [] [] |
  348. gramadoir | [] [] [] [] [] |
  349. grep | [] [] [] [] [] [] [] |
  350. grub | [] [] [] [] [] |
  351. gsasl | [] [] [] [] [] |
  352. gss | [] [] [] [] [] |
  353. gst-plugins-bad | [] [] [] |
  354. gst-plugins-base | [] [] [] [] [] [] |
  355. gst-plugins-good | [] [] [] [] [] [] [] |
  356. gst-plugins-ugly | [] [] [] [] [] [] [] [] |
  357. gstreamer | [] [] [] [] [] [] [] |
  358. gtick | [] () [] [] [] |
  359. gtkam | [] () [] [] [] [] |
  360. gtkspell | [] [] [] [] [] [] [] [] |
  361. guix | [] [] |
  362. guix-packages | |
  363. gutenprint | [] [] [] [] |
  364. hello | [] [] [] [] [] [] [] [] |
  365. help2man | [] [] [] [] [] [] [] |
  366. help2man-texi | [] [] [] |
  367. hylafax | [] [] |
  368. idutils | [] [] [] [] [] |
  369. iso_15924 | [] () [] [] () [] () |
  370. iso_3166 | [] () [] [] [] [] () [] () |
  371. iso_3166_2 | [] () () () |
  372. iso_4217 | [] () [] [] [] () [] () |
  373. iso_639 | [] () [] [] () [] () |
  374. iso_639_3 | () () () |
  375. iso_639_5 | () () () |
  376. jwhois | [] [] [] [] [] |
  377. kbd | [] [] [] [] [] [] |
  378. klavaro | [] [] [] [] [] [] [] |
  379. ld | [] [] [] [] |
  380. leafpad | [] [] [] [] [] [] [] [] |
  381. libc | [] [] [] [] [] |
  382. libexif | [] [] () [] [] |
  383. libextractor | [] |
  384. libgnutls | [] [] [] [] |
  385. libgphoto2 | [] () [] |
  386. libgphoto2_port | [] () [] [] [] [] |
  387. libgsasl | [] [] [] [] [] |
  388. libiconv | [] [] [] [] [] [] [] |
  389. libidn | [] [] [] [] [] |
  390. liferea | [] () [] [] [] [] [] |
  391. lilypond | [] [] [] [] [] [] |
  392. lordsawar | [] [] |
  393. lprng | |
  394. lynx | [] [] [] [] [] [] |
  395. m4 | [] [] [] [] [] [] |
  396. mailfromd | [] |
  397. mailutils | [] [] [] [] |
  398. make | [] [] [] [] [] |
  399. man-db | [] [] [] [] |
  400. man-db-manpages | [] [] |
  401. midi-instruments | [] [] [] [] [] [] [] [] [] |
  402. minicom | [] [] [] [] [] |
  403. mkisofs | [] [] [] |
  404. myserver | [] [] [] [] |
  405. nano | [] [] [] [] [] [] [] |
  406. opcodes | [] [] [] [] [] |
  407. parted | [] [] [] |
  408. pies | [] |
  409. pnmixer | [] [] |
  410. popt | [] [] [] [] [] [] |
  411. procps-ng | [] [] |
  412. procps-ng-man | [] [] |
  413. psmisc | [] [] [] [] [] [] [] |
  414. pspp | [] [] [] |
  415. pushover | () [] [] [] |
  416. pwdutils | [] [] [] |
  417. pyspread | [] [] [] |
  418. radius | [] [] |
  419. recode | [] [] [] [] [] [] [] |
  420. recutils | [] [] [] [] |
  421. rpm | [] [] [] [] [] |
  422. rush | [] [] [] |
  423. sarg | [] [] |
  424. sed | [] [] [] [] [] [] [] [] |
  425. sharutils | [] [] [] [] |
  426. shishi | [] [] [] |
  427. skribilo | [] [] [] |
  428. solfege | [] [] [] [] [] [] [] [] |
  429. solfege-manual | [] [] [] [] [] |
  430. spotmachine | [] [] [] [] [] |
  431. sudo | [] [] [] [] [] [] |
  432. sudoers | [] [] [] [] [] [] |
  433. sysstat | [] [] [] [] [] [] |
  434. tar | [] [] [] [] [] [] [] |
  435. texinfo | [] [] [] [] [] |
  436. texinfo_document | [] [] [] [] |
  437. tigervnc | [] [] [] [] [] [] |
  438. tin | [] [] [] [] |
  439. tin-man | [] |
  440. tracgoogleappsa... | [] [] [] [] [] |
  441. trader | [] [] [] [] [] [] |
  442. util-linux | [] [] [] [] |
  443. ve | [] [] [] [] [] |
  444. vice | () () () |
  445. vmm | [] [] |
  446. vorbis-tools | [] [] [] [] |
  447. wastesedge | [] |
  448. wcd | [] [] [] [] |
  449. wcd-man | [] |
  450. wdiff | [] [] [] [] [] [] [] |
  451. wget | [] [] [] [] [] [] |
  452. wyslij-po | [] [] [] [] |
  453. xboard | [] [] [] [] |
  454. xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
  455. xkeyboard-config | [] [] [] [] [] [] [] |
  456. +--------------------------------------------------+
  457. da de el en en_GB en_ZA eo es et eu fa fi fr
  458. 119 131 32 1 6 0 94 95 22 13 4 102 139
  459. ga gd gl gu he hi hr hu hy ia id is it ja ka kk
  460. +-------------------------------------------------+
  461. a2ps | [] [] [] [] |
  462. aegis | [] |
  463. anubis | [] [] [] [] |
  464. aspell | [] [] [] [] [] |
  465. bash | [] [] [] [] |
  466. bfd | [] [] |
  467. binutils | [] [] [] |
  468. bison | [] |
  469. bison-runtime | [] [] [] [] [] [] [] [] |
  470. buzztrax | |
  471. ccd2cue | [] |
  472. ccide | [] [] |
  473. cflow | [] [] [] |
  474. clisp | |
  475. coreutils | [] [] |
  476. cpio | [] [] [] [] [] [] |
  477. cppi | [] [] [] [] [] |
  478. cpplib | [] [] |
  479. cryptsetup | [] |
  480. datamash | |
  481. denemo | [] |
  482. dfarc | [] [] [] |
  483. dialog | [] [] [] [] [] [] [] [] [] [] |
  484. dico | |
  485. diffutils | [] [] [] [] |
  486. dink | [] |
  487. direvent | [] |
  488. doodle | [] [] |
  489. dos2unix | [] [] |
  490. dos2unix-man | |
  491. e2fsprogs | [] [] |
  492. enscript | [] [] [] |
  493. exif | [] [] [] [] [] [] |
  494. fetchmail | [] [] [] |
  495. findutils | [] [] [] [] [] [] [] |
  496. flex | [] |
  497. freedink | [] [] [] [] |
  498. fusionforge | |
  499. gas | [] |
  500. gawk | [] () [] |
  501. gcal | |
  502. gcc | |
  503. gdbm | |
  504. gettext-examples | [] [] [] [] [] [] [] |
  505. gettext-runtime | [] [] [] [] [] [] [] |
  506. gettext-tools | [] [] [] |
  507. gjay | [] |
  508. glunarclock | [] [] [] [] [] [] |
  509. gnubiff | [] [] () |
  510. gnubik | [] [] [] |
  511. gnucash | () () () () () |
  512. gnuchess | |
  513. gnulib | [] [] [] [] [] |
  514. gnunet | |
  515. gnunet-gtk | |
  516. gold | [] [] |
  517. gphoto2 | [] [] [] [] |
  518. gprof | [] [] [] [] |
  519. gramadoir | [] [] [] |
  520. grep | [] [] [] [] [] [] [] |
  521. grub | [] [] [] |
  522. gsasl | [] [] [] [] [] |
  523. gss | [] [] [] [] [] |
  524. gst-plugins-bad | [] [] [] |
  525. gst-plugins-base | [] [] [] [] |
  526. gst-plugins-good | [] [] [] [] [] [] |
  527. gst-plugins-ugly | [] [] [] [] [] [] |
  528. gstreamer | [] [] [] [] [] |
  529. gtick | [] [] [] [] [] |
  530. gtkam | [] [] [] [] [] |
  531. gtkspell | [] [] [] [] [] [] [] [] [] [] |
  532. guix | |
  533. guix-packages | |
  534. gutenprint | [] [] [] |
  535. hello | [] [] [] [] [] |
  536. help2man | [] [] [] |
  537. help2man-texi | |
  538. hylafax | [] |
  539. idutils | [] [] |
  540. iso_15924 | [] [] [] [] [] [] |
  541. iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
  542. iso_3166_2 | [] [] |
  543. iso_4217 | [] [] [] [] [] [] |
  544. iso_639 | [] [] [] [] [] [] [] [] [] |
  545. iso_639_3 | [] [] |
  546. iso_639_5 | |
  547. jwhois | [] [] [] [] |
  548. kbd | [] [] [] |
  549. klavaro | [] [] [] [] [] |
  550. ld | [] [] [] [] |
  551. leafpad | [] [] [] [] [] [] [] () |
  552. libc | [] [] [] [] [] |
  553. libexif | [] |
  554. libextractor | |
  555. libgnutls | [] |
  556. libgphoto2 | [] [] |
  557. libgphoto2_port | [] [] |
  558. libgsasl | [] [] [] [] |
  559. libiconv | [] [] [] [] [] [] [] |
  560. libidn | [] [] [] [] |
  561. liferea | [] [] [] [] [] |
  562. lilypond | [] |
  563. lordsawar | |
  564. lprng | [] |
  565. lynx | [] [] [] [] |
  566. m4 | [] [] [] [] [] |
  567. mailfromd | |
  568. mailutils | |
  569. make | [] [] [] [] |
  570. man-db | [] [] |
  571. man-db-manpages | [] [] |
  572. midi-instruments | [] [] [] [] [] [] [] [] [] |
  573. minicom | [] [] [] |
  574. mkisofs | [] [] |
  575. myserver | [] |
  576. nano | [] [] [] [] [] [] |
  577. opcodes | [] [] [] |
  578. parted | [] [] [] [] [] |
  579. pies | |
  580. pnmixer | [] [] |
  581. popt | [] [] [] [] [] [] [] [] [] [] |
  582. procps-ng | |
  583. procps-ng-man | |
  584. psmisc | [] [] [] [] |
  585. pspp | [] [] |
  586. pushover | [] |
  587. pwdutils | [] |
  588. pyspread | |
  589. radius | [] |
  590. recode | [] [] [] [] [] [] [] |
  591. recutils | |
  592. rpm | [] |
  593. rush | [] |
  594. sarg | |
  595. sed | [] [] [] [] [] [] [] |
  596. sharutils | |
  597. shishi | |
  598. skribilo | [] |
  599. solfege | [] [] |
  600. solfege-manual | |
  601. spotmachine | |
  602. sudo | [] [] [] [] |
  603. sudoers | [] [] [] |
  604. sysstat | [] [] [] [] |
  605. tar | [] [] [] [] [] [] |
  606. texinfo | [] [] [] |
  607. texinfo_document | [] [] [] |
  608. tigervnc | |
  609. tin | |
  610. tin-man | |
  611. tracgoogleappsa... | [] [] [] [] |
  612. trader | [] [] |
  613. util-linux | [] |
  614. ve | [] |
  615. vice | () () |
  616. vmm | |
  617. vorbis-tools | [] [] |
  618. wastesedge | [] |
  619. wcd | |
  620. wcd-man | |
  621. wdiff | [] [] [] |
  622. wget | [] [] [] [] |
  623. wyslij-po | [] [] [] |
  624. xboard | |
  625. xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
  626. xkeyboard-config | [] [] [] [] [] [] |
  627. +-------------------------------------------------+
  628. ga gd gl gu he hi hr hu hy ia id is it ja ka kk
  629. 35 2 47 4 8 2 60 71 2 6 81 11 87 57 0 3
  630. kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
  631. +--------------------------------------------------+
  632. a2ps | [] [] |
  633. aegis | [] |
  634. anubis | [] [] [] |
  635. aspell | [] [] |
  636. bash | [] [] |
  637. bfd | |
  638. binutils | |
  639. bison | [] |
  640. bison-runtime | [] [] [] [] [] [] |
  641. buzztrax | |
  642. ccd2cue | |
  643. ccide | [] [] |
  644. cflow | [] |
  645. clisp | [] |
  646. coreutils | [] [] |
  647. cpio | [] |
  648. cppi | |
  649. cpplib | [] |
  650. cryptsetup | [] |
  651. datamash | [] [] |
  652. denemo | |
  653. dfarc | [] [] |
  654. dialog | [] [] [] [] [] [] |
  655. dico | |
  656. diffutils | [] [] [] |
  657. dink | [] |
  658. direvent | [] |
  659. doodle | [] |
  660. dos2unix | [] [] |
  661. dos2unix-man | [] |
  662. e2fsprogs | [] |
  663. enscript | [] |
  664. exif | [] [] [] |
  665. fetchmail | [] |
  666. findutils | [] [] |
  667. flex | [] |
  668. freedink | [] [] |
  669. fusionforge | |
  670. gas | |
  671. gawk | [] |
  672. gcal | |
  673. gcc | |
  674. gdbm | |
  675. gettext-examples | [] [] [] [] [] [] |
  676. gettext-runtime | [] [] [] |
  677. gettext-tools | [] |
  678. gjay | |
  679. glunarclock | [] [] |
  680. gnubiff | [] |
  681. gnubik | [] [] |
  682. gnucash | () () () () () () () [] |
  683. gnuchess | [] [] |
  684. gnulib | [] |
  685. gnunet | |
  686. gnunet-gtk | |
  687. gold | |
  688. gphoto2 | [] |
  689. gprof | [] [] |
  690. gramadoir | [] |
  691. grep | [] [] |
  692. grub | [] [] [] |
  693. gsasl | [] |
  694. gss | |
  695. gst-plugins-bad | [] [] [] |
  696. gst-plugins-base | [] [] [] |
  697. gst-plugins-good | [] [] [] [] |
  698. gst-plugins-ugly | [] [] [] [] [] |
  699. gstreamer | [] [] [] |
  700. gtick | [] |
  701. gtkam | [] [] |
  702. gtkspell | [] [] [] [] [] [] [] |
  703. guix | |
  704. guix-packages | |
  705. gutenprint | [] |
  706. hello | [] [] [] |
  707. help2man | [] |
  708. help2man-texi | |
  709. hylafax | [] |
  710. idutils | [] |
  711. iso_15924 | () [] [] |
  712. iso_3166 | [] [] [] () [] [] [] [] [] [] |
  713. iso_3166_2 | () [] |
  714. iso_4217 | () [] [] [] |
  715. iso_639 | [] [] () [] [] [] [] |
  716. iso_639_3 | [] () [] |
  717. iso_639_5 | () |
  718. jwhois | [] [] |
  719. kbd | [] |
  720. klavaro | [] [] |
  721. ld | |
  722. leafpad | [] [] [] [] [] |
  723. libc | [] [] |
  724. libexif | [] |
  725. libextractor | [] |
  726. libgnutls | [] [] |
  727. libgphoto2 | [] |
  728. libgphoto2_port | [] |
  729. libgsasl | [] |
  730. libiconv | [] [] |
  731. libidn | [] |
  732. liferea | [] [] [] |
  733. lilypond | [] |
  734. lordsawar | |
  735. lprng | |
  736. lynx | [] |
  737. m4 | [] |
  738. mailfromd | |
  739. mailutils | |
  740. make | [] [] |
  741. man-db | [] |
  742. man-db-manpages | [] |
  743. midi-instruments | [] [] [] [] [] [] [] |
  744. minicom | [] |
  745. mkisofs | [] |
  746. myserver | |
  747. nano | [] [] [] |
  748. opcodes | [] |
  749. parted | [] [] |
  750. pies | |
  751. pnmixer | [] |
  752. popt | [] [] [] [] [] |
  753. procps-ng | |
  754. procps-ng-man | |
  755. psmisc | [] |
  756. pspp | [] [] |
  757. pushover | |
  758. pwdutils | [] |
  759. pyspread | |
  760. radius | [] |
  761. recode | [] [] |
  762. recutils | [] |
  763. rpm | [] |
  764. rush | [] |
  765. sarg | |
  766. sed | [] [] |
  767. sharutils | [] |
  768. shishi | |
  769. skribilo | |
  770. solfege | [] [] |
  771. solfege-manual | [] |
  772. spotmachine | [] |
  773. sudo | [] [] [] |
  774. sudoers | [] [] [] |
  775. sysstat | [] [] |
  776. tar | [] [] [] |
  777. texinfo | [] |
  778. texinfo_document | [] |
  779. tigervnc | [] |
  780. tin | |
  781. tin-man | |
  782. tracgoogleappsa... | [] [] [] |
  783. trader | [] |
  784. util-linux | [] |
  785. ve | [] |
  786. vice | [] |
  787. vmm | [] |
  788. vorbis-tools | [] |
  789. wastesedge | [] |
  790. wcd | [] |
  791. wcd-man | [] |
  792. wdiff | [] |
  793. wget | [] [] |
  794. wyslij-po | [] |
  795. xboard | [] |
  796. xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
  797. xkeyboard-config | [] [] [] |
  798. +--------------------------------------------------+
  799. kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
  800. 5 15 4 6 0 13 23 3 3 3 4 11 2 42 1 125
  801. nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
  802. +------------------------------------------------+
  803. a2ps | [] [] [] [] [] [] [] |
  804. aegis | [] [] |
  805. anubis | [] [] [] |
  806. aspell | [] [] [] [] [] [] [] |
  807. bash | [] [] [] [] [] [] |
  808. bfd | [] [] |
  809. binutils | [] [] |
  810. bison | [] [] [] |
  811. bison-runtime | [] [] [] [] [] [] [] [] |
  812. buzztrax | [] |
  813. ccd2cue | [] [] |
  814. ccide | [] [] [] |
  815. cflow | [] [] [] |
  816. clisp | [] |
  817. coreutils | [] [] [] [] |
  818. cpio | [] [] [] |
  819. cppi | [] [] [] |
  820. cpplib | [] [] [] |
  821. cryptsetup | [] [] [] |
  822. datamash | [] [] |
  823. denemo | |
  824. dfarc | [] [] [] |
  825. dialog | [] [] [] [] [] [] [] |
  826. dico | [] |
  827. diffutils | [] [] [] |
  828. dink | |
  829. direvent | [] [] [] |
  830. doodle | [] [] |
  831. dos2unix | [] [] [] [] |
  832. dos2unix-man | [] [] |
  833. e2fsprogs | [] |
  834. enscript | [] [] [] [] [] [] |
  835. exif | [] [] [] [] [] [] |
  836. fetchmail | [] [] [] |
  837. findutils | [] [] [] [] [] [] |
  838. flex | [] [] [] [] [] |
  839. freedink | [] [] [] [] [] |
  840. fusionforge | |
  841. gas | |
  842. gawk | [] |
  843. gcal | |
  844. gcc | |
  845. gdbm | [] [] [] |
  846. gettext-examples | [] [] [] [] [] [] [] [] |
  847. gettext-runtime | [] [] [] [] [] [] [] [] [] |
  848. gettext-tools | [] [] [] [] [] [] [] |
  849. gjay | [] |
  850. glunarclock | [] [] [] [] [] [] |
  851. gnubiff | [] |
  852. gnubik | [] [] [] [] |
  853. gnucash | () () () () () [] |
  854. gnuchess | [] [] |
  855. gnulib | [] [] [] [] [] |
  856. gnunet | |
  857. gnunet-gtk | |
  858. gold | |
  859. gphoto2 | [] [] [] [] [] |
  860. gprof | [] [] [] [] |
  861. gramadoir | [] [] |
  862. grep | [] [] [] [] [] [] |
  863. grub | [] [] [] [] [] |
  864. gsasl | [] [] [] |
  865. gss | [] [] [] [] |
  866. gst-plugins-bad | [] [] [] [] [] |
  867. gst-plugins-base | [] [] [] [] [] [] |
  868. gst-plugins-good | [] [] [] [] [] [] [] |
  869. gst-plugins-ugly | [] [] [] [] [] [] [] |
  870. gstreamer | [] [] [] [] [] [] [] |
  871. gtick | [] [] [] [] [] |
  872. gtkam | [] [] [] [] [] [] |
  873. gtkspell | [] [] [] [] [] [] [] [] [] |
  874. guix | |
  875. guix-packages | |
  876. gutenprint | [] [] |
  877. hello | [] [] [] [] [] [] |
  878. help2man | [] [] [] [] |
  879. help2man-texi | [] |
  880. hylafax | |
  881. idutils | [] [] [] |
  882. iso_15924 | [] () [] [] [] [] |
  883. iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] |
  884. iso_3166_2 | [] () [] |
  885. iso_4217 | [] [] () [] [] [] [] [] |
  886. iso_639 | [] [] [] () [] [] [] [] [] [] |
  887. iso_639_3 | [] () |
  888. iso_639_5 | () [] |
  889. jwhois | [] [] [] [] |
  890. kbd | [] [] |
  891. klavaro | [] [] [] [] [] |
  892. ld | |
  893. leafpad | [] [] [] [] [] [] [] [] |
  894. libc | [] [] [] |
  895. libexif | [] () [] |
  896. libextractor | [] |
  897. libgnutls | [] |
  898. libgphoto2 | [] |
  899. libgphoto2_port | [] [] [] [] [] |
  900. libgsasl | [] [] [] [] |
  901. libiconv | [] [] [] [] [] |
  902. libidn | [] [] [] |
  903. liferea | [] [] [] [] () [] [] |
  904. lilypond | |
  905. lordsawar | |
  906. lprng | [] |
  907. lynx | [] [] |
  908. m4 | [] [] [] [] [] |
  909. mailfromd | [] |
  910. mailutils | [] |
  911. make | [] [] [] |
  912. man-db | [] [] [] |
  913. man-db-manpages | [] [] [] |
  914. midi-instruments | [] [] [] [] [] [] [] [] |
  915. minicom | [] [] [] [] |
  916. mkisofs | [] [] [] |
  917. myserver | [] [] |
  918. nano | [] [] [] [] [] [] |
  919. opcodes | |
  920. parted | [] [] [] [] [] [] |
  921. pies | [] |
  922. pnmixer | [] |
  923. popt | [] [] [] [] [] [] |
  924. procps-ng | [] |
  925. procps-ng-man | [] |
  926. psmisc | [] [] [] [] |
  927. pspp | [] [] |
  928. pushover | |
  929. pwdutils | [] |
  930. pyspread | [] [] |
  931. radius | [] [] |
  932. recode | [] [] [] [] [] [] [] [] |
  933. recutils | [] [] |
  934. rpm | [] |
  935. rush | [] [] [] |
  936. sarg | [] [] |
  937. sed | [] [] [] [] [] [] [] [] |
  938. sharutils | [] [] [] |
  939. shishi | [] [] |
  940. skribilo | [] |
  941. solfege | [] [] [] |
  942. solfege-manual | [] [] |
  943. spotmachine | [] [] |
  944. sudo | [] [] [] [] [] [] |
  945. sudoers | [] [] [] [] |
  946. sysstat | [] [] [] [] [] |
  947. tar | [] [] [] [] [] |
  948. texinfo | [] [] [] |
  949. texinfo_document | [] [] |
  950. tigervnc | [] [] [] |
  951. tin | [] |
  952. tin-man | |
  953. tracgoogleappsa... | [] [] [] [] |
  954. trader | [] [] |
  955. util-linux | [] [] |
  956. ve | [] [] [] |
  957. vice | |
  958. vmm | |
  959. vorbis-tools | [] [] [] |
  960. wastesedge | |
  961. wcd | |
  962. wcd-man | |
  963. wdiff | [] [] [] [] [] |
  964. wget | [] [] [] [] [] |
  965. wyslij-po | [] [] [] [] |
  966. xboard | [] [] [] |
  967. xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
  968. xkeyboard-config | [] [] [] [] |
  969. +------------------------------------------------+
  970. nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
  971. 7 3 6 114 1 12 88 32 82 3 40 45 7 101
  972. sv sw ta te tg th tr uk ur vi wa wo zh_CN
  973. +----------------------------------------------+
  974. a2ps | [] [] [] [] [] |
  975. aegis | [] |
  976. anubis | [] [] [] [] |
  977. aspell | [] [] [] [] [] |
  978. bash | [] [] [] [] |
  979. bfd | [] [] [] |
  980. binutils | [] [] [] |
  981. bison | [] [] [] [] |
  982. bison-runtime | [] [] [] [] [] [] |
  983. buzztrax | [] [] [] |
  984. ccd2cue | [] [] [] |
  985. ccide | [] [] [] [] |
  986. cflow | [] [] [] [] |
  987. clisp | |
  988. coreutils | [] [] [] |
  989. cpio | [] [] [] [] [] |
  990. cppi | [] [] [] [] |
  991. cpplib | [] [] [] [] [] |
  992. cryptsetup | [] [] [] |
  993. datamash | [] [] [] |
  994. denemo | [] |
  995. dfarc | [] [] |
  996. dialog | [] [] [] [] [] [] |
  997. dico | [] |
  998. diffutils | [] [] [] [] [] |
  999. dink | [] |
  1000. direvent | [] [] |
  1001. doodle | [] [] |
  1002. dos2unix | [] [] [] [] |
  1003. dos2unix-man | [] [] [] |
  1004. e2fsprogs | [] [] [] [] |
  1005. enscript | [] [] [] [] |
  1006. exif | [] [] [] [] [] |
  1007. fetchmail | [] [] [] [] |
  1008. findutils | [] [] [] [] [] |
  1009. flex | [] [] [] [] |
  1010. freedink | [] [] [] |
  1011. fusionforge | |
  1012. gas | [] |
  1013. gawk | [] [] [] |
  1014. gcal | [] [] [] |
  1015. gcc | [] |
  1016. gdbm | [] [] |
  1017. gettext-examples | [] [] [] [] [] |
  1018. gettext-runtime | [] [] [] [] [] |
  1019. gettext-tools | [] [] [] [] [] |
  1020. gjay | [] [] [] |
  1021. glunarclock | [] [] [] [] |
  1022. gnubiff | [] [] |
  1023. gnubik | [] [] [] [] |
  1024. gnucash | () () () () [] |
  1025. gnuchess | [] [] [] |
  1026. gnulib | [] [] [] [] |
  1027. gnunet | |
  1028. gnunet-gtk | |
  1029. gold | [] [] |
  1030. gphoto2 | [] [] [] [] |
  1031. gprof | [] [] [] [] |
  1032. gramadoir | [] [] [] |
  1033. grep | [] [] [] [] [] |
  1034. grub | [] [] [] [] |
  1035. gsasl | [] [] [] [] |
  1036. gss | [] [] [] |
  1037. gst-plugins-bad | [] [] [] [] [] |
  1038. gst-plugins-base | [] [] [] [] [] |
  1039. gst-plugins-good | [] [] [] [] [] |
  1040. gst-plugins-ugly | [] [] [] [] [] |
  1041. gstreamer | [] [] [] [] [] |
  1042. gtick | [] [] [] |
  1043. gtkam | [] [] [] [] |
  1044. gtkspell | [] [] [] [] [] [] [] |
  1045. guix | |
  1046. guix-packages | |
  1047. gutenprint | [] [] [] [] |
  1048. hello | [] [] [] [] [] [] |
  1049. help2man | [] [] [] |
  1050. help2man-texi | [] |
  1051. hylafax | [] |
  1052. idutils | [] [] [] |
  1053. iso_15924 | [] () [] [] () [] |
  1054. iso_3166 | [] [] () [] [] () [] [] |
  1055. iso_3166_2 | () [] [] () [] |
  1056. iso_4217 | [] () [] [] () [] |
  1057. iso_639 | [] [] [] () [] [] () [] [] |
  1058. iso_639_3 | [] () [] [] () |
  1059. iso_639_5 | () [] () |
  1060. jwhois | [] [] [] [] |
  1061. kbd | [] [] [] [] |
  1062. klavaro | [] [] [] [] [] [] |
  1063. ld | [] [] [] [] [] |
  1064. leafpad | [] [] [] [] [] [] |
  1065. libc | [] [] [] [] [] |
  1066. libexif | [] [] () |
  1067. libextractor | [] [] |
  1068. libgnutls | [] [] [] [] |
  1069. libgphoto2 | [] [] [] |
  1070. libgphoto2_port | [] [] [] [] |
  1071. libgsasl | [] [] [] [] |
  1072. libiconv | [] [] [] [] [] |
  1073. libidn | () [] [] [] |
  1074. liferea | [] [] [] [] [] |
  1075. lilypond | [] |
  1076. lordsawar | |
  1077. lprng | [] |
  1078. lynx | [] [] [] [] |
  1079. m4 | [] [] [] |
  1080. mailfromd | [] [] |
  1081. mailutils | [] |
  1082. make | [] [] [] [] |
  1083. man-db | [] [] [] |
  1084. man-db-manpages | [] [] |
  1085. midi-instruments | [] [] [] [] [] [] |
  1086. minicom | [] [] |
  1087. mkisofs | [] [] [] |
  1088. myserver | [] |
  1089. nano | [] [] [] [] |
  1090. opcodes | [] [] [] |
  1091. parted | [] [] [] [] [] |
  1092. pies | [] [] |
  1093. pnmixer | [] [] [] |
  1094. popt | [] [] [] [] [] [] [] |
  1095. procps-ng | [] [] |
  1096. procps-ng-man | [] |
  1097. psmisc | [] [] [] [] |
  1098. pspp | [] [] [] |
  1099. pushover | [] |
  1100. pwdutils | [] [] |
  1101. pyspread | [] |
  1102. radius | [] [] |
  1103. recode | [] [] [] [] |
  1104. recutils | [] [] [] |
  1105. rpm | [] [] [] [] |
  1106. rush | [] [] |
  1107. sarg | |
  1108. sed | [] [] [] [] [] |
  1109. sharutils | [] [] [] [] |
  1110. shishi | [] [] |
  1111. skribilo | [] [] |
  1112. solfege | [] [] [] [] |
  1113. solfege-manual | [] |
  1114. spotmachine | [] [] [] |
  1115. sudo | [] [] [] [] [] |
  1116. sudoers | [] [] [] [] |
  1117. sysstat | [] [] [] [] [] |
  1118. tar | [] [] [] [] [] |
  1119. texinfo | [] [] [] |
  1120. texinfo_document | [] |
  1121. tigervnc | [] [] [] |
  1122. tin | [] |
  1123. tin-man | |
  1124. tracgoogleappsa... | [] [] [] [] [] |
  1125. trader | [] |
  1126. util-linux | [] [] [] [] |
  1127. ve | [] [] [] [] |
  1128. vice | () () |
  1129. vmm | |
  1130. vorbis-tools | [] [] |
  1131. wastesedge | |
  1132. wcd | [] [] [] |
  1133. wcd-man | [] |
  1134. wdiff | [] [] [] [] |
  1135. wget | [] [] [] |
  1136. wyslij-po | [] [] |
  1137. xboard | [] [] |
  1138. xdg-user-dirs | [] [] [] [] [] [] [] [] |
  1139. xkeyboard-config | [] [] [] [] |
  1140. +----------------------------------------------+
  1141. sv sw ta te tg th tr uk ur vi wa wo zh_CN
  1142. 106 1 4 3 0 13 51 115 1 125 7 1 100
  1143. zh_HK zh_TW
  1144. +-------------+
  1145. a2ps | | 30
  1146. aegis | | 9
  1147. anubis | | 19
  1148. aspell | | 29
  1149. bash | [] | 23
  1150. bfd | | 11
  1151. binutils | | 12
  1152. bison | [] | 18
  1153. bison-runtime | [] | 38
  1154. buzztrax | | 9
  1155. ccd2cue | | 10
  1156. ccide | | 17
  1157. cflow | | 16
  1158. clisp | | 10
  1159. coreutils | | 18
  1160. cpio | | 20
  1161. cppi | | 17
  1162. cpplib | [] | 19
  1163. cryptsetup | | 14
  1164. datamash | | 11
  1165. denemo | | 5
  1166. dfarc | | 17
  1167. dialog | [] | 42
  1168. dico | | 6
  1169. diffutils | | 22
  1170. dink | | 10
  1171. direvent | | 11
  1172. doodle | | 12
  1173. dos2unix | [] | 18
  1174. dos2unix-man | | 9
  1175. e2fsprogs | | 15
  1176. enscript | | 21
  1177. exif | | 27
  1178. fetchmail | | 19
  1179. findutils | | 29
  1180. flex | [] | 19
  1181. freedink | | 24
  1182. fusionforge | | 3
  1183. gas | | 5
  1184. gawk | | 13
  1185. gcal | | 8
  1186. gcc | | 2
  1187. gdbm | | 10
  1188. gettext-examples | [] [] | 40
  1189. gettext-runtime | [] [] | 35
  1190. gettext-tools | [] | 24
  1191. gjay | | 9
  1192. glunarclock | [] | 27
  1193. gnubiff | | 9
  1194. gnubik | | 19
  1195. gnucash | () | 6
  1196. gnuchess | | 11
  1197. gnulib | | 23
  1198. gnunet | | 1
  1199. gnunet-gtk | | 1
  1200. gold | | 7
  1201. gphoto2 | [] | 19
  1202. gprof | | 21
  1203. gramadoir | | 14
  1204. grep | [] | 31
  1205. grub | | 21
  1206. gsasl | [] | 19
  1207. gss | | 17
  1208. gst-plugins-bad | | 21
  1209. gst-plugins-base | | 27
  1210. gst-plugins-good | | 32
  1211. gst-plugins-ugly | | 34
  1212. gstreamer | [] | 32
  1213. gtick | | 19
  1214. gtkam | | 24
  1215. gtkspell | [] [] | 48
  1216. guix | | 2
  1217. guix-packages | | 0
  1218. gutenprint | | 15
  1219. hello | [] | 30
  1220. help2man | | 18
  1221. help2man-texi | | 5
  1222. hylafax | | 5
  1223. idutils | | 14
  1224. iso_15924 | [] | 23
  1225. iso_3166 | [] [] | 58
  1226. iso_3166_2 | | 9
  1227. iso_4217 | [] [] | 28
  1228. iso_639 | [] [] | 46
  1229. iso_639_3 | | 10
  1230. iso_639_5 | | 2
  1231. jwhois | [] | 20
  1232. kbd | | 17
  1233. klavaro | | 30
  1234. ld | [] | 15
  1235. leafpad | [] | 39
  1236. libc | [] | 24
  1237. libexif | | 10
  1238. libextractor | | 5
  1239. libgnutls | | 13
  1240. libgphoto2 | | 10
  1241. libgphoto2_port | [] | 19
  1242. libgsasl | | 18
  1243. libiconv | [] | 29
  1244. libidn | | 17
  1245. liferea | | 29
  1246. lilypond | | 11
  1247. lordsawar | | 3
  1248. lprng | | 3
  1249. lynx | | 19
  1250. m4 | [] | 22
  1251. mailfromd | | 4
  1252. mailutils | | 6
  1253. make | | 19
  1254. man-db | | 15
  1255. man-db-manpages | | 10
  1256. midi-instruments | [] | 43
  1257. minicom | [] | 17
  1258. mkisofs | | 13
  1259. myserver | | 9
  1260. nano | [] | 30
  1261. opcodes | | 12
  1262. parted | [] | 23
  1263. pies | | 4
  1264. pnmixer | | 9
  1265. popt | [] | 36
  1266. procps-ng | | 5
  1267. procps-ng-man | | 4
  1268. psmisc | [] | 22
  1269. pspp | | 13
  1270. pushover | | 6
  1271. pwdutils | | 8
  1272. pyspread | | 6
  1273. radius | | 9
  1274. recode | | 31
  1275. recutils | | 10
  1276. rpm | [] | 13
  1277. rush | | 10
  1278. sarg | | 4
  1279. sed | [] | 35
  1280. sharutils | | 13
  1281. shishi | | 7
  1282. skribilo | | 7
  1283. solfege | | 21
  1284. solfege-manual | | 9
  1285. spotmachine | | 11
  1286. sudo | | 26
  1287. sudoers | | 22
  1288. sysstat | | 23
  1289. tar | [] | 30
  1290. texinfo | | 17
  1291. texinfo_document | | 13
  1292. tigervnc | | 14
  1293. tin | [] | 7
  1294. tin-man | | 1
  1295. tracgoogleappsa... | [] | 22
  1296. trader | | 12
  1297. util-linux | | 13
  1298. ve | | 14
  1299. vice | | 1
  1300. vmm | | 3
  1301. vorbis-tools | | 13
  1302. wastesedge | | 3
  1303. wcd | | 8
  1304. wcd-man | | 3
  1305. wdiff | [] | 23
  1306. wget | | 21
  1307. wyslij-po | | 14
  1308. xboard | | 10
  1309. xdg-user-dirs | [] [] | 68
  1310. xkeyboard-config | [] | 28
  1311. +-------------+
  1312. 89 teams zh_HK zh_TW
  1313. 166 domains 7 42 2809
  1314. Some counters in the preceding matrix are higher than the number of
  1315. visible blocks let us expect. This is because a few extra PO files are
  1316. used for implementing regional variants of languages, or language
  1317. dialects.
  1318. For a PO file in the matrix above to be effective, the package to
  1319. which it applies should also have been internationalized and distributed
  1320. as such by its maintainer. There might be an observable lag between the
  1321. mere existence a PO file and its wide availability in a distribution.
  1322. If Jun 2014 seems to be old, you may fetch a more recent copy of this
  1323. 'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
  1324. with full percentage details can be found at
  1325. 'http://translationproject.org/extra/matrix.html'.
  1326. 1.5 Using 'gettext' in new packages
  1327. ===================================
  1328. If you are writing a freely available program and want to
  1329. internationalize it you are welcome to use GNU 'gettext' in your
  1330. package. Of course you have to respect the GNU Lesser General Public
  1331. License which covers the use of the GNU 'gettext' library. This means
  1332. in particular that even non-free programs can use 'libintl' as a shared
  1333. library, whereas only free software can use 'libintl' as a static
  1334. library or use modified versions of 'libintl'.
  1335. Once the sources are changed appropriately and the setup can handle
  1336. the use of 'gettext' the only thing missing are the translations. The
  1337. Free Translation Project is also available for packages which are not
  1338. developed inside the GNU project. Therefore the information given above
  1339. applies also for every other Free Software Project. Contact
  1340. 'coordinator@translationproject.org' to make the '.pot' files available
  1341. to the translation teams.