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
3
votes
1 answer

How to translate Wordpress content of post or page with .po files

For Wordpress/WooCommerce, I want to find a plugin to translate content of post, pages, custom post-types, like based on .po files, not WPML because a lot of paragraph need to reuse that. What can I use for this purpose?
chickensoup
  • 334
  • 1
  • 17
3
votes
3 answers

php/css/html language buttons current language

I have "buttons", which change language on the web-page:
DE
Student
  • 33
  • 4
3
votes
2 answers

(Wordpress) How can i get the full content of a post with the html tags - unstripped

I'm using WordPress for my site with the qtranslate plugin and i'm trying to display language flags in each post. Qtranslate inserts html tags to the content and title like "!--:en-->" for each language that i used in each post So i need a…
CrikoC
  • 75
  • 1
  • 2
  • 13
3
votes
1 answer

How to add qtranslate lang switcher button in custom admin page

I have my custom post type "soto_property" and a custom admin page with URL "/edit.php?post_type=soto_property&page=properties.php" in my wordpress site backend. I have used "qtranslate-x" plugin to make my site multilingual. Now I want to show…
3
votes
2 answers

Smooth page scroller not working for alt languages (i.e. altered URL structure)

I have a js that animates a smooth page scroll to another location when a more button is clicked. It works, but not if another language for the site is selected. When a user changes language, say, to Spanish, the URL changes to www.example.com/ES.…
square_eyes
  • 1,269
  • 3
  • 22
  • 52
3
votes
2 answers

qTranslate auto redirection doesn't work for a single post

Default language for my web site is Ru. Detect Browser Language is turned ON When a user with En language specified by his browser goes to my web site front page http://ivangrigoryev.com it automaticly redirects him to /?lang=en. But when user goes…
3
votes
3 answers

Switching language Wordpress with language button in navigation

I have created a Wordpress theme that needs to be in German and English. In the navigation I have a button which should change the language depending on what language they are currently using. (If they are viewing the english page it should display…
Peter
  • 330
  • 1
  • 4
  • 18
3
votes
2 answers

Qtranslate plus support for Wordpress SEO by Yoast

Im using Qtranlate plus (https://wordpress.org/plugins/qtranslate-xp/) and i also use Wordpress seo by Yoast but the meta title and description fields cant be translated. Anyone have a fix for that or knows a plugin that fixes the issue?
user2986959
  • 135
  • 2
  • 10
3
votes
2 answers

How to tranlate "read more" and other buttons on wordpress using qTranslate?

I am having issue with translating entire wordpress blog to Azerbaijani language. I am using qTranslate plugin for this. It translates all the content but doesn't translate hard coded labels of buttons like 'Read More' and Share on Links. Here is…
BAT
  • 188
  • 1
  • 19
3
votes
2 answers

Simple Regular Expression to return text from Wordpress title - qtranslate plugin

I am using qtranslate wordpress plugin to store blog content in multiple languages. Now I need to extract content from qtranslate tags. $post_title = "English textItalian text"; What would be the php code &…
Kelvin
  • 8,813
  • 11
  • 38
  • 36
3
votes
1 answer

How can I modify my custom widgets to support qtranslate?

I have a website where I have to modify my widgets to work with the qTranslate plugin. Can someone please point me at the right direction ? Basically I would like to have my input fields show for every language, so that the user easily knows where…
eemceebee
  • 2,656
  • 9
  • 39
  • 49
3
votes
1 answer

how to translate string added dynamicaly in Qapp with Qtranslator?

i trying to created a Qt application multilanguage with Qt linguist. I place this code in an function of my MainWindow : translator.load(":/lang/English"); qApp->installTranslator(&translator); ui->retranslateUi(this); With the QTranslator declare…
Gat
  • 115
  • 3
  • 11
2
votes
3 answers

Wordpress Rewrite Rule to enforce default lang code in URL

I am running a WP Blog with qtranslate. It allows me to create posts in multiple languages. 1 . Example URL without qtranslate: www.mysite.com/post1 2 . Example URL with localized content: www.mysite.com/**en**/post1 (english - my default and…
2
votes
2 answers

wordpress qtranslate flags dropdown

I'm using "qtranslate" plugin for word press to use metalanguage in my site, How can i create a combo that will display only the flags in it ? i have tried using the following code to generate the dropdown but it only displays the flags in a…
lior r
  • 2,220
  • 7
  • 43
  • 80
2
votes
1 answer

How to enable qtranslator plugin work for custom post metabox(s)

I am trying to enable the qtranslator multilingual plugin working for custom post type's metaboxes. I am not being able to do it. Please guide me so that the (admin interface) custom metabox(s) be split like default title and description fields.
Arpan
  • 33
  • 5
1
2
3
9 10