Welcome Guest.   Make a donation to an author on the site June 19, 2013, 06:42:26 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Your Support Funds this Site: View the Supporter Yearbook.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: Prev 1 2 [3]   Go Down
  Reply  |  New Topic  |  Print  
Author Topic: Google Translation Plugin  (Read 40513 times)
s.newave
Supporting Member
**
Posts: 124


View Profile Give some DonationCredits to this forum member
« Reply #50 on: May 16, 2008, 02:54:39 PM »

Even better why not just do ALL plugin management through the updater. Any new plugin that is available would be listed in the "Available for Installation" tab minus any plugins you have already installed. The updater would handle all installing/uninstalling and updating ala quicksilver.
Logged
mouser
First Author
Administrator
*****
Posts: 31,096



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #51 on: May 16, 2008, 03:40:40 PM »

yes, that's been suggested, and i will add code to do that.  it's already done partly like that now, but not completely for all plugins.
Logged
Armando
Charter Member
***
Posts: 2,643



see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #52 on: May 16, 2008, 05:11:24 PM »

I suspect the problem is that the update from the web is installing, but you have an old copy in a dif location which is not being replaced.

That was it. Many thanks. I don't know that happened... but it did...  embarassed

It would probably be a good idea for adding a command in FARR to install a plugin, so as to avoid users having to manually unpack files in the FARR plugin directory themself.

Good idea, yes. It would certainly help to avoid that kind of situation.
Logged

"I suppose it can be said that I'm an absent-minded driver. It's true that I've driven through a number of red lights on occasion, but on the other hand, I've stopped at a lot of green ones but never gotten credit for it."
Glenn Gould


[ may-june 2013 ad experiment; click here to learn more about donationcoder.com ]

cansee
Participant
*
Posts: 4

View Profile Give some DonationCredits to this forum member
« Reply #53 on: June 23, 2008, 04:22:48 AM »

