Skip to content

Commit

Permalink
fix: translate Free vs Pro tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Oct 25, 2024
1 parent 918ce0d commit 9ede85c
Showing 1 changed file with 69 additions and 40 deletions.
109 changes: 69 additions & 40 deletions includes/layouts/feedzy-pro.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php // phpcs:disable ?>
<div class="fz-pro-features-wrap">
<h2 class="h2">Powerful features available only with Feedzy Pro</h2>
<h2 class="h2"><?php esc_html_e( 'Powerful features available only with Feedzy Pro', 'feedzy-rss-feeds' ); ?></h2>
<div class="fz-pro-features-table mb-30">
<div class="fz-pro-features-table-header">
<ul class="fz-pro-features-table-row">
<li class="features-info">&nbsp;</li>
<li class="free">Free</li>
<li class="pro">Pro</li>
<li class="free"><?php esc_html_e( 'Free', 'feedzy-rss-feeds' ); ?></li>
<li class="pro"><?php esc_html_e( 'Pro', 'feedzy-rss-feeds' ); ?></li>
</ul>
</div>
<div class="fz-pro-features-table-body">
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Import content from RSS feeds</h3>
<p>Create unlimited import routines for your RSS feeds and let them run on autopilot.</p>
<h3 class="h3"><?php esc_html_e( 'Import content from RSS feeds', 'feedzy-rss-feeds' ); ?></h3>
<p><?php esc_html_e( 'Create unlimited import routines for your RSS feeds and let them run on autopilot.', 'feedzy-rss-feeds' ); ?></p>
</li>
<li class="pro" data-label="Free">
<span class="dashicons dashicons-saved"></span>
Expand All @@ -24,8 +24,8 @@
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Pagebuilder integration</h3>
<p>Filter and display RSS feeds items directly with your favourite page builders.</p>
<h3 class="h3"><?php esc_html_e( 'Pagebuilder integration', 'feedzy-rss-feeds' ); ?></h3>
<p><?php esc_html_e( 'Filter and display RSS feeds items directly with your favourite page builders.', 'feedzy-rss-feeds' ); ?></p>
</li>

<li class="pro" data-label="Free">
Expand All @@ -37,11 +37,10 @@
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Filter by Keyword(s) or Time Range</h3>
<p>With this feature you can filter feed items, and Display or Exclude items if the title or content
contains
specific keyword(s). Additionally you can select a date range to import items within the
selected date.</p>
<h3 class="h3"><?php esc_html_e( 'Filter by Keyword(s) or Time Range', 'feedzy-rss-feeds' ); ?></h3>
<p>
<?php esc_html_e( 'With this feature you can filter feed items, and Display or Exclude items if the title or content contains specific keyword(s). Additionally you can select a date range to import items within the selected date.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
Expand All @@ -52,10 +51,12 @@
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Multiple feed templates</h3>
<p>Choose the best template for each feed, such as standard grid layout, blog layout, online shop
layout, or
audio playback (soundcloud) layout.</p>
<h3 class="h3">
<?php esc_html_e( 'Multiple feed templates', 'feedzy-rss-feeds' ); ?>
</h3>
<p>
<?php esc_html_e( 'Choose the best template for each feed, such as standard grid layout, blog layout, online shop layout, or audio playback (soundcloud) layout.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
Expand All @@ -67,10 +68,12 @@

<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Referral/Affiliate links </h3>
<p>Add referral parameters, and Feedzy will automatically configure affiliate links for each item in
the feed.
You can even import prices from product sources to create extra value for your readers.</p>
<h3 class="h3">
<?php esc_html_e( 'Referral/Affiliate links', 'feedzy-rss-feeds' ); ?>
</h3>
<p>
<?php esc_html_e( 'Add referral parameters, and Feedzy will automatically configure affiliate links for each item in the feed. You can even import prices from product sources to create extra value for your readers.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
Expand All @@ -82,12 +85,12 @@

<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Importing the full-text content <span
class="pro-label">Developer & Agency plans</span></h3>
<p>During the import, Feedzy will visit URLs of all items and parse the content directly from the
website,
importing ALL the content from a item , compared to #item_content tag which only imports the
post excerpts.
<h3 class="h3">
<?php esc_html_e( 'Importing the full-text content', 'feedzy-rss-feeds' ); ?>
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_html_e( 'During the import, Feedzy will visit URLs of all items and parse the content directly from the website, importing ALL the content from a item , compared to #item_content tag which only imports the post excerpts.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
Expand All @@ -99,9 +102,12 @@ class="pro-label">Developer & Agency plans</span></h3>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Custom Fields <span class="pro-label">Developer & Agency plans</span></h3>
<p>Create customizable fields and fetch custom values from the feed such as date updated, rating,
etc.
<h3 class="h3">
<?php esc_html_e( 'Custom Fields', 'feedzy-rss-feeds' ); ?>
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_html_e( 'Create customizable fields and fetch custom values from the feed such as date updated, rating, etc.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
Expand All @@ -113,8 +119,17 @@ class="pro-label">Developer & Agency plans</span></h3>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">OpenAI (ChatGPT) Support <span class="pro-label">Developer & Agency plans</span></h3>
<p>Using the OpenAI API integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.
<h3 class="h3">
<?php
echo sprintf( esc_html__( '%s Support', 'feedzy-rss-feeds' ), 'OpenAI (ChatGPT)' );
?>
<span class="pro-label"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php
/* translators: %s: OpenAI API */
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' );
?>
</p>
</li>
<li class="free" data-label="Free">
Expand All @@ -126,9 +141,20 @@ class="pro-label">Developer & Agency plans</span></h3>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">WordAI & SpinnerChief integration <span class="pro-label">Agency plan</span></h3>
<p>WordAi and SpinnerChief can be used to rephrase RSS feeds when they are imported as posts in
WordPress.
<h3 class="h3">
<?php

/* translators: %s: WordAI & SpinnerChief */
echo sprintf( esc_html__( '%s integration', 'feedzy-rss-feeds' ), 'WordAI & SpinnerChief' );
?>
<span class="pro-label"><?php esc_html_e( 'Agency plan', 'feedzy-rss-feeds' );?></span>
</h3>
<p>
<?php

/* translators: %1$s: WordAi, %2$s: SpinnerChief */
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' );
?>
</p>
</li>
<li class="free" data-label="Free">
Expand All @@ -141,10 +167,12 @@ class="pro-label">Developer & Agency plans</span></h3>

<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">Access to Translation and Paraphrasing service <span
class="pro-label">Agency plan</span></h3>
<p>Paraphrase or translate content before import using the built-in service, no separate
subscription required.</p>
<h3 class="h3">
<?php esc_html_e( 'Access to Translation and Paraphrasing service', 'feedzy-rss-feeds' ); ?> <span class="pro-label"><?php esc_html_e( 'Agency plan', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_html_e( 'Paraphrase or translate content before import using the built-in service, no separate subscription required.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
Expand All @@ -157,7 +185,8 @@ class="pro-label">Agency plan</span></h3>
</div>

<div class="cta">
<a href="<?php echo esc_url( tsdk_translate_link( tsdk_utmify(FEEDZY_UPSELL_LINK,'viewall','freevspro'), 'query' ) ) ; ?>" class="btn btn-block btn-primary btn-lg" target="_blank">View
all Premium features</a>
<a href="<?php echo esc_url( tsdk_translate_link( tsdk_utmify(FEEDZY_UPSELL_LINK,'viewall','freevspro'), 'query' ) ) ; ?>" class="btn btn-block btn-primary btn-lg" target="_blank">
<?php esc_html_e( 'View all Premium features', 'feedzy-rss-feeds' ); ?>
</a>
</div>
</div>

0 comments on commit 9ede85c

Please sign in to comment.