Questions tagged [qtranslate]

QTranslate is a free translator for Windows (Windows 8/7/Vista/XP). With this small utility, you simply select the text you want to translate and then press the hot key (Ctrl+Q to show translation in the popup window or Double Ctrl click to show the translation in the main window). The program also has the ability to speak text (Ctrl+E) and perform a dictionary search (Win+Q). Also, you can open the main window and type text manually.

QTranslate is a free translator for Windows (Windows 8/7/Vista/XP). With this small utility, you simply select the text you want to translate and then press the hot key (Ctrl+Q to show translation in the popup window or Double Ctrl click to show the translation in the main window). The program also has the ability to speak text (Ctrl+E) and perform a dictionary search (Win+Q). Also, you can open the main window and type text manually.

Note! The program translates a text by using online translation services, so you need an Internet connection.

The current version supports the following translation services: - Google Translate;

  • Microsoft Translator;

  • Promt;

  • Babylon;

  • SDL FreeTranslation.com;

  • Яндекс перевод;

  • youdao;

The program has two modes of translation by mouse selection (click on the program icon in the system tray to turn this mode on):

  • Show icon (Select text in any program, the program icon will appear near the cursor. Click on the icon, the popup window with the translation of the selected text will appear);

  • Show translation (Select text in any program and the popup window with the translation of the selected text will appear immediately).

The main features:

  • Translate text in any application that supports text selection (Google Chrome, Microsoft Word, Microsoft Outlook, Acrobat Reader, Skype, IE and etc.);

  • Search in online dictionaries;

  • Back translation;

  • Replace the selected text with its translation;

  • Instant translation;

  • Spell checking;

  • Text to speech synthesis;

  • Word suggestion/autocomplete;

  • History of translations;

  • Virtual keyboard.

Source: QTranslate

146 questions
0
votes
0 answers

How to display content by qtranslate wordpress plugin?

To display all selected languages. qtranxf_generateLanguageSelectCode(); To display page content qtranxf_translate($post->post_content,false); To display custome field content if( qtranxf_getLanguage() == 'fr' ) echo…
0
votes
1 answer

wordpress strangely translates field

I have a Wordpress website with a custom post type that uses custom fields. I have a multilanguage setup with German and English translations. I use the following plugins to get the multilanguage-fuctionality: Advanced Custom Fields:…
beta
  • 5,324
  • 15
  • 57
  • 99
0
votes
1 answer

Wordpress - Get posts with qtranslate

I have an wordpress website, and in my new page I just see the news in principal language. If I change the language I can't see the posts. And the posts are translated with qtranslate plugin. This is my code and how I get the posts:
user3242861
  • 1,839
  • 12
  • 48
  • 93
0
votes
1 answer

Merge 2 rows in csv file and creating a new CSV to store the merged data with PHP?

Good day. I'm having a csv file with the structure like this Id | ArticleId | LanguageId | Title | Content ---------------------------------------------------------------------- 1 2 1 Francais Title …
Harley
  • 17
  • 9
0
votes
1 answer

Events Manager Pro plugin and Qtranslate for location

I'm working on a Wordpress site with the Events Manager Pro plugin for Wordpress plugin and Qtranslate. When I use the event page the content will show in the correct language. But when I use the #_LOCATIONNAME in the Booking email template it…
0
votes
1 answer

ACF select filed translation via qTranslate

Those who use these plugins know that you can translate some of ACF fields via qTranslate (text, text area, etc). But I need on my website translate also select field with options. So any advise? I was looking for other plugin options, like Polylang…
0
votes
1 answer

qTranslate X in Themeforest Explore theme's header

Themeforest theme Explore offers very good options. One is in the theme settings to select in a WPML Language selector to show in header: Language Switcher On Header Top Show/Hide header.php if(has_action('wpml_add_language_selector')) { …
user344013
0
votes
0 answers

ajax call response not appending because of q-translate plugin

I have been using q-trasnalte and event maneger plugin in my word press and there is problem with ajax call. one ajax call is in for location search in admin which is not working.(there is result in response in ajax call but response is not…
Ashish Patel
  • 3,551
  • 1
  • 15
  • 31
0
votes
0 answers

Using qTranslate-X on Slider

Our Wordpress web site using a free version of Responsive Brix. We have 2 different languages on with qTranslate-X. We use it like [:en]Widget[:tr]Bilesen on other parts of web site. But this doesnt work on slider. I've seen some ppl changed some…
Burcak
  • 82
  • 1
  • 2
  • 10
0
votes
1 answer

qTranslate Wordpress - set language that redirects to another URL

I am using the Wordpress plugin - qTranslate X and I have 3 languages on my site. I have content for 2 of the languages already set on my site, but I want to redirect the 3rd language to another domain. For example, I have example.com for the…
user3220828
  • 85
  • 1
  • 14
0
votes
0 answers

QTranslator translate to English

I have some troubles translating my application from Russian to English using QTranslator. That is a way i tried to do it: 1) my .pro file contains the following strings: CODECFORTR = UTF-8 CODECFORSRC = UTF-8 TRANSLATIONS += app_en.ts 2) that is…
Mikhail Zimka
  • 694
  • 1
  • 9
  • 20
0
votes
1 answer

Translate content on attachment pages – what am I missing?

I want to use the qTranslate-Translation on this page as on any other with the names of the "Previous" and "Next" links. Somehow it doesn't work and for hours I have tried to figure out why... It should use either the German or the English words…
Thomas Maier
  • 181
  • 1
  • 13
0
votes
1 answer

Meta noindex in post and page untranslated (unavailable) with Yoast

Is possible enter in the of posts and pages untranslated a meta robots noindex? Of course, versions already translated, must instead stay indexable ... I have Yoast SEO plugin compatible but I can not change meta robots per single language.
rec
  • 3
  • 4
0
votes
1 answer

Wordpress “PHP inside of PHP“ – Integrate qTranslate with Meta Box

For a Website (Wordpress) I want to display dates with the well-known plugin Meta Box and the Website should be provided in English as well as in German, with the plugin qTranslate. German and English date formats are different: German: dd.mm.y…
Thomas Maier
  • 181
  • 1
  • 13
0
votes
1 answer

How to use both QTranslate & Gtranslate

In wordpress woocommerce there is a single product page. Site is multilingual. The idea is to use automatic translation of the product non-translated content when needed only. Now the situation is that GTranslate effects after website is loaded with…