topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 6:29 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Wish: Translation plugin  (Read 6915 times)

masu

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 401
    • View Profile
    • Donate to Member
Wish: Translation plugin
« on: July 23, 2007, 03:44 PM »
hello,

how about a plugin, so that whenever you type in a word, it will be auto. translated into another language ;)
Find+Run Robot 2.90.01
Windows 7

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Wish: Translation plugin
« Reply #1 on: July 24, 2007, 11:50 PM »
until then, you can use mouser's Google Translator Boomerang.. ;)

https://www.donation...boomerang/index.html


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Wish: Translation plugin
« Reply #2 on: July 25, 2007, 12:04 AM »
Another alternative to a plugin is to use an online translation web page.

I started making an alias file that could be used to launch google translation page, but never got around to finishing it.  anyone feel like completing this alias file:

Code: Text [Select]
  1. <?xml version="1.0" ?>
  2. <!-- This file defines aliases for use by the Find and Run Robot program (https://www.donationcoder.com/Software/Mouser/findrun/index.html). -->
  3. <FarrAliasFile>
  4.     <FileFormatVersion>1</FileFormatVersion>
  5.     <AliasSetDescription>Tranaslation Tools on the Web</AliasSetDescription>
  6.     <AliasEntry>
  7.         <AliasText>gtrans</AliasText>
  8.         <Score>1000</Score>
  9.         <Regex>^gtrans (.*)</Regex>
  10.         <Results>
  11.             <Result>English to Spanish: $$c |http://translate.google.com/translate_t?langpair=en|es&amp;hl=en&amp;ie=UTF-8&amp;oe=UTF-8&amp;submit=Translate&amp;text=$$c</Result>
  12.             <Result>English to German: $$c |http://translate.google.com/translate_t?langpair=en|de&amp;hl=en&amp;ie=UTF-8&amp;oe=UTF-8&amp;submit=Translate&amp;text=$$c</Result>
  13.         </Results>
  14.     </AliasEntry>
  15. </FarrAliasFile>

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Wish: Translation plugin
« Reply #3 on: July 25, 2007, 12:13 AM »
mouser, what is missing from this alias file? :)

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Wish: Translation plugin
« Reply #4 on: July 25, 2007, 05:27 AM »
probably that there are more languagees than english and spanish.
just make "en|es" a parameter for the alias so you'd say:
gtrans en|de Donationcoder in german

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Wish: Translation plugin
« Reply #5 on: July 25, 2007, 05:32 AM »
just make "en|es" a parameter for the alias
that's a good idea too!

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Wish: Translation plugin
« Reply #6 on: February 12, 2008, 07:41 PM »
note: the wish has been granted! ;D check out Google Translation Plugin.


Screenshot from czechboy's plugin