annotate ABOUT-NLS @ 2694:c2b82432c1b6 trunk

[svn] Added basic DBus support, disabled by default with a configuration option to enable it. The general and playback information/manipulation methods are currently the only ones implemented. That is version, play, pause, stop, playing, paused, stopped, status, and seek. There are stubs for many unimplemented methods.
author magma
date Sat, 05 May 2007 15:37:54 -0700
parents cb178e5ad177
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 Notes on the Free Translation Project
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 *************************************
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 Free software is going international! The Free Translation Project
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 is a way to get maintainers of free software, translators, and users all
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 together, so that will gradually become able to speak many languages.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 A few packages already provide translations for their messages.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 If you found this `ABOUT-NLS' file inside a distribution, you may
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 assume that the distributed package does use GNU `gettext' internally,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 itself available at your nearest GNU archive site. But you do _not_
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 need to install GNU `gettext' prior to configuring, installing or using
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 this package with messages translated.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 Installers will find here some useful hints. These notes also
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 explain how users should proceed for getting the programs to use the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
17 available translations. They tell how people wanting to contribute and
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 work at translations should contact the appropriate team.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 When reporting bugs in the `intl/' directory or bugs which may be
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
21 related to internationalization, you should tell about the version of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
22 `gettext' which is used. The information can be found in the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23 `intl/VERSION' file, in internationalized packages.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 Quick configuration advice
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26 ==========================
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
27
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
28 If you want to exploit the full power of internationalization, you
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
29 should configure it using
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
30
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
31 ./configure --with-included-gettext
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
32
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
33 to force usage of internationalizing routines provided within this
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
34 package, despite the existence of internationalizing capabilities in the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
35 operating system where this package is being installed. So far, only
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
36 the `gettext' implementation in the GNU C library version 2 provides as
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
37 many features (such as locale alias, message inheritance, automatic
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
38 charset conversion or plural form handling) as the implementation here.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
39 It is also not possible to offer this additional functionality on top
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
40 of a `catgets' implementation. Future versions of GNU `gettext' will
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
41 very likely convey even more functionality. So it might be a good idea
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
42 to change to GNU `gettext' as soon as possible.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
43
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
44 So you need _not_ provide this option if you are using GNU libc 2 or
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
45 you have installed a recent copy of the GNU gettext package with the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
46 included `libintl'.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
47
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
48 INSTALL Matters
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
49 ===============
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
50
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
51 Some packages are "localizable" when properly installed; the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
52 programs they contain can be made to speak your own native language.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
53 Most such packages use GNU `gettext'. Other packages have their own
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
54 ways to internationalization, predating GNU `gettext'.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
55
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
56 By default, this package will be installed to allow translation of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
57 messages. It will automatically detect whether the system already
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
58 provides the GNU `gettext' functions. If not, the GNU `gettext' own
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
59 library will be used. This library is wholly contained within this
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
60 package, usually in the `intl/' subdirectory, so prior installation of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
61 the GNU `gettext' package is _not_ required. Installers may use
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
62 special options at configuration time for changing the default
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
63 behaviour. The commands:
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
64
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
65 ./configure --with-included-gettext
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
66 ./configure --disable-nls
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
67
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
68 will respectively bypass any pre-existing `gettext' to use the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
69 internationalizing routines provided within this package, or else,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
70 _totally_ disable translation of messages.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
71
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
72 When you already have GNU `gettext' installed on your system and run
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
73 configure without an option for your new package, `configure' will
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
74 probably detect the previously built and installed `libintl.a' file and
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
75 will decide to use this. This might be not what is desirable. You
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
76 should use the more recent version of the GNU `gettext' library. I.e.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
77 if the file `intl/VERSION' shows that the library which comes with this
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
78 package is more recent, you should use
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
79
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
80 ./configure --with-included-gettext
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
81
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
82 to prevent auto-detection.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
83
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
84 The configuration process will not test for the `catgets' function
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
85 and therefore it will not be used. The reason is that even an
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
86 emulation of `gettext' on top of `catgets' could not provide all the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
87 extensions of the GNU `gettext' library.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
88
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
89 Internationalized packages have usually many `po/LL.po' files, where
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
90 LL gives an ISO 639 two-letter code identifying the language. Unless
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
91 translations have been forbidden at `configure' time by using the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
92 `--disable-nls' switch, all available translations are installed
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
93 together with the package. However, the environment variable `LINGUAS'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
94 may be set, prior to configuration, to limit the installed set.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
95 `LINGUAS' should then contain a space separated list of two-letter
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
96 codes, stating which languages are allowed.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
97
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
98 Using This Package
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
99 ==================
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
100
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
101 As a user, if your language has been installed for this package, you
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
102 only have to set the `LANG' environment variable to the appropriate
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
103 `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
104 and `CC' is an ISO 3166 two-letter country code. For example, let's
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
105 suppose that you speak German and live in Germany. At the shell
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
106 prompt, merely execute `setenv LANG de_DE' (in `csh'),
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
107 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
108 This can be done from your `.login' or `.profile' file, once and for
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
109 all.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
110
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
111 You might think that the country code specification is redundant.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
112 But in fact, some languages have dialects in different countries. For
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
113 example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
114 country code serves to distinguish the dialects.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
115
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
116 The locale naming convention of `LL_CC', with `LL' denoting the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
117 language and `CC' denoting the country, is the one use on systems based
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
118 on GNU libc. On other systems, some variations of this scheme are
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
119 used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
120 locales supported by your system for your country by running the command
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
121 `locale -a | grep '^LL''.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
122
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
123 Not all programs have translations for all languages. By default, an
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
124 English message is shown in place of a nonexistent translation. If you
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
125 understand other languages, you can set up a priority list of languages.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
126 This is done through a different environment variable, called
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
127 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
128 for the purpose of message handling, but you still need to have `LANG'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
129 set to the primary language; this is required by other parts of the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
130 system libraries. For example, some Swedish users who would rather
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
131 read translations in German than English for when Swedish is not
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
133
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
134 In the `LANGUAGE' environment variable, but not in the `LANG'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
135 environment variable, `LL_CC' combinations can be abbreviated as `LL'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
136 to denote the language's main dialect. For example, `de' is equivalent
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
137 to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
138 (Portuguese as spoken in Portugal) in this context.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
139
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
140 Translating Teams
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
141 =================
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
142
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
143 For the Free Translation Project to be a success, we need interested
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
144 people who like their own language and write it well, and who are also
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
145 able to synergize with other translators speaking the same language.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
146 Each translation team has its own mailing list. The up-to-date list of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
147 teams can be found at the Free Translation Project's homepage,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
148 `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
149 area.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
150
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
151 If you'd like to volunteer to _work_ at translating messages, you
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
152 should become a member of the translating team for your own language.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
153 The subscribing address is _not_ the same as the list itself, it has
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
154 `-request' appended. For example, speakers of Swedish can send a
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
155 message to `sv-request@li.org', having this message body:
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
156
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
157 subscribe
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
158
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
159 Keep in mind that team members are expected to participate
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
160 _actively_ in translations, or at solving translational difficulties,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
161 rather than merely lurking around. If your team does not exist yet and
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
162 you want to start one, or if you are unsure about what to do or how to
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
163 get started, please write to `translation@iro.umontreal.ca' to reach the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
164 coordinator for all translator teams.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
165
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
166 The English team is special. It works at improving and uniformizing
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
167 the terminology in use. Proven linguistic skill are praised more than
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
168 programming skill, here.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
169
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
170 Available Packages
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
171 ==================
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
172
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
173 Languages are not equally supported in all packages. The following
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
174 matrix shows the current state of internationalization, as of May 2003.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
175 The matrix shows, in regard of each package, for which languages PO
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
176 files have been submitted to translation coordination, with a
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
177 translation percentage of at least 50%.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
178
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
179 Ready PO files am az be bg ca cs da de el en en_GB eo es
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
180 +-------------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
181 a2ps | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
182 aegis | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
183 anubis | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
184 ap-utils | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
185 bash | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
186 batchelor | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
187 bfd | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
188 binutils | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
189 bison | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
190 bluez-pin | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
191 clisp | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
192 clisp | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
193 coreutils | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
194 cpio | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
195 darkstat | () [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
196 diffutils | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
197 e2fsprogs | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
198 enscript | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
199 error | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
200 fetchmail | [] () [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
201 fileutils | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
202 findutils | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
203 flex | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
204 gas | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
205 gawk | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
206 gcal | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
207 gcc | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
208 gettext | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
209 gettext-runtime | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
210 gettext-tools | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
211 gimp-print | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
212 gliv | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
213 glunarclock | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
214 gnucash | () [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
215 gnucash-glossary | [] () [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
216 gnupg | [] () [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
217 gpe-calendar | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
218 gpe-conf | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
219 gpe-contacts | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
220 gpe-edit | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
221 gpe-login | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
222 gpe-ownerinfo | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
223 gpe-sketchbook | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
224 gpe-timesheet | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
225 gpe-today | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
226 gpe-todo | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
227 gphoto2 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
228 gprof | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
229 gpsdrive | () () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
230 grep | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
231 gretl | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
232 hello | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
233 id-utils | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
234 indent | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
235 jpilot | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
236 jwhois | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
237 kbd | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
238 ld | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
239 libc | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
240 libgpewidget | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
241 libiconv | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
242 lifelines | [] () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
243 lilypond | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
244 lingoteach | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
245 lingoteach_lessons | () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
246 lynx | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
247 m4 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
248 mailutils | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
249 make | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
250 man-db | [] () [] [] () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
251 mysecretdiary | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
252 nano | [] () [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
253 nano_1_0 | [] () [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
254 opcodes | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
255 parted | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
256 ptx | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
257 python | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
258 radius | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
259 recode | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
260 screem | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
261 sed | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
262 sh-utils | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
263 sharutils | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
264 sketch | [] () [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
265 soundtracker | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
266 sp | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
267 tar | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
268 texinfo | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
269 textutils | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
270 tin | () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
271 util-linux | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
272 vorbis-tools | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
273 wastesedge | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
274 wdiff | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
275 wget | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
276 xchat | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
277 xpad | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
278 +-------------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
279 am az be bg ca cs da de el en en_GB eo es
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
280 0 1 4 2 31 17 54 60 14 1 4 12 56
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
281
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
282 et fa fi fr ga gl he hr hu id it ja ko
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
283 +----------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
284 a2ps | [] [] [] () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
285 aegis | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
286 anubis | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
287 ap-utils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
288 bash | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
289 batchelor | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
290 bfd | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
291 binutils | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
292 bison | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
293 bluez-pin | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
294 clisp | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
295 clisp | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
296 coreutils | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
297 cpio | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
298 darkstat | () [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
299 diffutils | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
300 e2fsprogs | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
301 enscript | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
302 error | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
303 fetchmail | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
304 fileutils | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
305 findutils | [] [] [] [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
306 flex | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
307 gas | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
308 gawk | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
309 gcal | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
310 gcc | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
311 gettext | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
312 gettext-runtime | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
313 gettext-tools | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
314 gimp-print | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
315 gliv | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
316 glunarclock | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
317 gnucash | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
318 gnucash-glossary | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
319 gnupg | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
320 gpe-calendar | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
321 gpe-conf | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
322 gpe-contacts | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
323 gpe-edit | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
324 gpe-login | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
325 gpe-ownerinfo | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
326 gpe-sketchbook | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
327 gpe-timesheet | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
328 gpe-today | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
329 gpe-todo | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
330 gphoto2 | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
331 gprof | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
332 gpsdrive | () [] () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
333 grep | [] [] [] [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
334 gretl | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
335 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
336 id-utils | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
337 indent | [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
338 jpilot | [] () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
339 jwhois | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
340 kbd | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
341 ld | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
342 libc | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
343 libgpewidget | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
344 libiconv | [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
345 lifelines | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
346 lilypond | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
347 lingoteach | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
348 lingoteach_lessons | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
349 lynx | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
350 m4 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
351 mailutils | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
352 make | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
353 man-db | [] () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
354 mysecretdiary | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
355 nano | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
356 nano_1_0 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
357 opcodes | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
358 parted | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
359 ptx | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
360 python | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
361 radius | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
362 recode | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
363 screem | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
364 sed | [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
365 sh-utils | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
366 sharutils | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
367 sketch | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
368 soundtracker | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
369 sp | [] () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
370 tar | [] [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
371 texinfo | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
372 textutils | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
373 tin | [] () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
374 util-linux | [] [] [] [] () [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
375 vorbis-tools | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
376 wastesedge | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
377 wdiff | [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
378 wget | [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
379 xchat | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
380 xpad | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
381 +----------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
382 et fa fi fr ga gl he hr hu id it ja ko
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
383 20 1 15 73 14 24 8 10 30 31 19 31 9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
384
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
385 lg lt lv ms nb nl nn no pl pt pt_BR ro
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
386 +----------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
387 a2ps | [] [] () () () [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
388 aegis | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
389 anubis | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
390 ap-utils | () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
391 bash | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
392 batchelor | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
393 bfd | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
394 binutils | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
395 bison | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
396 bluez-pin | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
397 clisp | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
398 clisp | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
399 coreutils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
400 cpio | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
401 darkstat | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
402 diffutils | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
403 e2fsprogs | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
404 enscript | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
405 error | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
406 fetchmail | () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
407 fileutils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
408 findutils | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
409 flex | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
410 gas | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
411 gawk | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
412 gcal | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
413 gcc | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
414 gettext | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
415 gettext-runtime | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
416 gettext-tools | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
417 gimp-print | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
418 gliv | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
419 glunarclock | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
420 gnucash | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
421 gnucash-glossary | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
422 gnupg | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
423 gpe-calendar | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
424 gpe-conf | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
425 gpe-contacts | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
426 gpe-edit | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
427 gpe-login | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
428 gpe-ownerinfo | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
429 gpe-sketchbook | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
430 gpe-timesheet | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
431 gpe-today | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
432 gpe-todo | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
433 gphoto2 | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
434 gprof | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
435 gpsdrive | () () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
436 grep | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
437 gretl | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
438 hello | [] [] [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
439 id-utils | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
440 indent | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
441 jpilot | () () |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
442 jwhois | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
443 kbd | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
444 ld | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
445 libc | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
446 libgpewidget | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
447 libiconv | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
448 lifelines | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
449 lilypond | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
450 lingoteach | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
451 lingoteach_lessons | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
452 lynx | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
453 m4 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
454 mailutils | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
455 make | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
456 man-db | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
457 mysecretdiary | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
458 nano | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
459 nano_1_0 | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
460 opcodes | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
461 parted | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
462 ptx | [] [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
463 python | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
464 radius | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
465 recode | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
466 screem | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
467 sed | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
468 sh-utils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
469 sharutils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
470 sketch | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
471 soundtracker | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
472 sp | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
473 tar | [] [] [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
474 texinfo | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
475 textutils | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
476 tin | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
477 util-linux | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
478 vorbis-tools | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
479 wastesedge | |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
480 wdiff | [] [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
481 wget | [] [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
482 xchat | [] [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
483 xpad | [] |
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
484 +----------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
485 lg lt lv ms nb nl nn no pl pt pt_BR ro
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
486 0 0 2 11 7 26 3 4 18 15 34 34
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
487
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
488 ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
489 +-------------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
490 a2ps | [] [] [] [] [] | 16
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
491 aegis | () | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
492 anubis | [] [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
493 ap-utils | () | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
494 bash | [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
495 batchelor | | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
496 bfd | [] [] [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
497 binutils | [] [] [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
498 bison | [] [] | 13
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
499 bluez-pin | | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
500 clisp | | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
501 clisp | | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
502 coreutils | [] [] [] [] [] | 14
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
503 cpio | [] [] [] | 13
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
504 darkstat | [] () () | 9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
505 diffutils | [] [] [] [] | 21
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
506 e2fsprogs | [] | 3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
507 enscript | [] [] [] | 11
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
508 error | [] [] [] | 14
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
509 fetchmail | [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
510 fileutils | [] [] [] [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
511 findutils | [] [] [] [] [] [] | 27
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
512 flex | [] [] [] | 10
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
513 gas | [] | 3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
514 gawk | [] [] | 9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
515 gcal | [] [] | 4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
516 gcc | [] | 4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
517 gettext | [] [] [] [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
518 gettext-runtime | [] [] [] [] [] [] | 16
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
519 gettext-tools | [] [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
520 gimp-print | [] [] | 10
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
521 gliv | | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
522 glunarclock | [] [] [] | 11
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
523 gnucash | [] [] | 4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
524 gnucash-glossary | [] [] [] | 8
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
525 gnupg | [] [] [] [] | 16
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
526 gpe-calendar | [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
527 gpe-conf | | 3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
528 gpe-contacts | [] | 4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
529 gpe-edit | [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
530 gpe-login | [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
531 gpe-ownerinfo | [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
532 gpe-sketchbook | [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
533 gpe-timesheet | [] | 6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
534 gpe-today | [] | 6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
535 gpe-todo | [] | 6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
536 gphoto2 | [] [] | 9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
537 gprof | [] [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
538 gpsdrive | [] [] | 3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
539 grep | [] [] [] [] | 24
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
540 gretl | | 2
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
541 hello | [] [] [] [] [] | 33
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
542 id-utils | [] [] [] | 11
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
543 indent | [] [] [] [] | 19
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
544 jpilot | [] [] [] [] [] | 10
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
545 jwhois | () () [] [] | 10
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
546 kbd | [] [] | 8
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
547 ld | [] [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
548 libc | [] [] [] [] | 20
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
549 libgpewidget | | 6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
550 libiconv | [] [] [] [] [] [] | 21
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
551 lifelines | [] | 2
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
552 lilypond | [] | 4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
553 lingoteach | | 2
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
554 lingoteach_lessons | () | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
555 lynx | [] [] [] [] | 14
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
556 m4 | [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
557 mailutils | | 2
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
558 make | [] [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
559 man-db | [] | 6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
560 mysecretdiary | [] [] | 8
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
561 nano | [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
562 nano_1_0 | [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
563 opcodes | [] [] | 9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
564 parted | [] [] | 13
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
565 ptx | [] [] [] | 22
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
566 python | | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
567 radius | | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
568 recode | [] [] [] [] | 19
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
569 screem | [] | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
570 sed | [] [] [] [] [] | 20
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
571 sh-utils | [] [] [] | 13
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
572 sharutils | [] [] [] [] | 16
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
573 sketch | [] | 5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
574 soundtracker | [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
575 sp | [] | 3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
576 tar | [] [] [] [] [] | 24
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
577 texinfo | [] [] [] [] | 13
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
578 textutils | [] [] [] [] [] | 15
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
579 tin | | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
580 util-linux | [] [] | 14
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
581 vorbis-tools | [] | 7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
582 wastesedge | | 0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
583 wdiff | [] [] [] [] | 17
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
584 wget | [] [] [] [] [] [] [] | 25
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
585 xchat | [] [] [] | 11
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
586 xpad | | 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
587 +-------------------------------------------+
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
588 50 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
589 97 domains 32 19 16 0 56 0 48 10 1 1 12 23 913
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
590
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
591 Some counters in the preceding matrix are higher than the number of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
592 visible blocks let us expect. This is because a few extra PO files are
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
593 used for implementing regional variants of languages, or language
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
594 dialects.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
595
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
596 For a PO file in the matrix above to be effective, the package to
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
597 which it applies should also have been internationalized and
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
598 distributed as such by its maintainer. There might be an observable
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
599 lag between the mere existence a PO file and its wide availability in a
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
600 distribution.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
601
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
602 If May 2003 seems to be old, you may fetch a more recent copy of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
603 this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
604 matrix with full percentage details can be found at
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
605 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
606
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
607 Using `gettext' in new packages
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
608 ===============================
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
609
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
610 If you are writing a freely available program and want to
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
611 internationalize it you are welcome to use GNU `gettext' in your
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
612 package. Of course you have to respect the GNU Library General Public
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
613 License which covers the use of the GNU `gettext' library. This means
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
614 in particular that even non-free programs can use `libintl' as a shared
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
615 library, whereas only free software can use `libintl' as a static
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
616 library or use modified versions of `libintl'.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
617
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
618 Once the sources are changed appropriately and the setup can handle
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
619 the use of `gettext' the only thing missing are the translations. The
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
620 Free Translation Project is also available for packages which are not
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
621 developed inside the GNU project. Therefore the information given above
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
622 applies also for every other Free Software Project. Contact
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
623 `translation@iro.umontreal.ca' to make the `.pot' files available to
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
624 the translation teams.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
625