|
122 | 122 | <h3 class="h3">
|
123 | 123 | <?php
|
124 | 124 | // translators: %s: OpenAI (ChatGPT)
|
125 |
| - echo sprintf( esc_html__( '%s Support', 'feedzy-rss-feeds' ), 'OpenAI (ChatGPT)' ); |
| 125 | + echo sprintf( esc_html__( '%s Support', 'feedzy-rss-feeds' ), __( 'OpenAI (ChatGPT)', 'feedzy-rss-feeds' ) ); |
126 | 126 | ?>
|
127 | 127 | <span class="pro-label"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></span>
|
128 | 128 | </h3>
|
129 | 129 | <p>
|
130 | 130 | <?php
|
131 | 131 | /* translators: %s: OpenAI API */
|
132 |
| - echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), 'OpenAI API' ); |
| 132 | + echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), __( 'OpenAI API', 'feedzy-rss-feeds' ) ); |
133 | 133 | ?>
|
134 | 134 | </p>
|
135 | 135 | </li>
|
|
146 | 146 | <?php
|
147 | 147 |
|
148 | 148 | /* translators: %s: WordAI & SpinnerChief */
|
149 |
| - echo sprintf( esc_html__( '%s integration', 'feedzy-rss-feeds' ), 'WordAI & SpinnerChief' ); |
| 149 | + echo sprintf( esc_html__( '%s integration', 'feedzy-rss-feeds' ), __( 'WordAI & SpinnerChief', 'feedzy-rss-feeds' ) ); |
150 | 150 | ?>
|
151 | 151 | <span class="pro-label"><?php esc_html_e( 'Agency plan', 'feedzy-rss-feeds' );?></span>
|
152 | 152 | </h3>
|
153 | 153 | <p>
|
154 | 154 | <?php
|
155 | 155 |
|
156 | 156 | /* translators: %1$s: WordAi, %2$s: SpinnerChief */
|
157 |
| - echo sprintf( esc_html__( '%1$s and %2$s can be used to rephrase RSS feeds when they are imported as posts in WordPress.', 'feedzy-rss-feeds' ), 'WordAi', 'SpinnerChief' ); |
| 157 | + echo sprintf( esc_html__( '%1$s and %2$s can be used to rephrase RSS feeds when they are imported as posts in WordPress.', 'feedzy-rss-feeds' ), __( 'WordAi', 'feedzy-rss-feeds' ), __( 'SpinnerChief', 'feedzy-rss-feeds' ) ); |
158 | 158 | ?>
|
159 | 159 | </p>
|
160 | 160 | </li>
|
|
0 commit comments