Warning: session_start(): open(/tmp/sess_b194opfp1ijg9auo7dpd313u07, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
ASTranslator openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

ASTranslator

   0.9.12.20  

Qt Education

Score 79%
ASTranslator
zoom


ASTranslator
zoom


ASTranslator
zoom


Homepage:  Link
Blog:  http://alexsnet.ru/
Downloads:  2120
Submitted:  Feb 26 2009
Updated:  Mar 23 2010

Description:

This application translates text via Google Translate engine. (http://translate.google.com/)

All updates you can see at http://alexsnet.ru/opensource/translator/

In the last version I use THJsonStreamReader for JSON parsing.




Changelog:

Update: added NSIS Installer

0.9.12.20
Protocol updated!
Font change possibility!
Proxy support!
Settings window
Some small changes
SOme bugs are fixed, new bugs were added

0.9.6.01:
Happy Birthday, Den Piterson!
  • Completely reworked the code.

  • Ability to set Proxy (beta)

  • Added About Qt

  • Added About App

  • Added Settings

  • Class interpreter is now separated from the GUI

  • Restored icon for Windows


  • 0.9.5.28:
  • Tray Icon

  • Some fixes


  • 0.9.3.02:
  • Fixed: don't saves last language pair on Windows

  • Some corrections in code

  • Added comments to code

  • Improved text correction after translating

  • Added keyboard shortcuts to translate Shift+Return


  • 0.9.3.01:
  • Fixed a bug with public QStringList object

  • Fixed bug with flag icons

  • Corrected text output after translation

  • Fixed some other bugs


  • 0.9.2.28:
  • Added flag icons.

  • Now application saves the last pair of languages

  • Some text output corrections


  • 0.9.2.27:
  • Fixed bug with texts in Cyrillic and other encodings.




  • LicenseGPL
    Source(Translator sources)
    MS Windows(Windows Installer)
    Donate
    Send to a friend
    Subscribe
    Other  Content  from AlexBSnet
    Report inappropriate content



    goto page:  1  2  3 

    -
    .

     download?

     
     by s-valve on: Mar 1 2009
     
    Score 50%

    Hello AlexBSnet,

    your app cannot be downloaded :(


    Reply to this

    -

     Re: download?

     
     by AlexBSnet on: Mar 1 2009
     
    Score 50%

    Oh, sorry! This is my bad!
    Download link was wrong.

    Fixed.


    Reply to this

    -

     :)

     
     by s-valve on: Mar 1 2009
     
    Score 50%

    thx


    Reply to this

    -
    .

     having problems...

     
     by rishiraj on: Mar 2 2009
     
    Score 50%

    Hi, the application looks great but, I am having some problems.I downloaded the code and then did-
    qmake Translator.pro
    make
    cd bin
    ./Translator
    The window's showing properly but, when I type in a word and click the 'Translate button',this is what I get(doesn't progress beyond this)---
    Hello, world!
    UI setted
    Langs setted
    Lang flags configured...
    Last pair loaded
    Http protocol initialized.
    All buttons are connected
    Starting translation.
    Now we know all we need.
    Url configured.
    Headers configured.
    ByteArray completed.
    HTTP host setted
    Request started


    What could be the problem?
    Please advice.I am using Linux fedora 8.


    Reply to this

    -
    .

     Re: having problems...

     
     by AlexBSnet on: Mar 2 2009
     
    Score 50%

    Hello.

    This is debug information provided by qDebug function.
    Did you see graphics window?


    Reply to this

    -

     sorry,didn't understand....

     
     by rishiraj on: Mar 2 2009
     
    Score 50%

    Hi,
    sorry, didn't understand what you meant by the graphics window(did you mean QGraphics).Am new to Qt, so ,not much idea about the classes.
    If you meant the application window,nothing's showing up in the Textedit box which should be showing the translated text.
    Any suggestions?


    Reply to this

    -

     Re: sorry,didn't understand...

     
     by AlexBSnet on: Mar 2 2009
     
    Score 50%

    I think this is problem in QHttp or in QNetwork.
    As I can see in your log all operations finished at point Request Started.
    Try to wait some more time. Or reinstall Qt libraries.

    And I will ask my friends why this problem can be on your machine.


    Reply to this

    -

     Re: Re: sorry,didn't understan

     
     by rishiraj on: Mar 4 2009
     
    Score 50%

    Hi,
    I exceuted the code again and left the window open overnight.
    This time the procedure seems to have been completed but, the output's not showing in the 'to' Textedit box (or anywhere else)
    [root@localhost bin]# ./Translator
    Hello, world!
    UI setted
    Langs setted
    Lang flags configured...
    Last pair loaded
    Http protocol initialized.
    All buttons are connected
    Starting translation.
    Now we know all we need.
    Url configured.
    Headers configured.
    ByteArray completed.
    HTTP host setted
    Request started
    Last language pair saved
    Good bye.

    But,why's the output not showing?any suggestions?


    Reply to this

    -
    .

     Re: Re: Re: sorry,didn't under

     
     by AlexBSnet on: Mar 4 2009
     
    Score 50%

    I don't know what is it.
    For Fedora users I write a small manual for compiling it.
    You can find it here: http://alexsnet.ru/opensource/translator/


    Reply to this

    -

     working now

     
     by rishiraj on: Mar 12 2009
     
    Score 50%

    Hi ,
    thanks for the advice and help,it's working now.


    Reply to this

    -

     nice app

     
     by mnurolcay on: Jun 1 2009
     
    Score 50%
    mnurolcaymnurolcay
    Pardus Linux

    simple and useful application, but still need more functionality. This one may be a good reference: http://code.google.com/p/qgoogletranslate/

    especially tab bar ;)


    Reply to this

    -

     Re: nice app

     
     by AlexBSnet on: Jun 3 2009
     
    Score 50%

    I knew this application, and, also, I knew author of those.


    Reply to this

    goto page:  1  2  3 

    Add commentBack




    -



     
     
     Who we are
    Contact
    More about us
    Frequently Asked Questions
    Register
    Twitter
    Blog
    Explore
    Apps
    Artwork
    Jobs
    Knowledge
    Events
    People
    Updates on identi.ca
    Updates on Twitter
    Content RSS   
    Events RSS   

    Participate
    Groups
    Forum
    Add Content
    Public API
    About openDesktop.org
    Legal Notice
    Spreadshirt Shop
    CafePress Shop
    Advertising
    Sponsor us
    Report Abuse
     

    Copyright 2007-2016 openDesktop.org Team  
    All rights reserved. openDesktop.org is not liable for any content or goods on this site.
    All contributors are responsible for the lawfulness of their uploads.
    openDesktop is a trademark of the openDesktop.org Team