| 1 |
<p><?php |
| 2 |
printf( |
| 3 |
__('Polylang is provided with an extensive %sdocumentation%s (in English only). It includes information on how to set up your multilingual site and use it on a daily basis, a FAQ, as well as a documentation for programmers to adapt their plugins and themes.', 'polylang'), |
| 4 |
'<a href="http://polylang.wordpress.com/documentation/">', |
| 5 |
'</a>' |
| 6 |
); |
| 7 |
echo ' '; |
| 8 |
printf( |
| 9 |
__("You will also find useful information in the %ssupport forum%s. However don't forget to make a search before posting a new topic.", 'polylang'), |
| 10 |
'<a href="http://wordpress.org/support/plugin/polylang">', |
| 11 |
'</a>' |
| 12 |
);?> |
| 13 |
</p> |
| 14 |
<p><?php |
| 15 |
printf( |
| 16 |
__('Polylang is free of charge and is released under the same license as WordPress, the %sGPL%s.', 'polylang'), |
| 17 |
'<a href="http://wordpress.org/about/gpl/">', |
| 18 |
'</a>' |
| 19 |
); |
| 20 |
echo ' '; |
| 21 |
printf( |
| 22 |
__('If you wonder how you can help the project, just %sread this%s.', 'polylang'), |
| 23 |
'<a href="http://polylang.wordpress.com/documentation/contribute/">', |
| 24 |
'</a>' |
| 25 |
); |
| 26 |
echo ' '; |
| 27 |
_e('Finally if you like this plugin or if it helps your business, donations to the author are greatly appreciated.', 'polylang')?> |
| 28 |
</p> |
| 29 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
| 30 |
<input type="hidden" name="cmd" value="_s-xclick"> |
| 31 |
<input type="hidden" name="hosted_button_id" value="CCWWYUUQV8F4E"> |
| 32 |
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> |
| 33 |
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> |
| 34 |
</form> |
| 35 |
|