Translate WordPress with GTranslate - Version 2.0.19

Version Description

  • Added support message
  • Added Live Chat on GTranslate options page
  • Plugin tags added: polylang, prisna, gts, localize, lingotek, smartling
  • Plugin tags added: qtranslate, loco translate, google website translator, translate wordpress
  • Plugin tags added: translate, transposh, glabol translator, machine translate, wp translate
Download this release

Release Info

Developer edo888
Plugin Icon 128x128 Translate WordPress with GTranslate
Version 2.0.19
Comparing to
See all releases

Code changes from version 2.0.18 to 2.0.19

Files changed (2) hide show
  1. gtranslate.php +18 -4
  2. readme.txt +14 -5
gtranslate.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: GTranslate
4
  Plugin URI: https://gtranslate.io/?xyz=998
5
  Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="https://gtranslate.io/forum/">GTranslate Forum</a>.
6
- Version: 2.0.18
7
  Author: Edvard Ananyan
8
  Author URI: https://gtranslate.io
9
 
@@ -996,6 +996,9 @@ foreach($alt_flags as $flag)
996
  table.form-table .dashicons-rss { color: #FF6600; }
997
  table.form-table .dashicons-admin-site, table.form-table .dashicons-admin-generic { color: #666; }
998
  </style>
 
 
 
999
  <?php
1000
  }
1001
 
@@ -1241,13 +1244,24 @@ class GTranslate_Notices {
1241
  }
1242
 
1243
  public function gt_admin_notices() {
 
 
 
 
 
 
 
 
 
 
 
1244
  $two_week_review_ignore = esc_url(add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'two_week_review')));
1245
  $two_week_review_temp = esc_url(add_query_arg(array($this->prefix . '_admin_notice_temp_ignore' => 'two_week_review', 'gt_int' => 14)));
1246
 
1247
  $notices['two_week_review'] = array(
1248
- 'title' => 'Leave a review?',
1249
- 'msg' => 'We hope you have enjoyed using GTranslate! Would you consider leaving us a review on WordPress.org?',
1250
- 'link' => '<li><span class="dashicons dashicons-external"></span><a href="https://wordpress.org/support/view/plugin-reviews/gtranslate?filter=5" target="_blank">Sure! I would love to!</a></li>' .
1251
  '<li><span class="dashicons dashicons-smiley"></span><a href="' . $two_week_review_ignore . '">I have already left a review</a></li>' .
1252
  '<li><span class="dashicons dashicons-calendar-alt"></span><a href="' . $two_week_review_temp . '">Maybe later</a></li>' .
1253
  '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $two_week_review_ignore . '">Never show again</a></li>',
3
  Plugin Name: GTranslate
4
  Plugin URI: https://gtranslate.io/?xyz=998
5
  Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="https://gtranslate.io/forum/">GTranslate Forum</a>.
6
+ Version: 2.0.19
7
  Author: Edvard Ananyan
8
  Author URI: https://gtranslate.io
9
 
996
  table.form-table .dashicons-rss { color: #FF6600; }
997
  table.form-table .dashicons-admin-site, table.form-table .dashicons-admin-generic { color: #666; }
998
  </style>
999
+
1000
+ <!-- Live Chat for GTranslate -->
1001
+ <script>var _glc =_glc || [];_glc.push('all_ag9zfmNsaWNrZGVza2NoYXRyDgsSBXVzZXJzGM3hxwQM');var glcpath = (('https:' == document.location.protocol) ? 'https://my.clickdesk.com/clickdesk-ui/browser/' : 'http://my.clickdesk.com/clickdesk-ui/browser/');var glcp = (('https:' == document.location.protocol) ? 'https://' : 'http://');var glcspt = document.createElement('script'); glcspt.type = 'text/javascript'; glcspt.async = true; glcspt.src = glcpath + 'livechat-new.js';var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(glcspt, s);</script>
1002
  <?php
1003
  }
1004
 
1244
  }
1245
 
1246
  public function gt_admin_notices() {
1247
+ $one_week_support = esc_url(add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'one_week_support')));
1248
+
1249
+ $notices['one_week_support'] = array(
1250
+ 'title' => 'Hey! How is it going?',
1251
+ 'msg' => 'Thank you for using GTranslate! We hope that you have found everything you need, but if you have any questions you can use our Live Chat or Forum:',
1252
+ 'link' => '<li><span class="dashicons dashicons-admin-comments"></span><a target="_blank" href="https://gtranslate.io/#contact">Get help</a></li>' .
1253
+ '<li><span class="dashicons dashicons-format-video"></span><a target="_blank" href="https://gtranslate.io/videos">Check videos</a></li>' .
1254
+ '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">Never show again</a></li>',
1255
+ 'int' => 1
1256
+ );
1257
+
1258
  $two_week_review_ignore = esc_url(add_query_arg(array($this->prefix . '_admin_notice_ignore' => 'two_week_review')));
1259
  $two_week_review_temp = esc_url(add_query_arg(array($this->prefix . '_admin_notice_temp_ignore' => 'two_week_review', 'gt_int' => 14)));
1260
 
