Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions inc/admin/welcome-screen/sections/free_pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<tr>
<td>
<h3><?php esc_html_e( 'Frontpage sections','zerif-lite' ); ?></h3>
<p><?php esc_html_e( 'Big title, Our focus, About us, Our team, Testimonials, Ribbons, Latest news, Contat us','zerif-lite' ); ?></p>
<p><?php esc_html_e( 'Big title, Our focus, About us, Our team, Testimonials, Ribbons, Latest news, Contact us','zerif-lite' ); ?></p>
</td>
<td><span class="dashicons-before dashicons-yes"></span></td>
<td><span class="dashicons-before dashicons-yes"></span></td>
Expand All @@ -66,8 +66,8 @@
</tr>
<tr>
<td>
<h3><?php esc_html_e( 'Google map section','zerif-lite' ); ?></h3>
<p><?php esc_html_e( 'Embed your current location to your website by using a Google map.','zerif-lite' ); ?></p>
<h3><?php esc_html_e( 'Google Maps section','zerif-lite' ); ?></h3>
<p><?php esc_html_e( 'Embed your current location to your website by using a Google Maps.','zerif-lite' ); ?></p>
</td>
<td><span class="dashicons-before dashicons-no-alt"></span></td>
<td><span class="dashicons-before dashicons-yes"></span></td>
Expand Down
8 changes: 4 additions & 4 deletions inc/admin/welcome-screen/sections/getting-started.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="zerif-tab-pane-center">

<h1 class="zerif-lite-welcome-title">Welcome to Zerif Lite! <?php if( !empty($zerif_lite['Version']) ): ?> <sup id="zerif-lite-theme-version"><?php echo esc_attr( $zerif_lite['Version'] ); ?> </sup><?php endif; ?></h1>
<h1 class="zerif-lite-welcome-title"><?php esc_html_e( 'Welcome to Zerif Lite!', 'zerif-lite' ); ?> <?php if( !empty($zerif_lite['Version']) ): ?> <sup id="zerif-lite-theme-version"><?php echo esc_attr( $zerif_lite['Version'] ); ?> </sup><?php endif; ?></h1>

<p><?php esc_html_e( 'Our most popular free one page WordPress theme, Zerif Lite!','zerif-lite'); ?></p>
<p><?php esc_html_e( 'We want to make sure you have the best experience using Zerif Lite and that is why we gathered here all the necessary informations for you. We hope you will enjoy using Zerif Lite, as much as we enjoy creating great products.', 'zerif-lite' ); ?>
Expand Down Expand Up @@ -247,12 +247,12 @@
<?php
}
?>

<hr />

<!-- Revive Old Post -->
<h4><?php esc_html_e( 'Revive Old Post', 'zerif-lite' ); ?></h4>
<p><?php esc_html_e( 'A plugin to share about your old posts on twitter, facebook, linkedin to get more hits for them and keep them alive.', 'zerif-lite' ); ?></p>
<p><?php esc_html_e( 'A plugin to share about your old posts on Twitter, Facebook, LinkedIn to get more hits for them and keep them alive.', 'zerif-lite' ); ?></p>

<?php if ( is_plugin_active( 'tweet-old-post/tweet-old-post.php' ) ) { ?>

Expand Down
2 changes: 1 addition & 1 deletion inc/admin/welcome-screen/welcome-screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct() {
* @since 1.8.2.4
*/
public function zerif_lite_welcome_register_menu() {
add_theme_page( 'About Zerif Lite', 'About Zerif Lite', 'activate_plugins', 'zerif-lite-welcome', array( $this, 'zerif_lite_welcome_screen' ) );
add_theme_page( __( 'About Zerif Lite', 'zerif-lite' ), __( 'About Zerif Lite', 'zerif-lite' ), 'activate_plugins', 'zerif-lite-welcome', array( $this, 'zerif_lite_welcome_screen' ) );
}

/**
Expand Down
6 changes: 3 additions & 3 deletions inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function render_content() {

$wp_customize->add_control( 'zerif_use_safe_font', array(
'type' => 'checkbox',
'label' => __( 'Use safe font?','zerif' ),
'label' => __( 'Use safe font?','zerif-lite' ),
'section' => 'zerif_general_section',
'priority' => 1
) );
Expand Down Expand Up @@ -175,7 +175,7 @@ public function render_content() {

$wp_customize->add_control( 'zerif_change_to_full_width', array(
'type' => 'checkbox',
'label' => __( 'Change the template to Full width for all the pages?','zerif' ),
'label' => __( 'Change the template to Full width for all the pages?','zerif-lite' ),
'section' => 'zerif_general_section',
'priority' => 6
) );
Expand Down Expand Up @@ -1975,7 +1975,7 @@ public function render_content() {

$wp_customize->add_control( 'zerif_contactus_sitekey', array(
'label' => __( 'Site key', 'zerif-lite' ),
'description' => '<a'.$attribut_new_tab.' href="https://www.google.com/recaptcha/admin#list">'.__('Create an account here','zerif-lite').'</a> to get the Site key and the Secret key for the reCaptcha.',
'description' => sprintf( _x( '%s to get the Site key and the Secret key for the reCaptcha.', '%s = "Create an acount here"', 'zerif-lite' ), '<a'.$attribut_new_tab.' href="https://www.google.com/recaptcha/admin#list">'.__( 'Create an account here' , 'zerif-lite' ).'</a>' ),
'section' => 'zerif_contactus_section',
'priority' => 7,
));
Expand Down