PSPDictionary PSP: Difference between revisions

From GameBrew
(Created page with "{{Infobox PSP homebrew | title = PSPDictionary | image = https://dlhb.gamebrew.org/psphomebrew/PSPDictionary.jpg|250px | type = Other | version = v3.1.0 | licence = Mixed | au...")
 
No edit summary
Line 3: Line 3:
| image = https://dlhb.gamebrew.org/psphomebrew/PSPDictionary.jpg|250px
| image = https://dlhb.gamebrew.org/psphomebrew/PSPDictionary.jpg|250px
| type = Other
| type = Other
| version = v3.1.0
| version = 3.1.0 (20 Aug 2010)
| licence = Mixed
| licence = Mixed
| author = Gefa
| author = Gefa
| website = https://psp.brewology.com/downloads/download.php?id=10720&mcid=1
| website = https://web.archive.org/web/20210207054329/https://www.neoflash.com/forum/index.php?topic=6300.0
| download = https://dlhb.gamebrew.org/psphomebrew/PSPDictionary.rar
| download = https://dlhb.gamebrew.org/psphomebrew/PSPDictionary.rar
| source =
| source =
}}
}}
<youtube>yTQ0a__VK8M</youtube>


PSPDictionary is a multi-language translator for PSP (PlayStation Portable) written in Python. User can choose between offline mode and online translation services.
PSPDictionary is a multi-language translator for PSP (PlayStation Portable) written in Python. User can choose between offline mode and online translation services.
Line 16: Line 15:
This is an entry from the Neo Spring Coding Compo 2009 (PSP Applications, 3rd place) and Neo Retro Coding Compo 2010 (Retro APP, 6th place).
This is an entry from the Neo Spring Coding Compo 2009 (PSP Applications, 3rd place) and Neo Retro Coding Compo 2010 (Retro APP, 6th place).


Installation
==Installation==
Extract the downloaded package, and copy the python folder in the root of your Memory Stick, and the PSPDictionary vX.X.X folder in the path X:/PSP/GAME/.
Extract the downloaded package, and copy the python folder in the root of your Memory Stick, and the PSPDictionary vX.X.X folder in the path X:/PSP/GAME/.


User guide
==User guide==
PSPDictionary allows you to translate a word or a phrase from 6 language: English, Italiano, French, Deutsce, Spanish and Latin.
PSPDictionary allows you to translate a word or a phrase from 6 language: English, Italiano, French, Deutsce, Spanish and Latin.