1261
  $notices['two_week_review'] = array(
1262
+ 'title' => 'Please Leave a Review',
1263
+ 'msg' => "We hope you have enjoyed using GTranslate! Would you mind taking a few minutes to write a review on WordPress.org? <br>Just writing a simple <b>'thank you'</b> will make us happy!",
1264
+ 'link' => '<li><span class="dashicons dashicons-external"></span><a href="https://wordpress.org/support/plugin/gtranslate/reviews/?filter=5" target="_blank">Sure! I would love to!</a></li>' .
1265
  '<li><span class="dashicons dashicons-smiley"></span><a href="' . $two_week_review_ignore . '">I have already left a review</a></li>' .
1266
  '<li><span class="dashicons dashicons-calendar-alt"></span><a href="' . $two_week_review_temp . '">Maybe later</a></li>' .
1267
  '<li><span class="dashicons dashicons-dismiss"></span><a href="' . $two_week_review_ignore . '">Never show again</a></li>',
readme.txt CHANGED
@@ -4,7 +4,7 @@ Author: Edvard Ananyan
4
  Tags: translation proxy, localization, translate, translation, localization, google translate, language, multilingual, multilanguage, bilingual, tradurre, traducir, traduire, traduzione, ubersetzung, mehrsprachig, oversette, oversatta, vertaling, vertaler, meertalig
5
  Requires at least: 2.8
6
  Tested up to: 4.6
7
- Stable tag: 2.0.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Donate link: https://gtranslate.io/?xyz=998#pricing
@@ -13,7 +13,7 @@ GTranslate - Google Translate for WordPress will make your website multilingual
13
 
14
  == Description ==
15
 
16
- GTranslate plugin uses Google Translate automatic translation service to **translate your wordpress website** with Google power. With 103 available languages your site will be available to more than 99% of internet users. Our paid versions are **fully SEO compatible** which will **increase your international traffic and sales**.
17
 
18
  GTranslate is a leading website translation services provider since 2008 and powers more than 500.000 websites worldwide.
19
 
@@ -33,9 +33,9 @@ Please check our [FAQ](https://gtranslate.io/?xyz=998#faq) to get quick answers.
33
  * Google language translator widget
34
  * Available styles Dropdown/Flags/Flags with dropdown/Nice dropdown with flags
35
  * Valid XHTML
36
- * You can manually correct translations (paid)
37
- * You can have sub-directory (example.com/**es**/) or sub-domain (**es.**example.com) URL structure (paid)
38
- * URL Translation is possible (example.com/about-us -> example.es/sobre-nosotros) (paid)
39
 
40
  [Download GTranslate](https://gtranslate.io/?xyz=998#pricing)
41
 
@@ -48,6 +48,8 @@ https://www.youtube.com/watch?v=9mtC3LFBErY
48
  **Edit Translations Demo (paid)**
49
  https://www.youtube.com/watch?v=YwSy3VtQx3I
50
 
 
 
51
  == Installation ==
52
 
53
  1. Upload `gtranslate` folder to the `/wp-content/plugins/` directory
@@ -395,6 +397,13 @@ You need to go to the language you want to edit, for instance, French: http://do
395
 
396
  == Changelog ==
397
 
 
 
 
 
 
 
 
398
  = 2.0.18 =
399
  * Alternative flags added: USA flag, Brazil flag, Mexico flag
400
 
4
  Tags: translation proxy, localization, translate, translation, localization, google translate, language, multilingual, multilanguage, bilingual, tradurre, traducir, traduire, traduzione, ubersetzung, mehrsprachig, oversette, oversatta, vertaling, vertaler, meertalig
5
  Requires at least: 2.8
6
  Tested up to: 4.6
7
+ Stable tag: 2.0.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Donate link: https://gtranslate.io/?xyz=998#pricing
13
 
14
  == Description ==
15
 
16
+ GTranslate plugin uses Google Translate automatic translation service to **translate wordpress** site with Google power. With 103 available languages your site will be available to more than 99% of internet users. Our paid versions are **fully SEO compatible** which will **increase your international traffic and sales**.
17
 
18
  GTranslate is a leading website translation services provider since 2008 and powers more than 500.000 websites worldwide.
19
 
33
  * Google language translator widget
34
  * Available styles Dropdown/Flags/Flags with dropdown/Nice dropdown with flags
35
  * Valid XHTML
36
+ * (paid) You can manually correct translations
37
+ * (paid) You can have sub-directory (example.com/**es**/) or sub-domain (**es.**example.com) URL structure
38
+ * (paid) URL Translation is possible (example.com/about-us -> example.es/sobre-nosotros)
39
 
40
  [Download GTranslate](https://gtranslate.io/?xyz=998#pricing)
41
 
48
  **Edit Translations Demo (paid)**
49
  https://www.youtube.com/watch?v=YwSy3VtQx3I
50
 
51
+ Keywords: polylang, prisna, gts, localize, lingotek, smartling, qtranslate, loco translate, google website translator, translate wordpress, translate, transposh, glabol translator, machine translate, wp translate
52
+
53
  == Installation ==
54
 
55
  1. Upload `gtranslate` folder to the `/wp-content/plugins/` directory
397
 
398
  == Changelog ==
399
 
400
+ = 2.0.19 =
401
+ * Added support message
402
+ * Added Live Chat on GTranslate options page
403
+ * Plugin tags added: polylang, prisna, gts, localize, lingotek, smartling
404
+ * Plugin tags added: qtranslate, loco translate, google website translator, translate wordpress
405
+ * Plugin tags added: translate, transposh, glabol translator, machine translate, wp translate
406
+
407
  = 2.0.18 =
408
  * Alternative flags added: USA flag, Brazil flag, Mexico flag
409