Plugin Directory

Changeset 210284


Ignore:
Timestamp:
02/25/2010 08:10:28 PM (16 years ago)
Author:
JonRaasch
Message:

Makes minor text changes to readme.txt and the plugin settings page

Location:
translate-this-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • translate-this-button/trunk/readme.txt

    r210021 r210284  
    1010Stable tag: 0.1
    1111
    12 Installs the TranslateThis Button, a Javascript/AJAX translation widget.  Provides 52 languages of translation with a ton of customizable options.
     12Installs the TranslateThis Button, a Javascript/AJAX translation widget.  Provides 52 languages of translation with many customizable options.
    1313
    1414== Description ==
    1515
    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 installed either using template tags or the widgetized sidebar.
     16The 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.
    1717
    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.
     18The 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
    1927
    2028Read the [complete documentation](http://translateth.is/wordpress/docs "Read the complete documentation") for more information.
     
    4553`#translate-this .translate-this-button { visibility: hidden; }`
    4654
     55
    4756= Why does the TranslateThis Button translate all the pages on my site? =
    4857
     
    6473First release of the TranslateThis Button for WordPress.  Contains a variety of display, language and functionality options as well as a sidebar widget.
    6574
     75= Javascript Widget Changelog =
     76
     77The changelog for the Javascript widget used by this plugin is [available here](http://translateth.is/docs#changelog).
     78
    6679== License ==
    6780
  • translate-this-button/trunk/translate-this-button.php

    r210011 r210284  
    262262    $out .= '<h2>TranslateThis Button Settings</h2>';
    263263   
    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>';
    265265   
    266266    $out .= '<p>Note - The translation widget used by this plugin contains external "Powered by" links</p>';
     
    350350    $out .= '<hr />
    351351    <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>
    353359    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="donate_form">
    354360        <input type="hidden" name="cmd" value="_s-xclick">
Note: See TracChangeset for help on using the changeset viewer.