28/06/2009 *-* version 0.2.1.10
--Author: Roland Suchan <vmp@arcor.de>--
This software is covered by GNU General Public License version 2 (see COPYING file)

Additional dictionaries..
The link is:
	http://www3.futureware.at/1dim.htm

Supported dictionaries..
Babylon (*.dic, *.bgl)
Plaintext (*.dic.txt) with the following format: "expression [Tab] definition"

Plaintext (*.dic.txt) dictionaries..
They can be encoded in utf-8 or iso-8859-1.
Is the file iso-8859-1 encoded enrol it under "Expression" in the Dictionaries Table,
to find under Settings->Dictionaries.
Is the file utf-8 encoded leave the columns Definition and "Expression" empty.

(*.bgl) dictionaries..
they have to be converted with the program "dictconv" to plain text, i.e.:
	dictconv -o Babylon_English_French.dic Babylon_English_French.BGL
	mv Babylon_English_French.dic Babylon_English_French.dic.txt
Look that the *.dic file is saved in Unicode (utf-8) file format in the case you need a codec:
	On my system to find under:
		KWrite->Settings->Configure Editor->Open/Save->File Format->Encoding
The so created *.dic.txt file can now be used.
Remove the $123456$ expressions with the following command:
	sed -e "s/\$[0-9][0-9]*\$\t/\t/g" < input.dic > output.dic

Japanese font..
install following pakage: IPAPGothic (OpenSuSE 11.1) to improve japanese font

/**Requisites:
-QT >= 4.3.2
-KdeLibs >= 4.0.0
-QtWebKit
-Babylon dictionaries (*.dic)

/**Running
The config file is now stored in ~/.kde/share/config/qtransrc

/**Install:
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
make install (as root)

                              ******************************

20/03/2001 *-* version 0.1.1
--Author: Matteo Merli <merlim@libero.it>--
This software is covered by GPL license (see COPYING file)

it is based on the LibBab (Babylon library)
written by Frederic Jolliton <fjolliton@free.fr>

QTrans is a front-end for Babylon dictionaries (www.babylon.com).
You must have the english dic (English.dic) and the translation dic (e.g. Engtoita.dic)
this files can be downloaded from babylon site..
The link is:
	http://info.babylon.com/cgi-bin/search.cgi?layout=results.html&cat=55&sort=s&nc=2&n=10
Otherwise you can download it from:
	ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/

The dictionaries you download from Babylon site are all self-extracting
exe archive, and can unpacked with "unzip filename.exe".

/**Requisites:
-QT >= 2.2.2
-KdeLibs >= 2.0
-Babylon dictionaries

/**Install:
The install procedure is the standard one:

./configure
make
make install  (as root)

/**Running
The first time you launch the program, you have to change the default settings
with your dictionaries path.
Those files could also be on the MS windows partition..
The config file are now stored in ~/.kde/share/config/qtransrc


that's all.. hope you enjoy it!
if you find any bug, if you have a hint
or if you want to make a translation of the program:
write to me <merlim@libero.it>

/****I need someone who create the program icons and a simple logo..please :)
  ... and also some translations..