It�s possible to translate remaining offline. In this case, the program supports the translations freely distributed by Wikctionary (http://wiktionary.org). There are about 6000 translations for each language.
It's possible to translate remaining offline. In this case, the program supports the translations freely distributed by [http://wiktionary.org Wikctionary]. There are about 6000 translations for each language.


Besides, it�s possible to translate a word/phrase connecting your PSP online, choosing an online translation service.
Besides, it's possible to translate a word/phrase connecting your PSP online, choosing an online translation service.


This can be: langtolang (www.langtolang.com), Yahoo! Babel Fish (www.babelfish.yahoo.com) or Google Translate (www.translate.google.com).
This can be [http://www.langtolang.com langtolang], [http://www.babelfish.yahoo.com Yahoo! Babel Fish] or [http://www.translate.google.com Google Translate].


Controls
==Controls==
D-Pad - Move through menu
D-Pad - Move through menu
Cross - Confirm, Translate
Cross - Confirm, Translate
R-Trigger - Activate online mode
L-Trigger - Activate offline mode


Compatibility
R - Activate online mode
 
L - Activate offline mode
 
==Media==
'''PSPDictionary V2 0 0''' ([https://www.youtube.com/watch?v=yTQ0a__VK8M Gefasio]) <br>
<youtube>yTQ0a__VK8M</youtube>
 
==Compatibility==
This program works only on a PSP Fat or Slim with a Custom Firmware by DAX.
This program works only on a PSP Fat or Slim with a Custom Firmware by DAX.


ChangeLog
==ChangeLog==
v3.1.0
'''v3.1.0'''
- Solved some bugs.
* Solved some bugs.
- Graphic improved.
* Graphic improved.
- Chronology mode improved. Now is possible to see all translations done too, not just the name of the word translated as in past versions.
* Chronology mode improved. Now is possible to see all translations done too, not just the name of the word translated as in past versions.
 
'''v3.0.0'''
* Added the IWDC official splash screen.
* Code re-written by using the OSLib MOD library, which is ported to Python by Sakya.
* Added Sony's official dialogs.
* Now PSPDictionary is compatible with Wifi connections protected by WPA.


v3.0.0
'''v2.4.1'''
- Added the IWDC official splash screen.
* Added the NeoFlashCompo2009 splash screen.
- Code re-written by using the OSLib MOD library, which is ported to Python by Sakya.
* Solved a bug in the langtolang translations. Now the program shows all the translations.
- Added Sony's official dialogs.
- Now PSPDictionary is compatible with Wifi connections protected by WPA.


v2.4.1
'''v2.4.0'''
- Added the NeoFlashCompo2009 splash screen.
* Now the program is distributed under the GNU General Public License.
- Solved a bug in the langtolang translations. Now the program shows all the translations.
* 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.


v2.4.0
'''v2.3.0'''
- Now the program is distributed under the GNU General Public License.
* Added the support for Google Translate. Thanks bibo aka bigboss for his help.
- 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.
- 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.3.0
'''v2.2.0'''
- Added the support for Google Translate. Thanks bibo aka bigboss for his help.
* 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.
- 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.2.0
'''v2.1.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.
* 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.1.0
'''v2.0.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.
* Code rewritten in Python.
- Solved a bug in the chronology.
* 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.0.0
'''v1.1.0'''
- Code rewritten in Python.
* Added the langauge francese, tedesco and spagnolo.
- 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.


v1.1.0
'''v1.0.0'''
- Added the langauge francese, tedesco and spagnolo.
* First Public Release.


v1.0.0
==External links==
- First Public Release.
* Author's website - http://www.gefa.altervista.org
* NeoFlash - [https://web.archive.org/web/20210207054329/https://www.neoflash.com/forum/index.php?topic=6300.0 https://www.neoflash.com/forum/index.php?topic=6300.0] (archived)
* NeoFlash - [https://web.archive.org/web/20210207060025/https://www.neoflash.com/forum/index.php?topic=5509.0 https://www.neoflash.com/forum/index.php?topic=5509.0] (archived)


References
[[Category:PSP homebrew applications]]
Author's webpage, http://www.gefa.altervista.org
[[Category:Other PSP homebrew applications]]
NeoFlash, https://www.neoflash.com/forum/index.php?topic=6300.0
NeoFlash, https://www.neoflash.com/forum/index.php?topic=5509.0

Revision as of 14:00, 10 August 2021

PSPDictionary
PSPDictionary.jpg
General
Author(s)Gefa
TypeOther
Version3.1.0 (20 Aug 2010)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


PSPDictionary is a multi-language translator for PSP (PlayStation Portable) written in Python. User can choose between offline mode and online translation services.

This is an entry from the Neo Spring Coding Compo 2009 (PSP Applications, 3rd place) and Neo Retro Coding Compo 2010 (Retro APP, 6th place).

Installation

Extract the downloaded package, and copy the python folder in the root of your Memory Stick, and the PSPDictionary vX.X.X folder in the path X:/PSP/GAME/.

User guide

PSPDictionary allows you to translate a word or a phrase from 6 language: English, Italiano, French, Deutsce, Spanish and Latin.

It's possible to translate remaining offline. In this case, the program supports the translations freely distributed by Wikctionary. There are about 6000 translations for each language.

Besides, it's possible to translate a word/phrase connecting your PSP online, choosing an online translation service.

This can be langtolang, Yahoo! Babel Fish or Google Translate.

Controls

D-Pad - Move through menu

Cross - Confirm, Translate

R - Activate online mode

L - Activate offline mode

Media

PSPDictionary V2 0 0 (Gefasio)

Compatibility

This program works only on a PSP Fat or Slim with a Custom Firmware by DAX.

ChangeLog

v3.1.0

  • Solved some bugs.
  • Graphic improved.
  • Chronology mode improved. Now is possible to see all translations done too, not just the name of the word translated as in past versions.

v3.0.0

  • Added the IWDC official splash screen.
  • Code re-written by using the OSLib MOD library, which is ported to Python by Sakya.
  • Added Sony's official dialogs.
  • Now PSPDictionary is compatible with Wifi connections protected by WPA.

v2.4.1

  • Added the NeoFlashCompo2009 splash screen.
  • Solved a bug in the langtolang translations. Now the program shows all the translations.

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.

v2.3.0

  • Added the support for Google Translate. 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.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.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.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.

v1.1.0

  • Added the langauge francese, tedesco and spagnolo.

v1.0.0

  • First Public Release.

External links

Advertising: