Welcome / Bienvenue / Benvinguts / Bienvenidos
For information about my translation services, please visit the main site.
Pour des informations sur mes services, merci de regarder le site principal.
Para información sobre mis servicios de traducción, visite el web principal.

Pardon me for blowing my own trumpet…

…but I just love a translation that I’ve just come up with. The original was “Hoteles tan exclusivos como nuestros clientes”. After initially coming up with horrible translations like “Hotels that are as exclusive as our guests”, I suddenly thought of “Exclusive hotels for exclusive guests”.

A native speaker can correct me if I’m wrong, but I’d say that this structure would not work in Spanish (“hoteles exclusivos para clientes exclusivos”). But the repetition of the word “exclusive” is not a problem in English; it helps to get the message across.

Share:

Quickly move windows from one screen to another

Many of you probably work with two screens. Does it also annoy you when you have to move a maximised window from one screen to another (in Windows)? First you have to minimize the window, then drag it across, then maximise it. I have compiled a small script that enables you to do this with a shortcut.

Download the following script to any folder, then run it. Now all you need to do is push Windows+1 to move a window to your left screen, and Windows+2 to move it to your right screen.

I have only tested this script on my own screen resolution and in Windows XP. Please let me know whether it has worked on your computer.

If you like it, and would like this tool to be always active, drag the icon to Programs->Startup in the Windows menu. This way, it will load automatically when you log on to your Windows account.

This script does not install on your computer. It is self-executable. So you can even save it on your pen drive and run it when you’re using other computers away from home.

Switch screens tool
Switch screens tool – version for screens with horizontal resolution greater than 1500 (try this if the first one doesn’t work)
Switch screens tool – version for screens with horizontal resolution greater than 1500, with the main screen on the right

Share:

Adding dictionary buttons to your toolbar

For professional translations, visit timtranslates.com.

Most of my readers who are translators have probably come across the WordReference dictionary toolbar buttons. You can find them here.

These toolbars open a word you have selected in a new window.

I don’t use the version of the buttons now available on the WordReference site, but an older version. I prefer the older versions because they pop up a small form if you have no text selected. Most of the time we’re looking up words in our source text, not words we have open in our browser, so we want a window to type our word in. Also, my version (I can’t remember whether that’s how I downloaded it, or whether I adapted the code myself) opens up in the current tab, not in a new window. Much more practical, I find.

Below are the WordReference buttons I use (only for the languages I work with). If you have Firefox, you can just drag them to the toolbar. If you use Internet Explorer, you should stop doing so, but if you really wish to continue with Internet Explorer, follow the complicated instructions here, however, I seem to remember finding that my buttons don’t work in Internet Explorer.

English definition
Spanish definition (RAE)
French-English translation
English-French translation
Spanish-English translation
English-Spanish translation

With these buttons, if you have selected text, it will search for the selected text; if not, a window asks you to enter the search term.

But you don’t have to use only buttons that people give you. You can use the above to create your own for any online dictionary where the search term appears at the end of the URL.

Let’s take the new Catalan dictionary (DIEC2) as an example. Even if you don’t work with Catalan, follow this step-by-step guide, then just delete it from your toolbar afterwards and apply the same principle to other online pages.

  1. Go to the dictionary’s main search page.
  2. Type in the word prova.
  3. The toolbar should now show “http://dlc.iec.cat/results.asp?txtEntrada=prova&operEntrada=0”.
  4. In this case our search term does not appear right at the end. However, anything appearing after an ampersand (&) is usually just adding extra information regarding the presentation of a page, and can usually be removed. Remove “&operEntrada=0” from the link and press enter.
  5. The URL still works without that information. Now drag the current tab to the toolbar (you need to have more than one tab open to do this, so press CTRL+T if you only have one tab open).
  6. We now need to adapt this link so it doesn’t always go to the definition for prova but instead to the definition of whatever word we want.
  7. Let’s use as our template the Spanish-English translation button that I gave above. Drag it to the toolbar if you have not already done so. By opening up the properties of the button you can obtain the location, which is as follows: javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt(‘Translate%20to%20English:’,”))};if(Qr)location.href=’http://www.wordreference.com/es/en/translation.asp?spen=’+escape(Qr)
  8. All we need to do is replace the reference to the WordReference site with the URL from the DIEC site. Copy the above into Notepad, then replace everything between the final set of single quotes with “http://dlc.iec.cat/results.asp?txtEntrada=” (the URL we found after searching in the DIEC, but with the search term removed from the end, since this will be variable).
  9. You may also want to change where it says “Translate%20to%20English” to something more appropriate for this button, such as “Catalan%20definition” (the “%20” is just a space bar).
  10. Now copy this to the clipboard (CTRL+>C), then in Firefox right-click on the DIEC button you have just added, click on properties, and delete everything in the “Location” field, replacing it with the contents of the clipboard (press CTRL+V).
  11. Click on Save Changes, then test your new button.
  12. Of course, it’s a lot easier if someone else has done the work for you, so here are a few others I also use. Please post any of yours in the comments!

    Merriam-Webster English
    GREC Catalan dictionary
    dict4.com Spanish<>English
    French-English search in Quebec terminology database

    In a separate post, I will explain how to add buttons to search in Google Books. Watch this space!<

    Share: