Skip to content

Commit 75d5d17

Browse files
fix: translate Getting Started tab
1 parent 1d1d2b3 commit 75d5d17

File tree

1 file changed

+72
-66
lines changed

1 file changed

+72
-66
lines changed

includes/layouts/feedzy-tutorial.php

Lines changed: 72 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,122 +11,128 @@
1111
<ul>
1212
<li>
1313
<div class="support-box welcome-box">
14-
<h3 class="h3">Welcome to Feedzy!</h3>
15-
<p>Collect the Best Content, Automatically Add It to Your WordPress Site. Grow your site with features like: </p>
14+
<h3 class="h3">
15+
<?php esc_html_e( 'Welcome to Feedzy!', 'feedzy-rss-feeds' ); ?>
16+
</h3>
17+
<p>
18+
<?php esc_html_e( 'Collect the Best Content, Automatically Add It to Your WordPress Site. Grow your site with features like:', 'feedzy-rss-feeds' ); ?>
19+
</p>
1620
<ul>
17-
<li>- Display or Import content from RSS feeds.</li>
18-
<li>- Get full content from your RSS feeds.</li>
19-
<li>- Paraphrase content before import.</li>
20-
<li>- Automatically add referral links.</li>
21-
<li>- Pagebuilders integration.</li>
22-
<li>- Translate content automatically on import.</li>
21+
<li>- <?php esc_html_e( 'Display or Import content from RSS feeds.', 'feedzy-rss-feeds' ); ?></li>
22+
<li>- <?php esc_html_e( 'Get full content from your RSS feeds.', 'feedzy-rss-feeds' ); ?></li>
23+
<li>- <?php esc_html_e( 'Paraphrase content before import.', 'feedzy-rss-feeds' ); ?></li>
24+
<li>- <?php esc_html_e( 'Automatically add referral links.', 'feedzy-rss-feeds' ); ?></li>
25+
<li>- <?php esc_html_e( 'Pagebuilders integration.', 'feedzy-rss-feeds' ); ?></li>
26+
<li>- <?php esc_html_e( 'Translate content automatically on import.', 'feedzy-rss-feeds' ); ?></li>
2327
</ul>
2428
<br/>
25-
<a href="<?php echo esc_url( add_query_arg( 'post_type', 'feedzy_imports', admin_url( 'post-new.php' ) ) ); ?>"
26-
class="btn btn-outline-primary" target="_blank">Import your first feed </a>
29+
<a href="<?php echo esc_url( add_query_arg( 'post_type', 'feedzy_imports', admin_url( 'post-new.php' ) ) ); ?>" class="btn btn-outline-primary" target="_blank">
30+
<?php esc_html_e( 'Import your first feed', 'feedzy-rss-feeds' ); ?>
31+
</a>
2732
</div>
2833
</li>
2934
<li>
3035
<div class="support-box quick-links-box">
31-
<h3 class="h3">Quick Links</h3>
32-
<p>New here? Learn how to use Feedzy by following our tips and tricks:</p>
36+
<h3 class="h3"><?php esc_html_e( 'Quick Links', 'feedzy-rss-feeds' ); ?></h3>
37+
<p><?php esc_html_e( 'New here? Learn how to use Feedzy by following our tips and tricks:', 'feedzy-rss-feeds' ); ?></p>
3338
<div class="quick-link-list">
3439
<ul>
35-
<li><a href="https://docs.themeisle.com/category/712-feedzy" target="blank">General Guide</a>
36-
</li>
37-
<li><a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy"
38-
target="blank">How to use Feed to post</a></li>
39-
<li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#widget"
40-
target="blank">Feedzy Widget</a></li>
40+
<li><a href="https://docs.themeisle.com/category/712-feedzy" target="blank"><?php esc_html_e( 'General Guide', 'feedzy-rss-feeds' ); ?></a></li>
41+
<li><a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy" target="blank"><?php esc_html_e( 'How to use Feed to post', 'feedzy-rss-feeds' ); ?></a></li>
42+
<li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#widget" target="blank"><?php esc_html_e( 'Feedzy Widget', 'feedzy-rss-feeds' ); ?></a></li>
4143
</ul>
4244
<ul>
43-
<li>
44-
<a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#troubleshooting"
45-
target="blank">Troubleshooting Guide</a></li>
46-
<li>
47-
<a href="https://docs.themeisle.com/article/540-what-actions-and-filters-are-available-in-feedzy"
48-
target="blank">Customizing Feedzy</a></li>
49-
<li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#categories"
50-
target="blank">Organize feeds in Categories</a></li>
45+
<li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#troubleshooting" target="blank"><?php esc_html_e( 'Troubleshooting Guide', 'feedzy-rss-feeds' ); ?></a></li>
46+
<li><a href="https://docs.themeisle.com/article/540-what-actions-and-filters-are-available-in-feedzy" target="blank"><?php esc_html_e( 'Customizing Feedzy', 'feedzy-rss-feeds' ); ?></a></li>
47+
<li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#categories" target="blank"><?php esc_html_e( 'Organize feeds in Categories', 'feedzy-rss-feeds' ); ?></a></li>
5148
</ul>
5249
</div>
5350
</div>
5451
</li>
5552
<li>
5653
<div class="support-box">
57-
<h3 class="h3">Shortcode</h3>
58-
<p>Display feed items using [feedzy-rss] shortcode. The advantage of this approach is that it can be
59-
used with any WordPress theme or page builder.</p>
60-
<a href="https://bit.ly/3IxzOI1" class="btn btn-outline-primary" target="blank">Learn more</a>
54+
<h3 class="h3"><?php esc_html_e( 'Shortcode', 'feedzy-rss-feeds' ); ?></h3>
55+
<p>
56+
<?php
57+
echo sprintf(
58+
/* translators: %s: [feedzy-rss] */
59+
esc_html__( 'Display feed items using %s shortcode. The advantage of this approach is that it can be used with any WordPress theme or page builder.', 'feedzy-rss-feeds' ),
60+
'[feedzy-rss]'
61+
);
62+
?>
63+
</p>
64+
<a href="https://bit.ly/3IxzOI1" class="btn btn-outline-primary" target="blank">
65+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
66+
</a>
6167
</div>
6268
</li>
6369
<li>
6470
<div class="support-box">
65-
<h3 class="h3">Pagebuilders integration</h3>
66-
<p>Feedzy is compatible with most popular page builders, so you can easily configure your feed imports
67-
directly in Elementor & Gutenberg.</p>
68-
<a href="https://bit.ly/3RuN3gA" class="btn btn-outline-primary" target="blank">Learn more</a>
71+
<h3 class="h3"><?php esc_html_e( 'Pagebuilders integration', 'feedzy-rss-feeds' ); ?></h3>
72+
<p><?php esc_html_e( 'Feedzy is compatible with most popular page builders, so you can easily configure your feed imports directly in Elementor & Gutenberg.', 'feedzy-rss-feeds' ); ?></p>
73+
<a href="https://bit.ly/3RuN3gA" class="btn btn-outline-primary" target="blank">
74+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
75+
</a>
6976
</div>
7077
</li>
7178
<li>
7279
<div class="support-box">
73-
<h3 class="h3">Referral Links<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
74-
<p>Automatically add referral parameters, and Feedzy will automatically configure affiliate links for
75-
each item in the feed.</p>
76-
<a href="https://docs.themeisle.com/article/715-feedzy-how-to-add-affiliate-referrals-to-feed-urls"
77-
class="btn btn-outline-primary" target="blank">Learn more</a>
80+
<h3 class="h3"><?php esc_html_e( 'Referral Links', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
81+
<p><?php esc_html_e( 'Automatically add referral parameters, and Feedzy will automatically configure affiliate links for each item in the feed.', 'feedzy-rss-feeds' ); ?></p>
82+
<a href="https://docs.themeisle.com/article/715-feedzy-how-to-add-affiliate-referrals-to-feed-urls" class="btn btn-outline-primary" target="blank">
83+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
84+
</a>
7885
</div>
7986
</li>
8087
<li>
8188
<div class="support-box">
82-
<h3 class="h3">Full text
83-
import<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
84-
<p>Get full content of posts/articles from your RSS feeds.</p>
85-
<a href="https://docs.themeisle.com/article/1389-whats-the-difference-between-feedzy-content-and-full-post-content#full-content"
86-
class="btn btn-outline-primary" target="blank">Learn more</a>
89+
<h3 class="h3"><?php esc_html_e( 'Full text import', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
90+
<p><?php esc_html_e( 'Get full content of posts/articles from your RSS feeds.', 'feedzy-rss-feeds' ); ?></p>
91+
<a href="https://docs.themeisle.com/article/1389-whats-the-difference-between-feedzy-content-and-full-post-content#full-content" class="btn btn-outline-primary" target="blank">
92+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
93+
</a>
8794
</div>
8895
</li>
8996
<li>
9097
<div class="support-box">
91-
<h3 class="h3">Paraphrase & Translate
92-
Content<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
93-
<p>Automatically paraphrase or translate content on import.</p>
94-
<a href="https://docs.themeisle.com/article/1690-how-to-use-the-translating-service-in-feedzy"
95-
class="btn btn-outline-primary" target="blank">Learn more</a>
98+
<h3 class="h3"><?php esc_html_e( 'Paraphrase & Translate Content', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
99+
<p><?php esc_html_e( 'Automatically paraphrase or translate content on import.', 'feedzy-rss-feeds' ); ?></p>
100+
<a href="https://docs.themeisle.com/article/1690-how-to-use-the-translating-service-in-feedzy" class="btn btn-outline-primary" target="blank">
101+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
102+
</a>
96103
</div>
97104
</li>
98105
<li>
99106
<div class="support-box">
100-
<h3 class="h3">Spintax Text<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
101-
<p>The Spintax service is very useful for blogs, as it is easily configurable and a time saver.</p>
102-
<a href="https://docs.themeisle.com/article/1689-how-to-use-the-spintax-service-in-feedzy"
103-
class="btn btn-outline-primary" target="blank">Learn more</a>
107+
<h3 class="h3"><?php esc_html_e( 'Spintax Text', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
108+
<p><?php esc_html_e( 'The Spintax service is very useful for blogs, as it is easily configurable and a time saver.', 'feedzy-rss-feeds' ); ?></p>
109+
<a href="https://docs.themeisle.com/article/1689-how-to-use-the-spintax-service-in-feedzy" class="btn btn-outline-primary" target="blank">
110+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
111+
</a>
104112
</div>
105113
</li>
106114
<li>
107115
<div class="support-box">
108-
<h3 class="h3">Enhanced Elementor
109-
support<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
110-
<p>Advanced Elementor template builder integration to build content areas directly from feeds.</p>
111-
<a href="https://docs.themeisle.com/article/1396-elementor-compatibility-in-feedzy"
112-
class="btn btn-outline-primary" target="blank">Learn more</a>
116+
<h3 class="h3"><?php esc_html_e( 'Enhanced Elementor support', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
117+
<p><?php esc_html_e( 'Advanced Elementor template builder integration to build content areas directly from feeds.', 'feedzy-rss-feeds' ); ?></p>
118+
<a href="https://docs.themeisle.com/article/1396-elementor-compatibility-in-feedzy" class="btn btn-outline-primary" target="blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a>
113119
</div>
114120
</li>
115121
<li>
116122
<div class="support-box">
117-
<h3 class="h3">Keyword
118-
Filtering<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
119-
<p>Filter feed items, and Display or Exclude items if the title or content contains specific
120-
keyword(s). </p>
121-
<a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy#filters"
122-
class="btn btn-outline-primary" target="blank">Learn more</a>
123+
<h3 class="h3"><?php esc_html_e( 'Keyword Filtering', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3>
124+
<p><?php esc_html_e( 'Filter feed items, and Display or Exclude items if the title or content contains specific keyword(s).', 'feedzy-rss-feeds' ); ?></p>
125+
<a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy#filters" class="btn btn-outline-primary" target="blank">
126+
<?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?>
127+
</a>
123128
</div>
124129
</li>
125130
</ul>
126131
<?php if ( ! $is_pro ) : ?>
127132
<div class="cta">
128-
<a href="<?php echo tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ); ?>#pro-features" class="btn btn-ghost" target="blank">View all Feedzy
129-
features</a>
133+
<a href="<?php echo tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ); ?>#pro-features" class="btn btn-ghost" target="blank">
134+
<?php esc_html_e( 'View all Premium features', 'feedzy-rss-feeds' ); ?>
135+
</a>
130136
</div>
131137
<?php endif; ?>
132138
</div>

0 commit comments

Comments
 (0)