-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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 
--
-
 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
--
-
 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    Open-PC.com   
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore


Camheroes

Sponsoring



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

translatoid

   1.1b  

Plasmoid Binary

translatoid
zoom


Depends on:  KDE 4.x
Downloads:  4463
Submitted:  Jan 15 2009
Updated:  Nov 24 2009
Score: 
score89%89%score
 89% good
bad   good

Description:

translator using google translator!
And it\'s my first plasmoids!!

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/translatoid




Changelog:

-clear code
-add Catalan flag
-Add language title
- use Frame for the maintitle.
- Correct some encodage bug
- and more....

===0.4
- use kde svn :
http://websvn.kde.org/trunk/playground/base/plasma/applets/translatoid
- use PopupApplet! Now, Translatoid can be dock inside the main bar!
- Change language selection method! Now, You have to click and a KlistWidget appear !
- Add Copy and Past button
- Add AutoDetection language in languageList
- Add TooTip Message

Now, I need translator for translate, this translator... :)

===0.4.1
add Licence
add GPL2 header
replace setIcon() by nativeWidget()->seticon()

=====0.5
Add ListWidgetFlag inside the plasma and it appear with a Plasma::Animation!
Add Voice TTS support.

TODO : auto select - enter key - flag disabled for fedora!

======0.6
-AutoPaste the copy selection and autotranslate when you active Popup.
-GrabKeyboard when you active Popup
-Add "Clear Button"
-remove Cancel Button from DialogBox
-Add Po language file.
- Change inverse language icon
- Add Fedora Package without flags

====0.6.1
- Add new Icon
- change name : translatoid to plasma-applet-translatoid

======0.7
add New popup icon which can change his flags
use KConfigGroup for save favorite language
add FavoriteLanguage config dialog
some update of the code

=======0.8
IMPORTANT RELEASE :
change the algorithm of source translation. Now it use Post Method. It means that you can translate big text. And if you type 1 word, it get you the dictionnary result ! :) Thanks lexnewton.
=======0.9
-add new flags list ! Use a plasma::treeview with a QAbstractModel
-copy from the clipboard! Now, you just have to select a source text from anywhere, and active the popup, by cliking on the popup, or by a plasma shortcut.
-Change QTextEdit source event. Now, press Enter to translate, and press Shift+Enter to add a new line.

=======1.0
Change icon
Change a lot by aseigo , use KJob, nice animation during translate.
change the structure of translatoid
Will remove voice button, because KTTSD do the same job.
add estonishlanguage
===RC
After some error of myself! This is the good one :
- Set text color with theme color
- save your automaticaly last languages in use.

==1.1beta==== MAJOR CORRECTION
Now Translatoid use extender
Add Reminder extender to remind you some word after clicking on the star
Replace parsing by Json parsing. YOU NEED TO INSTALL libqjson
Clear some code and probably add some new bug.. :)
If you have some probs, contact me!

---1.1
Add new language :
"Afrikaans"
"Albanais"
"Albanais"
"Belarusian"
"Irish""Icelandic"
"Macedonian"
"Malaysia"
"Maltese"
"Persan"
"Swahili"
"Turkish"
"Yiddish"




LicenseLGPL
Source(translatoid.1-1.tar.gz)
donate
send to a friend
subscription
other artwork from dridk

goto page: prev  ... 8  9  10  11  12  13  14  15  16 

-

 Problem with KD 4.4 RC1

 
 by eliwap on: Jan 8 2010
 

Hi

I;m the package maintainer for kde-plasma-translatoid for Fedora.

I have built and installed tranlatoid 1.1 and installed against qjson 0.7.1 and kde 4.4 RC1.

On top of the problem of accepting only one sentence, the translation is always produced with a trailing </hr>

It would seem that there is some kine of parsing error.

I hope that this can be fixed.

Thanks

Eli


reply to this

-

 Re: Problem with KD 4.4 RC1

 
 by eliwap on: Jan 11 2010
 

Looked at 1.1 on KDE 4.3.4 the </hr> tag isn't there but Translatoid still only returned the translation of the first of multiple sentence text.


reply to this

-

 Re: Problem with KD 4.4 RC1

 
 by eliwap on: Jan 11 2010
 

One other thing to note, I compiled Translatoid from SVN available earlier today, and the problem persists


reply to this

-

 Re: Re: Problem with KD 4.4 RC1

 
 by chepioq on: Jan 12 2010
 

I have same problem with fedora rawhide and kde 4.4
There is <hr/> at end of translation.
I look for code and I change in "ktranslatoid.cpp" the line 342:
textToReturn+="<hr/>";

to

textToReturn+="";

and now I have not the <hr/> at the end of translation...


reply to this

-

 Re: Re: Re: Problem with KD 4.4 RC1

 
 by eliwap on: Jan 13 2010
 

Confirmed. That the trailing </hr> tag is gone. Well done :)

However, I can still only translate 1 sentence.


reply to this

-

 Re: Re: Re: Re: Problem with KD 4.4 RC1

 
 by chepioq on: Jan 13 2010
 

Quote:
However, I can still only translate 1 sentence.

I have not this problem, I can translate more than one sentence...


reply to this

-

 Re: Re: Re: Re: Re: Problem with KD 4.4 RC1

 
 by eliwap on: Jan 14 2010
 

OK... :) I just build translatoid from svn and made the suggested change. And yes. I can translate more than one sentence.


reply to this

-

 Right to Left Languages

 
 by eliwap on: Jan 14 2010
 

Hi again

When I try to translate from English to Hebrew. The translated text, while it "writes" from right to left, it is aligned to the left side of the dialogue box with periods (ie ".") being formatted so that they appear at the beginning of the sentence rather than at the end.

If there is a way to correct this, it would be greatly appreaciated.


reply to this

-

 Re: Right to Left Languages

 
 by chepioq on: Jan 14 2010
 

I test for you and I have an explanation.
Translatoid use google translator, and for test I do a translation English to Hebrew with this google translator.
Result are same as you see with Translatoid, so I think it is not a problem with this plasmoid but with google translator...


reply to this

-

 Re: Re: Right to Left Languages

 
 by eliwap on: Jan 14 2010
 

K. Thanks for that.

Three more things.

In passing I noticed that the Yiddish translation was not working.

The second... Do you know if the fix that you have suggested works with kde 4.3.4 or is it just for 4.4?

Last... Are you aware if the fixes you have suggested will be packaged in an official release soon?


reply to this

-

 Re: Re: Re: Right to Left Languages

 
 by chepioq on: Jan 15 2010
 

Hi...
1) I also notice that Yiddish translation was not working.
2) The fix I have suggested work also for Kde 4.3 (I test it with ths svn version of Translatoid.)
3) I am not the maintainer of Translatoid, send your question to dridk, who has create this plasmoid...


reply to this

-

 Re: Re: Re: Re: Right to Left Languages

 
 by eliwap on: Jan 15 2010
 

Thank you very much for your help and for the information.

Eli


reply to this

-

 Translate Translatoid...

 
 by chepioq on: Jan 29 2010
 

I have just one question:
Can you translate translatoid in other language ?
For test I made a translatoid.pot and a fr.po, but I am not a programmer and I don't know how add this in your plasmoid...


reply to this

goto page: prev  ... 8  9  10  11  12  13  14  15  16 

add commentback




-
-
all messages

openDesktop.org Facebook App





Partners
Place Your Link Here!
Online Casino
Fundraising Ideas

Cool Sites
iPhone Community

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

Participate
Groups
Forum
Add Artwork
Public API
About KDE-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2001-2010 KDE-Look.org Team  
All rights reserved. KDE-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.