ABOUT-NLS 75 KB

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