Changeset 210284
- Timestamp:
- 02/25/2010 08:10:28 PM (16 years ago)
- Location:
- translate-this-button/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
translate-this-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
translate-this-button/trunk/readme.txt
r210021 r210284 10 10 Stable tag: 0.1 11 11 12 Installs the TranslateThis Button, a Javascript/AJAX translation widget. Provides 52 languages of translation with a ton ofcustomizable options.12 Installs the TranslateThis Button, a Javascript/AJAX translation widget. Provides 52 languages of translation with many customizable options. 13 13 14 14 == Description == 15 15 16 The TranslateThis Button for WordPress installs a [Javascript translation widget](http://translateth.is) that provides translation into 52 different languages using the Google Language API. The widget can be in stalled either using template tags or the widgetized sidebar.16 The TranslateThis Button for WordPress installs a [Javascript translation widget](http://translateth.is) that provides translation into 52 different languages using the Google Language API. The widget can be included either using template tags or the widgetized sidebar. 17 17 18 The plugin provides a variety of display, language and functionality options for the TranslateThis Button. Use custom imagery, modify the UI text, enable Google Analytics tracking, confine the scope of the translation, change the languages used in the dropdown and much more in the easy to use Settings page. 18 The plugin provides a variety of display, language and functionality options for the TranslateThis Button. In the settings page you can: 19 20 * Use custom imagery or disable imagery altogether 21 * Modify the UI text 22 * Enable Google Analytics tracking 23 * Restrict the scope of the translation 24 * Disable the cookie that automatically translates entire site 25 * Change the languages used in the dropdown 26 * And much more 19 27 20 28 Read the [complete documentation](http://translateth.is/wordpress/docs "Read the complete documentation") for more information. … … 45 53 `#translate-this .translate-this-button { visibility: hidden; }` 46 54 55 47 56 = Why does the TranslateThis Button translate all the pages on my site? = 48 57 … … 64 73 First release of the TranslateThis Button for WordPress. Contains a variety of display, language and functionality options as well as a sidebar widget. 65 74 75 = Javascript Widget Changelog = 76 77 The changelog for the Javascript widget used by this plugin is [available here](http://translateth.is/docs#changelog). 78 66 79 == License == 67 80 -
translate-this-button/trunk/translate-this-button.php
r210011 r210284 262 262 $out .= '<h2>TranslateThis Button Settings</h2>'; 263 263 264 $out .= '<p><a href="http://translateth.is/wordpress" target="_blank">Plugin Homepage</a> | <a href="http://translateth.is/wordpress/docs" target="_blank">Documentation</a> | <a href="http://translateth.is/wordpress/docs#changelog" target="_blank">Changelog</a> | <a href="javascript:document.getElementById(\'donate_form\').submit()">Donate</a> </p>';264 $out .= '<p><a href="http://translateth.is/wordpress" target="_blank">Plugin Homepage</a> | <a href="http://translateth.is/wordpress/docs" target="_blank">Documentation</a> | <a href="http://translateth.is/wordpress/docs#changelog" target="_blank">Changelog</a> | <a href="javascript:document.getElementById(\'donate_form\').submit()">Donate</a> | <a href="http://wordpress.org/extend/plugins/translate-this-button/">Vote for this plugin</a></p>'; 265 265 266 266 $out .= '<p>Note - The translation widget used by this plugin contains external "Powered by" links</p>'; … … 350 350 $out .= '<hr /> 351 351 <h2>Do you like this plugin?</h2> 352 <p>Please consider making a donation. Your donations support both the TranslateThis Button project and this WordPress plugin.</p> 352 353 <p>The best way to show your support is by <a href="http://wordpress.org/extend/plugins/translate-this-button/"><strong>voting it up on Wordpress.org</strong></a>. 354 </p> 355 356 <p>Or get the word out by blogging, <a href="http://twitter.com/home?status=TranslateThis+Button+for+WordPress%20-%20http%3A%2F%2Ftranslateth.is%2F%20by%20@jonraasch">tweeting</a>, or telling a friend about it.</p> 357 358 <p>If you\'re feeling particularly generous, please consider making a small donation. Your donations support both the TranslateThis Button project and this WordPress plugin.</p> 353 359 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="donate_form"> 354 360 <input type="hidden" name="cmd" value="_s-xclick">
Note: See TracChangeset
for help on using the changeset viewer.