## PSPDictionary v2.4.0
## ChangeLog

v1.0.0
- First Public Release

v1.1.0
- Added the langauge francese, tedesco and spagnolo.

v2.0.0
- Code rewritten in Python
- Added an online mode. To change the modality (between offline/online) you must press the buttons L(offline) or R(online).
- Added a chronology, that shows the last ten translated words.

v2.1.0
- Improved the online translations. Now, to translate (online) a word you must first indicate the fists language and then the language of the translation. 
Moreover, the online translation is most fast
- Solved a bug in the chronology

v2.2.0
- Now the servers supported are two: langtolang.com and babelfish.yahoo.com. Using babelfish.yahoo.com now it is possible to translate, besides words, also phrases

v2.3.0
- Added the support for Google Translate. I want to thanks bibo aka bigboss for his help :-) 
- Some little improvements
- Now the program seves in the file translations.txt the translations
  For example, when you translate 'che cosa farai questa sera?', from italian to english, connecting your psp online at the server Google Translate,
  in the file translations.txt will be written:
  Mode: online
  Server: translate.google.com
  Word\Sentence: che cosa farai questa sera?
  Translation: what to do tonight? 
  -----------------------------------------------

v2.4.0
- Now the program is distributed under the GNU General Public License.
- Improved the offline mode, adding the support for the translations freely distributed by Wiktionary. Now there are about 6000 translations for each language
  Besides for the offline mode has been added a new language: the latin. 
- Some little improvements