| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | <p> |
| 12 | 12 | <?php |
| 13 | 13 | printf( |
| 14 | 14 | /* translators: %1$s is link start tag, %2$s is link end tag. */ |
| 15 | - esc_html__( 'Polylang is provided with an extensive %1$sdocumentation%2$s (in English). It includes information on how to set up your multilingual site and use it on a daily basis; FAQs, and documentation for developers to adapt their plugins and themes.', 'polylang' ), | |
| 15 | + esc_html__( 'Polylang is provided with an extensive %1$sdocumentation%2$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 developers to adapt their plugins and themes.', 'polylang' ), | |
| 16 | 16 | '<a href="https://polylang.pro/doc/">', |
| 17 | 17 | '</a>' |
| 18 | 18 | ); |
| 19 | 19 | if ( ! defined( 'POLYLANG_PRO' ) ) { |
| @@ -26,4 +26,15 @@ | ||
| 26 | 26 | ); |
| 27 | 27 | } |
| 28 | 28 | ?> |
| 29 | 29 | </p> |
| 30 | +<p> | |
| 31 | + <?php | |
| 32 | + printf( | |
| 33 | + /* translators: %1$s is link start tag, %2$s is link end tag. */ | |
| 34 | + esc_html__( 'Polylang is released under the same license as WordPress, the %1$sGPL%2$s.', 'polylang' ), | |
| 35 | + '<a href="http://wordpress.org/about/gpl/">', | |
| 36 | + '</a>' | |
| 37 | + ); | |
| 38 | + ?> | |
| 39 | +</p> | |
| 40 | + | |