|
4 | 4 | <?php
|
5 | 5 | $upgrade_url = tsdk_translate_link( tsdk_utmify( FEEDZY_UPSELL_LINK, 'openrouter' ), 'query' );
|
6 | 6 |
|
7 |
| - $content = __( 'You are using Feedzy Lite.', 'feedzy-rss-feeds' ) . ' '; |
8 |
| - // translators: %1$s: opening anchor tag, %2$s: closing anchor tag |
| 7 | + $content = __( 'You are using Feedzy Lite.', 'feedzy-rss-feeds' ) . ' '; |
| 8 | + // translators: %1$s: opening anchor tag, %2$s: closing anchor tag. |
9 | 9 | $content .= wp_sprintf( __( 'Unlock more powerful features, by %1$s upgrading to Feedzy Pro %2$s', 'feedzy-rss-feeds' ), '<a href="' . esc_url( $upgrade_url ) . '" target="_blank">', '</a>' );
|
10 | 10 | echo wp_kses_post( $content );
|
11 | 11 | ?>
|
|
15 | 15 | <label class="form-label"><?php esc_html_e( 'The OpenRouter account API key:', 'feedzy-rss-feeds' ); ?></label>
|
16 | 16 | <div class="help-text pb-8">
|
17 | 17 | <?php
|
18 |
| - // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment |
| 18 | + // translators: %1$s: openrouter key document url, %2$s: link text. |
19 | 19 | echo wp_kses_post( sprintf( __( 'Get your OpenRouter API key from <a href="%1$s" target="_blank">%2$s</a>', 'feedzy-rss-feeds' ), esc_url( 'https://openrouter.ai/keys' ), __( 'OpenRouter API keys', 'feedzy-rss-feeds' ) ) );
|
20 | 20 | ?>
|
21 | 21 | </div>
|
|
25 | 25 | <label class="form-label"><?php esc_html_e( 'The OpenRouter model:', 'feedzy-rss-feeds' ); ?></label>
|
26 | 26 | <div class="help-text pb-8">
|
27 | 27 | <?php
|
28 |
| - // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment |
| 28 | + // translators: %1$s: openrouter pricing url, %2$s: link text. |
29 | 29 | echo wp_kses_post( sprintf( __( 'OpenRouter API models <a href="%1$s" target="_blank">%2$s</a>', 'feedzy-rss-feeds' ), esc_url( 'https://openrouter.ai/models' ), __( 'Pricing', 'feedzy-rss-feeds' ) ) );
|
30 | 30 | ?>
|
31 | 31 | </div>
|
|
0 commit comments