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

Qtranslate X: Show selector only if you have translated content

I don't want to use the normal Lang switcher, I just want to let the user know if that content is available in other languages. Example: You are reading a page in English, and at the end of the article, something like: This article is also…
Lucas Haas
  • 331
  • 1
  • 2
  • 15
0
votes
1 answer

How can I change language names to short names in qtranslate (wordpress)?

I am using the qtranslate plugin in wordpress. Right now the languages on my page are displayed like this: ENGLISH DEUTSCH I wish them to be displayed like this: EN DE I was searching in the plugin folder but couldn't find a way to do this.
peace_love
  • 6,229
  • 11
  • 69
  • 157
0
votes
0 answers

How to enter a static methods for Qt Linguist QTranslator

I have a Qt Linguist *.ts file like:
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
0
votes
1 answer

QPixmap xAxis Rotation

I want to rotate a pixmap from its xAxis, but it just rotates from top left corner.(I want it to be rotated from the center) here is my code: QTransform *X = new QTransform(); X->translate(pixmap().size().width() / 2, pixmap().size().height() /…
Kian Ahrabian
  • 911
  • 2
  • 8
  • 20
0
votes
1 answer

How to make qTranslate supports Custom Fileds or Meta Box?

I am developing a multilingual website and this site is build with many custom post types and custom fields, I'm using Meta Box and qTranslate, but it didn't work. Can you help me?
0
votes
1 answer

qTranslate-X messes theme CSS in WordPress

I just added the qTranslate plugin to my WordPress site, but now, when I switch to another language in the menu, the CSS colors from the menu and buttons return to default. (Only in the new languages) http://www.gasolina.me Further inspection on the…
0
votes
1 answer

Plugin qTranslatePlus with Finch Theme in WordPress and Languages in Topbar

I have a problem when working with Finch theme in WordPress and the plugin qTranslatePlus (for a webpage having different languages). The problem is that the languages are available in the sidebar, whereas I would like them to be in a topbar. What…
Jjm
  • 261
  • 2
  • 10
0
votes
0 answers

wordpress language filter qtranslate

I have a single page scrollable website with wordpress as CMS. The website is in three languages and I'm using the qtranslate plugin in wordpress. I'm new to wordpress and my issue is i'm not sure how to link the posts to appropriate language…
0
votes
0 answers

Wordpress qtranslate and qtranslate slug menu url wrong

qtranslate and qtranslate slug is not taking the correct language in url on menu side The problem is that when I create the menu, the link is taking the language (EN/FR) but is not taking afer this the page title translated. When I access page…
andy1786
  • 121
  • 4
  • 13
0
votes
1 answer

Determine the category identifier of the category page template in wordpress

This is something that has troubled me for the better part of the day. I created a new category.php template file for my girlfriend's cooking blog (you can see it here). I wanted a specific layout for the category page - not the default one provided…
David Brossard
  • 13,584
  • 6
  • 55
  • 88
0
votes
1 answer

Wordpress - qTranslate plugin - how to force redirect to home page when language is switched

I'm trying to set up a simple multi-language community website. On this website, I have contents available in multi-languages thanks to qTranslate. A "Language Switcher" is added at the footer and is displayed in all pages. What I need now is to…
Dongsan
  • 85
  • 11
0
votes
1 answer

QFileDialog dynamic translation

This question has unfortunately been asked before but I'm going insane here. In my Qt Application the user is able to dynamically change the language which works perfect for all my own translations. It does not work for my calls to QFileDialog. The…
Bowdzone
  • 3,827
  • 11
  • 39
  • 52
0
votes
2 answers

Qtranslate shows (Language) before the post title when it has no translation

I have posts that I don't need to translate the title, but QTranslate is showing (Português) before the titles when i'm seeing the English version of the website and this is annoying me a lot. Does anybody know hw to remove this? Thanks.
jeanm
  • 1,083
  • 1
  • 9
  • 22
0
votes
1 answer

WP: problems with qTranslate styles

I am using the plugin qTranslate 2.5.39 and wordpress 3.8.1. I want to have a drop down with the flags in the header and as the FAQ points, here is my header.php code:
0
votes
1 answer

qTranslate inside PHP

There are a few things that won't translate on my website that are inside PHP. Since it's inside PHP, the normal qTranslate quick tag won't work. Is there a simple code that could help me translate these words? Should it go on the same page where…