Hi All.
Can I use this plugin for translate non-latin languages (for example, en-ru translation)? First try was failed... seems like cyrillic is not supported Sad(((
Logged
czb
Moderator
*****
Posts: 335



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #54 on: June 23, 2008, 04:36:22 AM »

Hi All.
Can I use this plugin for translate non-latin languages (for example, en-ru translation)? First try was failed... seems like cyrillic is not supported Sad(((

You can but you must have Arial Unicode MS font Wink
Logged

My open-source online piano game: http://musicope.com/
cansee
Participant
*
Posts: 4

View Profile Give some DonationCredits to this forum member
« Reply #55 on: June 23, 2008, 04:38:46 AM »

Hi All.
Can I use this plugin for translate non-latin languages (for example, en-ru translation)? First try was failed... seems like cyrillic is not supported Sad(((

Uh... sorry. "gt en ru hello" does not work, but "gt 8 21 hello" working properly. Fine plugin smiley
Logged
Nod5
Supporting Member
**
Posts: 662



View Profile Give some DonationCredits to this forum member
« Reply #56 on: June 23, 2008, 07:19:51 AM »

czechboy, some ideas:

- decrease fontsize for lang list from fs24 to fs20

- it would be good if a default input/output language could be locked if the user adds them to the plugin settings. Specifying other languages in the FARR input box would then only temporarily override the default.

- maybe let more than one space at the end of the searchphrase trigger toggling of output language.
example: "gt sunshine " translates from english to german, "gt sunshine  " (two spaces) translates from english to spanish, three spaces = french, and so on for some set default languages.

- put current input/output language name in status bar
Logged
czb
Moderator
*****
Posts: 335



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #57 on: June 23, 2008, 12:02:59 PM »

czechboy, some ideas:

- decrease fontsize for lang list from fs24 to fs20

- it would be good if a default input/output language could be locked if the user adds them to the plugin settings. Specifying other languages in the FARR input box would then only temporarily override the default.

- maybe let more than one space at the end of the searchphrase trigger toggling of output language.
example: "gt sunshine " translates from english to german, "gt sunshine  " (two spaces) translates from english to spanish, three spaces = french, and so on for some set default languages.

- put current input/output language name in status bar
Hi, I have released new version Wink
to your comments:
1) done
2) well for now you can modify it directly in fscript.js (first two lines) => I will add settings later
3) try ctrl+tab instead Wink
4) done smiley

Now you can also use enter Thmbsup
« Last Edit: June 23, 2008, 12:05:28 PM by czechboy » Logged

My open-source online piano game: http://musicope.com/
Nod5
Supporting Member
**
Posts: 662



View Profile Give some DonationCredits to this forum member
« Reply #58 on: June 24, 2008, 05:39:38 AM »

Neat! Thmbsup
Logged
czb
Moderator
*****
Posts: 335



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #59 on: June 24, 2008, 06:19:28 AM »

just corrected small bug. When you typed "gt" and hit ctrl+tab an error occured. it should be fixed now Wink
Logged

My open-source online piano game: http://musicope.com/
Fruch
Participant
*
Posts: 5


View Profile Give some DonationCredits to this forum member
« Reply #60 on: September 29, 2008, 08:06:22 AM »

Now that Google support Hebrew I've tried to change gt for my need.

var output, languages = new Array("ar","bg","zh-CN","zh-TW","hr","cs","da","nl","en","fi","fr","de","el","hi","it","ja","ko","no","pl","pt","ro","ru","es","sv","iw");
var lang_names = new Array("Arabic","Bulgarian","Chinese (Simplified)","Chinese (Traditional)","Croatian","Czech","Danish","Dutch","English","Finnish","French","German","Greek","Hindi","Italian","Japanese","Korean","Norwegian","Polish","Portuguese","Romanian","Russian","Spanish","Swedish","Hebrew");

like that, but it's not working, any idea what else need to be changed ? Sad
Logged
czb
Moderator
*****
Posts: 335



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #61 on: September 29, 2008, 11:58:15 AM »

I have uploaded new version, where you can find all languages, I have also modified way of fetching data and corrected a few small bugs Thmbsup
Logged

My open-source online piano game: http://musicope.com/
gaiageek
Participant
*
Posts: 2

View Profile WWW Give some DonationCredits to this forum member
« Reply #62 on: March 27, 2009, 10:22:07 AM »

The original download link from the first post is not working. Is there an alternate location?
Logged
lanux128
Global Moderator
*****
Posts: 5,888



plarker lanux128 see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #63 on: March 27, 2009, 10:55:54 AM »

try here, it has become part of CZB pack.
Logged

koro
Supporting Member
**
Posts: 7


View Profile Give some DonationCredits to this forum member
« Reply #64 on: December 12, 2009, 11:11:10 PM »

There's something wrong with some characters. It's weird, accented characters work fine when translating, for example, to french, but it seems to have a problem with apostrophes ("L'elephant" becomes "l&#39éléphant"):
« Last Edit: December 14, 2009, 11:14:23 AM by koro » Logged
Sundog29
Supporting Member
**
Posts: 3


View Profile Give some DonationCredits to this forum member
« Reply #65 on: December 13, 2009, 07:53:52 PM »

The Client for Google Translate app has been working well for me lately by automagically translating highlighted text in various languages into English by clicking a pop-up icon. It works with Acrobat and Firefox, and has proven to be especially useful in translating plain text from Google Books. The translated text appears in a larger, scrollable pop-up box which can be saved to the clipboard. Freeware.

http://translateclient.com/
Logged
McX
Participant
*
Posts: 2


View Profile Give some DonationCredits to this forum member
« Reply #66 on: February 07, 2010, 11:43:01 AM »

The "Download" link is dead. thumb down Is there some other way to install this very usefull plug in?
Logged
mouser
First Author
Administrator
*****
Posts: 31,096



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #67 on: February 07, 2010, 02:27:47 PM »

It has become part of: CZB pack.
Logged
baiyq
Participant
*
Posts: 6

View Profile Give some DonationCredits to this forum member
« Reply #68 on: March 18, 2010, 09:54:30 PM »

It has become part of: CZB pack.

why I  can't download this plugins of CZB pack ?
Logged
mouser
First Author
Administrator
*****
Posts: 31,096



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #69 on: March 18, 2010, 09:55:04 PM »

CZB pack download is here:
http://www.donationcoder....m/index.php?topic=17153.0
Logged
zircle
Member
**
Posts: 8


View Profile Give some DonationCredits to this forum member
« Reply #70 on: December 09, 2011, 05:28:13 AM »

Updated Google Translate due to invalid Syntax. The CZB's Pack wouldn't load due to errors so I used the one available in this thread which is why i'm posted it here.

Essentially, google updated some of their html which in turn broke this plugin.

In addition, if you look in the screenshot, i've added some of the romaji/pinyin for various languages (chinese, japanese, korean). ATM since FARR doesn't support unicode(?), you can only translate from english to another language, at least that is what i've discovered (I think some posts here were trying a workaround). This might be pretty buggy but my tests succeeded.

@koro: late, but it appears that the reason why your apostrophe looks so weird is because you've converted it to its html code counterpart.


* google_translate.png (7.56 KB, 563x319 - viewed 112 times.)
* Google_Translate.7z (96.45 KB - downloaded 99 times.)
« Last Edit: December 09, 2011, 06:02:24 AM by zircle; Reason: @koro. » Logged
IT_Fan
Participant
*
Posts: 5


View Profile Give some DonationCredits to this forum member
« Reply #71 on: February 06, 2012, 04:24:38 PM »

I added Vietnamese as number 14 : http://www.box.com/s/1lqv0db0ueid3nefyc3d
Logged
Pages: Prev 1 2 [3]   Go Up
  Reply  |  New Topic  |  Print  



[ may-june 2013 ad experiment; click here to learn more about donationcoder.com ]


 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.054s | Server load: 0.07 ]