revert to single configure scheme
authorladanyi
Wed, 12 Apr 2006 20:38:22 +0000
changeset 204354f80cf6ac86
parent 2042 bdc953f2a449
child 2044 83b086406f10
revert to single configure scheme
Makefile.am
bootstrap
configure.ac
gui/ABOUT-NLS
gui/Makefile.am
gui/bootstrap
gui/configure.ac
gui/po/LINGUAS
gui/po/Makevars
gui/po/POTFILES.in
gui/po/glemon.pot
gui/po/hu.po
po/LINGUAS
po/Makevars
po/POTFILES.in
po/hu.po
po/lemon.pot
     1.1 --- a/Makefile.am	Fri Apr 07 09:54:35 2006 +0000
     1.2 +++ b/Makefile.am	Wed Apr 12 20:38:22 2006 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4    MAYBE_BENCHMARK = benchmark
     1.5  endif
     1.6  
     1.7 -SUBDIRS = lemon $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
     1.8 +SUBDIRS = lemon po $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
     1.9  
    1.10  MRPROPERFILES = \
    1.11  	aclocal.m4 \
    1.12 @@ -35,6 +35,7 @@
    1.13  	build-aux/ltmain.sh \
    1.14  	build-aux/missing \
    1.15  	build-aux/mkinstalldirs \
    1.16 +	build-aux/config.rpath \
    1.17  	doc/Makefile.in \
    1.18  	doc/doxygen.log \
    1.19  	Makefile.in \
    1.20 @@ -43,7 +44,46 @@
    1.21  	benchmark/Makefile.in \
    1.22  	demo/Makefile.in \
    1.23  	gui/icons/Makefile.in \
    1.24 -	gui/Makefile.in
    1.25 +	gui/Makefile.in \
    1.26 +	ABOUT-NLS \
    1.27 +	m4/lib-link.m4 \
    1.28 +	m4/printf-posix.m4 \
    1.29 +	m4/uintmax_t.m4 \
    1.30 +	m4/signed.m4 \
    1.31 +	m4/iconv.m4 \
    1.32 +	m4/inttypes.m4 \
    1.33 +	m4/longlong.m4 \
    1.34 +	m4/glibc21.m4 \
    1.35 +	m4/inttypes_h.m4 \
    1.36 +	m4/codeset.m4 \
    1.37 +	m4/longdouble.m4 \
    1.38 +	m4/nls.m4 \
    1.39 +	m4/intmax.m4 \
    1.40 +	m4/lib-prefix.m4 \
    1.41 +	m4/glibc2.m4 \
    1.42 +	m4/xsize.m4 \
    1.43 +	m4/lcmessage.m4 \
    1.44 +	m4/lib-ld.m4 \
    1.45 +	m4/ulonglong.m4 \
    1.46 +	m4/wint_t.m4 \
    1.47 +	m4/progtest.m4 \
    1.48 +	m4/inttypes-pri.m4 \
    1.49 +	m4/stdint_h.m4 \
    1.50 +	m4/intdiv0.m4 \
    1.51 +	m4/isc-posix.m4 \
    1.52 +	m4/po.m4 \
    1.53 +	m4/size_max.m4 \
    1.54 +	m4/gettext.m4 \
    1.55 +	m4/wchar_t.m4 \
    1.56 +	po/Rules-quot \
    1.57 +	po/en@quot.header \
    1.58 +	po/insert-header.sin \
    1.59 +	po/quot.sed \
    1.60 +	po/en@boldquot.header \
    1.61 +	po/boldquot.sed \
    1.62 +	po/Makevars.template \
    1.63 +	po/remove-potcdate.sin \
    1.64 +	po/Makefile.in.in
    1.65  
    1.66  doc-clean:
    1.67  	$(MAKE) -C doc $(AM_MAKEFLAGS) clean html
     2.1 --- a/bootstrap	Fri Apr 07 09:54:35 2006 +0000
     2.2 +++ b/bootstrap	Wed Apr 12 20:38:22 2006 +0000
     2.3 @@ -80,6 +80,7 @@
     2.4  set -e
     2.5  quiet || set -x
     2.6  
     2.7 +autopoint
     2.8  $aclocal -I m4
     2.9  (quiet && exec > /dev/null; libtoolize --force --copy)
    2.10  $autoconf
     3.1 --- a/configure.ac	Fri Apr 07 09:54:35 2006 +0000
     3.2 +++ b/configure.ac	Wed Apr 12 20:38:22 2006 +0000
     3.3 @@ -17,6 +17,10 @@
     3.4  AC_DISABLE_SHARED
     3.5  AC_PROG_LIBTOOL
     3.6  
     3.7 +dnl i18n
     3.8 +AM_GNU_GETTEXT_VERSION([0.14.5])
     3.9 +AM_GNU_GETTEXT([external])
    3.10 +
    3.11  if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    3.12    CXXFLAGS="$CXXFLAGS -Wall -W"
    3.13  fi
    3.14 @@ -66,7 +70,7 @@
    3.15    AC_MSG_RESULT([no])
    3.16  fi
    3.17  if test x"$enable_gui" != x"no"; then
    3.18 -  AC_CONFIG_SUBDIRS([gui])
    3.19 +  PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
    3.20  fi
    3.21  AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])
    3.22  
    3.23 @@ -99,9 +103,6 @@
    3.24  dnl Checks for header files.
    3.25  AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    3.26  
    3.27 -dnl Checks for header files.
    3.28 -AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    3.29 -
    3.30  dnl Checks for typedefs, structures, and compiler characteristics.
    3.31  AC_C_CONST
    3.32  AC_C_INLINE
    3.33 @@ -124,6 +125,8 @@
    3.34  benchmark/Makefile
    3.35  demo/Makefile
    3.36  test/Makefile
    3.37 +gui/Makefile
    3.38 +po/Makefile.in
    3.39  ])
    3.40  
    3.41  AC_OUTPUT
     4.1 --- a/gui/ABOUT-NLS	Fri Apr 07 09:54:35 2006 +0000
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,996 +0,0 @@
     4.4 -1 Notes on the Free Translation Project
     4.5 -***************************************
     4.6 -
     4.7 -Free software is going international!  The Free Translation Project is
     4.8 -a way to get maintainers of free software, translators, and users all
     4.9 -together, so that free software will gradually become able to speak many
    4.10 -languages.  A few packages already provide translations for their
    4.11 -messages.
    4.12 -
    4.13 -   If you found this `ABOUT-NLS' file inside a distribution, you may
    4.14 -assume that the distributed package does use GNU `gettext' internally,
    4.15 -itself available at your nearest GNU archive site.  But you do _not_
    4.16 -need to install GNU `gettext' prior to configuring, installing or using
    4.17 -this package with messages translated.
    4.18 -
    4.19 -   Installers will find here some useful hints.  These notes also
    4.20 -explain how users should proceed for getting the programs to use the
    4.21 -available translations.  They tell how people wanting to contribute and
    4.22 -work on translations can contact the appropriate team.
    4.23 -
    4.24 -   When reporting bugs in the `intl/' directory or bugs which may be
    4.25 -related to internationalization, you should tell about the version of
    4.26 -`gettext' which is used.  The information can be found in the
    4.27 -`intl/VERSION' file, in internationalized packages.
    4.28 -
    4.29 -1.1 Quick configuration advice
    4.30 -==============================
    4.31 -
    4.32 -If you want to exploit the full power of internationalization, you
    4.33 -should configure it using
    4.34 -
    4.35 -     ./configure --with-included-gettext
    4.36 -
    4.37 -to force usage of internationalizing routines provided within this
    4.38 -package, despite the existence of internationalizing capabilities in the
    4.39 -operating system where this package is being installed.  So far, only
    4.40 -the `gettext' implementation in the GNU C library version 2 provides as
    4.41 -many features (such as locale alias, message inheritance, automatic
    4.42 -charset conversion or plural form handling) as the implementation here.
    4.43 -It is also not possible to offer this additional functionality on top
    4.44 -of a `catgets' implementation.  Future versions of GNU `gettext' will
    4.45 -very likely convey even more functionality.  So it might be a good idea
    4.46 -to change to GNU `gettext' as soon as possible.
    4.47 -
    4.48 -   So you need _not_ provide this option if you are using GNU libc 2 or
    4.49 -you have installed a recent copy of the GNU gettext package with the
    4.50 -included `libintl'.
    4.51 -
    4.52 -1.2 INSTALL Matters
    4.53 -===================
    4.54 -
    4.55 -Some packages are "localizable" when properly installed; the programs
    4.56 -they contain can be made to speak your own native language.  Most such
    4.57 -packages use GNU `gettext'.  Other packages have their own ways to
    4.58 -internationalization, predating GNU `gettext'.
    4.59 -
    4.60 -   By default, this package will be installed to allow translation of
    4.61 -messages.  It will automatically detect whether the system already
    4.62 -provides the GNU `gettext' functions.  If not, the included GNU
    4.63 -`gettext' library will be used.  This library is wholly contained
    4.64 -within this package, usually in the `intl/' subdirectory, so prior
    4.65 -installation of the GNU `gettext' package is _not_ required.
    4.66 -Installers may use special options at configuration time for changing
    4.67 -the default behaviour.  The commands:
    4.68 -
    4.69 -     ./configure --with-included-gettext
    4.70 -     ./configure --disable-nls
    4.71 -
    4.72 -will, respectively, bypass any pre-existing `gettext' to use the
    4.73 -internationalizing routines provided within this package, or else,
    4.74 -_totally_ disable translation of messages.
    4.75 -
    4.76 -   When you already have GNU `gettext' installed on your system and run
    4.77 -configure without an option for your new package, `configure' will
    4.78 -probably detect the previously built and installed `libintl.a' file and
    4.79 -will decide to use this.  This might not be desirable.  You should use
    4.80 -the more recent version of the GNU `gettext' library.  I.e. if the file
    4.81 -`intl/VERSION' shows that the library which comes with this package is
    4.82 -more recent, you should use
    4.83 -
    4.84 -     ./configure --with-included-gettext
    4.85 -
    4.86 -to prevent auto-detection.
    4.87 -
    4.88 -   The configuration process will not test for the `catgets' function
    4.89 -and therefore it will not be used.  The reason is that even an
    4.90 -emulation of `gettext' on top of `catgets' could not provide all the
    4.91 -extensions of the GNU `gettext' library.
    4.92 -
    4.93 -   Internationalized packages usually have many `po/LL.po' files, where
    4.94 -LL gives an ISO 639 two-letter code identifying the language.  Unless
    4.95 -translations have been forbidden at `configure' time by using the
    4.96 -`--disable-nls' switch, all available translations are installed
    4.97 -together with the package.  However, the environment variable `LINGUAS'
    4.98 -may be set, prior to configuration, to limit the installed set.
    4.99 -`LINGUAS' should then contain a space separated list of two-letter
   4.100 -codes, stating which languages are allowed.
   4.101 -
   4.102 -1.3 Using This Package
   4.103 -======================
   4.104 -
   4.105 -As a user, if your language has been installed for this package, you
   4.106 -only have to set the `LANG' environment variable to the appropriate
   4.107 -`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
   4.108 -and `CC' is an ISO 3166 two-letter country code.  For example, let's
   4.109 -suppose that you speak German and live in Germany.  At the shell
   4.110 -prompt, merely execute `setenv LANG de_DE' (in `csh'),
   4.111 -`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
   4.112 -This can be done from your `.login' or `.profile' file, once and for
   4.113 -all.
   4.114 -
   4.115 -   You might think that the country code specification is redundant.
   4.116 -But in fact, some languages have dialects in different countries.  For
   4.117 -example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
   4.118 -country code serves to distinguish the dialects.
   4.119 -
   4.120 -   The locale naming convention of `LL_CC', with `LL' denoting the
   4.121 -language and `CC' denoting the country, is the one use on systems based
   4.122 -on GNU libc.  On other systems, some variations of this scheme are
   4.123 -used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
   4.124 -locales supported by your system for your country by running the command
   4.125 -`locale -a | grep '^LL''.
   4.126 -
   4.127 -   Not all programs have translations for all languages.  By default, an
   4.128 -English message is shown in place of a nonexistent translation.  If you
   4.129 -understand other languages, you can set up a priority list of languages.
   4.130 -This is done through a different environment variable, called
   4.131 -`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
   4.132 -for the purpose of message handling, but you still need to have `LANG'
   4.133 -set to the primary language; this is required by other parts of the
   4.134 -system libraries.  For example, some Swedish users who would rather
   4.135 -read translations in German than English for when Swedish is not
   4.136 -available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
   4.137 -
   4.138 -   Special advice for Norwegian users: The language code for Norwegian
   4.139 -bokma*l changed from `no' to `nb' recently (in 2003).  During the
   4.140 -transition period, while some message catalogs for this language are
   4.141 -installed under `nb' and some older ones under `no', it's recommended
   4.142 -for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
   4.143 -older translations are used.
   4.144 -
   4.145 -   In the `LANGUAGE' environment variable, but not in the `LANG'
   4.146 -environment variable, `LL_CC' combinations can be abbreviated as `LL'
   4.147 -to denote the language's main dialect.  For example, `de' is equivalent
   4.148 -to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
   4.149 -(Portuguese as spoken in Portugal) in this context.
   4.150 -
   4.151 -1.4 Translating Teams
   4.152 -=====================
   4.153 -
   4.154 -For the Free Translation Project to be a success, we need interested
   4.155 -people who like their own language and write it well, and who are also
   4.156 -able to synergize with other translators speaking the same language.
   4.157 -Each translation team has its own mailing list.  The up-to-date list of
   4.158 -teams can be found at the Free Translation Project's homepage,
   4.159 -`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
   4.160 -area.
   4.161 -
   4.162 -   If you'd like to volunteer to _work_ at translating messages, you
   4.163 -should become a member of the translating team for your own language.
   4.164 -The subscribing address is _not_ the same as the list itself, it has
   4.165 -`-request' appended.  For example, speakers of Swedish can send a
   4.166 -message to `sv-request@li.org', having this message body:
   4.167 -
   4.168 -     subscribe
   4.169 -
   4.170 -   Keep in mind that team members are expected to participate
   4.171 -_actively_ in translations, or at solving translational difficulties,
   4.172 -rather than merely lurking around.  If your team does not exist yet and
   4.173 -you want to start one, or if you are unsure about what to do or how to
   4.174 -get started, please write to `translation@iro.umontreal.ca' to reach the
   4.175 -coordinator for all translator teams.
   4.176 -
   4.177 -   The English team is special.  It works at improving and uniformizing
   4.178 -the terminology in use.  Proven linguistic skill are praised more than
   4.179 -programming skill, here.
   4.180 -
   4.181 -1.5 Available Packages
   4.182 -======================
   4.183 -
   4.184 -Languages are not equally supported in all packages.  The following
   4.185 -matrix shows the current state of internationalization, as of May 2005.
   4.186 -The matrix shows, in regard of each package, for which languages PO
   4.187 -files have been submitted to translation coordination, with a
   4.188 -translation percentage of at least 50%.
   4.189 -
   4.190 -     Ready PO files       af am ar az be bg bs ca cs cy da de el en en_GB
   4.191 -                        +-------------------------------------------------+
   4.192 -     GNUnet             |                                                 |
   4.193 -     a2ps               |             []                [] [] []     []   |
   4.194 -     aegis              |                                  ()             |
   4.195 -     ant-phone          |                                  ()             |
   4.196 -     anubis             |                                  []             |
   4.197 -     ap-utils           |                                                 |
   4.198 -     aspell             |                         []    [] []        []   |
   4.199 -     bash               |                      []          []             |
   4.200 -     batchelor          |                                  []             |
   4.201 -     bfd                |                                                 |
   4.202 -     bibshelf           |                                  []             |
   4.203 -     binutils           |                               []                |
   4.204 -     bison              |                               [] []             |
   4.205 -     bluez-pin          | []                      []       [] []          |
   4.206 -     clisp              |                                  []    []       |
   4.207 -     console-tools      |                         []       []             |
   4.208 -     coreutils          |                []    []       [] []             |
   4.209 -     cpio               |                                                 |
   4.210 -     cpplib             |                      []       [] []             |
   4.211 -     darkstat           |                []             () []             |
   4.212 -     dialog             |                      [] [] [] [] [] []          |
   4.213 -     diffutils          |                      [] []    [] [] []          |
   4.214 -     doodle             |                                  []             |
   4.215 -     e2fsprogs          |                         []       []             |
   4.216 -     enscript           |                      []       [] []        []   |
   4.217 -     error              |                      []       [] []        []   |
   4.218 -     fetchmail          |                      []       [] () []          |
   4.219 -     fileutils          |                               [] []             |
   4.220 -     findutils          |                      []       []    []          |
   4.221 -     flex               |                      []       [] []             |
   4.222 -     fslint             |                                  []             |
   4.223 -     gas                |                                                 |
   4.224 -     gawk               |                      []       [] []             |
   4.225 -     gbiff              |                                  []             |
   4.226 -     gcal               |                      []                         |
   4.227 -     gcc                |                                  []             |
   4.228 -     gettext-examples   | []                   []          [] []          |
   4.229 -     gettext-runtime    |             []       []       [] []             |
   4.230 -     gettext-tools      |                      []          []             |
   4.231 -     gimp-print         |                         []    [] []        []   |
   4.232 -     gip                |                                                 |
   4.233 -     gliv               |                                  []             |
   4.234 -     glunarclock        |                                                 |
   4.235 -     gmult              | []                               []             |
   4.236 -     gnubiff            |                                  ()             |
   4.237 -     gnucash            |                         []       () ()     []   |
   4.238 -     gnucash-glossary   |                               [] ()             |
   4.239 -     gpe-aerial         |                         []       []             |
   4.240 -     gpe-beam           |                         []       []             |
   4.241 -     gpe-calendar       |                         []       []             |
   4.242 -     gpe-clock          |                         []       []             |
   4.243 -     gpe-conf           |                         []       []             |
   4.244 -     gpe-contacts       |                                                 |
   4.245 -     gpe-edit           |                         []                      |
   4.246 -     gpe-go             |                         []                      |
   4.247 -     gpe-login          |                         []       []             |
   4.248 -     gpe-ownerinfo      |                         []       []             |
   4.249 -     gpe-sketchbook     |                         []       []             |
   4.250 -     gpe-su             |                         []       []             |
   4.251 -     gpe-taskmanager    |                         []       []             |
   4.252 -     gpe-timesheet      |                         []                      |
   4.253 -     gpe-today          |                         []       []             |
   4.254 -     gpe-todo           |                         []       []             |
   4.255 -     gphoto2            |                         []    [] []        []   |
   4.256 -     gprof              |                               [] []             |
   4.257 -     gpsdrive           |                                  ()    ()       |
   4.258 -     gramadoir          | []                               []             |
   4.259 -     grep               | []          [] []    []          [] []          |
   4.260 -     gretl              |                                                 |
   4.261 -     gsasl              |                                  []             |
   4.262 -     gss                |                                                 |
   4.263 -     gst-plugins        | []       []          [] []       []        []   |
   4.264 -     gstreamer          | []                   [] []       []        []   |
   4.265 -     gtick              | []                               ()             |
   4.266 -     gtkspell           |             []                   [] []          |
   4.267 -     hello              |                      []       [] [] []          |
   4.268 -     id-utils           |                               [] []             |
   4.269 -     impost             |                                                 |
   4.270 -     indent             |                      []          []             |
   4.271 -     iso_3166           |                                                 |
   4.272 -     iso_3166_1         |                      [] []    [] [] []          |
   4.273 -     iso_3166_2         |                                                 |
   4.274 -     iso_3166_3         |                                  []             |
   4.275 -     iso_4217           |                                                 |
   4.276 -     iso_639            |                                                 |
   4.277 -     jpilot             |                         []                      |
   4.278 -     jtag               |                                                 |
   4.279 -     jwhois             |                                                 |
   4.280 -     kbd                |                         []    [] [] []          |
   4.281 -     latrine            |                                  ()             |
   4.282 -     ld                 |                               []                |
   4.283 -     libc               |                      [] []    [] [] []          |
   4.284 -     libextractor       |                                                 |
   4.285 -     libgpewidget       |                         []    [] []             |
   4.286 -     libgphoto2         |                                  []             |
   4.287 -     libgphoto2_port    |                                  []             |
   4.288 -     libgsasl           |                                                 |
   4.289 -     libiconv           | []                   []       [] [] []          |
   4.290 -     libidn             |                                                 |
   4.291 -     lifelines          |                               [] ()             |
   4.292 -     lilypond           |                                  []             |
   4.293 -     lingoteach         |                                                 |
   4.294 -     lynx               |                      [] []    [] []             |
   4.295 -     m4                 |                         []    [] [] []          |
   4.296 -     mailutils          |                      []                         |
   4.297 -     make               |                               [] []             |
   4.298 -     man-db             |                      [] ()    [] []             |
   4.299 -     minicom            |                         []       []             |
   4.300 -     mysecretdiary      |                               [] []             |
   4.301 -     nano               |                      [] ()       []             |
   4.302 -     nano_1_0           |                      [] ()    [] []             |
   4.303 -     opcodes            |                                  []             |
   4.304 -     parted             |                      [] []    [] []             |
   4.305 -     psmisc             |                                                 |
   4.306 -     ptx                |                      []       [] []             |
   4.307 -     pwdutils           |                                                 |
   4.308 -     python             |                                                 |
   4.309 -     radius             |                      []                         |
   4.310 -     recode             |             []       []       [] [] []          |
   4.311 -     rpm                |                         []    []                |
   4.312 -     screem             |                                                 |
   4.313 -     scrollkeeper       |          [] []       [] [] [] [] []        []   |
   4.314 -     sed                |                      []          []             |
   4.315 -     sh-utils           |                               [] []             |
   4.316 -     shared-mime-info   |                []       []                      |
   4.317 -     sharutils          |                      [] []    [] [] []          |
   4.318 -     silky              |                                                 |
   4.319 -     skencil            |                               [] ()             |
   4.320 -     sketch             |                               [] ()             |
   4.321 -     solfege            |                                  []             |
   4.322 -     soundtracker       |                               [] []             |
   4.323 -     sp                 |                                  []             |
   4.324 -     stardict           |                         []                      |
   4.325 -     tar                |                                                 |
   4.326 -     texinfo            |                               [] []             |
   4.327 -     textutils          |                      []       [] []             |
   4.328 -     tin                |                                  ()        ()   |
   4.329 -     tp-robot           |                                  []             |
   4.330 -     tuxpaint           | []                   [] []    [] [] []     []   |
   4.331 -     unicode-han-tra... |                                                 |
   4.332 -     unicode-transla... |                                                 |
   4.333 -     util-linux         |                      [] []    [] []             |
   4.334 -     vorbis-tools       |             []          []    []           []   |
   4.335 -     wastesedge         |                                  ()             |
   4.336 -     wdiff              |                      []       [] []        []   |
   4.337 -     wget               |                                                 |
   4.338 -     xchat              |                []    []          [] []     []   |
   4.339 -     xkeyboard-config   |                                                 |
   4.340 -     xpad               |                                                 |
   4.341 -                        +-------------------------------------------------+
   4.342 -                          af am ar az be bg bs ca cs cy da de el en en_GB
   4.343 -                          10  0  0  2  7  5  0 40 43  2 51 91 19  1  14
   4.344 -
   4.345 -                          eo es et eu fa fi fr  ga gl he hi hr hu id is
   4.346 -                        +-----------------------------------------------+
   4.347 -     GNUnet             |                                               |
   4.348 -     a2ps               |       []       [] []                          |
   4.349 -     aegis              |                                               |
   4.350 -     ant-phone          |                   []                          |
   4.351 -     anubis             |                   []                          |
   4.352 -     ap-utils           |                   []                          |
   4.353 -     aspell             |                   []  []                      |
   4.354 -     bash               | [] []             []                 []       |
   4.355 -     batchelor          |                   []  []                      |
   4.356 -     bfd                |    []                                         |
   4.357 -     bibshelf           |    []                 []                      |
   4.358 -     binutils           |    []             []                          |
   4.359 -     bison              |    [] []          []  []                []    |
   4.360 -     bluez-pin          | []             [] []  []             [] []    |
   4.361 -     clisp              |    []             []                          |
   4.362 -     console-tools      |                                               |
   4.363 -     coreutils          |    [] []       [] []  []                      |
   4.364 -     cpio               |    []             []                          |
   4.365 -     cpplib             |    []             []                          |
   4.366 -     darkstat           |    []             ()  []             [] []    |
   4.367 -     dialog             |    [] [] []    [] []  []             []       |
   4.368 -     diffutils          | [] []          [] []  [] [] []       [] []    |
   4.369 -     doodle             |                       []                      |
   4.370 -     e2fsprogs          |    []             []                          |
   4.371 -     enscript           |                   []              []          |
   4.372 -     error              |    []          [] []  []             []       |
   4.373 -     fetchmail          |    []                                         |
   4.374 -     fileutils          |    [] []          []  []             []       |
   4.375 -     findutils          |    [] []          []  []                      |
   4.376 -     flex               |    []             []  []                      |
   4.377 -     fslint             |                   []                          |
   4.378 -     gas                |    []             []                          |
   4.379 -     gawk               |    []             []  []    []                |
   4.380 -     gbiff              |                   []                          |
   4.381 -     gcal               |    []             []                          |
   4.382 -     gcc                |    []                                         |
   4.383 -     gettext-examples   |    []             []  []                      |
   4.384 -     gettext-runtime    |    []          [] []  []                []    |
   4.385 -     gettext-tools      |    []             []                          |
   4.386 -     gimp-print         |    []             []                          |
   4.387 -     gip                |    []    []       []                          |
   4.388 -     gliv               |                   ()                          |
   4.389 -     glunarclock        |                []     []             []       |
   4.390 -     gmult              |          []       []                          |
   4.391 -     gnubiff            |                   ()                          |
   4.392 -     gnucash            |    []                                ()       |
   4.393 -     gnucash-glossary   |    []                                         |
   4.394 -     gpe-aerial         |    []             []                          |
   4.395 -     gpe-beam           |    []             []                          |
   4.396 -     gpe-calendar       |    []             []                 [] []    |
   4.397 -     gpe-clock          |    []          [] []                          |
   4.398 -     gpe-conf           |                   []                          |
   4.399 -     gpe-contacts       |                   []                          |
   4.400 -     gpe-edit           |                   []                    []    |
   4.401 -     gpe-go             |    []             []                          |
   4.402 -     gpe-login          |    []             []                 []       |
   4.403 -     gpe-ownerinfo      |    []          [] []                 [] []    |
   4.404 -     gpe-sketchbook     |    []             []                          |
   4.405 -     gpe-su             |    []          [] []                          |
   4.406 -     gpe-taskmanager    |    []          [] []                          |
   4.407 -     gpe-timesheet      |    []             []  []                []    |
   4.408 -     gpe-today          |    []          [] []  []                      |
   4.409 -     gpe-todo           |    []             []                    []    |
   4.410 -     gphoto2            |    []          [] []                 []       |
   4.411 -     gprof              |    []             []                    []    |
   4.412 -     gpsdrive           |    ()             ()                 []       |
   4.413 -     gramadoir          |                   []  []                      |
   4.414 -     grep               |    [] [] []    [] []  [] [] []    [] [] []    |
   4.415 -     gretl              |    []             []                          |
   4.416 -     gsasl              |          []       []  []                      |
   4.417 -     gss                |                   []                          |
   4.418 -     gst-plugins        |                   []                 []       |
   4.419 -     gstreamer          |                                               |
   4.420 -     gtick              |          []    [] []  []                      |
   4.421 -     gtkspell           | [] []    []       []  []                      |
   4.422 -     hello              | [] [] [] [] [] [] []  [] [] []    [] [] []    |
   4.423 -     id-utils           |                   []                 [] []    |
   4.424 -     impost             |                   []  []                      |
   4.425 -     indent             | [] [] [] []    [] []  [] []          [] []    |
   4.426 -     iso_3166           | []             [] []                          |
   4.427 -     iso_3166_1         |    []    []    [] []  []             [] []    |
   4.428 -     iso_3166_2         |                   []                          |
   4.429 -     iso_3166_3         |                   []                          |
   4.430 -     iso_4217           |       []       []        []                   |
   4.431 -     iso_639            | []          [] [] []                          |
   4.432 -     jpilot             |    []             []                          |
   4.433 -     jtag               |                   []                          |
   4.434 -     jwhois             |    []             []                 [] []    |
   4.435 -     kbd                |    []             []                          |
   4.436 -     latrine            |                   []  []                      |
   4.437 -     ld                 |    []             []                          |
   4.438 -     libc               |    []          [] []     []          []       |
   4.439 -     libextractor       |                                               |
   4.440 -     libgpewidget       |    []             []  []             [] []    |
   4.441 -     libgphoto2         |    []             []                 []       |
   4.442 -     libgphoto2_port    |                   []                          |
   4.443 -     libgsasl           |                   []  []                      |
   4.444 -     libiconv           | [] [] []       [] []  [] []       [] [] []    |
   4.445 -     libidn             | []                []                          |
   4.446 -     lifelines          |                   ()                          |
   4.447 -     lilypond           |                                               |
   4.448 -     lingoteach         |                   []                    []    |
   4.449 -     lynx               |       []                             []       |
   4.450 -     m4                 |                   []  [] []             []    |
   4.451 -     mailutils          |    []             []                          |
   4.452 -     make               |    []          [] []  [] [] []    []          |
   4.453 -     man-db             |    ()                                         |
   4.454 -     minicom            |    []          [] []                 []       |
   4.455 -     mysecretdiary      |    []             []                    []    |
   4.456 -     nano               |    []    []    () []                          |
   4.457 -     nano_1_0           |    []             []     []             []    |
   4.458 -     opcodes            |    []          [] []                          |
   4.459 -     parted             |    []             []     []                   |
   4.460 -     psmisc             |          []                                   |
   4.461 -     ptx                | [] [] []       [] []  [] []          [] []    |
   4.462 -     pwdutils           |                                               |
   4.463 -     python             |                                               |
   4.464 -     radius             |    []             []                          |
   4.465 -     recode             | [] []             []     [] []       [] []    |
   4.466 -     rpm                |                   []                          |
   4.467 -     screem             |                                               |
   4.468 -     scrollkeeper       |    []          []                    []       |
   4.469 -     sed                | [] [] []          []  []             []       |
   4.470 -     sh-utils           |    [] []       [] []  []             []       |
   4.471 -     shared-mime-info   | [] []    []    [] []                 []       |
   4.472 -     sharutils          |    [] []       [] []     []          []       |
   4.473 -     silky              |                   []                          |
   4.474 -     skencil            |    []             []                          |
   4.475 -     sketch             |    []             []                          |
   4.476 -     solfege            |                                               |
   4.477 -     soundtracker       |    []             []                          |
   4.478 -     sp                 |                   []                          |
   4.479 -     stardict           |                                      []       |
   4.480 -     tar                |    [] []          []  []                      |
   4.481 -     texinfo            | []                []        []                |
   4.482 -     textutils          |    []             []  [] []          []       |
   4.483 -     tin                |       []          ()                          |
   4.484 -     tp-robot           |                   []                 []       |
   4.485 -     tuxpaint           |    []          [] []  []    []       [] [] [] |
   4.486 -     unicode-han-tra... |                                               |
   4.487 -     unicode-transla... |                   []  []                      |
   4.488 -     util-linux         |    [] []       [] []                 []       |
   4.489 -     vorbis-tools       |    []             []                          |
   4.490 -     wastesedge         |                   ()                          |
   4.491 -     wdiff              |    [] []          []  [] []          [] []    |
   4.492 -     wget               |       [] []           []          []          |
   4.493 -     xchat              |    []    []    [] []           []             |
   4.494 -     xkeyboard-config   |                                               |
   4.495 -     xpad               |    []                 []             []       |
   4.496 -                        +-----------------------------------------------+
   4.497 -                          eo es et eu fa fi fr  ga gl he hi hr hu id is
   4.498 -                          15 85 21 15  2 35 115 45 16  8  1  6 40 27  1
   4.499 -
   4.500 -                          it ja ko ku lg lt lv mk mn ms mt nb nl nn no nso
   4.501 -                        +--------------------------------------------------+
   4.502 -     GNUnet             |                                                  |
   4.503 -     a2ps               | ()    ()                   []       []    ()     |
   4.504 -     aegis              |                                     ()           |
   4.505 -     ant-phone          |                                     []           |
   4.506 -     anubis             |                            []    [] []           |
   4.507 -     ap-utils           |                                                  |
   4.508 -     aspell             |                         []          []           |
   4.509 -     bash               |                                     []           |
   4.510 -     batchelor          |                                     []           |
   4.511 -     bfd                |                                                  |
   4.512 -     bibshelf           | []                                               |
   4.513 -     binutils           |                                                  |
   4.514 -     bison              | []                         []    [] []           |
   4.515 -     bluez-pin          |          []                         []           |
   4.516 -     clisp              |                                     []           |
   4.517 -     console-tools      |                                                  |
   4.518 -     coreutils          |    []                               []           |
   4.519 -     cpio               |                                                  |
   4.520 -     cpplib             |                                     []           |
   4.521 -     darkstat           |                            []       []           |
   4.522 -     dialog             | []                                  []           |
   4.523 -     diffutils          | [] []                      []       []           |
   4.524 -     doodle             | []                                               |
   4.525 -     e2fsprogs          | []                                               |
   4.526 -     enscript           |                                     []           |
   4.527 -     error              |                                     []           |
   4.528 -     fetchmail          |    []                               []           |
   4.529 -     fileutils          | [] []       []                                   |
   4.530 -     findutils          | []                                  []           |
   4.531 -     flex               |       []                            []           |
   4.532 -     fslint             |                                     []           |
   4.533 -     gas                |                                                  |
   4.534 -     gawk               |    []                               []           |
   4.535 -     gbiff              |                                     []           |
   4.536 -     gcal               |                                                  |
   4.537 -     gcc                |                                                  |
   4.538 -     gettext-examples   | [] []                               []           |
   4.539 -     gettext-runtime    | [] [] []                            []           |
   4.540 -     gettext-tools      | [] [] []                                         |
   4.541 -     gimp-print         |    []                               []           |
   4.542 -     gip                |                                     []           |
   4.543 -     gliv               |                                     []           |
   4.544 -     glunarclock        |                            []       []           |
   4.545 -     gmult              | [] []                                            |
   4.546 -     gnubiff            | ()                                               |
   4.547 -     gnucash            | [] ()                            () []           |
   4.548 -     gnucash-glossary   | []                                  []           |
   4.549 -     gpe-aerial         |                                     []           |
   4.550 -     gpe-beam           |                                     []           |
   4.551 -     gpe-calendar       |                                     []           |
   4.552 -     gpe-clock          |                                     []           |
   4.553 -     gpe-conf           |                                     []           |
   4.554 -     gpe-contacts       |                                                  |
   4.555 -     gpe-edit           |                                     []           |
   4.556 -     gpe-go             |                                     []           |
   4.557 -     gpe-login          |                                     []           |
   4.558 -     gpe-ownerinfo      |                                     []           |
   4.559 -     gpe-sketchbook     |                                     []           |
   4.560 -     gpe-su             |                                     []           |
   4.561 -     gpe-taskmanager    |          []                         []           |
   4.562 -     gpe-timesheet      |                                     []           |
   4.563 -     gpe-today          |                                     []           |
   4.564 -     gpe-todo           |                                     []           |
   4.565 -     gphoto2            | [] []                               []           |
   4.566 -     gprof              |                                                  |
   4.567 -     gpsdrive           | () ()                               ()    ()     |
   4.568 -     gramadoir          |                                     ()           |
   4.569 -     grep               | [] []                            [] []           |
   4.570 -     gretl              | []                                               |
   4.571 -     gsasl              |                                     []           |
   4.572 -     gss                |                                                  |
   4.573 -     gst-plugins        | []                                  []           |
   4.574 -     gstreamer          | []                                  []           |
   4.575 -     gtick              | []                                  []           |
   4.576 -     gtkspell           | []                      []          []           |
   4.577 -     hello              | [] [] []          []       []    [] [] [] []     |
   4.578 -     id-utils           | []                                  []           |
   4.579 -     impost             |                                                  |
   4.580 -     indent             | [] []                               []           |
   4.581 -     iso_3166           |                                     []           |
   4.582 -     iso_3166_1         |                                     []    []     |
   4.583 -     iso_3166_2         |                                     []           |
   4.584 -     iso_3166_3         |                                     []           |
   4.585 -     iso_4217           |    []                   []          []           |
   4.586 -     iso_639            |    []                               [] []        |
   4.587 -     jpilot             |    ()                               ()    ()     |
   4.588 -     jtag               |                                                  |
   4.589 -     jwhois             | []                                  []           |
   4.590 -     kbd                |                                     []           |
   4.591 -     latrine            | []                                  []           |
   4.592 -     ld                 |                                                  |
   4.593 -     libc               |    [] []                         [] []    []     |
   4.594 -     libextractor       |                                                  |
   4.595 -     libgpewidget       |                                     []           |
   4.596 -     libgphoto2         | [] []                                            |
   4.597 -     libgphoto2_port    | [] []                                            |
   4.598 -     libgsasl           |                                     []           |
   4.599 -     libiconv           | []                                  []           |
   4.600 -     libidn             | []                                               |
   4.601 -     lifelines          |                                     []           |
   4.602 -     lilypond           |                                                  |
   4.603 -     lingoteach         | []                                  []           |
   4.604 -     lynx               | [] []                               []           |
   4.605 -     m4                 |    []                               []           |
   4.606 -     mailutils          |                                                  |
   4.607 -     make               |    [] []                            []           |
   4.608 -     man-db             |    ()                                            |
   4.609 -     minicom            |    []                                            |
   4.610 -     mysecretdiary      |                                     []           |
   4.611 -     nano               | []                         []    []              |
   4.612 -     nano_1_0           | []                         []    []    []        |
   4.613 -     opcodes            |                                     []           |
   4.614 -     parted             | [] []                               [] []        |
   4.615 -     psmisc             | []                               [] []           |
   4.616 -     ptx                |                                  [] []    []     |
   4.617 -     pwdutils           |                                                  |
   4.618 -     python             |                                                  |
   4.619 -     radius             |                                                  |
   4.620 -     recode             | []                                  []           |
   4.621 -     rpm                |    [] []                                         |
   4.622 -     screem             |    []                                            |
   4.623 -     scrollkeeper       |                                  [] [] []        |
   4.624 -     sed                |    []                               []           |
   4.625 -     sh-utils           | [] []                            []              |
   4.626 -     shared-mime-info   |       []                         [] [] []        |
   4.627 -     sharutils          | [] []                               []           |
   4.628 -     silky              |                                     []           |
   4.629 -     skencil            |                                                  |
   4.630 -     sketch             |                                                  |
   4.631 -     solfege            | []                                  []    []     |
   4.632 -     soundtracker       | []                                               |
   4.633 -     sp                 |    ()                                            |
   4.634 -     stardict           |                      []             []           |
   4.635 -     tar                | [] []                               []           |
   4.636 -     texinfo            |    []                            [] []           |
   4.637 -     textutils          |    [] []                         []              |
   4.638 -     tin                |                                                  |
   4.639 -     tp-robot           |                                     []           |
   4.640 -     tuxpaint           | [] [] []       []          []       [] []        |
   4.641 -     unicode-han-tra... |                                                  |
   4.642 -     unicode-transla... |                                                  |
   4.643 -     util-linux         | [] []                               []           |
   4.644 -     vorbis-tools       |                                     []           |
   4.645 -     wastesedge         |                                     []           |
   4.646 -     wdiff              | []                         []    []              |
   4.647 -     wget               |    []                                            |
   4.648 -     xchat              | []    []          [] []             []           |
   4.649 -     xkeyboard-config   |                                     []           |
   4.650 -     xpad               |                                     []           |
   4.651 -                        +--------------------------------------------------+
   4.652 -                          it ja ko ku lg lt lv mk mn ms mt nb nl nn no nso
   4.653 -                          46 35 11  2  1  1  2  2  3 11  0 15 96  7  5  0
   4.654 -
   4.655 -                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv
   4.656 -                        +----------------------------------------------+
   4.657 -     GNUnet             |                                              |
   4.658 -     a2ps               |       ()     []      [] []       []    [] [] |
   4.659 -     aegis              |                      () ()                   |
   4.660 -     ant-phone          |                      []                      |
   4.661 -     anubis             |       []             [] []                   |
   4.662 -     ap-utils           |       ()                                     |
   4.663 -     aspell             |                      [] []                   |
   4.664 -     bash               |              []      [] []                   |
   4.665 -     batchelor          |                      []                      |
   4.666 -     bfd                |                                              |
   4.667 -     bibshelf           |                                              |
   4.668 -     binutils           |                         []                [] |
   4.669 -     bison              |       []     []      [] []                [] |
   4.670 -     bluez-pin          |       []     []   [] [] []    []       [] [] |
   4.671 -     clisp              |                         []                   |
   4.672 -     console-tools      |                         []                   |
   4.673 -     coreutils          |       []                []       []       [] |
   4.674 -     cpio               |       []                                  [] |
   4.675 -     cpplib             |                                              |
   4.676 -     darkstat           |       []     []      []       []       [] [] |
   4.677 -     dialog             |       [] []  []   [] [] [] []                |
   4.678 -     diffutils          |       []     []      [] []             [] [] |
   4.679 -     doodle             |                                     []       |
   4.680 -     e2fsprogs          |       []                                  [] |
   4.681 -     enscript           |              []      [] []                [] |
   4.682 -     error              |              []      []       []             |
   4.683 -     fetchmail          |       []                []    []    []       |
   4.684 -     fileutils          |       []             [] []       []       [] |
   4.685 -     findutils          |       [] []          []       []       [] [] |
   4.686 -     flex               |       []     []      [] []                [] |
   4.687 -     fslint             |              []      []                []    |
   4.688 -     gas                |                                              |
   4.689 -     gawk               |       []     []      []                   [] |
   4.690 -     gbiff              |                      []                      |
   4.691 -     gcal               |                                           [] |
   4.692 -     gcc                |                                              |
   4.693 -     gettext-examples   |       []             [] []    []       [] [] |
   4.694 -     gettext-runtime    |       []             [] []    [] []    [] [] |
   4.695 -     gettext-tools      |       []             [] []    [] []    [] [] |
   4.696 -     gimp-print         |                               []          [] |
   4.697 -     gip                |                   []          []       []    |
   4.698 -     gliv               |              []      []       []             |
   4.699 -     glunarclock        |              []      [] []    []       [] [] |
   4.700 -     gmult              |              []   [] []                []    |
   4.701 -     gnubiff            |                      ()                   [] |
   4.702 -     gnucash            |       () []             []    []          [] |
   4.703 -     gnucash-glossary   |          []                   []          [] |
   4.704 -     gpe-aerial         |          []  []      [] []             [] [] |
   4.705 -     gpe-beam           |          []  []      [] []             [] [] |
   4.706 -     gpe-calendar       |          []  []      [] []    []       [] [] |
   4.707 -     gpe-clock          |          []  []      [] []    []       [] [] |
   4.708 -     gpe-conf           |          []  []      [] []    []          [] |
   4.709 -     gpe-contacts       |                      [] []             [] [] |
   4.710 -     gpe-edit           |          []  []      [] []    []       [] [] |
   4.711 -     gpe-go             |              []      [] []             [] [] |
   4.712 -     gpe-login          |          []  []      [] []    []       [] [] |
   4.713 -     gpe-ownerinfo      |          []  []      [] []    []       [] [] |
   4.714 -     gpe-sketchbook     |          []  []      [] []    []       [] [] |
   4.715 -     gpe-su             |          []  []      [] []    []       [] [] |
   4.716 -     gpe-taskmanager    |          []  []      [] []    []       [] [] |
   4.717 -     gpe-timesheet      |          []  []      [] []    []       [] [] |
   4.718 -     gpe-today          |          []  []      [] []    []       [] [] |
   4.719 -     gpe-todo           |    []    []  []      [] []    []       [] [] |
   4.720 -     gphoto2            |                      []       []       [] [] |
   4.721 -     gprof              |              []      []                   [] |
   4.722 -     gpsdrive           |    []                []                      |
   4.723 -     gramadoir          |                               []             |
   4.724 -     grep               |       [] []  []      [] []       []    []    |
   4.725 -     gretl              |       []                                     |
   4.726 -     gsasl              |       []             []             [] [] [] |
   4.727 -     gss                |       []             []                   [] |
   4.728 -     gst-plugins        | []                                  [] [] [] |
   4.729 -     gstreamer          |                         []          [] [] [] |
   4.730 -     gtick              |                      [] []                [] |
   4.731 -     gtkspell           |              []   [] [] []    []       []    |
   4.732 -     hello              |       []     []      [] []    []       [] [] |
   4.733 -     id-utils           |              []      [] []                [] |
   4.734 -     impost             |                                              |
   4.735 -     indent             |              []      [] []    []       [] [] |
   4.736 -     iso_3166           |          []                []       [] [] [] |
   4.737 -     iso_3166_1         |                               [] [] [] []    |
   4.738 -     iso_3166_2         |                                              |
   4.739 -     iso_3166_3         |                      []    []          []    |
   4.740 -     iso_4217           |                            []          []    |
   4.741 -     iso_639            |                            []          [] [] |
   4.742 -     jpilot             |                                              |
   4.743 -     jtag               |                               []             |
   4.744 -     jwhois             |       []     []      [] ()                () |
   4.745 -     kbd                |       []             []                   [] |
   4.746 -     latrine            |                      []                   [] |
   4.747 -     ld                 |                                           [] |
   4.748 -     libc               |       []     []         []    []          [] |
   4.749 -     libextractor       |                      []                      |
   4.750 -     libgpewidget       |          []  []      []       []       [] [] |
   4.751 -     libgphoto2         |                         []                [] |
   4.752 -     libgphoto2_port    |                         []                   |
   4.753 -     libgsasl           |       []             []                []    |
   4.754 -     libiconv           |       []     []   [] [] []    [] [] [] [] [] |
   4.755 -     libidn             |       []                                  () |
   4.756 -     lifelines          |       []                                  [] |
   4.757 -     lilypond           |                                              |
   4.758 -     lingoteach         |              []                              |
   4.759 -     lynx               |              []         []                [] |
   4.760 -     m4                 |       []     []      [] []                [] |
   4.761 -     mailutils          |       []             [] []                   |
   4.762 -     make               |       []     []         []                [] |
   4.763 -     man-db             |                      []                   [] |
   4.764 -     minicom            |       []     []      [] []                   |
   4.765 -     mysecretdiary      |              []      [] []                [] |
   4.766 -     nano               |              []      []                   [] |
   4.767 -     nano_1_0           |       []             [] []                [] |
   4.768 -     opcodes            |                      []                   [] |
   4.769 -     parted             |       [] []  []                           [] |
   4.770 -     psmisc             |       []             []                      |
   4.771 -     ptx                |       [] []  []      [] []                [] |
   4.772 -     pwdutils           |       []                                     |
   4.773 -     python             |                                              |
   4.774 -     radius             |       []                []                   |
   4.775 -     recode             |       []     []      [] []       []       [] |
   4.776 -     rpm                |       [] []             []                [] |
   4.777 -     screem             |                                              |
   4.778 -     scrollkeeper       |       []             [] []    []    [] [] [] |
   4.779 -     sed                |       [] []  []      [] []    []       [] [] |
   4.780 -     sh-utils           |                         []       []    []    |
   4.781 -     shared-mime-info   |          []  []         []          [] [] [] |
   4.782 -     sharutils          |                         []             [] [] |
   4.783 -     silky              |                               []             |
   4.784 -     skencil            |          []  []                           [] |
   4.785 -     sketch             |          []  []                           [] |
   4.786 -     solfege            |                                              |
   4.787 -     soundtracker       |                               []          [] |
   4.788 -     sp                 |                                              |
   4.789 -     stardict           |                         []    []             |
   4.790 -     tar                |       []             [] []                [] |
   4.791 -     texinfo            |       []             [] []                [] |
   4.792 -     textutils          |                         []       []       [] |
   4.793 -     tin                |                                              |
   4.794 -     tp-robot           |                         []                   |
   4.795 -     tuxpaint           |       [] []  []      []       []    [] [] [] |
   4.796 -     unicode-han-tra... |                                              |
   4.797 -     unicode-transla... |                                              |
   4.798 -     util-linux         |              []         []                [] |
   4.799 -     vorbis-tools       |                      [] []                   |
   4.800 -     wastesedge         |                                              |
   4.801 -     wdiff              |       []     []      [] []    []          [] |
   4.802 -     wget               |                                              |
   4.803 -     xchat              |    []                   []    [] [] [] [] [] |
   4.804 -     xkeyboard-config   |                                              |
   4.805 -     xpad               |                                              |
   4.806 -                        +----------------------------------------------+
   4.807 -                          or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv
   4.808 -                           1  3 47 29  57    6 78 73  5 44 12 12 50 85
   4.809 -
   4.810 -                          ta tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
   4.811 -                        +-----------------------------------------------+
   4.812 -     GNUnet             |                                               |  0
   4.813 -     a2ps               |             [] []     []                      | 19
   4.814 -     aegis              |                                               |  0
   4.815 -     ant-phone          |             []        []                      |  5
   4.816 -     anubis             |             [] []     []                      | 11
   4.817 -     ap-utils           |                ()     []                      |  2
   4.818 -     aspell             |                []     [] []                   | 13
   4.819 -     bash               |                       []                      | 11
   4.820 -     batchelor          |             []        []                      |  7
   4.821 -     bfd                |                                               |  1
   4.822 -     bibshelf           |                       []                      |  5
   4.823 -     binutils           |             []                                |  6
   4.824 -     bison              |             []        []                      | 18
   4.825 -     bluez-pin          |             [] []     [] []     []            | 25
   4.826 -     clisp              |                                               |  7
   4.827 -     console-tools      |             []        []                      |  5
   4.828 -     coreutils          |             []        []                      | 17
   4.829 -     cpio               |             [] []     []                      |  7
   4.830 -     cpplib             |             []        []                      |  8
   4.831 -     darkstat           |                       []        ()    ()      | 15
   4.832 -     dialog             |             [] []     []                      | 25
   4.833 -     diffutils          |             []        []        []    []      | 28
   4.834 -     doodle             |                       []                      |  5
   4.835 -     e2fsprogs          |             []                                |  8
   4.836 -     enscript           |             []                                | 12
   4.837 -     error              |             []        []              []      | 16
   4.838 -     fetchmail          |             []                                | 12
   4.839 -     fileutils          |             []                  []    []      | 18
   4.840 -     findutils          |             []        []                      | 17
   4.841 -     flex               |             []        []                      | 15
   4.842 -     fslint             |                       []                      |  7
   4.843 -     gas                |             []                                |  3
   4.844 -     gawk               |             []                                | 14
   4.845 -     gbiff              |                       []                      |  5
   4.846 -     gcal               |             []                                |  5
   4.847 -     gcc                |             []                  []            |  4
   4.848 -     gettext-examples   |             [] []     []        []    []      | 21
   4.849 -     gettext-runtime    |             [] []     []        []    []      | 25
   4.850 -     gettext-tools      |             [] []     []        []    []      | 19
   4.851 -     gimp-print         |                []                             | 11
   4.852 -     gip                |                       []                      |  8
   4.853 -     gliv               |             []        []                      |  7
   4.854 -     glunarclock        |                       [] []                   | 13
   4.855 -     gmult              |             []        []        []            | 13
   4.856 -     gnubiff            |                       []                      |  3
   4.857 -     gnucash            |             ()                        []      | 10
   4.858 -     gnucash-glossary   |                       []              []      |  9
   4.859 -     gpe-aerial         |                       []        []            | 13
   4.860 -     gpe-beam           |                       []        []            | 13
   4.861 -     gpe-calendar       |                       [] []     []    []      | 18
   4.862 -     gpe-clock          |             []        [] []     []            | 17
   4.863 -     gpe-conf           |                       []        []            | 12
   4.864 -     gpe-contacts       |                       []        []            |  7
   4.865 -     gpe-edit           |             []        [] []           []      | 15
   4.866 -     gpe-go             |             []        []                      | 11
   4.867 -     gpe-login          |             []        [] []     []    []      | 18
   4.868 -     gpe-ownerinfo      |             []        []        []    []      | 19
   4.869 -     gpe-sketchbook     |             []        []                      | 14
   4.870 -     gpe-su             |             []        []        []            | 16
   4.871 -     gpe-taskmanager    |             []        []        []            | 17
   4.872 -     gpe-timesheet      |             []        []        []    []      | 17
   4.873 -     gpe-today          |             []        [] []     []    []      | 19
   4.874 -     gpe-todo           |                       [] []           []      | 17
   4.875 -     gphoto2            |                []               []    []      | 18
   4.876 -     gprof              |             []        []                      | 10
   4.877 -     gpsdrive           |                                               |  3
   4.878 -     gramadoir          |                       []                      |  6
   4.879 -     grep               |             [] []     []              []      | 32
   4.880 -     gretl              |                                               |  4
   4.881 -     gsasl              |                       []        []            | 12
   4.882 -     gss                |                       []                      |  5
   4.883 -     gst-plugins        |                []     []              []      | 17
   4.884 -     gstreamer          |             [] []     []              []      | 15
   4.885 -     gtick              |                       []                      | 11
   4.886 -     gtkspell           |                       [] []     []    []      | 21
   4.887 -     hello              |             [] []     []        []            | 37
   4.888 -     id-utils           |             []        []                      | 13
   4.889 -     impost             |                       []                      |  3
   4.890 -     indent             |             []        []        []    []      | 25
   4.891 -     iso_3166           |          [] []        []                      | 12
   4.892 -     iso_3166_1         |             []           []                   | 20
   4.893 -     iso_3166_2         |                                               |  2
   4.894 -     iso_3166_3         |                          []     []            |  8
   4.895 -     iso_4217           |             []        []                      | 10
   4.896 -     iso_639            |                       [] []                   | 12
   4.897 -     jpilot             |             [] []               []            |  6
   4.898 -     jtag               |                                               |  2
   4.899 -     jwhois             |             []        []              []      | 12
   4.900 -     kbd                |             []        []                      | 12
   4.901 -     latrine            |             []        []                      |  8
   4.902 -     ld                 |             []                                |  5
   4.903 -     libc               |             []                  []            | 22
   4.904 -     libextractor       |                                               |  1
   4.905 -     libgpewidget       |                       [] []                   | 17
   4.906 -     libgphoto2         |                                 []            |  9
   4.907 -     libgphoto2_port    |                                               |  5
   4.908 -     libgsasl           |                       []                      |  7
   4.909 -     libiconv           |             [] []     [] []     []            | 32
   4.910 -     libidn             |                       []        []            |  6
   4.911 -     lifelines          |                                               |  4
   4.912 -     lilypond           |                                               |  1
   4.913 -     lingoteach         |                       []                      |  6
   4.914 -     lynx               |             [] []     []                      | 15
   4.915 -     m4                 |                       []        []            | 17
   4.916 -     mailutils          |                []                             |  7
   4.917 -     make               |             []                  []            | 18
   4.918 -     man-db             |                                               |  5
   4.919 -     minicom            |                                               | 11
   4.920 -     mysecretdiary      |             []        []                      | 12
   4.921 -     nano               |                       []              []      | 13
   4.922 -     nano_1_0           |             [] []     []                      | 18
   4.923 -     opcodes            |             []        []                      |  9
   4.924 -     parted             |             [] []               []            | 18
   4.925 -     psmisc             |                       []                      |  7
   4.926 -     ptx                |             []                  []            | 23
   4.927 -     pwdutils           |                                               |  1
   4.928 -     python             |                                               |  0
   4.929 -     radius             |                []                             |  6
   4.930 -     recode             |             []        []                      | 22
   4.931 -     rpm                |             [] []                             | 11
   4.932 -     screem             |                                               |  1
   4.933 -     scrollkeeper       |             [] []                     []      | 24
   4.934 -     sed                |             []        []              []      | 21
   4.935 -     sh-utils           |             []                                | 15
   4.936 -     shared-mime-info   |                []               []    []      | 21
   4.937 -     sharutils          |             []        []              []      | 20
   4.938 -     silky              |                                               |  3
   4.939 -     skencil            |                                               |  6
   4.940 -     sketch             |                                               |  6
   4.941 -     solfege            |                                               |  4
   4.942 -     soundtracker       |             []                                |  8
   4.943 -     sp                 |             []                                |  3
   4.944 -     stardict           |                []     []        []    []      | 10
   4.945 -     tar                |             [] []     []              []      | 15
   4.946 -     texinfo            |             []                  []            | 14
   4.947 -     textutils          |             []                  []    []      | 17
   4.948 -     tin                |                                               |  1
   4.949 -     tp-robot           |                       []        []    []      |  8
   4.950 -     tuxpaint           |             []        [] []     []            | 34
   4.951 -     unicode-han-tra... |                                               |  0
   4.952 -     unicode-transla... |                                               |  2
   4.953 -     util-linux         |             [] []     []                      | 18
   4.954 -     vorbis-tools       |                []                             | 10
   4.955 -     wastesedge         |                                               |  1
   4.956 -     wdiff              |             []        []                      | 22
   4.957 -     wget               |             []        []                      |  7
   4.958 -     xchat              |                []     []        []    []      | 26
   4.959 -     xkeyboard-config   |                       []                      |  2
   4.960 -     xpad               |                       []                      |  5
   4.961 -                        +-----------------------------------------------+
   4.962 -       73 teams           ta tg th tk tr uk ven vi wa xh zh_CN zh_TW zu
   4.963 -      149 domains          0  0  0  1 77 30  0  92 16  0  42    32    0  1746
   4.964 -
   4.965 -   Some counters in the preceding matrix are higher than the number of
   4.966 -visible blocks let us expect.  This is because a few extra PO files are
   4.967 -used for implementing regional variants of languages, or language
   4.968 -dialects.
   4.969 -
   4.970 -   For a PO file in the matrix above to be effective, the package to
   4.971 -which it applies should also have been internationalized and
   4.972 -distributed as such by its maintainer.  There might be an observable
   4.973 -lag between the mere existence a PO file and its wide availability in a
   4.974 -distribution.
   4.975 -
   4.976 -   If May 2005 seems to be old, you may fetch a more recent copy of
   4.977 -this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
   4.978 -matrix with full percentage details can be found at
   4.979 -`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
   4.980 -
   4.981 -1.6 Using `gettext' in new packages
   4.982 -===================================
   4.983 -
   4.984 -If you are writing a freely available program and want to
   4.985 -internationalize it you are welcome to use GNU `gettext' in your
   4.986 -package.  Of course you have to respect the GNU Library General Public
   4.987 -License which covers the use of the GNU `gettext' library.  This means
   4.988 -in particular that even non-free programs can use `libintl' as a shared
   4.989 -library, whereas only free software can use `libintl' as a static
   4.990 -library or use modified versions of `libintl'.
   4.991 -
   4.992 -   Once the sources are changed appropriately and the setup can handle
   4.993 -the use of `gettext' the only thing missing are the translations.  The
   4.994 -Free Translation Project is also available for packages which are not
   4.995 -developed inside the GNU project.  Therefore the information given above
   4.996 -applies also for every other Free Software Project.  Contact
   4.997 -`translation@iro.umontreal.ca' to make the `.pot' files available to
   4.998 -the translation teams.
   4.999 -
     5.1 --- a/gui/Makefile.am	Fri Apr 07 09:54:35 2006 +0000
     5.2 +++ b/gui/Makefile.am	Wed Apr 12 20:38:22 2006 +0000
     5.3 @@ -1,12 +1,5 @@
     5.4  AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
     5.5 -LDADD = ../lemon/libemon.la
     5.6 -
     5.7 -ACLOCAL_AMFLAGS = -I m4
     5.8 -
     5.9 -EXTRA_DIST = \
    5.10 -	build-aux/config.rpath
    5.11 -
    5.12 -SUBDIRS = po
    5.13 +LDADD = $(top_builddir)/lemon/libemon.la
    5.14  
    5.15  bin_PROGRAMS = glemon
    5.16  BUILT_SOURCES = guipixbufs.h
    5.17 @@ -51,7 +44,7 @@
    5.18  
    5.19  glemon_CXXFLAGS = $(GTK_CFLAGS)
    5.20  glemon_LDFLAGS = $(GTK_LIBS)
    5.21 -#glemon_LDADD = $(LIBINTL)
    5.22 +glemon_LDADD = $(LIBINTL)
    5.23  
    5.24  IMAGES = \
    5.25  	icons/addlink.png \
    5.26 @@ -76,64 +69,4 @@
    5.27  	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    5.28  	( rm -f guipixbufs.h && false )
    5.29  
    5.30 -EXTRA_DIST += $(IMAGES) guipixbufs.h
    5.31 -
    5.32 -MRPROPERFILES = \
    5.33 -	aclocal.m4 \
    5.34 -	config.h.in \
    5.35 -	config.h.in~ \
    5.36 -	configure \
    5.37 -	Makefile.in \
    5.38 -	build-aux/config.guess \
    5.39 -	build-aux/config.rpath \
    5.40 -	build-aux/config.sub \
    5.41 -	build-aux/depcomp \
    5.42 -	build-aux/install-sh \
    5.43 -	build-aux/ltmain.sh \
    5.44 -	build-aux/missing \
    5.45 -	build-aux/mkinstalldirs \
    5.46 -	Makefile.in \
    5.47 -	m4/intmax.m4 \
    5.48 -	m4/lib-link.m4 \
    5.49 -	m4/lib-prefix.m4 \
    5.50 -	m4/printf-posix.m4 \
    5.51 -	m4/xsize.m4 \
    5.52 -	m4/glibc2.m4 \
    5.53 -	m4/lib-ld.m4 \
    5.54 -	m4/lcmessage.m4 \
    5.55 -	m4/wint_t.m4 \
    5.56 -	m4/ulonglong.m4 \
    5.57 -	m4/inttypes-pri.m4 \
    5.58 -	m4/progtest.m4 \
    5.59 -	m4/uintmax_t.m4 \
    5.60 -	m4/signed.m4 \
    5.61 -	m4/stdint_h.m4 \
    5.62 -	m4/intdiv0.m4 \
    5.63 -	m4/iconv.m4 \
    5.64 -	m4/po.m4 \
    5.65 -	m4/isc-posix.m4 \
    5.66 -	m4/longlong.m4 \
    5.67 -	m4/inttypes.m4 \
    5.68 -	m4/size_max.m4 \
    5.69 -	m4/glibc21.m4 \
    5.70 -	m4/gettext.m4 \
    5.71 -	m4/codeset.m4 \
    5.72 -	m4/inttypes_h.m4 \
    5.73 -	m4/wchar_t.m4 \
    5.74 -	m4/longdouble.m4 \
    5.75 -	m4/nls.m4 \
    5.76 -	po/Rules-quot \
    5.77 -	po/en@quot.header \
    5.78 -	po/insert-header.sin \
    5.79 -	po/quot.sed \
    5.80 -	po/en@boldquot.header \
    5.81 -	po/boldquot.sed \
    5.82 -	po/Makevars.template \
    5.83 -	po/remove-potcdate.sin \
    5.84 -	po/Makefile.in.in
    5.85 -
    5.86 -mrproper:
    5.87 -	$(MAKE) $(AM_MAKEFLAGS) maintainer-clean
    5.88 -	-rm -f $(MRPROPERFILES)
    5.89 -
    5.90 -.PHONY: mrproper
    5.91 +EXTRA_DIST = $(IMAGES) guipixbufs.h
     6.1 --- a/gui/bootstrap	Fri Apr 07 09:54:35 2006 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,78 +0,0 @@
     6.4 -#!/bin/bash
     6.5 -
     6.6 -prev=
     6.7 -for option
     6.8 -do
     6.9 -  if test -n "$prev"
    6.10 -  then
    6.11 -    eval "$prev=\$option"
    6.12 -    prev=
    6.13 -    continue
    6.14 -  fi
    6.15 -
    6.16 -  optarg=`expr "x$option" : 'x[^=]*=\(.*\)'`
    6.17 -
    6.18 -  case $option in
    6.19 -
    6.20 -  -amver | --amver)
    6.21 -    prev=amver ;;
    6.22 -  -amver=* | --amver=*)
    6.23 -    amver=$optarg ;;
    6.24 -
    6.25 -  -acver | --acver)
    6.26 -    prev=acver ;;
    6.27 -  -acver=* | --acver=*)
    6.28 -    acver=$optarg ;;
    6.29 -
    6.30 -  --help | -h)
    6.31 -    cat << EOF
    6.32 -Usage: $0 [OPTION]
    6.33 -
    6.34 -Options:
    6.35 -  -h, --help            display this help and exit
    6.36 -      --amver=VERSION   use VERSION version of automake
    6.37 -      --acver=VERSION   use VERSION version of autoconf
    6.38 -
    6.39 -Expamle:
    6.40 -  $0 --amver=1.8 --acver=2.59
    6.41 -EOF
    6.42 -    exit 0
    6.43 -    ;;
    6.44 -
    6.45 -  *)
    6.46 -    cat << EOF >&2
    6.47 -$0: unrecognized option: $option
    6.48 -Try \`$0 --help' for more information.
    6.49 -EOF
    6.50 -    exit 1
    6.51 -    ;;
    6.52 -
    6.53 -  esac
    6.54 -done
    6.55 -
    6.56 -automake=automake
    6.57 -aclocal=aclocal
    6.58 -autoconf=autoconf
    6.59 -autoheader=autoheader
    6.60 -
    6.61 -if test -n "$amver"
    6.62 -then
    6.63 -  automake=automake-$amver
    6.64 -  aclocal=aclocal-$amver
    6.65 -fi
    6.66 -
    6.67 -if test -n "$acver"
    6.68 -then
    6.69 -  autoconf=autoconf-$acver
    6.70 -  autoheader=autoheader-$acver
    6.71 -fi
    6.72 -
    6.73 -echo "Try using 'autoreconf -vi' instead of this."
    6.74 -
    6.75 -set -x
    6.76 -autopoint \
    6.77 -&& $aclocal -I m4 \
    6.78 -&& libtoolize --force --copy \
    6.79 -&& $autoconf \
    6.80 -&& $autoheader \
    6.81 -&& $automake --add-missing --copy --gnu
     7.1 --- a/gui/configure.ac	Fri Apr 07 09:54:35 2006 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,33 +0,0 @@
     7.4 -dnl Process this file with autoconf to produce a configure script.
     7.5 -AC_PREREQ([2.59])
     7.6 -AC_INIT([gLEMON], [0.1], [etik-ol@cs.elte.hu], [glemon])
     7.7 -AC_CONFIG_AUX_DIR([build-aux])
     7.8 -AC_CONFIG_MACRO_DIR([m4])
     7.9 -AM_INIT_AUTOMAKE([-Wall -Werror foreign])
    7.10 -AC_CONFIG_SRCDIR([main_win.h])
    7.11 -AC_CONFIG_HEADERS([config.h])
    7.12 -
    7.13 -dnl Checks for programs.
    7.14 -AC_PROG_CXX
    7.15 -AC_PROG_CXXCPP
    7.16 -AC_PROG_INSTALL
    7.17 -AC_PROG_LIBTOOL
    7.18 -
    7.19 -dnl i18n
    7.20 -AM_GNU_GETTEXT_VERSION([0.14.5])
    7.21 -AM_GNU_GETTEXT([external])
    7.22 -
    7.23 -dnl Checks for libraries.
    7.24 -PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
    7.25 -
    7.26 -dnl Checks for header files.
    7.27 -
    7.28 -dnl Checks for typedefs, structures, and compiler characteristics.
    7.29 -
    7.30 -dnl Checks for library functions.
    7.31 -
    7.32 -AC_CONFIG_FILES([
    7.33 -Makefile
    7.34 -po/Makefile.in
    7.35 -])
    7.36 -AC_OUTPUT
     8.1 --- a/gui/po/LINGUAS	Fri Apr 07 09:54:35 2006 +0000
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,1 +0,0 @@
     8.4 -hu
     9.1 --- a/gui/po/Makevars	Fri Apr 07 09:54:35 2006 +0000
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,41 +0,0 @@
     9.4 -# Makefile variables for PO directory in any package using GNU gettext.
     9.5 -
     9.6 -# Usually the message domain is the same as the package name.
     9.7 -DOMAIN = $(PACKAGE)
     9.8 -
     9.9 -# These two variables depend on the location of this directory.
    9.10 -subdir = po
    9.11 -top_builddir = ..
    9.12 -
    9.13 -# These options get passed to xgettext.
    9.14 -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
    9.15 -
    9.16 -# This is the copyright holder that gets inserted into the header of the
    9.17 -# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
    9.18 -# package.  (Note that the msgstr strings, extracted from the package's
    9.19 -# sources, belong to the copyright holder of the package.)  Translators are
    9.20 -# expected to transfer the copyright for their translations to this person
    9.21 -# or entity, or to disclaim their copyright.  The empty string stands for
    9.22 -# the public domain; in this case the translators are expected to disclaim
    9.23 -# their copyright.
    9.24 -COPYRIGHT_HOLDER = Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    9.25 -
    9.26 -# This is the email address or URL to which the translators shall report
    9.27 -# bugs in the untranslated strings:
    9.28 -# - Strings which are not entire sentences, see the maintainer guidelines
    9.29 -#   in the GNU gettext documentation, section 'Preparing Strings'.
    9.30 -# - Strings which use unclear terms or require additional context to be
    9.31 -#   understood.
    9.32 -# - Strings which make invalid assumptions about notation of date, time or
    9.33 -#   money.
    9.34 -# - Pluralisation problems.
    9.35 -# - Incorrect English spelling.
    9.36 -# - Incorrect formatting.
    9.37 -# It can be your email address, or a mailing list address where translators
    9.38 -# can write to without being subscribed, or the URL of a web page through
    9.39 -# which the translators can contact you.
    9.40 -MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
    9.41 -
    9.42 -# This is the list of locale categories, beyond LC_MESSAGES, for which the
    9.43 -# message catalogs shall be used.  It is usually empty.
    9.44 -EXTRA_LOCALE_CATEGORIES =
    10.1 --- a/gui/po/POTFILES.in	Fri Apr 07 09:54:35 2006 +0000
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,36 +0,0 @@
    10.4 -# List of source files which contain translatable strings.
    10.5 -algobox.cc
    10.6 -algobox.h
    10.7 -algowin.cc
    10.8 -algowin.h
    10.9 -all_include.h
   10.10 -gdc-broken_edge.cc
   10.11 -gettext.h
   10.12 -graph_displayer_canvas.cc
   10.13 -graph_displayer_canvas-edge.cc
   10.14 -graph_displayer_canvas-event.cc
   10.15 -graph_displayer_canvas.h
   10.16 -graph_displayer_canvas-node.cc
   10.17 -graph_displayer_canvas-zoom.cc
   10.18 -graph-displayer.cc
   10.19 -guipixbufs.h
   10.20 -gui_reader.cc
   10.21 -gui_reader.h
   10.22 -gui_writer.cc
   10.23 -gui_writer.h
   10.24 -kruskalbox.cc
   10.25 -kruskalbox.h
   10.26 -main_win.cc
   10.27 -main_win.h
   10.28 -mapselector.cc
   10.29 -mapselector.h
   10.30 -mapstorage.cc
   10.31 -mapstorage.h
   10.32 -map_win.cc
   10.33 -map_win.h
   10.34 -nbtab.cc
   10.35 -nbtab.h
   10.36 -new_map_win.cc
   10.37 -new_map_win.h
   10.38 -xml.h
   10.39 -xymap.h
    11.1 --- a/gui/po/glemon.pot	Fri Apr 07 09:54:35 2006 +0000
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,89 +0,0 @@
    11.4 -# SOME DESCRIPTIVE TITLE.
    11.5 -# Copyright (C) YEAR Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    11.6 -# This file is distributed under the same license as the PACKAGE package.
    11.7 -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    11.8 -#
    11.9 -#, fuzzy
   11.10 -msgid ""
   11.11 -msgstr ""
   11.12 -"Project-Id-Version: PACKAGE VERSION\n"
   11.13 -"Report-Msgid-Bugs-To: etik-ol@cs.elte.hu\n"
   11.14 -"POT-Creation-Date: 2006-03-23 18:50+0100\n"
   11.15 -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
   11.16 -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
   11.17 -"Language-Team: LANGUAGE <LL@li.org>\n"
   11.18 -"MIME-Version: 1.0\n"
   11.19 -"Content-Type: text/plain; charset=CHARSET\n"
   11.20 -"Content-Transfer-Encoding: 8bit\n"
   11.21 -
   11.22 -#: main_win.cc:81
   11.23 -msgid "_File"
   11.24 -msgstr ""
   11.25 -
   11.26 -#: main_win.cc:86
   11.27 -msgid "Clear Tab"
   11.28 -msgstr ""
   11.29 -
   11.30 -#: main_win.cc:97
   11.31 -msgid "_View"
   11.32 -msgstr ""
   11.33 -
   11.34 -#: main_win.cc:107
   11.35 -msgid "_Show"
   11.36 -msgstr ""
   11.37 -
   11.38 -#: main_win.cc:108
   11.39 -msgid "_Maps"
   11.40 -msgstr ""
   11.41 -
   11.42 -#: main_win.cc:111
   11.43 -msgid "_Algorithms"
   11.44 -msgstr ""
   11.45 -
   11.46 -#: main_win.cc:112
   11.47 -msgid "_General"
   11.48 -msgstr ""
   11.49 -
   11.50 -#: main_win.cc:114
   11.51 -msgid "_Kruskal"
   11.52 -msgstr ""
   11.53 -
   11.54 -#: main_win.cc:118
   11.55 -msgid "Move"
   11.56 -msgstr ""
   11.57 -
   11.58 -#: main_win.cc:120
   11.59 -msgid "Create node"
   11.60 -msgstr ""
   11.61 -
   11.62 -#: main_win.cc:122
   11.63 -msgid "Create edge"
   11.64 -msgstr ""
   11.65 -
   11.66 -#: main_win.cc:124
   11.67 -msgid "Delete"
   11.68 -msgstr ""
   11.69 -
   11.70 -#: main_win.cc:127
   11.71 -msgid "Edit edge map"
   11.72 -msgstr ""
   11.73 -
   11.74 -#: main_win.cc:129
   11.75 -msgid "Edit node map"
   11.76 -msgstr ""
   11.77 -
   11.78 -#: main_win.cc:260
   11.79 -msgid "unsaved file"
   11.80 -msgstr ""
   11.81 -
   11.82 -#: main_win.cc:270
   11.83 -msgid "<b>Save changes before closing?</b>"
   11.84 -msgstr ""
   11.85 -
   11.86 -#: main_win.cc:272
   11.87 -msgid "Close file _without Saving"
   11.88 -msgstr ""
   11.89 -
   11.90 -#: main_win.cc:459 main_win.cc:488
   11.91 -msgid "Create New Map - "
   11.92 -msgstr ""
    12.1 --- a/gui/po/hu.po	Fri Apr 07 09:54:35 2006 +0000
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,89 +0,0 @@
    12.4 -# Hungarian translations for gLEMON package.
    12.5 -# Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    12.6 -# This file is distributed under the same license as the gLEMON package.
    12.7 -# Ladanyi Akos <ladanyi@tmit.bme.hu>, 2006.
    12.8 -#
    12.9 -msgid ""
   12.10 -msgstr ""
   12.11 -"Project-Id-Version: gLEMON 0.1\n"
   12.12 -"Report-Msgid-Bugs-To: etik-ol@cs.elte.hu\n"
   12.13 -"POT-Creation-Date: 2006-03-23 18:50+0100\n"
   12.14 -"PO-Revision-Date: 2006-03-22 15:55+0100\n"
   12.15 -"Last-Translator: Ladanyi Akos <ladanyi@tmit.bme.hu>\n"
   12.16 -"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
   12.17 -"MIME-Version: 1.0\n"
   12.18 -"Content-Type: text/plain; charset=UTF-8\n"
   12.19 -"Content-Transfer-Encoding: 8bit\n"
   12.20 -"Plural-Forms: nplurals=1; plural=0;\n"
   12.21 -
   12.22 -#: main_win.cc:81
   12.23 -msgid "_File"
   12.24 -msgstr "_Fájl"
   12.25 -
   12.26 -#: main_win.cc:86
   12.27 -msgid "Clear Tab"
   12.28 -msgstr "Lap törlése"
   12.29 -
   12.30 -#: main_win.cc:97
   12.31 -msgid "_View"
   12.32 -msgstr "_Nézet"
   12.33 -
   12.34 -#: main_win.cc:107
   12.35 -msgid "_Show"
   12.36 -msgstr "_Mutat"
   12.37 -
   12.38 -#: main_win.cc:108
   12.39 -msgid "_Maps"
   12.40 -msgstr "_Mapek"
   12.41 -
   12.42 -#: main_win.cc:111
   12.43 -msgid "_Algorithms"
   12.44 -msgstr "_Algoritmusok"
   12.45 -
   12.46 -#: main_win.cc:112
   12.47 -msgid "_General"
   12.48 -msgstr "_Általános"
   12.49 -
   12.50 -#: main_win.cc:114
   12.51 -msgid "_Kruskal"
   12.52 -msgstr "_Kruskal"
   12.53 -
   12.54 -#: main_win.cc:118
   12.55 -msgid "Move"
   12.56 -msgstr "Mozgat"
   12.57 -
   12.58 -#: main_win.cc:120
   12.59 -msgid "Create node"
   12.60 -msgstr "Csúcs létrehozása"
   12.61 -
   12.62 -#: main_win.cc:122
   12.63 -msgid "Create edge"
   12.64 -msgstr "Él létrehozása"
   12.65 -
   12.66 -#: main_win.cc:124
   12.67 -msgid "Delete"
   12.68 -msgstr "Törlés"
   12.69 -
   12.70 -#: main_win.cc:127
   12.71 -msgid "Edit edge map"
   12.72 -msgstr "Él map szerkesztése"
   12.73 -
   12.74 -#: main_win.cc:129
   12.75 -msgid "Edit node map"
   12.76 -msgstr "Csúcs map szerkesztése"
   12.77 -
   12.78 -#: main_win.cc:260
   12.79 -msgid "unsaved file"
   12.80 -msgstr "nem mentett fájl"
   12.81 -
   12.82 -#: main_win.cc:270
   12.83 -msgid "<b>Save changes before closing?</b>"
   12.84 -msgstr "Menti a változásokat mielőtt bezárja?"
   12.85 -
   12.86 -#: main_win.cc:272
   12.87 -msgid "Close file _without Saving"
   12.88 -msgstr "Bezárás mentés _nékül"
   12.89 -
   12.90 -#: main_win.cc:459 main_win.cc:488
   12.91 -msgid "Create New Map - "
   12.92 -msgstr "Új map létrehozása - "
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/po/LINGUAS	Wed Apr 12 20:38:22 2006 +0000
    13.3 @@ -0,0 +1,1 @@
    13.4 +hu
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/po/Makevars	Wed Apr 12 20:38:22 2006 +0000
    14.3 @@ -0,0 +1,41 @@
    14.4 +# Makefile variables for PO directory in any package using GNU gettext.
    14.5 +
    14.6 +# Usually the message domain is the same as the package name.
    14.7 +DOMAIN = $(PACKAGE)
    14.8 +
    14.9 +# These two variables depend on the location of this directory.
   14.10 +subdir = po
   14.11 +top_builddir = ..
   14.12 +
   14.13 +# These options get passed to xgettext.
   14.14 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
   14.15 +
   14.16 +# This is the copyright holder that gets inserted into the header of the
   14.17 +# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
   14.18 +# package.  (Note that the msgstr strings, extracted from the package's
   14.19 +# sources, belong to the copyright holder of the package.)  Translators are
   14.20 +# expected to transfer the copyright for their translations to this person
   14.21 +# or entity, or to disclaim their copyright.  The empty string stands for
   14.22 +# the public domain; in this case the translators are expected to disclaim
   14.23 +# their copyright.
   14.24 +COPYRIGHT_HOLDER = Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   14.25 +
   14.26 +# This is the email address or URL to which the translators shall report
   14.27 +# bugs in the untranslated strings:
   14.28 +# - Strings which are not entire sentences, see the maintainer guidelines
   14.29 +#   in the GNU gettext documentation, section 'Preparing Strings'.
   14.30 +# - Strings which use unclear terms or require additional context to be
   14.31 +#   understood.
   14.32 +# - Strings which make invalid assumptions about notation of date, time or
   14.33 +#   money.
   14.34 +# - Pluralisation problems.
   14.35 +# - Incorrect English spelling.
   14.36 +# - Incorrect formatting.
   14.37 +# It can be your email address, or a mailing list address where translators
   14.38 +# can write to without being subscribed, or the URL of a web page through
   14.39 +# which the translators can contact you.
   14.40 +MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
   14.41 +
   14.42 +# This is the list of locale categories, beyond LC_MESSAGES, for which the
   14.43 +# message catalogs shall be used.  It is usually empty.
   14.44 +EXTRA_LOCALE_CATEGORIES =
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/po/POTFILES.in	Wed Apr 12 20:38:22 2006 +0000
    15.3 @@ -0,0 +1,36 @@
    15.4 +# List of source files which contain translatable strings.
    15.5 +gui/algobox.cc
    15.6 +gui/algobox.h
    15.7 +gui/algowin.cc
    15.8 +gui/algowin.h
    15.9 +gui/all_include.h
   15.10 +gui/gdc-broken_edge.cc
   15.11 +gui/gettext.h
   15.12 +gui/graph_displayer_canvas.cc
   15.13 +gui/graph_displayer_canvas-edge.cc
   15.14 +gui/graph_displayer_canvas-event.cc
   15.15 +gui/graph_displayer_canvas.h
   15.16 +gui/graph_displayer_canvas-node.cc
   15.17 +gui/graph_displayer_canvas-zoom.cc
   15.18 +gui/graph-displayer.cc
   15.19 +gui/guipixbufs.h
   15.20 +gui/gui_reader.cc
   15.21 +gui/gui_reader.h
   15.22 +gui/gui_writer.cc
   15.23 +gui/gui_writer.h
   15.24 +gui/kruskalbox.cc
   15.25 +gui/kruskalbox.h
   15.26 +gui/main_win.cc
   15.27 +gui/main_win.h
   15.28 +gui/mapselector.cc
   15.29 +gui/mapselector.h
   15.30 +gui/mapstorage.cc
   15.31 +gui/mapstorage.h
   15.32 +gui/map_win.cc
   15.33 +gui/map_win.h
   15.34 +gui/nbtab.cc
   15.35 +gui/nbtab.h
   15.36 +gui/new_map_win.cc
   15.37 +gui/new_map_win.h
   15.38 +gui/xml.h
   15.39 +gui/xymap.h
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/po/hu.po	Wed Apr 12 20:38:22 2006 +0000
    16.3 @@ -0,0 +1,89 @@
    16.4 +# Hungarian translations for LEMON package.
    16.5 +# Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    16.6 +# This file is distributed under the same license as the LEMON package.
    16.7 +# Ladanyi Akos <ladanyi@tmit.bme.hu>, 2006.
    16.8 +#
    16.9 +msgid ""
   16.10 +msgstr ""
   16.11 +"Project-Id-Version: LEMON svn-head\n"
   16.12 +"Report-Msgid-Bugs-To: etik-ol@cs.elte.hu\n"
   16.13 +"POT-Creation-Date: 2006-03-23 18:50+0100\n"
   16.14 +"PO-Revision-Date: 2006-03-22 15:55+0100\n"
   16.15 +"Last-Translator: Ladanyi Akos <ladanyi@tmit.bme.hu>\n"
   16.16 +"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
   16.17 +"MIME-Version: 1.0\n"
   16.18 +"Content-Type: text/plain; charset=UTF-8\n"
   16.19 +"Content-Transfer-Encoding: 8bit\n"
   16.20 +"Plural-Forms: nplurals=1; plural=0;\n"
   16.21 +
   16.22 +#: gui/main_win.cc:81
   16.23 +msgid "_File"
   16.24 +msgstr "_Fájl"
   16.25 +
   16.26 +#: gui/main_win.cc:86
   16.27 +msgid "Clear Tab"
   16.28 +msgstr "Lap törlése"
   16.29 +
   16.30 +#: gui/main_win.cc:97
   16.31 +msgid "_View"
   16.32 +msgstr "_Nézet"
   16.33 +
   16.34 +#: gui/main_win.cc:107
   16.35 +msgid "_Show"
   16.36 +msgstr "_Mutat"
   16.37 +
   16.38 +#: gui/main_win.cc:108
   16.39 +msgid "_Maps"
   16.40 +msgstr "_Mapek"
   16.41 +
   16.42 +#: gui/main_win.cc:111
   16.43 +msgid "_Algorithms"
   16.44 +msgstr "_Algoritmusok"
   16.45 +
   16.46 +#: gui/main_win.cc:112
   16.47 +msgid "_General"
   16.48 +msgstr "_Általános"
   16.49 +
   16.50 +#: gui/main_win.cc:114
   16.51 +msgid "_Kruskal"
   16.52 +msgstr "_Kruskal"
   16.53 +
   16.54 +#: gui/main_win.cc:118
   16.55 +msgid "Move"
   16.56 +msgstr "Mozgat"
   16.57 +
   16.58 +#: gui/main_win.cc:120
   16.59 +msgid "Create node"
   16.60 +msgstr "Csúcs létrehozása"
   16.61 +
   16.62 +#: gui/main_win.cc:122
   16.63 +msgid "Create edge"
   16.64 +msgstr "Él létrehozása"
   16.65 +
   16.66 +#: gui/main_win.cc:124
   16.67 +msgid "Delete"
   16.68 +msgstr "Törlés"
   16.69 +
   16.70 +#: gui/main_win.cc:127
   16.71 +msgid "Edit edge map"
   16.72 +msgstr "Él map szerkesztése"
   16.73 +
   16.74 +#: gui/main_win.cc:129
   16.75 +msgid "Edit node map"
   16.76 +msgstr "Csúcs map szerkesztése"
   16.77 +
   16.78 +#: gui/main_win.cc:260
   16.79 +msgid "unsaved file"
   16.80 +msgstr "nem mentett fájl"
   16.81 +
   16.82 +#: gui/main_win.cc:270
   16.83 +msgid "<b>Save changes before closing?</b>"
   16.84 +msgstr "Menti a változásokat mielőtt bezárja?"
   16.85 +
   16.86 +#: gui/main_win.cc:272
   16.87 +msgid "Close file _without Saving"
   16.88 +msgstr "Bezárás mentés _nékül"
   16.89 +
   16.90 +#: gui/main_win.cc:459 gui/main_win.cc:488
   16.91 +msgid "Create New Map - "
   16.92 +msgstr "Új map létrehozása - "
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/po/lemon.pot	Wed Apr 12 20:38:22 2006 +0000
    17.3 @@ -0,0 +1,89 @@
    17.4 +# SOME DESCRIPTIVE TITLE.
    17.5 +# Copyright (C) YEAR Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    17.6 +# This file is distributed under the same license as the PACKAGE package.
    17.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    17.8 +#
    17.9 +#, fuzzy
   17.10 +msgid ""
   17.11 +msgstr ""
   17.12 +"Project-Id-Version: PACKAGE VERSION\n"
   17.13 +"Report-Msgid-Bugs-To: etik-ol@cs.elte.hu\n"
   17.14 +"POT-Creation-Date: 2006-03-23 18:50+0100\n"
   17.15 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
   17.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
   17.17 +"Language-Team: LANGUAGE <LL@li.org>\n"
   17.18 +"MIME-Version: 1.0\n"
   17.19 +"Content-Type: text/plain; charset=CHARSET\n"
   17.20 +"Content-Transfer-Encoding: 8bit\n"
   17.21 +
   17.22 +#: gui/main_win.cc:81
   17.23 +msgid "_File"
   17.24 +msgstr ""
   17.25 +
   17.26 +#: gui/main_win.cc:86
   17.27 +msgid "Clear Tab"
   17.28 +msgstr ""
   17.29 +
   17.30 +#: gui/main_win.cc:97
   17.31 +msgid "_View"
   17.32 +msgstr ""
   17.33 +
   17.34 +#: gui/main_win.cc:107
   17.35 +msgid "_Show"
   17.36 +msgstr ""
   17.37 +
   17.38 +#: gui/main_win.cc:108
   17.39 +msgid "_Maps"
   17.40 +msgstr ""
   17.41 +
   17.42 +#: gui/main_win.cc:111
   17.43 +msgid "_Algorithms"
   17.44 +msgstr ""
   17.45 +
   17.46 +#: gui/main_win.cc:112
   17.47 +msgid "_General"
   17.48 +msgstr ""
   17.49 +
   17.50 +#: gui/main_win.cc:114
   17.51 +msgid "_Kruskal"
   17.52 +msgstr ""
   17.53 +
   17.54 +#: gui/main_win.cc:118
   17.55 +msgid "Move"
   17.56 +msgstr ""
   17.57 +
   17.58 +#: gui/main_win.cc:120
   17.59 +msgid "Create node"
   17.60 +msgstr ""
   17.61 +
   17.62 +#: gui/main_win.cc:122
   17.63 +msgid "Create edge"
   17.64 +msgstr ""
   17.65 +
   17.66 +#: gui/main_win.cc:124
   17.67 +msgid "Delete"
   17.68 +msgstr ""
   17.69 +
   17.70 +#: gui/main_win.cc:127
   17.71 +msgid "Edit edge map"
   17.72 +msgstr ""
   17.73 +
   17.74 +#: gui/main_win.cc:129
   17.75 +msgid "Edit node map"
   17.76 +msgstr ""
   17.77 +
   17.78 +#: gui/main_win.cc:260
   17.79 +msgid "unsaved file"
   17.80 +msgstr ""
   17.81 +
   17.82 +#: gui/main_win.cc:270
   17.83 +msgid "<b>Save changes before closing?</b>"
   17.84 +msgstr ""
   17.85 +
   17.86 +#: gui/main_win.cc:272
   17.87 +msgid "Close file _without Saving"
   17.88 +msgstr ""
   17.89 +
   17.90 +#: gui/main_win.cc:459 gui/main_win.cc:488
   17.91 +msgid "Create New Map - "
   17.92 +msgstr ""