ABOUT-NLS (flex-2.6.3) | : | ABOUT-NLS (flex-2.6.4) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
assume that the distributed package does use GNU `gettext' internally, | assume that the distributed package does use GNU `gettext' internally, | |||
itself available at your nearest GNU archive site. But you do _not_ | itself available at your nearest GNU archive site. But you do _not_ | |||
need to install GNU `gettext' prior to configuring, installing or using | need to install GNU `gettext' prior to configuring, installing or using | |||
this package with messages translated. | this package with messages translated. | |||
Installers will find here some useful hints. These notes also | Installers will find here some useful hints. These notes also | |||
explain how users should proceed for getting the programs to use the | explain how users should proceed for getting the programs to use the | |||
available translations. They tell how people wanting to contribute and | available translations. They tell how people wanting to contribute and | |||
work on translations can contact the appropriate team. | work on translations can contact the appropriate team. | |||
1.1 INSTALL Matters | When reporting bugs in the `intl/' directory or bugs which may be | |||
related to internationalization, you should tell about the version of | ||||
`gettext' which is used. The information can be found in the | ||||
`intl/VERSION' file, in internationalized packages. | ||||
1.1 Quick configuration advice | ||||
============================== | ||||
If you want to exploit the full power of internationalization, you | ||||
should configure it using | ||||
./configure --with-included-gettext | ||||
to force usage of internationalizing routines provided within this | ||||
package, despite the existence of internationalizing capabilities in the | ||||
operating system where this package is being installed. So far, only | ||||
the `gettext' implementation in the GNU C library version 2 provides as | ||||
many features (such as locale alias, message inheritance, automatic | ||||
charset conversion or plural form handling) as the implementation here. | ||||
It is also not possible to offer this additional functionality on top | ||||
of a `catgets' implementation. Future versions of GNU `gettext' will | ||||
very likely convey even more functionality. So it might be a good idea | ||||
to change to GNU `gettext' as soon as possible. | ||||
So you need _not_ provide this option if you are using GNU libc 2 or | ||||
you have installed a recent copy of the GNU gettext package with the | ||||
included `libintl'. | ||||
1.2 INSTALL Matters | ||||
=================== | =================== | |||
Some packages are "localizable" when properly installed; the programs | Some packages are "localizable" when properly installed; the programs | |||
they contain can be made to speak your own native language. Most such | they contain can be made to speak your own native language. Most such | |||
packages use GNU `gettext'. Other packages have their own ways to | packages use GNU `gettext'. Other packages have their own ways to | |||
internationalization, predating GNU `gettext'. | internationalization, predating GNU `gettext'. | |||
By default, this package will be installed to allow translation of | By default, this package will be installed to allow translation of | |||
messages. It will automatically detect whether the system already | messages. It will automatically detect whether the system already | |||
provides the GNU `gettext' functions. Installers may use special | provides the GNU `gettext' functions. If not, the included GNU | |||
options at configuration time for changing the default behaviour. The | `gettext' library will be used. This library is wholly contained | |||
command: | within this package, usually in the `intl/' subdirectory, so prior | |||
installation of the GNU `gettext' package is _not_ required. | ||||
Installers may use special options at configuration time for changing | ||||
the default behaviour. The commands: | ||||
./configure --with-included-gettext | ||||
./configure --disable-nls | ./configure --disable-nls | |||
will _totally_ disable translation of messages. | will, respectively, bypass any pre-existing `gettext' to use the | |||
internationalizing routines provided within this package, or else, | ||||
_totally_ disable translation of messages. | ||||
When you already have GNU `gettext' installed on your system and run | When you already have GNU `gettext' installed on your system and run | |||
configure without an option for your new package, `configure' will | configure without an option for your new package, `configure' will | |||
probably detect the previously built and installed `libintl' library | probably detect the previously built and installed `libintl.a' file and | |||
and will decide to use it. If not, you may have to to use the | will decide to use this. This might not be desirable. You should use | |||
`--with-libintl-prefix' option to tell `configure' where to look for it. | the more recent version of the GNU `gettext' library. I.e. if the file | |||
`intl/VERSION' shows that the library which comes with this package is | ||||
more recent, you should use | ||||
./configure --with-included-gettext | ||||
to prevent auto-detection. | ||||
The configuration process will not test for the `catgets' function | ||||
and therefore it will not be used. The reason is that even an | ||||
emulation of `gettext' on top of `catgets' could not provide all the | ||||
extensions of the GNU `gettext' library. | ||||
Internationalized packages usually have many `po/LL.po' files, where | Internationalized packages usually have many `po/LL.po' files, where | |||
LL gives an ISO 639 two-letter code identifying the language. Unless | LL gives an ISO 639 two-letter code identifying the language. Unless | |||
translations have been forbidden at `configure' time by using the | translations have been forbidden at `configure' time by using the | |||
`--disable-nls' switch, all available translations are installed | `--disable-nls' switch, all available translations are installed | |||
together with the package. However, the environment variable `LINGUAS' | together with the package. However, the environment variable `LINGUAS' | |||
may be set, prior to configuration, to limit the installed set. | may be set, prior to configuration, to limit the installed set. | |||
`LINGUAS' should then contain a space separated list of two-letter | `LINGUAS' should then contain a space separated list of two-letter | |||
codes, stating which languages are allowed. | codes, stating which languages are allowed. | |||
1.2 Using This Package | 1.3 Using This Package | |||
====================== | ====================== | |||
As a user, if your language has been installed for this package, you | As a user, if your language has been installed for this package, you | |||
only have to set the `LANG' environment variable to the appropriate | only have to set the `LANG' environment variable to the appropriate | |||
`LL_CC' combination. If you happen to have the `LC_ALL' or some other | `LL_CC' combination. If you happen to have the `LC_ALL' or some other | |||
`LC_xxx' environment variables set, you should unset them before | `LC_xxx' environment variables set, you should unset them before | |||
setting `LANG', otherwise the setting of `LANG' will not have the | setting `LANG', otherwise the setting of `LANG' will not have the | |||
desired effect. Here `LL' is an ISO 639 two-letter language code, and | desired effect. Here `LL' is an ISO 639 two-letter language code, and | |||
`CC' is an ISO 3166 two-letter country code. For example, let's | `CC' is an ISO 3166 two-letter country code. For example, let's | |||
suppose that you speak German and live in Germany. At the shell | suppose that you speak German and live in Germany. At the shell | |||
skipping to change at line 106 | skipping to change at line 151 | |||
installed under `nb' and some older ones under `no', it's recommended | installed under `nb' and some older ones under `no', it's recommended | |||
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and | for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and | |||
older translations are used. | older translations are used. | |||
In the `LANGUAGE' environment variable, but not in the `LANG' | In the `LANGUAGE' environment variable, but not in the `LANG' | |||
environment variable, `LL_CC' combinations can be abbreviated as `LL' | environment variable, `LL_CC' combinations can be abbreviated as `LL' | |||
to denote the language's main dialect. For example, `de' is equivalent | to denote the language's main dialect. For example, `de' is equivalent | |||
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' | to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' | |||
(Portuguese as spoken in Portugal) in this context. | (Portuguese as spoken in Portugal) in this context. | |||
1.3 Translating Teams | 1.4 Translating Teams | |||
===================== | ===================== | |||
For the Free Translation Project to be a success, we need interested | For the Free Translation Project to be a success, we need interested | |||
people who like their own language and write it well, and who are also | people who like their own language and write it well, and who are also | |||
able to synergize with other translators speaking the same language. | able to synergize with other translators speaking the same language. | |||
Each translation team has its own mailing list. The up-to-date list of | Each translation team has its own mailing list. The up-to-date list of | |||
teams can be found at the Free Translation Project's homepage, | teams can be found at the Free Translation Project's homepage, | |||
`http://translationproject.org/', in the "Teams" area. | `http://translationproject.org/', in the "Teams" area. | |||
If you'd like to volunteer to _work_ at translating messages, you | If you'd like to volunteer to _work_ at translating messages, you | |||
skipping to change at line 135 | skipping to change at line 180 | |||
_actively_ in translations, or at solving translational difficulties, | _actively_ in translations, or at solving translational difficulties, | |||
rather than merely lurking around. If your team does not exist yet and | rather than merely lurking around. If your team does not exist yet and | |||
you want to start one, or if you are unsure about what to do or how to | you want to start one, or if you are unsure about what to do or how to | |||
get started, please write to `coordinator@translationproject.org' to | get started, please write to `coordinator@translationproject.org' to | |||
reach the coordinator for all translator teams. | reach the coordinator for all translator teams. | |||
The English team is special. It works at improving and uniformizing | The English team is special. It works at improving and uniformizing | |||
the terminology in use. Proven linguistic skills are praised more than | the terminology in use. Proven linguistic skills are praised more than | |||
programming skills, here. | programming skills, here. | |||
1.4 Available Packages | 1.5 Available Packages | |||
====================== | ====================== | |||
Languages are not equally supported in all packages. The following | Languages are not equally supported in all packages. The following | |||
matrix shows the current state of internationalization, as of June | matrix shows the current state of internationalization, as of May 2010. | |||
2010. The matrix shows, in regard of each package, for which languages | The matrix shows, in regard of each package, for which languages PO | |||
PO files have been submitted to translation coordination, with a | files have been submitted to translation coordination, with a | |||
translation percentage of at least 50%. | translation percentage of at least 50%. | |||
Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca | Ready PO files af am ar as ast az be be@latin bg bn_IN bs ca crh | |||
+--------------------------------------------------+ | +---------------------------------------------------+ | |||
a2ps | [] [] | | a2ps | [] [] | | |||
aegis | | | aegis | | | |||
ant-phone | | | ant-phone | | | |||
anubis | | | anubis | | | |||
aspell | [] [] | | aspell | [] [] | | |||
bash | | | bash | | | |||
bfd | | | bfd | | | |||
bibshelf | [] | | bibshelf | [] | | |||
binutils | | | binutils | | | |||
bison | | | bison | | | |||
bison-runtime | [] | | bison-runtime | [] | | |||
bluez-pin | [] [] | | bluez-pin | [] [] | | |||
bombono-dvd | | | bombono-dvd | | | |||
buzztard | | | buzztard | | | |||
cflow | | | cflow | | | |||
clisp | | | clisp | | | |||
coreutils | [] [] | | coreutils | [] [] | | |||
cpio | | | cpio | | | |||
cppi | | | cppi | | | |||
cpplib | [] | | cpplib | [] | | |||
cryptsetup | | | cryptsetup | | | |||
dfarc | | | dfarc | | | |||
dialog | [] [] | | dialog | [] [] | | |||
dico | | | dico | | | |||
diffutils | [] | | diffutils | [] | | |||
dink | | | dink | | | |||
doodle | | | doodle | | | |||
e2fsprogs | [] | | e2fsprogs | [] | | |||
enscript | [] | | enscript | [] | | |||
exif | | | exif | | | |||
fetchmail | [] | | fetchmail | [] | | |||
findutils | [] | | findutils | [] | | |||
flex | [] | | flex | [] | | |||
freedink | | | freedink | | | |||
gas | | | gas | | | |||
gawk | [] [] | | gawk | [] [] | | |||
gcal | [] | | gcal | [] | | |||
gcc | | | gcc | | | |||
gettext-examples | [] [] [] [] | | gettext-examples | [] [] [] [] | | |||
gettext-runtime | [] [] | | gettext-runtime | [] [] [] | | |||
gettext-tools | [] [] | | gettext-tools | [] [] | | |||
gip | [] | | gip | [] | | |||
gjay | | | gjay | | | |||
gliv | [] | | gliv | [] | | |||
glunarclock | [] [] | | glunarclock | [] [] | | |||
gnubiff | | | gnubiff | | | |||
gnucash | [] | | gnucash | [] | | |||
gnuedu | | | gnuedu | | | |||
gnulib | | | gnulib | | | |||
gnunet | | | gnunet | | | |||
gnunet-gtk | | | gnunet-gtk | | | |||
gnutls | | | gnutls | | | |||
gold | | | gold | | | |||
gpe-aerial | | | gpe-aerial | | | |||
gpe-beam | | | gpe-beam | | | |||
gpe-bluetooth | | | gpe-bluetooth | | | |||
gpe-calendar | | | gpe-calendar | | | |||
gpe-clock | [] | | gpe-clock | [] | | |||
gpe-conf | | | gpe-conf | | | |||
gpe-contacts | | | gpe-contacts | | | |||
gpe-edit | | | gpe-edit | | | |||
gpe-filemanager | | | gpe-filemanager | | | |||
gpe-go | | | gpe-go | | | |||
gpe-login | | | gpe-login | | | |||
gpe-ownerinfo | [] | | gpe-ownerinfo | [] | | |||
gpe-package | | | gpe-package | | | |||
gpe-sketchbook | | | gpe-sketchbook | | | |||
gpe-su | [] | | gpe-su | [] | | |||
gpe-taskmanager | [] | | gpe-taskmanager | [] | | |||
gpe-timesheet | [] | | gpe-timesheet | [] | | |||
gpe-today | [] | | gpe-today | [] | | |||
gpe-todo | | | gpe-todo | | | |||
gphoto2 | | | gphoto2 | | | |||
gprof | [] | | gprof | [] | | |||
gpsdrive | | | gpsdrive | | | |||
gramadoir | | | gramadoir | | | |||
grep | | | grep | | | |||
grub | [] [] | | grub | [] [] | | |||
gsasl | | | gsasl | | | |||
gss | | | gss | | | |||
gst-plugins-bad | [] | | gst-plugins-bad | [] | | |||
gst-plugins-base | [] | | gst-plugins-base | [] | | |||
gst-plugins-good | [] | | gst-plugins-good | [] | | |||
gst-plugins-ugly | [] | | gst-plugins-ugly | [] | | |||
gstreamer | [] [] [] | | gstreamer | [] [] [] | | |||
gtick | | | gtick | | | |||
gtkam | [] | | gtkam | [] | | |||
gtkorphan | [] | | gtkorphan | [] | | |||
gtkspell | [] [] [] | | gtkspell | [] [] [] | | |||
gutenprint | | | gutenprint | | | |||
hello | [] | | hello | [] | | |||
help2man | | | help2man | | | |||
hylafax | | | hylafax | | | |||
idutils | | | idutils | | | |||
indent | [] [] | | indent | [] [] | | |||
iso_15924 | | | iso_15924 | | | |||
iso_3166 | [] [] [] [] [] [] [] | | iso_3166 | [] [] [] [] [] [] [] [] | | |||
iso_3166_2 | | | iso_3166_2 | | | |||
iso_4217 | | | iso_4217 | | | |||
iso_639 | [] [] [] [] | | iso_639 | [] [] [] [] [] | | |||
iso_639_3 | | | iso_639_3 | [] | | |||
jwhois | | | jwhois | | | |||
kbd | | | kbd | | | |||
keytouch | [] | | keytouch | [] | | |||
keytouch-editor | | | keytouch-editor | | | |||
keytouch-keyboa... | [] | | keytouch-keyboa... | [] | | |||
klavaro | [] | | klavaro | [] | | |||
latrine | | | latrine | | | |||
ld | [] | | ld | [] | | |||
leafpad | [] [] | | leafpad | [] [] | | |||
libc | [] [] | | libc | [] [] | | |||
libexif | () | | libexif | () | | |||
libextractor | | | libextractor | | | |||
libgnutls | | | libgnutls | | | |||
libgpewidget | | | libgpewidget | | | |||
libgpg-error | | | libgpg-error | | | |||
libgphoto2 | | | libgphoto2 | | | |||
libgphoto2_port | | | libgphoto2_port | | | |||
libgsasl | | | libgsasl | | | |||
libiconv | [] | | libiconv | [] | | |||
libidn | | | libidn | | | |||
lifelines | | | lifelines | | | |||
liferea | [] [] | | liferea | [] [] | | |||
lilypond | | | lilypond | | | |||
linkdr | [] | | linkdr | [] | | |||
lordsawar | | | lordsawar | | | |||
lprng | | | lprng | | | |||
lynx | [] | | lynx | [] | | |||
m4 | | | m4 | | | |||
mailfromd | | | mailfromd | | | |||
mailutils | | | mailutils | | | |||
make | | | make | | | |||
man-db | | | man-db | | | |||
man-db-manpages | | | man-db-manpages | | | |||
minicom | | | minicom | | | |||
mkisofs | | | mkisofs | | | |||
myserver | | | myserver | | | |||
nano | [] [] | | nano | [] [] | | |||
opcodes | | | opcodes | | | |||
parted | | | parted | | | |||
pies | | | pies | | | |||
popt | | | popt | | | |||
psmisc | | | psmisc | | | |||
pspp | [] | | pspp | [] | | |||
pwdutils | | | pwdutils | | | |||
radius | [] | | radius | [] | | |||
recode | [] [] | | recode | [] [] | | |||
rosegarden | | | rosegarden | | | |||
rpm | | | rpm | | | |||
rush | | | rush | | | |||
sarg | | | sarg | | | |||
screem | | | screem | | | |||
scrollkeeper | [] [] [] | | scrollkeeper | [] [] [] | | |||
sed | [] [] | | sed | [] [] | | |||
sharutils | [] [] | | sharutils | [] [] | | |||
shishi | | | shishi | | | |||
skencil | | | skencil | | | |||
solfege | | | solfege | | | |||
solfege-manual | | | solfege-manual | | | |||
soundtracker | | | soundtracker | | | |||
sp | | | sp | | | |||
sysstat | | | sysstat | | | |||
tar | [] | | tar | [] | | |||
texinfo | | | texinfo | | | |||
tin | | | tin | | | |||
unicode-han-tra... | | | unicode-han-tra... | | | |||
unicode-transla... | | | unicode-transla... | | | |||
util-linux-ng | [] | | util-linux-ng | [] | | |||
vice | | | vice | | | |||
vmm | | | vmm | | | |||
vorbis-tools | | | vorbis-tools | | | |||
wastesedge | | | wastesedge | | | |||
wdiff | | | wdiff | | | |||
wget | [] [] | | wget | [] [] | | |||
wyslij-po | | | wyslij-po | | | |||
xchat | [] [] [] [] | | xchat | [] [] [] [] | | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] [] | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | | |||
xkeyboard-config | [] [] | | xkeyboard-config | [] [] [] | | |||
+--------------------------------------------------+ | +---------------------------------------------------+ | |||
af am an ar as ast az be be@latin bg bn_IN bs ca | af am ar as ast az be be@latin bg bn_IN bs ca crh | |||
6 0 1 2 3 19 1 10 3 28 3 1 38 | 6 0 2 3 19 1 11 3 28 3 1 38 5 | |||
crh cs da de el en en_GB en_ZA eo es et eu fa | cs da de el en en_GB en_ZA eo es et eu fa fi | |||
+-------------------------------------------------+ | +-------------------------------------------------+ | |||
a2ps | [] [] [] [] [] [] [] | | a2ps | [] [] [] [] [] [] [] [] | | |||
aegis | [] [] [] | | aegis | [] [] [] | | |||
ant-phone | [] () | | ant-phone | [] () | | |||
anubis | [] [] | | anubis | [] [] [] | | |||
aspell | [] [] [] [] [] | | aspell | [] [] [] [] [] | | |||
bash | [] [] [] | | bash | [] [] [] [] | | |||
bfd | [] | | bfd | [] [] | | |||
bibshelf | [] [] [] | | bibshelf | [] [] [] [] | | |||
binutils | [] | | binutils | [] [] | | |||
bison | [] [] | | bison | [] [] [] | | |||
bison-runtime | [] [] [] [] | | bison-runtime | [] [] [] [] [] | | |||
bluez-pin | [] [] [] [] [] [] | | bluez-pin | [] [] [] [] [] [] [] | | |||
bombono-dvd | [] | | bombono-dvd | [] [] | | |||
buzztard | [] [] [] | | buzztard | [] [] [] | | |||
cflow | [] [] | | cflow | [] [] [] | | |||
clisp | [] [] [] [] | | clisp | [] [] [] [] | | |||
coreutils | [] [] [] [] | | coreutils | [] [] [] [] | | |||
cpio | | | cpio | [] | | |||
cppi | | | cppi | [] | | |||
cpplib | [] [] [] | | cpplib | [] [] [] | | |||
cryptsetup | [] | | cryptsetup | [] | | |||
dfarc | [] [] [] | | dfarc | [] [] [] [] | | |||
dialog | [] [] [] [] [] | | dialog | [] [] [] [] [] | | |||
dico | | | dico | | | |||
diffutils | [] [] [] [] [] [] | | diffutils | [] [] [] [] [] [] [] | | |||
dink | [] [] [] | | dink | [] [] [] | | |||
doodle | [] | | doodle | [] | | |||
e2fsprogs | [] [] [] | | e2fsprogs | [] [] [] | | |||
enscript | [] [] [] | | enscript | [] [] [] | | |||
exif | () [] [] | | exif | () [] [] [] | | |||
fetchmail | [] [] () [] [] [] | | fetchmail | [] [] () [] [] [] | | |||
findutils | [] [] [] | | findutils | [] [] [] [] | | |||
flex | [] [] | | flex | [] [] [] | | |||
freedink | [] [] [] | | freedink | [] [] [] [] | | |||
gas | [] | | gas | [] | | |||
gawk | [] [] [] | | gawk | [] [] [] | | |||
gcal | [] | | gcal | [] | | |||
gcc | [] [] | | gcc | [] [] | | |||
gettext-examples | [] [] [] [] | | gettext-examples | [] [] [] [] [] | | |||
gettext-runtime | [] [] [] [] | | gettext-runtime | [] [] [] [] [] | | |||
gettext-tools | [] [] [] | | gettext-tools | [] [] [] | | |||
gip | [] [] [] [] | | gip | [] [] [] [] [] | | |||
gjay | [] | | gjay | [] [] | | |||
gliv | [] [] [] | | gliv | [] [] [] [] | | |||
glunarclock | [] [] | | glunarclock | [] [] [] | | |||
gnubiff | () | | gnubiff | () | | |||
gnucash | [] () () () () | | gnucash | [] () () () () () | | |||
gnuedu | [] [] | | gnuedu | [] [] | | |||
gnulib | [] [] | | gnulib | [] [] [] | | |||
gnunet | | | gnunet | | | |||
gnunet-gtk | [] | | gnunet-gtk | [] | | |||
gnutls | [] [] | | gnutls | [] [] | | |||
gold | [] | | gold | [] [] | | |||
gpe-aerial | [] [] [] [] | | gpe-aerial | [] [] [] [] [] | | |||
gpe-beam | [] [] [] [] | | gpe-beam | [] [] [] [] [] | | |||
gpe-bluetooth | [] [] | | gpe-bluetooth | [] [] [] | | |||
gpe-calendar | [] | | gpe-calendar | [] [] | | |||
gpe-clock | [] [] [] [] | | gpe-clock | [] [] [] [] [] | | |||
gpe-conf | [] [] [] | | gpe-conf | [] [] [] [] | | |||
gpe-contacts | [] [] [] | | gpe-contacts | [] [] [] [] | | |||
gpe-edit | [] [] | | gpe-edit | [] [] [] | | |||
gpe-filemanager | [] [] [] | | gpe-filemanager | [] [] [] [] | | |||
gpe-go | [] [] [] [] | | gpe-go | [] [] [] [] [] | | |||
gpe-login | [] [] | | gpe-login | [] [] [] | | |||
gpe-ownerinfo | [] [] [] [] | | gpe-ownerinfo | [] [] [] [] [] | | |||
gpe-package | [] [] [] | | gpe-package | [] [] [] [] | | |||
gpe-sketchbook | [] [] [] [] | | gpe-sketchbook | [] [] [] [] [] | | |||
gpe-su | [] [] [] [] | | gpe-su | [] [] [] [] [] | | |||
gpe-taskmanager | [] [] [] [] | | gpe-taskmanager | [] [] [] [] [] | | |||
gpe-timesheet | [] [] [] [] | | gpe-timesheet | [] [] [] [] [] | | |||
gpe-today | [] [] [] [] | | gpe-today | [] [] [] [] [] | | |||
gpe-todo | [] [] [] | | gpe-todo | [] [] [] [] | | |||
gphoto2 | [] [] () [] [] [] | | gphoto2 | [] [] () [] [] [] [] | | |||
gprof | [] [] [] | | gprof | [] [] [] [] | | |||
gpsdrive | [] [] [] | | gpsdrive | [] [] [] | | |||
gramadoir | [] [] [] | | gramadoir | [] [] [] | | |||
grep | [] | | grep | [] [] | | |||
grub | [] [] | | grub | [] [] [] | | |||
gsasl | [] | | gsasl | [] [] | | |||
gss | | | gss | [] | | |||
gst-plugins-bad | [] [] [] [] [] | | gst-plugins-bad | [] [] [] [] [] [] | | |||
gst-plugins-base | [] [] [] [] [] | | gst-plugins-base | [] [] [] [] [] [] | | |||
gst-plugins-good | [] [] [] [] [] [] | | gst-plugins-good | [] [] [] [] [] [] [] | | |||
gst-plugins-ugly | [] [] [] [] [] [] | | gst-plugins-ugly | [] [] [] [] [] [] [] | | |||
gstreamer | [] [] [] [] [] | | gstreamer | [] [] [] [] [] [] | | |||
gtick | [] () [] | | gtick | [] () [] [] | | |||
gtkam | [] [] () [] [] | | gtkam | [] [] () [] [] | | |||
gtkorphan | [] [] [] [] | | gtkorphan | [] [] [] [] | | |||
gtkspell | [] [] [] [] [] [] [] | | gtkspell | [] [] [] [] [] [] [] [] | | |||
gutenprint | [] [] [] | | gutenprint | [] [] [] [] | | |||
hello | [] [] [] [] | | hello | [] [] [] [] [] | | |||
help2man | [] | | help2man | [] [] | | |||
hylafax | [] [] | | hylafax | [] [] | | |||
idutils | [] [] | | idutils | [] [] [] | | |||
indent | [] [] [] [] [] [] [] | | indent | [] [] [] [] [] [] [] [] | | |||
iso_15924 | [] () [] [] | | iso_15924 | [] () [] [] [] | | |||
iso_3166 | [] [] [] [] () [] [] [] () | | iso_3166 | [] [] [] () [] [] [] () [] | | |||
iso_3166_2 | () | | iso_3166_2 | () | | |||
iso_4217 | [] [] [] () [] [] | | iso_4217 | [] [] [] () [] [] [] | | |||
iso_639 | [] [] [] [] () [] [] | | iso_639 | [] [] [] () [] [] [] | | |||
iso_639_3 | [] | | iso_639_3 | | | |||
jwhois | [] | | jwhois | [] [] | | |||
kbd | [] [] [] [] [] | | kbd | [] [] [] [] [] | | |||
keytouch | [] [] | | keytouch | [] [] [] | | |||
keytouch-editor | [] [] | | keytouch-editor | [] [] [] | | |||
keytouch-keyboa... | [] | | keytouch-keyboa... | [] [] | | |||
klavaro | [] [] [] [] | | klavaro | [] [] [] [] | | |||
latrine | [] () | | latrine | [] () [] | | |||
ld | [] [] | | ld | [] [] [] | | |||
leafpad | [] [] [] [] [] [] | | leafpad | [] [] [] [] [] [] [] | | |||
libc | [] [] [] [] | | libc | [] [] [] [] [] | | |||
libexif | [] [] () | | libexif | [] [] () | | |||
libextractor | | | libextractor | | | |||
libgnutls | [] | | libgnutls | [] | | |||
libgpewidget | [] [] | | libgpewidget | [] [] [] | | |||
libgpg-error | [] [] | | libgpg-error | [] [] | | |||
libgphoto2 | [] () | | libgphoto2 | [] () | | |||
libgphoto2_port | [] () [] | | libgphoto2_port | [] () [] | | |||
libgsasl | | | libgsasl | [] | | |||
libiconv | [] [] [] [] [] | | libiconv | [] [] [] [] [] [] | | |||
libidn | [] [] [] | | libidn | [] [] [] [] | | |||
lifelines | [] () | | lifelines | [] () | | |||
liferea | [] [] [] [] [] | | liferea | [] [] [] [] [] | | |||
lilypond | [] [] [] | | lilypond | [] [] [] [] | | |||
linkdr | [] [] [] | | linkdr | [] [] [] [] | | |||
lordsawar | [] | | lordsawar | [] | | |||
lprng | | | lprng | | | |||
lynx | [] [] [] [] | | lynx | [] [] [] [] | | |||
m4 | [] [] [] [] | | m4 | [] [] [] [] [] | | |||
mailfromd | | | mailfromd | | | |||
mailutils | [] | | mailutils | [] | | |||
make | [] [] [] | | make | [] [] [] [] | | |||
man-db | | | man-db | | | |||
man-db-manpages | | | man-db-manpages | | | |||
minicom | [] [] [] [] | | minicom | [] [] [] [] [] | | |||
mkisofs | | | mkisofs | [] | | |||
myserver | | | myserver | | | |||
nano | [] [] [] | | nano | [] [] [] [] | | |||
opcodes | [] [] | | opcodes | [] [] [] | | |||
parted | [] [] | | parted | [] [] | | |||
pies | | | pies | | | |||
popt | [] [] [] [] [] | | popt | [] [] [] [] [] [] | | |||
psmisc | [] [] [] | | psmisc | [] [] [] [] | | |||
pspp | [] | | pspp | [] | | |||
pwdutils | [] | | pwdutils | [] | | |||
radius | [] | | radius | [] | | |||
recode | [] [] [] [] [] [] | | recode | [] [] [] [] [] [] [] | | |||
rosegarden | () () () | | rosegarden | () () () () | | |||
rpm | [] [] [] | | rpm | [] [] [] | | |||
rush | | | rush | | | |||
sarg | | | sarg | | | |||
screem | | | screem | | | |||
scrollkeeper | [] [] [] [] [] | | scrollkeeper | [] [] [] [] [] [] | | |||
sed | [] [] [] [] [] [] | | sed | [] [] [] [] [] [] [] | | |||
sharutils | [] [] [] [] | | sharutils | [] [] [] [] [] | | |||
shishi | | | shishi | | | |||
skencil | [] () [] | | skencil | [] () [] | | |||
solfege | [] [] [] | | solfege | [] [] [] [] | | |||
solfege-manual | [] [] | | solfege-manual | [] [] | | |||
soundtracker | [] [] [] | | soundtracker | [] [] [] | | |||
sp | [] | | sp | [] | | |||
sysstat | [] [] [] | | sysstat | [] [] [] [] | | |||
tar | [] [] [] [] | | tar | [] [] [] [] [] | | |||
texinfo | [] [] [] | | texinfo | [] [] [] | | |||
tin | [] [] | | tin | [] [] | | |||
unicode-han-tra... | | | unicode-han-tra... | | | |||
unicode-transla... | | | unicode-transla... | | | |||
util-linux-ng | [] [] [] [] | | util-linux-ng | [] [] [] [] [] | | |||
vice | () () | | vice | () () | | |||
vmm | [] | | vmm | [] | | |||
vorbis-tools | [] [] | | vorbis-tools | [] [] | | |||
wastesedge | [] | | wastesedge | [] | | |||
wdiff | [] [] | | wdiff | [] [] [] | | |||
wget | [] [] [] | | wget | [] [] [] [] | | |||
wyslij-po | | | wyslij-po | [] | | |||
xchat | [] [] [] [] [] | | xchat | [] [] [] [] [] [] | | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] [] | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | | |||
xkeyboard-config | [] [] [] [] [] [] | | xkeyboard-config | [] [] [] [] [] [] | | |||
+-------------------------------------------------+ | +-------------------------------------------------+ | |||
crh cs da de el en en_GB en_ZA eo es et eu fa | cs da de el en en_GB en_ZA eo es et eu fa fi | |||
5 64 105 117 18 1 8 0 28 89 18 19 0 | 64 105 117 18 1 8 0 28 89 18 19 0 104 | |||
fi fr ga gl gu he hi hr hu hy id is it ja ka kn | fr ga gl gu he hi hr hu hy id is it ja ka kn | |||
+----------------------------------------------------+ | +------------------------------------------------+ | |||
a2ps | [] [] [] [] | | a2ps | [] [] [] | | |||
aegis | [] [] | | aegis | [] [] | | |||
ant-phone | [] [] | | ant-phone | [] [] | | |||
anubis | [] [] [] [] | | anubis | [] [] [] | | |||
aspell | [] [] [] [] | | aspell | [] [] [] [] | | |||
bash | [] [] [] [] | | bash | [] [] [] | | |||
bfd | [] [] [] | | bfd | [] [] | | |||
bibshelf | [] [] [] [] [] | | bibshelf | [] [] [] [] | | |||
binutils | [] [] [] | | binutils | [] [] | | |||
bison | [] [] [] [] | | bison | [] [] [] | | |||
bison-runtime | [] [] [] [] [] [] | | bison-runtime | [] [] [] [] [] | | |||
bluez-pin | [] [] [] [] [] [] [] [] | | bluez-pin | [] [] [] [] [] [] [] | | |||
bombono-dvd | [] | | bombono-dvd | | | |||
buzztard | [] | | buzztard | [] | | |||
cflow | [] [] [] | | cflow | [] [] | | |||
clisp | [] | | clisp | [] | | |||
coreutils | [] [] [] [] [] | | coreutils | [] [] [] [] [] | | |||
cpio | [] [] [] [] | | cpio | [] [] [] | | |||
cppi | [] [] | | cppi | [] | | |||
cpplib | [] [] [] | | cpplib | [] [] | | |||
cryptsetup | [] [] [] | | cryptsetup | [] [] [] | | |||
dfarc | [] [] [] | | dfarc | [] [] | | |||
dialog | [] [] [] [] [] [] [] | | dialog | [] [] [] [] [] [] [] | | |||
dico | | | dico | | | |||
diffutils | [] [] [] [] [] [] [] [] [] | | diffutils | [] [] [] [] [] [] [] [] | | |||
dink | [] | | dink | [] | | |||
doodle | [] [] | | doodle | [] [] | | |||
e2fsprogs | [] [] | | e2fsprogs | [] [] | | |||
enscript | [] [] [] [] | | enscript | [] [] [] [] | | |||
exif | [] [] [] [] [] [] | | exif | [] [] [] [] [] | | |||
fetchmail | [] [] [] [] | | fetchmail | [] [] [] [] | | |||
findutils | [] [] [] [] [] [] | | findutils | [] [] [] [] [] | | |||
flex | [] [] [] | | flex | [] [] | | |||
freedink | [] [] [] | | freedink | [] [] | | |||
gas | [] [] | | gas | [] [] | | |||
gawk | [] [] [] [] () [] | | gawk | [] [] [] [] () [] | | |||
gcal | [] | | gcal | [] | | |||
gcc | [] | | gcc | [] | | |||
gettext-examples | [] [] [] [] [] [] [] | | gettext-examples | [] [] [] [] [] [] | | |||
gettext-runtime | [] [] [] [] [] [] | | gettext-runtime | [] [] [] [] [] | | |||
gettext-tools | [] [] [] [] | | gettext-tools | [] [] [] [] | | |||
gip | [] [] [] [] [] [] | | gip | [] [] [] [] [] | | |||
gjay | [] | | gjay | | | |||
gliv | [] () | | gliv | () | | |||
glunarclock | [] [] [] [] | | glunarclock | [] [] [] | | |||
gnubiff | () [] () | | gnubiff | () [] () | | |||
gnucash | () () () () () [] | | gnucash | () () () () [] | | |||
gnuedu | [] [] | | gnuedu | [] [] | | |||
gnulib | [] [] [] [] [] [] | | gnulib | [] [] [] [] [] | | |||
gnunet | | | gnunet | | | |||
gnunet-gtk | [] | | gnunet-gtk | [] | | |||
gnutls | [] [] | | gnutls | [] [] | | |||
gold | [] [] | | gold | [] | | |||
gpe-aerial | [] [] [] | | gpe-aerial | [] [] | | |||
gpe-beam | [] [] [] [] | | gpe-beam | [] [] [] | | |||
gpe-bluetooth | [] [] [] [] | | gpe-bluetooth | [] [] [] | | |||
gpe-calendar | [] [] | | gpe-calendar | [] | | |||
gpe-clock | [] [] [] [] [] | | gpe-clock | [] [] [] [] | | |||
gpe-conf | [] [] [] [] | | gpe-conf | [] [] [] | | |||
gpe-contacts | [] [] [] [] | | gpe-contacts | [] [] [] | | |||
gpe-edit | [] [] [] | | gpe-edit | [] [] | | |||
gpe-filemanager | [] [] [] [] | | gpe-filemanager | [] [] [] | | |||
gpe-go | [] [] [] [] [] | | gpe-go | [] [] [] [] | | |||
gpe-login | [] [] [] | | gpe-login | [] [] | | |||
gpe-ownerinfo | [] [] [] [] [] | | gpe-ownerinfo | [] [] [] [] | | |||
gpe-package | [] [] [] | | gpe-package | [] [] | | |||
gpe-sketchbook | [] [] [] [] | | gpe-sketchbook | [] [] [] | | |||
gpe-su | [] [] [] [] [] [] | | gpe-su | [] [] [] [] [] | | |||
gpe-taskmanager | [] [] [] [] [] | | gpe-taskmanager | [] [] [] [] | | |||
gpe-timesheet | [] [] [] [] [] | | gpe-timesheet | [] [] [] [] | | |||
gpe-today | [] [] [] [] [] [] [] | | gpe-today | [] [] [] [] [] [] | | |||
gpe-todo | [] [] [] | | gpe-todo | [] [] | | |||
gphoto2 | [] [] [] [] [] [] | | gphoto2 | [] [] [] [] [] | | |||
gprof | [] [] [] [] | | gprof | [] [] [] | | |||
gpsdrive | [] [] [] | | gpsdrive | [] [] [] | | |||
gramadoir | [] [] [] | | gramadoir | [] [] [] | | |||
grep | [] [] | | grep | [] | | |||
grub | [] [] [] [] | | grub | [] [] [] | | |||
gsasl | [] [] [] [] [] | | gsasl | [] [] [] [] | | |||
gss | [] [] [] [] [] | | gss | [] [] [] [] | | |||
gst-plugins-bad | [] [] [] [] [] [] | | gst-plugins-bad | [] [] [] [] | | |||
gst-plugins-base | [] [] [] [] [] [] | | gst-plugins-base | [] [] [] [] [] | | |||
gst-plugins-good | [] [] [] [] [] [] | | gst-plugins-good | [] [] [] [] [] | | |||
gst-plugins-ugly | [] [] [] [] [] [] | | gst-plugins-ugly | [] [] [] [] [] | | |||
gstreamer | [] [] [] [] [] | | gstreamer | [] [] [] [] | | |||
gtick | [] [] [] [] [] | | gtick | [] [] [] [] | | |||
gtkam | [] [] [] [] [] | | gtkam | [] [] [] [] [] | | |||
gtkorphan | [] [] [] | | gtkorphan | [] [] [] | | |||
gtkspell | [] [] [] [] [] [] [] [] [] | | gtkspell | [] [] [] [] [] [] [] [] | | |||
gutenprint | [] [] [] [] | | gutenprint | [] [] [] | | |||
hello | [] [] [] | | hello | [] [] | | |||
help2man | [] [] | | help2man | [] | | |||
hylafax | [] | | hylafax | [] | | |||
idutils | [] [] [] [] [] [] | | idutils | [] [] [] [] [] | | |||
indent | [] [] [] [] [] [] [] [] | | indent | [] [] [] [] [] [] [] | | |||
iso_15924 | [] () [] [] | | iso_15924 | () [] [] | | |||
iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | | iso_3166 | () [] [] [] [] [] [] [] [] [] [] | | |||
iso_3166_2 | () [] [] [] | | iso_3166_2 | () [] [] [] | | |||
iso_4217 | [] () [] [] [] [] | | iso_4217 | () [] [] [] [] | | |||
iso_639 | [] () [] [] [] [] [] [] [] | | iso_639 | () [] [] [] [] [] [] [] | | |||
iso_639_3 | () [] [] | | iso_639_3 | () [] [] | | |||
jwhois | [] [] [] [] [] | | jwhois | [] [] [] [] | | |||
kbd | [] [] | | kbd | [] [] | | |||
keytouch | [] [] [] [] [] [] | | keytouch | [] [] [] [] [] | | |||
keytouch-editor | [] [] [] [] [] | | keytouch-editor | [] [] [] [] | | |||
keytouch-keyboa... | [] [] [] [] [] | | keytouch-keyboa... | [] [] [] [] | | |||
klavaro | [] [] | | klavaro | [] [] | | |||
latrine | [] [] [] | | latrine | [] [] | | |||
ld | [] [] [] [] | | ld | [] [] [] | | |||
leafpad | [] [] [] [] [] [] [] () | | leafpad | [] [] [] [] [] [] () | | |||
libc | [] [] [] [] [] | | libc | [] [] [] [] | | |||
libexif | [] | | libexif | | | |||
libextractor | | | libextractor | | | |||
libgnutls | [] [] | | libgnutls | [] [] | | |||
libgpewidget | [] [] [] [] | | libgpewidget | [] [] [] | | |||
libgpg-error | [] [] | | libgpg-error | [] [] | | |||
libgphoto2 | [] [] [] | | libgphoto2 | [] [] [] | | |||
libgphoto2_port | [] [] [] | | libgphoto2_port | [] [] [] | | |||
libgsasl | [] [] [] [] [] | | libgsasl | [] [] [] [] | | |||
libiconv | [] [] [] [] [] [] | | libiconv | [] [] [] [] [] | | |||
libidn | [] [] [] [] | | libidn | [] [] [] | | |||
lifelines | () | | lifelines | () | | |||
liferea | [] [] [] [] | | liferea | [] [] [] [] | | |||
lilypond | [] [] | | lilypond | [] | | |||
linkdr | [] [] [] [] [] | | linkdr | [] [] [] [] | | |||
lordsawar | | | lordsawar | | | |||
lprng | [] | | lprng | [] | | |||
lynx | [] [] [] [] [] | | lynx | [] [] [] [] [] | | |||
m4 | [] [] [] [] [] [] | | m4 | [] [] [] [] [] | | |||
mailfromd | | | mailfromd | | | |||
mailutils | [] [] | | mailutils | [] [] | | |||
make | [] [] [] [] [] [] [] [] [] | | make | [] [] [] [] [] [] [] [] | | |||
man-db | [] [] | | man-db | [] [] | | |||
man-db-manpages | [] | | man-db-manpages | [] | | |||
minicom | [] [] [] [] [] | | minicom | [] [] [] [] | | |||
mkisofs | [] [] [] [] | | mkisofs | [] [] [] | | |||
myserver | | | myserver | | | |||
nano | [] [] [] [] [] [] | | nano | [] [] [] [] [] | | |||
opcodes | [] [] [] [] | | opcodes | [] [] [] | | |||
parted | [] [] [] [] | | parted | [] [] [] [] | | |||
pies | | | pies | | | |||
popt | [] [] [] [] [] [] [] [] [] | | popt | [] [] [] [] [] [] [] [] | | |||
psmisc | [] [] [] | | psmisc | [] [] | | |||
pspp | | | pspp | | | |||
pwdutils | [] [] | | pwdutils | [] [] | | |||
radius | [] [] | | radius | [] [] | | |||
recode | [] [] [] [] [] [] [] [] | | recode | [] [] [] [] [] [] [] | | |||
rosegarden | () () () () () | | rosegarden | () () () () | | |||
rpm | [] [] | | rpm | [] [] | | |||
rush | | | rush | | | |||
sarg | [] | | sarg | [] | | |||
screem | [] [] | | screem | [] [] | | |||
scrollkeeper | [] [] [] [] | | scrollkeeper | [] [] [] | | |||
sed | [] [] [] [] [] [] [] [] | | sed | [] [] [] [] [] [] [] | | |||
sharutils | [] [] [] [] [] [] [] | | sharutils | [] [] [] [] [] [] | | |||
shishi | [] | | shishi | [] | | |||
skencil | [] | | skencil | [] | | |||
solfege | [] [] [] [] | | solfege | [] [] [] | | |||
solfege-manual | [] [] | | solfege-manual | [] [] | | |||
soundtracker | [] [] | | soundtracker | [] [] | | |||
sp | [] () | | sp | [] () | | |||
sysstat | [] [] [] [] [] | | sysstat | [] [] [] [] | | |||
tar | [] [] [] [] [] [] [] | | tar | [] [] [] [] [] [] | | |||
texinfo | [] [] [] [] | | texinfo | [] [] [] [] | | |||
tin | [] | | tin | [] | | |||
unicode-han-tra... | | | unicode-han-tra... | | | |||
unicode-transla... | [] [] | | unicode-transla... | [] [] | | |||
util-linux-ng | [] [] [] [] [] [] | | util-linux-ng | [] [] [] [] [] | | |||
vice | () () () | | vice | () () () | | |||
vmm | [] | | vmm | [] | | |||
vorbis-tools | [] | | vorbis-tools | [] | | |||
wastesedge | () () | | wastesedge | () () | | |||
wdiff | [] | | wdiff | | | |||
wget | [] [] [] [] [] [] [] [] | | wget | [] [] [] [] [] [] [] | | |||
wyslij-po | [] [] [] | | wyslij-po | [] [] | | |||
xchat | [] [] [] [] [] [] [] [] [] | | xchat | [] [] [] [] [] [] [] [] | | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] | | |||
xkeyboard-config | [] [] [] [] [] | | xkeyboard-config | [] [] [] [] | | |||
+----------------------------------------------------+ | +------------------------------------------------+ | |||
fi fr ga gl gu he hi hr hu hy id is it ja ka kn | fr ga gl gu he hi hr hu hy id is it ja ka kn | |||
105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 | 121 53 20 4 8 2 5 53 2 120 5 83 66 0 4 | |||
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne | ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne | |||
+-----------------------------------------------+ | +-----------------------------------------------+ | |||
a2ps | [] | | a2ps | [] | | |||
aegis | | | aegis | | | |||
ant-phone | | | ant-phone | | | |||
anubis | [] [] | | anubis | [] [] | | |||
aspell | [] | | aspell | [] | | |||
bash | | | bash | | | |||
bfd | | | bfd | | | |||
skipping to change at line 778 | skipping to change at line 823 | |||
gpe-today | [] [] [] [] | | gpe-today | [] [] [] [] | | |||
gpe-todo | [] [] | | gpe-todo | [] [] | | |||
gphoto2 | | | gphoto2 | | | |||
gprof | [] | | gprof | [] | | |||
gpsdrive | | | gpsdrive | | | |||
gramadoir | | | gramadoir | | | |||
grep | | | grep | | | |||
grub | | | grub | | | |||
gsasl | | | gsasl | | | |||
gss | | | gss | | | |||
gst-plugins-bad | [] [] [] [] | | gst-plugins-bad | [] [] | | |||
gst-plugins-base | [] [] | | gst-plugins-base | [] [] | | |||
gst-plugins-good | [] [] | | gst-plugins-good | [] [] | | |||
gst-plugins-ugly | [] [] [] [] [] | | gst-plugins-ugly | [] [] [] [] [] | | |||
gstreamer | | | gstreamer | | | |||
gtick | | | gtick | | | |||
gtkam | [] | | gtkam | [] | | |||
gtkorphan | [] [] | | gtkorphan | [] [] | | |||
gtkspell | [] [] [] [] [] [] [] | | gtkspell | [] [] [] [] [] [] [] | | |||
gutenprint | | | gutenprint | | | |||
hello | [] [] [] | | hello | [] [] [] | | |||
skipping to change at line 878 | skipping to change at line 923 | |||
vorbis-tools | | | vorbis-tools | | | |||
wastesedge | | | wastesedge | | | |||
wdiff | | | wdiff | | | |||
wget | [] | | wget | [] | | |||
wyslij-po | | | wyslij-po | | | |||
xchat | [] [] [] | | xchat | [] [] [] | | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] | | xdg-user-dirs | [] [] [] [] [] [] [] [] | | |||
xkeyboard-config | [] [] [] | | xkeyboard-config | [] [] [] | | |||
+-----------------------------------------------+ | +-----------------------------------------------+ | |||
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne | ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne | |||
20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 | 20 5 10 1 12 48 4 2 2 4 24 10 19 3 1 | |||
nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr | nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr | |||
+---------------------------------------------------+ | +---------------------------------------------------+ | |||
a2ps | [] [] [] [] [] [] [] [] | | a2ps | [] [] [] [] [] [] [] [] | | |||
aegis | [] [] [] | | aegis | [] [] [] | | |||
ant-phone | [] [] | | ant-phone | [] [] | | |||
anubis | [] [] [] | | anubis | [] [] [] | | |||
aspell | [] [] [] [] [] | | aspell | [] [] [] [] [] | | |||
bash | [] [] | | bash | [] [] | | |||
bfd | [] | | bfd | [] | | |||
skipping to change at line 962 | skipping to change at line 1007 | |||
gpe-today | [] [] [] [] [] [] [] [] | | gpe-today | [] [] [] [] [] [] [] [] | | |||
gpe-todo | [] [] [] [] [] | | gpe-todo | [] [] [] [] [] | | |||
gphoto2 | [] [] [] [] [] [] [] [] | | gphoto2 | [] [] [] [] [] [] [] [] | | |||
gprof | [] [] [] | | gprof | [] [] [] | | |||
gpsdrive | [] [] | | gpsdrive | [] [] | | |||
gramadoir | [] [] | | gramadoir | [] [] | | |||
grep | [] [] [] [] | | grep | [] [] [] [] | | |||
grub | [] [] [] | | grub | [] [] [] | | |||
gsasl | [] [] [] [] | | gsasl | [] [] [] [] | | |||
gss | [] [] [] | | gss | [] [] [] | | |||
gst-plugins-bad | [] [] [] [] [] [] | | gst-plugins-bad | [] [] [] [] [] | | |||
gst-plugins-base | [] [] [] [] [] | | gst-plugins-base | [] [] [] [] [] | | |||
gst-plugins-good | [] [] [] [] [] | | gst-plugins-good | [] [] [] [] [] | | |||
gst-plugins-ugly | [] [] [] [] [] [] | | gst-plugins-ugly | [] [] [] [] [] [] | | |||
gstreamer | [] [] [] [] [] | | gstreamer | [] [] [] [] [] | | |||
gtick | [] [] [] | | gtick | [] [] [] | | |||
gtkam | [] [] [] [] [] [] | | gtkam | [] [] [] [] [] [] | | |||
gtkorphan | [] | | gtkorphan | [] | | |||
gtkspell | [] [] [] [] [] [] [] [] [] [] | | gtkspell | [] [] [] [] [] [] [] [] [] [] | | |||
gutenprint | [] [] | | gutenprint | [] [] | | |||
hello | [] [] [] [] | | hello | [] [] [] [] | | |||
skipping to change at line 999 | skipping to change at line 1044 | |||
latrine | [] [] | | latrine | [] [] | | |||
ld | | | ld | | | |||
leafpad | [] [] [] [] [] [] [] [] [] | | leafpad | [] [] [] [] [] [] [] [] [] | | |||
libc | [] [] [] [] | | libc | [] [] [] [] | | |||
libexif | [] [] () [] | | libexif | [] [] () [] | | |||
libextractor | | | libextractor | | | |||
libgnutls | [] [] | | libgnutls | [] [] | | |||
libgpewidget | [] [] [] | | libgpewidget | [] [] [] | | |||
libgpg-error | [] [] | | libgpg-error | [] [] | | |||
libgphoto2 | [] [] | | libgphoto2 | [] [] | | |||
libgphoto2_port | [] [] [] [] [] | | libgphoto2_port | [] [] [] [] | | |||
libgsasl | [] [] [] [] [] | | libgsasl | [] [] [] [] [] | | |||
libiconv | [] [] [] [] [] | | libiconv | [] [] [] [] [] | | |||
libidn | [] [] | | libidn | [] [] | | |||
lifelines | [] [] | | lifelines | [] [] | | |||
liferea | [] [] [] [] [] () () [] | | liferea | [] [] [] [] [] () () [] | | |||
lilypond | [] | | lilypond | [] | | |||
linkdr | [] [] [] | | linkdr | [] [] [] | | |||
lordsawar | | | lordsawar | | | |||
lprng | [] | | lprng | [] | | |||
lynx | [] [] [] | | lynx | [] [] [] | | |||
skipping to change at line 1059 | skipping to change at line 1104 | |||
util-linux-ng | [] [] [] [] [] | | util-linux-ng | [] [] [] [] [] | | |||
vice | [] | | vice | [] | | |||
vmm | [] | | vmm | [] | | |||
vorbis-tools | [] [] | | vorbis-tools | [] [] | | |||
wastesedge | [] | | wastesedge | [] | | |||
wdiff | [] [] | | wdiff | [] [] | | |||
wget | [] [] [] [] [] [] [] | | wget | [] [] [] [] [] [] [] | | |||
wyslij-po | [] [] [] | | wyslij-po | [] [] [] | | |||
xchat | [] [] [] [] [] [] [] [] [] | | xchat | [] [] [] [] [] [] [] [] [] | | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | | |||
xkeyboard-config | [] [] [] | | xkeyboard-config | [] [] [] [] [] | | |||
+---------------------------------------------------+ | +---------------------------------------------------+ | |||
nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr | nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr | |||
135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 | 135 10 4 7 105 1 29 61 47 91 3 55 47 8 37 | |||
sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW | sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW | |||
+---------------------------------------------------+ | +---------------------------------------------------+ | |||
a2ps | [] [] [] [] [] | 27 | a2ps | [] [] [] [] [] | 27 | |||
aegis | [] | 9 | aegis | [] | 9 | |||
ant-phone | [] [] [] [] | 9 | ant-phone | [] [] [] [] | 9 | |||
anubis | [] [] [] [] | 15 | anubis | [] [] [] [] | 15 | |||
aspell | [] [] [] | 20 | aspell | [] [] [] | 20 | |||
bash | [] [] [] | 12 | bash | [] [] | 11 | |||
bfd | [] | 6 | bfd | [] | 6 | |||
bibshelf | [] [] [] | 16 | bibshelf | [] [] [] | 16 | |||
binutils | [] [] | 8 | binutils | [] [] | 8 | |||
bison | [] [] | 12 | bison | [] [] | 12 | |||
bison-runtime | [] [] [] [] [] [] | 29 | bison-runtime | [] [] [] [] [] [] | 29 | |||
bluez-pin | [] [] [] [] [] [] [] [] | 37 | bluez-pin | [] [] [] [] [] [] [] [] | 37 | |||
bombono-dvd | [] | 4 | bombono-dvd | [] | 4 | |||
buzztard | [] | 7 | buzztard | [] | 7 | |||
cflow | [] [] [] | 9 | cflow | [] [] [] | 9 | |||
clisp | | 10 | clisp | | 10 | |||
coreutils | [] [] [] [] | 22 | coreutils | [] [] [] [] | 22 | |||
cpio | [] [] [] [] [] [] | 13 | cpio | [] [] [] [] [] [] | 13 | |||
cppi | [] [] | 5 | cppi | [] [] | 5 | |||
cpplib | [] [] [] [] [] [] | 14 | cpplib | [] [] [] [] [] [] | 13 | |||
cryptsetup | [] [] | 7 | cryptsetup | [] [] | 7 | |||
dfarc | [] | 9 | dfarc | [] | 9 | |||
dialog | [] [] [] [] [] [] [] | 30 | dialog | [] [] [] [] [] [] [] | 30 | |||
dico | [] | 2 | dico | [] | 2 | |||
diffutils | [] [] [] [] [] [] | 30 | diffutils | [] [] [] [] [] [] | 30 | |||
dink | | 4 | dink | | 4 | |||
doodle | [] [] | 7 | doodle | [] [] | 7 | |||
e2fsprogs | [] [] [] | 11 | e2fsprogs | [] [] [] | 11 | |||
enscript | [] [] [] [] | 17 | enscript | [] [] [] [] | 17 | |||
exif | [] [] [] | 16 | exif | [] [] [] | 16 | |||
fetchmail | [] [] [] | 17 | fetchmail | [] [] [] | 17 | |||
findutils | [] [] [] [] [] | 20 | findutils | [] [] [] [] [] | 20 | |||
flex | [] [] [] [] | 15 | flex | [] [] [] [] | 15 | |||
freedink | [] | 10 | freedink | [] | 10 | |||
gas | [] | 4 | gas | [] | 4 | |||
gawk | [] [] [] [] | 18 | gawk | [] [] [] [] | 18 | |||
gcal | [] [] | 5 | gcal | [] [] | 5 | |||
gcc | [] [] [] | 7 | gcc | [] [] [] | 7 | |||
gettext-examples | [] [] [] [] [] [] [] | 34 | gettext-examples | [] [] [] [] [] [] [] | 34 | |||
gettext-runtime | [] [] [] [] [] [] [] | 29 | gettext-runtime | [] [] [] [] [] [] [] | 30 | |||
gettext-tools | [] [] [] [] [] [] | 22 | gettext-tools | [] [] [] [] [] [] | 22 | |||
gip | [] [] [] [] | 22 | gip | [] [] [] [] | 22 | |||
gjay | [] | 3 | gjay | [] | 3 | |||
gliv | [] [] [] | 14 | gliv | [] [] [] | 14 | |||
glunarclock | [] [] [] [] [] | 19 | glunarclock | [] [] [] [] [] | 19 | |||
gnubiff | [] [] | 4 | gnubiff | [] [] | 4 | |||
gnucash | () [] () [] () | 10 | gnucash | () [] () () | 9 | |||
gnuedu | [] [] | 7 | gnuedu | [] [] | 7 | |||
gnulib | [] [] [] [] | 16 | gnulib | [] [] [] [] | 16 | |||
gnunet | [] | 1 | gnunet | [] | 1 | |||
gnunet-gtk | [] [] [] | 5 | gnunet-gtk | [] [] [] | 5 | |||
gnutls | [] [] [] | 10 | gnutls | [] [] [] | 10 | |||
gold | [] | 4 | gold | [] | 4 | |||
gpe-aerial | [] [] [] | 18 | gpe-aerial | [] [] [] | 18 | |||
gpe-beam | [] [] [] | 19 | gpe-beam | [] [] [] | 19 | |||
gpe-bluetooth | [] [] [] | 13 | gpe-bluetooth | [] [] [] | 13 | |||
gpe-calendar | [] [] [] [] | 12 | gpe-calendar | [] [] [] [] | 12 | |||
skipping to change at line 1146 | skipping to change at line 1191 | |||
gpe-today | [] [] [] [] [] [] | 30 | gpe-today | [] [] [] [] [] [] | 30 | |||
gpe-todo | [] [] [] [] | 17 | gpe-todo | [] [] [] [] | 17 | |||
gphoto2 | [] [] [] [] [] | 24 | gphoto2 | [] [] [] [] [] | 24 | |||
gprof | [] [] [] | 15 | gprof | [] [] [] | 15 | |||
gpsdrive | [] [] [] | 11 | gpsdrive | [] [] [] | 11 | |||
gramadoir | [] [] [] | 11 | gramadoir | [] [] [] | 11 | |||
grep | [] [] [] | 10 | grep | [] [] [] | 10 | |||
grub | [] [] [] | 14 | grub | [] [] [] | 14 | |||
gsasl | [] [] [] [] | 14 | gsasl | [] [] [] [] | 14 | |||
gss | [] [] [] | 11 | gss | [] [] [] | 11 | |||
gst-plugins-bad | [] [] [] [] | 26 | gst-plugins-bad | [] [] [] [] | 22 | |||
gst-plugins-base | [] [] [] [] [] | 24 | gst-plugins-base | [] [] [] [] [] | 24 | |||
gst-plugins-good | [] [] [] [] | 24 | gst-plugins-good | [] [] [] [] [] | 25 | |||
gst-plugins-ugly | [] [] [] [] [] | 29 | gst-plugins-ugly | [] [] [] [] [] | 29 | |||
gstreamer | [] [] [] [] | 22 | gstreamer | [] [] [] [] | 22 | |||
gtick | [] [] [] | 13 | gtick | [] [] [] | 13 | |||
gtkam | [] [] [] | 20 | gtkam | [] [] [] | 20 | |||
gtkorphan | [] [] [] | 14 | gtkorphan | [] [] [] | 14 | |||
gtkspell | [] [] [] [] [] [] [] [] [] | 45 | gtkspell | [] [] [] [] [] [] [] [] [] | 45 | |||
gutenprint | [] | 10 | gutenprint | [] | 10 | |||
hello | [] [] [] [] [] [] | 21 | hello | [] [] [] [] [] [] | 21 | |||
help2man | [] [] | 7 | help2man | [] [] | 7 | |||
hylafax | [] | 5 | hylafax | [] | 5 | |||
skipping to change at line 1177 | skipping to change at line 1222 | |||
jwhois | [] [] [] [] [] | 16 | jwhois | [] [] [] [] [] | 16 | |||
kbd | [] [] [] [] [] | 15 | kbd | [] [] [] [] [] | 15 | |||
keytouch | [] [] [] | 16 | keytouch | [] [] [] | 16 | |||
keytouch-editor | [] [] [] | 14 | keytouch-editor | [] [] [] | 14 | |||
keytouch-keyboa... | [] [] [] | 14 | keytouch-keyboa... | [] [] [] | 14 | |||
klavaro | [] | 11 | klavaro | [] | 11 | |||
latrine | [] [] [] | 10 | latrine | [] [] [] | 10 | |||
ld | [] [] [] [] | 11 | ld | [] [] [] [] | 11 | |||
leafpad | [] [] [] [] [] [] | 33 | leafpad | [] [] [] [] [] [] | 33 | |||
libc | [] [] [] [] [] | 21 | libc | [] [] [] [] [] | 21 | |||
libexif | [] () | 7 | libexif | [] () | 6 | |||
libextractor | [] | 1 | libextractor | [] | 1 | |||
libgnutls | [] [] [] | 9 | libgnutls | [] [] [] | 9 | |||
libgpewidget | [] [] [] | 14 | libgpewidget | [] [] [] | 14 | |||
libgpg-error | [] [] [] | 9 | libgpg-error | [] [] [] | 9 | |||
libgphoto2 | [] [] | 8 | libgphoto2 | [] [] | 8 | |||
libgphoto2_port | [] [] [] [] | 14 | libgphoto2_port | [] [] [] [] | 13 | |||
libgsasl | [] [] [] | 13 | libgsasl | [] [] [] | 13 | |||
libiconv | [] [] [] [] | 21 | libiconv | [] [] [] [] | 21 | |||
libidn | () [] [] | 11 | libidn | () [] [] | 11 | |||
lifelines | [] | 4 | lifelines | [] | 4 | |||
liferea | [] [] [] | 21 | liferea | [] [] [] | 21 | |||
lilypond | [] | 7 | lilypond | [] | 7 | |||
linkdr | [] [] [] [] [] | 17 | linkdr | [] [] [] [] [] | 17 | |||
lordsawar | | 1 | lordsawar | | 1 | |||
lprng | [] | 3 | lprng | [] | 3 | |||
lynx | [] [] [] [] | 17 | lynx | [] [] [] [] | 17 | |||
skipping to change at line 1229 | skipping to change at line 1274 | |||
sed | [] [] [] [] [] | 30 | sed | [] [] [] [] [] | 30 | |||
sharutils | [] [] [] [] [] | 22 | sharutils | [] [] [] [] [] | 22 | |||
shishi | [] | 3 | shishi | [] | 3 | |||
skencil | [] [] | 7 | skencil | [] [] | 7 | |||
solfege | [] [] [] [] | 16 | solfege | [] [] [] [] | 16 | |||
solfege-manual | [] | 8 | solfege-manual | [] | 8 | |||
soundtracker | [] [] [] | 9 | soundtracker | [] [] [] | 9 | |||
sp | [] | 3 | sp | [] | 3 | |||
sysstat | [] [] | 15 | sysstat | [] [] | 15 | |||
tar | [] [] [] [] [] [] | 23 | tar | [] [] [] [] [] [] | 23 | |||
texinfo | [] [] [] [] [] | 17 | texinfo | [] [] [] [] | 16 | |||
tin | | 4 | tin | | 4 | |||
unicode-han-tra... | | 0 | unicode-han-tra... | | 0 | |||
unicode-transla... | | 2 | unicode-transla... | | 2 | |||
util-linux-ng | [] [] [] [] | 20 | util-linux-ng | [] [] [] [] | 20 | |||
vice | () () | 1 | vice | () () | 1 | |||
vmm | [] | 4 | vmm | [] | 4 | |||
vorbis-tools | [] | 6 | vorbis-tools | [] | 6 | |||
wastesedge | | 2 | wastesedge | | 2 | |||
wdiff | [] [] | 7 | wdiff | [] [] | 7 | |||
wget | [] [] [] [] [] | 26 | wget | [] [] [] [] [] | 26 | |||
wyslij-po | [] [] | 8 | wyslij-po | [] [] | 8 | |||
xchat | [] [] [] [] [] [] | 36 | xchat | [] [] [] [] [] [] | 36 | |||
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | 60 | |||
xkeyboard-config | [] [] [] | 22 | xkeyboard-config | [] [] [] [] | 25 | |||
+---------------------------------------------------+ | +---------------------------------------------------+ | |||
85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW | 84 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW | |||
178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 261 | 178 domains 119 1 3 2 0 10 66 50 155 17 97 7 41 261 | |||
8 | 0 | |||
Some counters in the preceding matrix are higher than the number of | Some counters in the preceding matrix are higher than the number of | |||
visible blocks let us expect. This is because a few extra PO files are | visible blocks let us expect. This is because a few extra PO files are | |||
used for implementing regional variants of languages, or language | used for implementing regional variants of languages, or language | |||
dialects. | dialects. | |||
For a PO file in the matrix above to be effective, the package to | For a PO file in the matrix above to be effective, the package to | |||
which it applies should also have been internationalized and | which it applies should also have been internationalized and | |||
distributed as such by its maintainer. There might be an observable | distributed as such by its maintainer. There might be an observable | |||
lag between the mere existence a PO file and its wide availability in a | lag between the mere existence a PO file and its wide availability in a | |||
distribution. | distribution. | |||
If June 2010 seems to be old, you may fetch a more recent copy of | If May 2010 seems to be old, you may fetch a more recent copy of | |||
this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date | this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date | |||
matrix with full percentage details can be found at | matrix with full percentage details can be found at | |||
`http://translationproject.org/extra/matrix.html'. | `http://translationproject.org/extra/matrix.html'. | |||
1.5 Using `gettext' in new packages | 1.6 Using `gettext' in new packages | |||
=================================== | =================================== | |||
If you are writing a freely available program and want to | If you are writing a freely available program and want to | |||
internationalize it you are welcome to use GNU `gettext' in your | internationalize it you are welcome to use GNU `gettext' in your | |||
package. Of course you have to respect the GNU Library General Public | package. Of course you have to respect the GNU Library General Public | |||
License which covers the use of the GNU `gettext' library. This means | License which covers the use of the GNU `gettext' library. This means | |||
in particular that even non-free programs can use `libintl' as a shared | in particular that even non-free programs can use `libintl' as a shared | |||
library, whereas only free software can use `libintl' as a static | library, whereas only free software can use `libintl' as a static | |||
library or use modified versions of `libintl'. | library or use modified versions of `libintl'. | |||
End of changes. 44 change blocks. | ||||
568 lines changed or deleted | 613 lines changed or added |