File: /home/hzaluminio/www/sair/(FORA)wp-content (forA)/themes/gaze/admin/merlin_init.php
<?php
if ( ! class_exists( 'Merlin' ) ) {
return;
}
/**
* Set directory locations, text strings, and other settings for Merlin WP.
*/
$wizard = new Merlin(
// Configure Merlin with custom settings.
$config = array(
'directory' => 'admin', // Location where the 'merlin' directory is placed.
'merlin_url' => 'merlin', // Customize the page URL where Merlin WP loads.
'child_action_btn_url' => 'https://codex.wordpress.org/Child_Themes', // The URL for the 'child-action-link'.
'help_mode' => false, // Set to true to turn on the little wizard helper.
'dev_mode' => true, // Set to true if you're testing or developing.
'branding' => false, // Set to false to remove Merlin WP's branding.
),
// Text strings.
$strings = array(
'admin-menu' => esc_html__( 'Theme Setup' , 'gaze' ),
'title%s%s%s%s' => esc_html__( '%s%s Themes ‹ Theme Setup: %s%s' , 'gaze' ),
'return-to-dashboard' => esc_html__( 'Return to the dashboard' , 'gaze' ),
'btn-skip' => esc_html__( 'Skip' , 'gaze' ),
'btn-next' => esc_html__( 'Next' , 'gaze' ),
'btn-start' => esc_html__( 'Start' , 'gaze' ),
'btn-no' => esc_html__( 'Cancel' , 'gaze' ),
'btn-plugins-install' => esc_html__( 'Install' , 'gaze' ),
'btn-child-install' => esc_html__( 'Install' , 'gaze' ),
'btn-content-install' => esc_html__( 'Install' , 'gaze' ),
'btn-import' => esc_html__( 'Import' , 'gaze' ),
'welcome-header%s' => esc_html__( 'Welcome to %s' , 'gaze' ),
'welcome-header-success%s' => esc_html__( 'Hi. Welcome back' , 'gaze' ),
'welcome%s' => esc_html__( 'This wizard will set up your theme, install plugins, and import content. It is optional & should take only a few minutes.' , 'gaze' ),
'welcome-success%s' => esc_html__( 'You may have already run this theme setup wizard. If you would like to proceed anyway, click on the "Start" button below.' , 'gaze' ),
'child-header' => esc_html__( 'Install Child Theme' , 'gaze' ),
'child-header-success' => esc_html__( 'You\'re good to go!' , 'gaze' ),
'child' => esc_html__( 'Let\'s build & activate a child theme so you may easily make theme changes.' , 'gaze' ),
'child-success%s' => esc_html__( 'Your child theme has already been installed and is now activated, if it wasn\'t already.' , 'gaze' ),
'child-action-link' => esc_html__( 'Learn about child themes' , 'gaze' ),
'child-json-success%s' => esc_html__( 'Awesome. Your child theme has already been installed and is now activated.' , 'gaze' ),
'child-json-already%s' => esc_html__( 'Awesome. Your child theme has been created and is now activated.' , 'gaze' ),
'plugins-header' => esc_html__( 'Install Plugins' , 'gaze' ),
'plugins-header-success' => esc_html__( 'You\'re up to speed!' , 'gaze' ),
'plugins' => esc_html__( 'Let\'s install some essential WordPress plugins to get your site up to speed.' , 'gaze' ),
'plugins-success%s' => esc_html__( 'The required WordPress plugins are all installed and up to date. Press "Next" to continue the setup wizard.' , 'gaze' ),
'plugins-action-link' => esc_html__( 'Advanced' , 'gaze' ),
'import-header' => esc_html__( 'Import Content' , 'gaze' ),
'import' => esc_html__( 'Let\'s import content to your website, to help you get familiar with the theme.' , 'gaze' ),
'import-action-link' => esc_html__( 'Advanced' , 'gaze' ),
'ready-header' => esc_html__( 'All done. Have fun!' , 'gaze' ),
'ready%s' => esc_html__( 'Your theme has been all set up. Enjoy your new theme by %s.' , 'gaze' ),
'ready-action-link' => esc_html__( 'Extras' , 'gaze' ),
'ready-big-button' => esc_html__( 'View your website' , 'gaze' ),
'ready-link-1' => wp_kses( sprintf( '<a href="%1$s" target="_blank">%2$s</a>', 'https://wordpress.org/support/', esc_html__( 'Explore WordPress', 'gaze' ) ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ),
'ready-link-2' => wp_kses( sprintf( '<a href="%1$s" target="_blank">%2$s</a>', 'https://themebeans.com/contact/', esc_html__( 'Get Theme Support', 'gaze' ) ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ),
'ready-link-3' => wp_kses( sprintf( '<a href="'.admin_url( 'customize.php' ).'" target="_blank">%s</a>', esc_html__( 'Start Customizing', 'gaze' ) ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ),
)
);