Translate WordPress with GTranslate - Version 1.0.15

Version Description

Download this release

Release Info

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

Code changes from version 1.0.14 to 1.0.15

Files changed (2) hide show
  1. gtranslate.php +3 -3
  2. readme.txt +2 -2
gtranslate.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
  Plugin Name: GTranslate
4
- Plugin URI: http://edo.webmaster.am/gtranslate
5
  Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
6
- Version: 1.0.14
7
  Author: Edvard Ananyan
8
  Author URI: http://edo.webmaster.am
9
 
@@ -260,7 +260,7 @@ EOT;
260
  ?>
261
  <form id="gtranslate" name="form1" method="post" action="<?php echo get_option('siteurl') . '/wp-admin/options-general.php?page=gtranslate_options' ?>">
262
  <p>Use the configuration form below to customize the GTranslate widget.</p>
263
- <p>If you would like to edit translations manually and have SEF URLs (<?php echo $site_url; ?><b>/es/</b>, <?php echo $site_url; ?><b>/fr/</b>, <?php echo $site_url; ?><b>/it/</b>, etc.) for translated languages or you want your translated pages to be indexed in search engines you may consider <a href="http://edo.webmaster.am/gtranslate" target="_blank">GTranslate Pro</a> version.</p>
264
  <div style="float:left;width:270px;">
265
  <h4>Widget options</h4>
266
  <table style="font-size:11px;">
1
  <?php
2
  /*
3
  Plugin Name: GTranslate
4
+ Plugin URI: http://edo.webmaster.am/gtranslate?xyz=998
5
  Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
6
+ Version: 1.0.15
7
  Author: Edvard Ananyan
8
  Author URI: http://edo.webmaster.am
9
 
260
  ?>
261
  <form id="gtranslate" name="form1" method="post" action="<?php echo get_option('siteurl') . '/wp-admin/options-general.php?page=gtranslate_options' ?>">
262
  <p>Use the configuration form below to customize the GTranslate widget.</p>
263
+ <p>If you would like to edit translations manually and have SEF URLs (<?php echo $site_url; ?><b>/es/</b>, <?php echo $site_url; ?><b>/fr/</b>, <?php echo $site_url; ?><b>/it/</b>, etc.) for translated languages or you want your translated pages to be indexed in search engines you may consider <a href="http://edo.webmaster.am/gtranslate?xyz=998" target="_blank">GTranslate Pro</a> version.</p>
264
  <div style="float:left;width:270px;">
265
  <h4>Widget options</h4>
266
  <table style="font-size:11px;">
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://edo.webmaster.am/gtranslate
5
  Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator
6
  Requires at least: 2.3
7
  Tested up to: 3.1
8
- Stable tag: 1.0.14
9
 
10
  Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
11
 
@@ -13,7 +13,7 @@ Get translations with a single click between 58 languages (more than 98% of inte
13
 
14
  This module uses Google Translate automatic translation service to translate your web page with Google power. With 58 available languages your site will be available to more than 98% of internet users.
15
 
16
- Visit http://edo.webmaster.am/gtranslate for more details and features like <b>translation editing</b> and <b>SEO URLs</b>.
17
 
18
  Please <u>use</u> http://edo.webmaster.am/forum/gtranslate/ for your questions and support requests!
19
 
5
  Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator
6
  Requires at least: 2.3
7
  Tested up to: 3.1
8
+ Stable tag: 1.0.15
9
 
10
  Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
11
 
13
 
14
  This module uses Google Translate automatic translation service to translate your web page with Google power. With 58 available languages your site will be available to more than 98% of internet users.
15
 
16
+ Visit http://edo.webmaster.am/gtranslate?xyz=998 for more details and features like <b>translation editing</b> and <b>SEO URLs</b>.
17
 
18
  Please <u>use</u> http://edo.webmaster.am/forum/gtranslate/ for your questions and support requests!
19