0
Validation results

Thrive Theme Builder

Thrive Theme Builder

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEthrive-theme-1.2.3-shapeshift-int-NULLED.zip
  • FILE SIZE15891297 bytes
  • MD5a25826332ac13d0005a80162b33b0cdb
  • SHA10da308f1b7368dc657f167914b1abd235e0e9fcf
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://thrivethemes.com/
  • VERSION1.2.3
  • TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
  • CREATION DATE2020-04-21
  • LAST FILE UPDATE2020-04-21
  • LAST VALIDATION2020-04-21 09:42
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Modification of PHP server settings Found ini_set in file class-tcb-editor-ajax.php. 432: @ini_set( 'memory_limit', '512M' );Found ini_set in file debug-bar-plugin.php. 100: @ini_set( 'display_errors', 'On' );Found ini_set in file class-thrive-utils.php. 1361: ini_set( 'memory_limit', '512M' );
  3. Security breaches : Use of base64_decode() Found base64_decode in file class-tcb-menu-walker.php. 438: $mega_description = json_decode( base64_decode( $mega_description ), true );Found base64_decode in file class-tcb-contact-form.php. 102: $this->config = base64_decode( $data['config'] );Found base64_decode in file TCB_Landing_Page_Transfer.php. 1252: $config = @unserialize( @base64_decode( $contents ) );Found base64_decode in file AjaxController.php. 262: $pass = base64_decode( $ttw_data->pass );Found base64_decode in file MailerLite.php. 283: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {287: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file ConvertKit.php. 274: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {278: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Mailchimp.php. 322: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {326: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Infusionsoft.php. 604: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {608: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file AWeber.php. 488: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {492: $mapped_form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file GetResponse.php. 232: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) || ! is_array( $mapped_data ) ) {236: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Email.php. 274: $mapping = unserialize( base64_decode( $args['tve_mapping'] ) );312: $labels = ! empty( $args['tve_labels'] ) ? unserialize( base64_decode( $args['tve_labels'] ) ) : array();Found base64_decode in file ActiveCampaign.php. 430: if ( empty( $args['tve_mapping'] ) || ! tve_dash_is_bas64_encoded( $args['tve_mapping'] ) || ! is_serialized( base64_decode( $args['tve_mapping'] ) ) ) {434: $form_data = unserialize( base64_decode( $args['tve_mapping'] ) );Found base64_decode in file Manager.php. 324: $string = @base64_decode( $string );Found base64_decode in file Base.php. 1282: return base64_decode( strtr( $input, '-_', '+/' ) );Found base64_decode in file TdJwt.php. 212: return base64_decode( strtr( $input, '-_', '+/' ) );Found base64_decode in file OptInHandler.php. 41: $decodedOuterPayload = json_decode( base64_decode( urldecode( $uniqueHash ) ), true );46: $decodedInnerPayload = json_decode( base64_decode( $innerPayload ), true );Found base64_decode in file functions.php. 826: if ( base64_encode( base64_decode( $data, true ) ) === $data ) {Found base64_decode in file class-thrive-utils.php. 756: $image_data = base64_decode( $base64_image );
  4. Security breaches : Use of base64_encode() Found base64_encode in file AjaxController.php.
     'Authorization' => base64_encode( $this->_ttw_auth_endpoint_salt ),
     'Authorization' => base64_encode( get_option( $this->_temp_key_option, '' ) ),
     'Authorization' => base64_encode( $this->_ttw_auth_endpoint_salt ),
    Found base64_encode in file GoToWebinar.php.
     return new Thrive_Dash_Api_GoToWebinar( base64_encode( $this->_consumer_key . ':' . $this->_consumer_secret ), $acc
    Found base64_encode in file GoToWebinar.php.
     $settings['auth_key'] = base64_encode( $this->_consumer_key . ':' . $this->_consumer_secret );
    Found base64_encode in file Manager.php.
     return base64_encode( serialize( $connections ) );
    Found base64_encode in file Base.php.
     * Exactly the same as base64_encode except it uses
     * Exactly the same as base64_encode except it uses
     $str = strtr( base64_encode( $input ), '+/', '-_' );
    Found base64_encode in file Application.php.
     return base64_encode( hash_hmac( 'sha1', $sigBase, $sigKey, true ) );
    Found base64_encode in file TdJwt.php.
     return str_replace( '=', '', strtr( base64_encode( $input ), '+/', '-_' ) );
    Found base64_encode in file RestClient.php.
     'Authorization' => 'Basic ' . base64_encode( Thrive_Dash_Api_Mailgun_Api::API_USER . ':' . $this->apiKey 
    Found base64_encode in file OptInHandler.php.
     $encodedInnerPayload = base64_encode( json_encode( $innerPayload ) );
     return urlencode( base64_encode( json_encode( $outerPayload ) ) );
    Found base64_encode in file Drip.php.
     'Authorization' => 'Basic ' . base64_encode( $this->api_token . ':' ),
    Found base64_encode in file OAuth.php.
     $headers['oauth_signature'] = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
    Found base64_encode in file SimpleEmailServiceMessage.php.
     $raw_message .= 'Subject: =?' . $this->subjectCharset . '?B?' . base64_encode( $this->subject ) . '?=\n';
     $raw_message .= '\n' . chunk_split( base64_encode( $attachment['data'] ), 76, '\n' ) . '\n';
     return base64_encode( $raw_message );
     $recipient = '=?' . $this->recipientsCharset . '?B?' . base64_encode( $regs[1] ) . '?= <' . $regs[2] . '>';
    Found base64_encode in file SimpleEmailServiceRequest.php.
     return base64_encode( hash_hmac( 'sha256', $string, $this->ses->getSecretKey(), tr
    Found base64_encode in file Campaigns.php.
     $data['template']['content'] = base64_encode( $data['template']['content'] );
     $data['template']['archive'] = base64_encode( $data['template']['archive'] );
     $data['template']['content'] = base64_encode( $data['template']['content'] );
     $data['template']['archive'] = base64_encode( $data['template']['archive'] );
    Found base64_encode in file TransactionalEmails.php.
     $data['body'] = base64_encode($data['body']);
     $data['plain_text'] = base64_encode($data['plain_text']);
    Found base64_encode in file Templates.php.
     $data['content'] = base64_encode($data['content']);
     $data['archive'] = base64_encode($data['archive']);
     $data['content'] = base64_encode($data['content']);
     $data['archive'] = base64_encode($data['archive']);
    Found base64_encode in file Twitter.php.
     $oauth_signature          = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
    Found base64_encode in file CampaignMonitor.php.
     'Authorization' => 'Basic ' . base64_encode( $this->api_key . ':' ),
    Found base64_encode in file Attachment.php.
     return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( $data ), $attachmentName, $mimeType );
     return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( file_get_contents( $filePath ) ), $attachmentName, $mimeType
    Found base64_encode in file functions.php.
     if ( base64_encode( base64_decode( $data, true ) ) === $data ) {
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe data-src="%s" frameborder="0" allowtransparency="true" style="display: block" allowfullscreen> in file TCB_Thrive_Video_Popup.php. 152: '<iframe data-src='%s' frameborder='0' allowtransparency='true' style='displFound <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ' . $params['hidden'] . 'data-c-f-id="' . $args['data-id'] . '" src="https://maps.google.com/maps?q=' . $params['latitude'] . ',' . $params['longitude'] . '&amp;t=m&amp;z=' . $params['zoom'] . '&amp;output=embed&amp;iwloc=near"> in file class-tcb-custom-fields-shortcode.php. 328: return '<iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' ' .Found <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=New%20York&t=m&z=10&output=embed&iwloc=near"> in file gmap.php. 15: <iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' srcFound <iframe tabindex="-1" id="tve-editor-frame" data-src="<?php echo tcb_get_editor_url( $id, false ); ?> in file editor.php. 60: <iframe tabindex='-1' id='tve-editor-frame' data-src='<?php echo tcb_get_edFound <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="' . $url . '"> in file class-tvd-smart-db.php. 470: $data = '<iframe frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src
  6. Malware : Operations on file system file_get_contents was found in the file fontmanager-1.1.php 15: $file_contents = file_get_contents( $css_file );file_put_contents was found in the file fontmanager-1.1.php 28: if ( file_put_contents( $css_file, $file_contents ) ) {file_get_contents was found in the file class-tcb-landing-page.php 1074: $contents = file_get_contents( $lb_file );1383: $css = str_replace( '{tcb_lp_base_url}', tcb_get_cloud_base_url() . 'templates/css/images/', file_get_contents( $file ) );1614: $content = file_get_contents( $downloaded_template_file );file_get_contents was found in the file class-tcb-landing-page.php 1074: $contents = file_get_contents( $lb_file );1383: $css = str_replace( '{tcb_lp_base_url}', tcb_get_cloud_base_url() . 'templates/css/images/', file_get_contents( $file ) );1614: $content = file_get_contents( $downloaded_template_file );file_get_contents was found in the file class-tcb-landing-page.php 1074: $contents = file_get_contents( $lb_file );1383: $css = str_replace( '{tcb_lp_base_url}', tcb_get_cloud_base_url() . 'templates/css/images/', file_get_contents( $file ) );1614: $content = file_get_contents( $downloaded_template_file );fopen was found in the file TCB_Landing_Page_Transfer.php 1863: $ifp = @ fopen( $full_path, 'wb' );2108: $ifp = @ fopen( $full_path, 'wb' );fwrite was found in the file TCB_Landing_Page_Transfer.php 1868: @fwrite( $ifp, $contents );2113: @fwrite( $ifp, $contents );fclose was found in the file TCB_Landing_Page_Transfer.php 1869: fclose( $ifp );2114: fclose( $ifp );fopen was found in the file TCB_Landing_Page_Transfer.php 1863: $ifp = @ fopen( $full_path, 'wb' );2108: $ifp = @ fopen( $full_path, 'wb' );fwrite was found in the file TCB_Landing_Page_Transfer.php 1868: @fwrite( $ifp, $contents );2113: @fwrite( $ifp, $contents );fclose was found in the file TCB_Landing_Page_Transfer.php 1869: fclose( $ifp );2114: fclose( $ifp );file_get_contents was found in the file class-tcb-admin-ajax.php 84: $model = json_decode( file_get_contents( 'php://input' ), true );138: $model = json_decode( file_get_contents( 'php://input' ), true );221: $model = json_decode( file_get_contents( 'php://input' ), true );272: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-tcb-admin-ajax.php 84: $model = json_decode( file_get_contents( 'php://input' ), true );138: $model = json_decode( file_get_contents( 'php://input' ), true );221: $model = json_decode( file_get_contents( 'php://input' ), true );272: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-tcb-admin-ajax.php 84: $model = json_decode( file_get_contents( 'php://input' ), true );138: $model = json_decode( file_get_contents( 'php://input' ), true );221: $model = json_decode( file_get_contents( 'php://input' ), true );272: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-tcb-admin-ajax.php 84: $model = json_decode( file_get_contents( 'php://input' ), true );138: $model = json_decode( file_get_contents( 'php://input' ), true );221: $model = json_decode( file_get_contents( 'php://input' ), true );272: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file Mandrill.php 112: $apikey = trim( file_get_contents( $path ) );fopen was found in the file Mailgun.php 60: $fileHandle = fopen( $tempFile, 'w' );fwrite was found in the file Mailgun.php 61: fwrite( $fileHandle, $postFiles );fclose was found in the file Mailgun.php 64: fclose( $fileHandle );fopen was found in the file RestClient.php 155: $postBody->addFile( new PostFile( $fieldName, fopen( $filePath, 'r' ), $filename ) );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file SimpleEmailServiceMessage.php 122: $this->messagetext = file_get_contents( $textfile );127: $this->messagehtml = file_get_contents( $htmlfile );137: $this->messagetext = file_get_contents( $texturl );142: $this->messagehtml = file_get_contents( $htmlurl );207: $this->addAttachmentFromData( $name, file_get_contents( $path ), $mimeType, $contentId, $attachmentType );file_get_contents was found in the file Attachment.php 20: return new Thrive_Dash_Api_Postmark_Attachment( base64_encode( file_get_contents( $filePath ) ), $attachmentName, $mimeType );fopen was found in the file iContact.php 418: $rFileContentHandle = fopen( $mPostData, 'r' );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file class-td-nm-admin-ajax-controller.php 80: $model = json_decode( file_get_contents( 'php://input' ), true );109: $model = json_decode( file_get_contents( 'php://input' ), true );164: $model = json_decode( file_get_contents( 'php://input' ), true );file_get_contents was found in the file Tve_Dash_Font_Import_Manager_Data.php 70: $content = file_get_contents( $file );file_get_contents was found in the file class-td-ni-ajax-controller.php 63: $model = json_decode( file_get_contents( 'php://input' ), true );file_put_contents was found in the file class-thrive-utils.php 768: file_put_contents( $file, $image_data );
  7. Malware : Network operations curl_init was found in the file SimpleEmailServiceRequest.php 112: // $curl = curl_init();curl_exec was found in the file SimpleEmailServiceRequest.php 147: // if (curl_exec($curl)) {curl_init was found in the file class-thrive-theme-cloud-api-base.php 185: $ch = curl_init($shapeshiftheme);curl_exec was found in the file class-thrive-theme-cloud-api-base.php 190: $data = curl_exec($ch);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tcb-symbols-dashboard.php : 99: add_submenu_page( null, __( 'Symbols', 'thrive-cb' ), __( 'Symbols', 'thrivFile thrive-visual-editor.php : 99: add_submenu_page( false, '', '', 'manage_options', 'tve_license_validation'File class-tcb-landing-page.php : 265: public static function add_landing_page_styles( $global_styles = array() ) {1765: add_filter( 'tcb_get_extra_global_styles', array( 'TCB_Landing_Page', 'add_landing_page_styles' ) );File admin.php : 61: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),62: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile admin.php : 61: add_submenu_page( null, __( 'API Connections', TVE_DASH_TRANSLATE_DOMAIN ),62: add_submenu_page( null, __( 'API Connections Error Log', TVE_DASH_TRANSLATEFile class-tvd-sm-admin.php : 98: add_submenu_page( null, __( 'Landing Pages Analytics & Scripts', TVE_DASH_TFile hooks.php : 36: add_menu_page(File hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile hooks.php : 46: add_submenu_page(56: add_submenu_page(133: add_submenu_page( $menus[ $menu_short ]['parent_slug'], $menus[ $menu_shortFile class-tvd-smart-site.php : 165: add_submenu_page( null, __( 'Smart Site', TVE_DASH_TRANSLATE_DOMAIN ), __( File class-td-nm-admin.php : 159: add_submenu_page( null, __( 'Notification Manager', TVE_DASH_TRANSLATE_DOMAFile class-thrive-reset.php : 21: add_submenu_page( null, null, null, 'manage_options', 'ttb-reset', [ __CLASFile class-thrive-theme-dashboard.php : 26: add_filter( 'tve_dash_admin_product_menu', [ $this, 'add_admin_pages' ] );75: public function add_admin_pages( $menus = [] ) {
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : class-tcb-editor.php.
  10. Inapropriate constants : Use of PLUGINDIR Constant PLUGINDIR was found in the file class-thrive-utils.php. WP_PLUGIN_DIR should be used instead. 936: 'source' => ABSPATH . PLUGINDIR . 'w3-total-cache/w3-total-cache-api.php',941: 'source' => ABSPATH . PLUGINDIR . 'wp-super-cache/wp-cache-phase2.php',946: 'source' => ABSPATH . PLUGINDIR . 'wp-rocket/inc/functions/files.php',951: 'source' => ABSPATH . PLUGINDIR . 'simple-cache/inc/functions.php',956: 'source' => ABSPATH . PLUGINDIR . 'wp-super-cache/wpFastestCache.php',961: 'source' => ABSPATH . PLUGINDIR . 'cache-enabler/inc/cache_enabler.class.php',966: 'source' => ABSPATH . PLUGINDIR . 'cachify/inc/cachify.class.php',
  11. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  12. Deprecated functions : like_escape like_escape found in file thrive-visual-editor.php. Deprecated since version 4.0. Use wpdb::esc_like() instead.132: $term = like_escape( $term ); // like escape is deprecated in WP4
  13. Deprecated functions : get_option get_option( 'home' ) was found in the file class-thrive-breadcrumbs.php. Use home_url() instead.115: $homepage_url = get_option( 'home' );120: $homepage_url = get_option( 'home' );
  14. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
  15. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was q1qj01.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-tcb-editor.php. Themes must not deregister core scripts. 325: wp_deregister_script( 'membermouse-blockUI' );328: wp_deregister_script( 'mm-common-core.js' );330: wp_deregister_script( 'mm-preview.js' );332: wp_deregister_script( 'membermouse-socialLogin' );Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 240: wp_deregister_script( 'yt-embed' );244: wp_deregister_script( 'mpjquerytools' );248: wp_deregister_script( 'wc-geolocation' );252: wp_deregister_script( 'twentynineteen-touch-navigation' );257: wp_deregister_script( 'mm-common-core.js' );259: wp_deregister_script( 'mm-preview.js' );261: wp_deregister_script( 'membermouse-socialLogin' );Found wp_deregister_script in compat.php. Themes must not deregister core scripts. 709: wp_deregister_script( 'remote_sdk' );Found wp_deregister_script in hooks.php. Themes must not deregister core scripts. 188: wp_deregister_script( 'select2' );
  2. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.Found wrong tag custom-everything in style.css header.
  3. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is thrive-theme-builder.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email & after submit setup' in file cf-settings.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'There are no posts to display.' in file featured-placeholder.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Landing Page Default', Default, 'thrive-cb' in file class-tcb-element-abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file class-tcb-login-element-handler.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g:i a' in file class-tcb-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F j, Y' in file class-tcb-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Featured Content' in file class-tcb-post-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field' in file class-tcb-lead-generation-checkbox-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field' in file class-tcb-lead-generation-input-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Push Content' in file class-tcb-header-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Over Content' in file class-tcb-header-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto collapse toggles' in file class-tcb-toggle-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Share URL' in file class-tcb-social-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field' in file class-tcb-lead-generation-select-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Icon' in file class-tcb-toggle-title-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you are not allowed to create symbols without title' in file class-tcb-symbol-element-abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you are not allowed to create global elements with the same title' in file class-tcb-symbol-element-abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set error message' in file lg-error-messages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore errors to default' in file lg-error-messages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set error message' in file cf-error-messages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore errors to default' in file cf-error-messages.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Oups! We couldn't find anything called " in file symbols.php.Found a translation function that is missing a text-domain. Function __, with the arguments '. Maybe search for something else ?' in file symbols.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '"%s" already exists' in file save-elements.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Oups! We couldn't find anything called " in file ct-symbols.php.Found a translation function that is missing a text-domain. Function __, with the arguments '. Maybe search for something else ?' in file ct-symbols.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Oups! We couldn't find anything called " in file ct-symbols.php.Found a translation function that is missing a text-domain. Function __, with the arguments '. Maybe search for something else ?' in file ct-symbols.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title, portrait and byline are visible only when the video is stopped.' in file vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file section-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'type' in file section-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file symbol-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'type' in file symbol-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file symbol-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Success' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tweet text is too long' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook App ID is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Validating...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App ID validated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid App ID' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Columns Layout' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Background' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saving...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Opacity' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blur' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Greyscale' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brightness' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contrast' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sepia' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invert' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saturate' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hue Rotate' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pattern' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add layer' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add new' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Shadow' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inner Shadow' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drop Shadow' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Solid color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Effects' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Linear gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Repeating linear gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radial gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Repeating radial gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Selected' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL is missing or invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please choose a video' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please choose an audio track' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Image' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose File' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose video' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose audio' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Files' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Videos' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audios' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Desktop' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tablet' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mobile' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visible' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disabled' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ID' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Class' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template name is blank. Please choose a name for your template.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The redirection will not take place because the URL you\'ve entered is not valid!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slanted Edge' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pointer' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Divider' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL you\'ve entered is not valid!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Progress Bar' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only three headings can be selected at once !' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'At least one text variation is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default text is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template reverted to theme successfully!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page template successfully saved!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template changed successfully!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template saved successfully!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Player color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Another identical configuration exists for this trigger. It has been replaced with the new one' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have multiple events that are triggered on click. Please remove one.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select an animation' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select an image' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select a lightbox' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have to select a video source' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not validate the video URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video format from the provided URL is not supported. Please try again' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot get the video ID from the provided URL. Please try again' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not get video information. Please check the URL and try again.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This video is private. Some information may not be available.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Could not get video information from Wistia. It's possible that the embed will still work" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tooltip text is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL is missing' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VooPlayer video was added successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default aspect ratio (16:9)' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky Float on Scroll' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Close Button' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Floating Video in Preview' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Floating Video Preview' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password mismatch' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password mismatch error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field missing' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Some fields are empty!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The passwords do not match' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL invalid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter the URL where visitors will be redirected to after they submit the form' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field error' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have to set to which email address(es) the contact form should be sent' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To email field is invalid. Please check the emil address(es) are correct' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter the subject for the email that will be sent to you when the form will be sent' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CC email field is invalid. Please check the emil address(es) are correct' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BCC email field is invalid. Please check the emil address(es) are correct' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select an action to be performed after the form will be submitted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in the confirmation message' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in the subject for confirmation email' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in the from name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in From Email' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From Email is not a valid email address' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid email address for reply to' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in notification text' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New message from: ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'After submit action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your message has been sent, thank you!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hello, \n\nThanks for contacting us. We'll get back to you as soon as possible with the information you need. \n\nBest regards,\n[wp_site_title]" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Form submission confirmation' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This table has merged cells. It cannot be sorted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete content template' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to remove this Content Template? This action cannot be undone' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create new lightbox' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Direction' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invert' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image is required for pinterest share' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit HTML Form' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect Form To Service' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign Up' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reload Page' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Redirect to Custom URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Redirect' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show success notification' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go to next step in quiz' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid code! Please add at least one input.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API successfully added' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose connection' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have no active connections.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Are you sure you want to DELETE all of the content that was created in this landing page and revert to the theme page?\nIf you click OK, any custom content you added to the landing page will be deleted." in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to CLEAR all content from this Landing Page? This action cannot be undone' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template name is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a template name, it will be easier to reload it after.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'First, you must select a template from the available ones.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An unknown error has occured. Response was: ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Importing a landing page will overwrite the current contents of this page. Are you sure you want to continue ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you leave this page then any unsaved changes will be lost' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All changes saved!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The content is empty. Please input some content.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An event is already setup for this Trigger and Action. Please choose another configuration.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit your caption text here' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max width' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Float' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overflow' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Z-index' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Components' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'State:' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visited' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Animations applied here are available on all screen sizes. In order to edit these, switch to Desktop Preview.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'KlickTipp Thank You URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An unknown error occured.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Landing Page Template' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Landing Page Template' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wrap columns on tablet' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wrap columns on mobile' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Lightbox' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Thrivebox' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fetching data...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Element' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turn Off Save Reminders ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turn On Save Reminders ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot have nested links inside containers. Please remove the link of the ##split## in order to drop the new element' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot have nested links inside containers. Please remove the link of the ##split## in order to insert new link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot have nested links inside containers. Pasted text contains links. Try to remove the link of the' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Testimonial' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Table' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Table' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Styled Box' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Call to Action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Guarantee Box' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Form' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkout' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fancy Divider' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post List' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tabs' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Form' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Above' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Below' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left of' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right of' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inside' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol could not be saved' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol cannot be saved while you are in hover state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header cannot be saved while you are in hover state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer cannot be saved while you are in hover state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol cannot be saved while you are in lead generation edit state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header cannot be saved while you are in lead generation edit state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer cannot be saved while you are in lead generation edit state!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Symbol was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Header was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Footer was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You already have a Header in the page. Scroll up to the top of the page to see it.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You already have a Footer in the page. Scroll down to the bottom of the page to see it.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Template Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Symbol Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save New Symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save New Template' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Existing Template' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saved Templates can be easily loaded into your pages. Updating a template will not affect any live content.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' results. Check "Show all Saved Templates"' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type a name to search for existing templates or to create a new one' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type a name to create a new Symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saved Symbols can be loaded across your website. Changes you make will be reflected everywhere the symbol is displayed.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add as Category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol name is blank. Please choose a name for your symbol.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The header's name is required" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The footer's name is required" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The element for generating the thumb is missing' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong when getting image source' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The thumb for the content wasn't save" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Category was successfully created!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "All the symbols inside this element will be automatically unlinked. It's not possible to save a symbol or a template that contain another symbol." in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "All the symbols inside the page will be unlinked so you don't loose their content." in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you change your %s template, you will lose all the content that you have added to your existing %s!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add template to category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add symbol to category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto position cannot be used when floating is enabled' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You already have a Header in the page. Scroll up to the top of the page to see it.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You already have a Footer in the page. Scroll down to the bottom of the page to see it.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save & Close ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Static' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'End of Page' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'End of Parent Container' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'It reaches another Element' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appear on Scroll Up' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parallax' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Horizontal Scroll' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vertical Scroll' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transparency ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blur' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rotate' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3D Perspective' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scale' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Up' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Down' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scale Up' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scale Up Down' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scale Down' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scale Down Up' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fade In' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fade Out' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fade In Out ' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fade Out In' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From Perspective' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To Perspective' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Speed' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Level' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parallax preview mode active' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cloud Templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit Landing Page Font' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit Theme Font' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click to add text or drag and drop element from right hand panel' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There aren\'t any instances on this page. You can add it by drag and drop.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Global Styles' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Styles' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Careful, you are editing a global color.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Careful, you are editing a template color.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Careful, you are editing a global gradient.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Careful, you are editing a template gradient.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By deleting the global style, all the elements using it will be reset to their default styles. Are you sure you want to proceed?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have no Global Styles created' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to define a name to your global style!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Global %s Style' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Editing Global Style' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This can only be changed at the Global Style level' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This cannot be changed at the Global Style level' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update global color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update template color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update global gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update template gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit global color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit template color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit global gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit template gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlink global color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlink template color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlink global gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlink template gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel changes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save as favorite color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save as favorite gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save as global color' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save as global gradient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The action could not be finished because the plugin "WordFence" blocked the request. Set your WordFence Firewall to "Learning Mode" or $1 this action and try again.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The action could not be finished because it was forbidden.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The action could not be finished because the URL could not be found.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The action could not be finished because of a fatal server error.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The action could not be finished because your session expired and you are no longer logged in. Log in using the form below in order to continue.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Static link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jumplink' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dynamic link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jump link successfully added' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dynamic link successfully added' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Box Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Button Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The selected item has a link that is invalid or no longer available!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo Link' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Follow' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open in new tab' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smooth Animation' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select a target' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have a %s link set. Remove it first.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Author Description' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You're about to connect more than one API to the form!" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'That API connection is not available anymore. Remove it and choose another one.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'State has been reset!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Landing Page Default' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Formatting' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a tag...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please note that disabling this checkbox will hide the download option from the player, but your media could still be downloaded if a visitor finds the direct file URL.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I want to display the following' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I want to Feature the following Content' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autofill form inputs on target URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From Name should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Email' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Some fields aren't properly completed" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only one email is allowed for "Reply To" field' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only one email is allowed for "From Email" field' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Be advised that for some email delivery services, the email will not be sent if the subject is empty.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Be advised that for some email delivery services, the email will not be sent if the message is empty.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The shortcode [ form_fields ] includes all data submitted by the user in list format' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Placeholder' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set as default' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name was changed successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This was deleted successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong. Please try again.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a new name.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save and Return to Post Editor' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login Form' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Recovery' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Recovery Confirmation' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Already Logged In' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only %s files are accepted' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'j M Y,G:i', 'revision date short format' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please insert some categories!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete the template "%s" ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete the category "%s" ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete the symbol "%s" ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete the header "%s" ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete the footer "%s" ?' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show more templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show less templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbols' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Templates & Symbols' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Global Elements' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The category was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to save your category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to save the symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to save the header' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to save the footer' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uncategorized Symbols' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The category was deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred and the category was not deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol was deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header was deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer was deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred and the symbol was not deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred and the header was not deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred and the footer was not deleted' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create new Symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a new Category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create New Header' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create New Footer' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create new' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Organize your Symbols into categories for a better overview' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a new symbol and load it on any page by using Thrive Architect' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save and edit with Architect' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Category Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Symbol Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol name is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category name is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Category was successfully created!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to create your category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Symbol was successfully created!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to create your symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add as Category' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category...' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol was duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header was duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer was duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol could not be duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The header could not be duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The footer could not be duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The symbol was moved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to move the symbol' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search symbols' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search templates' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search headers' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search footers' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Name' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header name is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer name is required' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unique identifier for the object.' in file class-tcb-symbols-rest-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid element type' in file class-tcb-symbols-rest-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error in communication with Thrive Themes' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occurred, please try again' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Token has been deleted' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Token is not deleted' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is no token to delete' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have this capability' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This role does not exist anymore' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to remove this capability!' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Changing capability failed' in file AjaxController.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error occurred while receiving the license status. The response was: %s. Please login to thrivethemes.com, report this error message on the forums and we'll get this sorted for you." in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid response!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid products returned from server!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Products returned from server are not accepted for licensing!' in file LicenseManager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Products' in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file access-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where should I subscribe this user? List is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email is not specified !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot establish API connection' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Subscription was made with success but we could not delete the log from database !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscription was made with success !' in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Log ID is not valid !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error occurred: %s" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The log with ID: %s could not be found !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API Log with ID: %s has been deleted with success !" in file misc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections Error Log' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Connections Error Log' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown error occurred' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is now disconnected' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Service disconnected' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection works' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection Error' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection established' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown error occurred' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mandrill key' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mandrill using the provided key (<strong>%s</strong>)' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mandrill connected successfully' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The email filled in was not verified by Mandrill" in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill couldn't connect" in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster failed to add the subscriber' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailster plugin not installed or activated' in file Mailster.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email and password are required' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data: %s' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Klick Tipp connected successfully!' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Klick Tipp using the provided data (%s)' in file KlickTipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailerLite key' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailerLite using the provided key (<strong>%s</strong>)' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailerLite connected successfully' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown MailerLite Error' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file MailerLite.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are already logged in. Please Logout in order to create a new user.' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email address.' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Passwords do not match' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email or username are already used' in file Wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Site Key and Secret Key fields are required' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect Secret Key.' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ReCaptcha connected successfully!' in file ReCaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the following upcoming webinars' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email and password are required' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GoToWebinar connected successfully' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to GoToWebinar using the provided data (%s)' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection has been Updated!' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Good job - you’ve just upgraded your GoToWebinar connection to 2.0. <br /><br /> You don’t need to make any changes to your existing forms - they will carry on working as before. <br /><br /> However, we highly recommend that you sign up through one of your webinar forms to make sure that everything is working as expected.<br /><br /> If you experience any issues, let our <a href="https://thrivethemes.com/forums/forum/general-discussion/" target="_blank">support team</a> know and we’ll get to the bottom of this for you. <br /><br /> From your team at Thrive Themes ' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendGrid connected successfully' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Sendy' in file Sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay key' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay URL' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailRelay using the provided key (<strong>%s</strong>)' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailRelay connected successfully' in file MailRelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Constant Contact API Key and API token' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Constant Contact using the provided API Key and API Token (<strong>%s</strong>)' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Constant Contact connected successfully' in file ConstantContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the following contact lists' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid HubSpot key' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to HubSpot using the provided key (<strong>%s</strong>)' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HubSpot connected successfully' in file HubSpot.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendReach (<strong>%s</strong>)' in file Sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendReach connection established' in file Sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid ConvertKit API Key' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to ConvertKit: %s' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ConvertKit connected successfully' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailchimp key' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailchimp using the provided key (<strong>%s</strong>)' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp connected successfully' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid arguments supplied in ' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Assign tag error: ' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing required parameters for adding tags to contact' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing required parameters for adding tags to contact' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file Mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailgun key' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mailgun key' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The domain name field must not be empty' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The domain name field must not be empty' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailgun using the provided key (<strong>%s</strong>)' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Mailgun using the provided key (<strong>%s</strong>)' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailgun connected successfully' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the following upcoming webinars' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email and password are required' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to GoToWebinar using the provided data (%s)' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection has been Updated!' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click here to renew the token' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s has expired on %s.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire today.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire tomorrow.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive API Connections: The access token for %s will expire in %s days.' in file GoToWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendinBlue connected successfully' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SendinBlue Error' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file SendinblueEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendinBlue key' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendinBlue using the provided key (<strong>%s</strong>)' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendinBlue connected successfully' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SendinBlue Error' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is not connected' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is not connected' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Textarea' in file Abstract.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not test Mautic connection: %s' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic api url' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic Public Key' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Mautic Secret Key' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please re-check your API connection details.' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Error' in file Mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All fields are required!' in file Sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendLane using the provided details' in file Sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendLane connected successfully' in file Sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Client ID and Client Secret fields are required' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect Client ID.' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google connected successfully!' in file Google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error sending your message, please make sure your Zap is activated or contact support.' in file Zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not test AWeber connection: %s' in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Could not add contact: %s to list: %s" in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not update custom fields' in file AWeber.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Drip token and Client ID' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Drip using the provided Token and Client ID (<strong>%s</strong>)' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip connected successfully' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip connection could not be validated!' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User could not be subscribed' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is not Campaign in your Drip account to be fetched !' in file Drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both Client ID and Client Secret fields are required' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook connected successfully!' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error! The Facebook link provided is invalid' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Facebook connection expired. Go to API Connections to reactivate it!' in file Facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Campaign Monitor key' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Campaign Monitor using the provided key (<strong>%s</strong>)' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor connected successfully' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file CampaignMonitorEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendGrid connected successfully' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown Sendgrid Error' in file SendGrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid WebinarJamStudio key' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to WebinarJamStudio using the provided key (<strong>%s</strong>)' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WebinarJamStudio connected successfully' in file WebinarJamStudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay key' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid MailRelay URL' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MailRelay using the provided key (<strong>%s</strong>)' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailRelay connected successfully' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file MailRelayEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SG-Autorepondeur Member ID' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SG-Autorepondeur key' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SG-Autorepondeur using the provided key (<strong>%s</strong>)' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp connected successfully' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please re-check your API connection details." in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown SG-Autorepondeur Error' in file SGAutorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Invalid URL or API key" in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please provide at least one list for your subscribers' in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Invalid URL or API key" in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ArpReach connected successfully' in file ArpReach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Zoom key' in file Zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Zoom using the provided key (<strong>%s</strong>)' in file Zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Zoom connected successfully' in file Zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Ontraport AppID/APIKey' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Ontraport: %s' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ontraport connected successfully' in file Ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailPoet plugin must be installed and activated.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'At least one MailPoet plugin must be installed and activated.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MailPoet plugin is not installed / activated' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscriber could not be saved' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No MailPoet plugin could be found.' in file MailPoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendGrid key' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendGrid using the provided key (<strong>%s</strong>)' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendGrid connected successfully' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SendGridEmail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All fields are required' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incorrect credentials.' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter connected successfully!' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occured while getting the comment. Please verify your Twitter connection!' in file Twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Campaign Monitor key' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Campaign Monitor using the provided key (<strong>%s</strong>)' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor connected successfully' in file CampaignMonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid EverWebinar key' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to EverWebinar using the provided key (<strong>%s</strong>)' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EverWebinar connected successfully' in file EverWebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid GetResponse key' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid GetResponse V3 API URL' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to GetResponse using the provided key (<strong>%s</strong>)' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GetResponse connected successfully' in file GetResponse.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SendOwl key' in file SendOwl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SendOwl using the provided key (<strong>%s</strong>)' in file SendOwl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SendOwl connected successfully' in file SendOwl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username and API Key are required' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to MadMimi using the provided data' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MadMimi connected successfully' in file MadMimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed to send email' in file Email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Extra Data' in file Email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Sendy' in file Sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service secret key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Amazon Web Services Simple Email Service secret key' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Amazon Web Services Simple Email Service using the provided key (<strong>%s</strong>)' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Amazon Web Services Simple Email Service using the provided key (<strong>%s</strong>)' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon Web Services Simple Email Service connected successfully' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid Postmark key' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to Postmark using the provided key (<strong>%s</strong>)' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Postmark connected successfully' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file Postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Both API URL and API Key fields are required' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to ActiveCampaign using the provided details. Response was: <strong>%s</strong>' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ActiveCampaign connected successfully' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'none' in file ActiveCampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid iContact AppID/Username/Password' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to iContact: %s' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'iContact connected successfully' in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a valid SparkPost key' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field must not be empty' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not connect to SparkPost using the provided key. <strong>%s</strong>' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SparkPost connected successfully' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Asset Group: %s. Check if it exists or was trashed.' in file SparkPost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API' in file Controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML Form code' in file Controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retry' in file error-log-entry.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file error-log-entry.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive API Connections - error logs" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "items" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form data' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Service' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Message' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rows per page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jump to page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page doesn\'t exist' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'of' in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back to API Connections" in file admin-error-logs.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your sign up form is connected to service(s) using the following API connections:" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Service Name" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Settings" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add New Connection" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select which fields to display and their properties (you can reorder them by dragging the "move" icon from the left):' in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Action After Signup" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "After the form is submitted:" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reload current page" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Redirect to URL" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display message without reload" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Redirect to Page" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Switch State" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "KlickTipp Thank You URL" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The following message will be displayed in a small popup after signup, without reloading the page." in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose the state to switch :" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add Error Message" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit your error message" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This error message is shown in the rare case that the signup fails. This can happen when your connected email marketing service can't be reached." in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file dashboard-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This setting allows you to connect your sign up form with various web services, such as autoresponder accounts." in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You currently have no connections set up with this sign up form" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Create a new Connection" in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect with Service" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your sign up form is connected to a service using custom HTML form code." in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete Connection" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit HTML form code" in file dashboard-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Insert HTML code" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Now insert your full HTML autoresponder code. You can find more information about what code is required" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "in our knowledge base" in file add-custom-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert your code here" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Generate Fields" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose an icon" in file autoresponder-code-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Captcha to Prevent Spam Signups' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Requires integration with Google ReCaptcha' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Light' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dark' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Compact' in file captcha-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 1: Choose Connection Type" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose whether you would like to connect using HTML form code or through an established API connection ?" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Go to the next step" in file add.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Step 2: Choose your API Connection" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file add-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while communicating with the service:' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No list available' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reload' in file api-lists.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Available Shortcodes' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the email of the person who opted in.' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the name of the person who opted in.' in file api-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You currently don't have any API integrations set up." in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here to set up a new API connection" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Choose from your list of existing API connections or" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'add a new integration' in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reload" in file api-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I need help with this' in file video-link.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Time:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page URL:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IP Address:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Device Settings:' in file email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click the button below to enable MailPoet integration.' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 3' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You currently do not have any MailPoet WP plugin installed or activated.' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailpoet.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose tag:' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No tag' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments "SparkPost-verified email" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending through SparkPost only works if your domain name has been set and verified within your SparkPost account. You can use "[email protected]" as verified email to test your application while waiting for your own to be verified.' in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sparkpost.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Secret' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file zoom.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file convertkit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Client ID" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API token" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file drip.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client ID' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client Secret' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file google.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Installation URL" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "List ID" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Write the list ID and press the enter key" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file arpreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Client ID" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor-approved email address' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sending email through Campaign Monitor will only work if your email address has been verified and you have a paying account.' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn More' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file campaignmonitor.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would like to use Transactional emails. You should fill in the Mandrill API Key and Mandrill-approved email address optional fields.' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mandrill:' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill-approved email address" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill API key" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending from Mandrill only works if the email you enter has been verified in Mandrill.' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailchimp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the form you want to use:' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms available for this list!' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms available!' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Comma-separated lists of tags to assign to a new contact in ActiveCampaign" in file forms-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Campaign Monitor Email Service will also connect to Campaign Monitor autoresponder.' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Campaign Monitor-approved email address' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file campaignmonitoremail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file activecampaign.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file hubspot.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file madmimi.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Postmark-approved email address" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending from Postmark only works if the email you enter has been verified in Postmark.' in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file postmark.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to SendGrid Email Service will also connect to SendGrid autoresponders.' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendgridemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Site key" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret key" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file recaptcha.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendinblue.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Username" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Password" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file klicktipp.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New version' in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Old version' in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version %s' in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "When you switch between versions, please make sure to update all forms connected to this API." in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file webinarjamstudio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mail Relay limits the number of emails sent per minute to 6. All emails sent after this limit will be discarded' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Mail Relay Email Service will also connect to Mail Relay autoresponders.' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailrelayemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mailgun-approved domain name" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending through Mailgun only works if your domain name has been set and verified within your Mailgun account.' in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailgun.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret key" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Access key" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email Zone" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: sending email through SES will only work if your email address has been verified and you are not in sandbox mode.' in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file awsses.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click the button below to enable Wordpress user accounts integration." in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file wordpress.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App ID' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'App Secret' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GoToWebinar is connected. The access token expires on:' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The GoToWebinar access token has expired on:' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to renew the token by providing your GoToWebinar credentials below' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The GoToWebinar access token will expire in <strong>%s days</strong>. Renew the token by providing your GoToWebinar credentials below' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fill in your GoToWebinar username (email) and password below to connect' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 1' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file gotowebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cycle day:' in file cycleday.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of the cycle day(between 0 and 103)' in file cycleday.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mailrelay.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API URL" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Enterprise URL is only needed if you\'re connecting to an Enterprise GetResponse Account.' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Enterprise URL" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 3' in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file get-response.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Secret' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Important: Be sure to set the right permissions for your API key to work' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendowl.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of Drip integration you would like to use' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailing List' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drip Automation' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(You can select from having a Mailing List integration or use Drip Automation services which allow you to create actions from events with custom proprieties sent trough the API)' in file select-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the proprieties you would like to attach to the call. You can only use underscores and dashes in the custom field input.' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field Value' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Field Value' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a new custom field' in file proprieties.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of optin you would like for the Drip integration. When choosing single opt-in the confirmation message should be disabled for the list on your GetDrip Account' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Double optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Double optin means your subscribers will need to confirm their email address before being added to your list).' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Api Key" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Installation URL" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "List ID" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Write the list ID and press the enter key" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Below 4.0.3.3' in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Above 4.0.3.3' in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Would you also like to connect to the Transactional Email Service ?' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 1' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version 2' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendgrid.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Member ID" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sg-autorepondeur.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your grouping:' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Group' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your group:' in file api-groups.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the type of optin you would like for the Mailchimp integration' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Double optin' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Double optin means your subscribers will need to confirm their email address before being added to your list)' in file optin-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application ID" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file ontraport.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Key" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Secret" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendreach.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public key' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secret key' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authentication Type' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When using OAuth2 as the Authentication Type you need to reauthorize the connection after a certain amount of time (14 days by default) for more information please read the following' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Knowledge Base Article' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file mautic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification:' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would like to use Autoresponders to subescribe users. You should fill in the Mailchimp API Key optional field.' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mandrill-approved email address" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mailchimp:' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Mailchimp API key" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending from Mandrill only works if the email you enter has been verified in Mandrill.' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mandrill.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In order to be able to create a connection between your website and Zapier, your website must be secure.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thus, for security reasons, please make sure that your website has a valid SSL certificate and it works properly on the "https" protocol.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you need more information on this matter, please read <a href="https://thrivethemes.com/tkb_item/how-to-make-sure-your-website-is-secure-with-ssl-and-https/" target="_blank">this article</a>.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Copy the API Key and the Blog URL from the fields below to connect to Zapier.' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog URL' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Note: we would prefer displaying the list names instead of IDs here, but unfortunately that isn't possible with Sendy." in file note.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API URL' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HASH key' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file sendlane.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Token' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Token Secret' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Api Key' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Api Secret' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API key' in file everwebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file everwebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connect' in file everwebinar.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click the button below to login to your AWeber account and authorize the API Connection." in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "There has been an error while communicating with AWeber API. Below are the error details:" in file aweber.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "To get an API Key you have to follow these steps:" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Register a new account %s" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "here" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Log in and create a new Application for which the API key will be automatically be generated." in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Copy+Paste the API Key into the field" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Get Token" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API token" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "To get an API Token you have to follow these steps:" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "After you have completed the steps for getting an API Key you have to click the Get Token Button" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Follow the steps until you receive the token string" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Copy+Paste the token string into the field and click the Connect to Constant Contact button" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter the API Key in order to get the token !" in file constant-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Comma-separated lists of tags to assign to a new contact in Aweber" in file tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Sending email through Sendinblue only works if the SMTP feature is activated for your account.' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Learn more' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note:' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connecting to Sendinblue Email Service will also connect to Sendinblue autoresponders.' in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file sendinblueemail.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API key" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file mailerlite.php.Found a translation function that is missing a text-domain. Function __, with the arguments "iContact username" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application ID" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Application password" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect" in file iContact.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Active Connections" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View Error Logs" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Test" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add new Connection" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Request a new integration' in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "- Select an app -" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add new Connection" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Request a new integration' in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The connection didn't work." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Error message:" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cancel" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Retry" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connection Ready!" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can now connect Thrive Apprentice to " in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here to discover the Quick Start Guide." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can now connect your opt-in forms to " in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "See how it's done." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Done" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The connection failed." in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit settings" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Are you sure you want to delete this connection?" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Yes, delete" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No, keep it" in file admin-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing required parameters for adding tags to ConvertKit contact' in file ConvertKit.php.Found a translation function that is missing a text-domain. Function __, with the arguments "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a subdomain and API key for your Infusionsoft application.' in file Infusionsoft.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authentication failed' in file Zapier.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone Number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Confirm Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Field Properties" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Field Label / Description" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Validation" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Required Field" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Icon' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add icon' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "None" in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone number' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file Renderer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script Manager' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Script' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Script' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while adding a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script edited successfully.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while editing a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while deleting a script!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page-level scripts were deleted successfully.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error while deleting page-level scripts!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No scripts added in this area' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Script Manager' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Landing Pages Analytics & Scripts' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Landing Pages Analytics & Scripts' in file class-tvd-sm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't add/update the 'order' field in the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't add/update the fields in the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't delete the field from the database." in file class-tvd-sm-rest-scripts-controller.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Name', requires PHP version , '. Your current version is ' in file plugin-update-checker.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Name', requires PHP version , '. Your current version is ', '. Please contact your hosting provider and ask them to update your PHP.' in file plugin-update-checker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove all transients' in file debug-screen.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive License Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'License Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive General Settings' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General Settings' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive UI toolkit' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive UI toolkit' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Import Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Font Import Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Manager' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Unknown error" in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deleting...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Testing...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading...' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection works!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection failed!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlimited' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to remove this capability!' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Capability changed successfully' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Individual product' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full membership' in file hooks.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post ID' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Title' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Type' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post URL' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14 Aug 2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14.8.2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14-08-2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Date (14/08/2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Time (23:59:59)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Time (23:59)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day (01–31)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day (1st, 2nd, 15th - 31st)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day of the week (Monday)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Day of the week (Mon)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (01-12)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (January - December)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Month (Jan – Dec)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Year (2029)' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL QueryString' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Variable' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cookie' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress Username' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Email' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Role' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User First Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Last Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to user profile' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Nickname' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpress User Public Name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IP' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Browser' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Referring URL' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Value' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Variable name' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Value' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Homepage' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS Feed' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file class-tvd-global-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Define variables and values sitewide to use when building content' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Smart Settings" in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Site' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Site' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Include line breaks' in file class-tvd-smart-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This global variable hasn\'t been set. Define your global variables in the' in file class-tvd-smart-db.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' Global Fields dashboard' in file class-tvd-smart-db.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was not added, please try again !' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was deleted!' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was updated!' in file class-tvd-groups-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong while saving the fields, please refresh and try again. If the problem persists please contact our support team.' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was not added, please try again !' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No field was deleted!' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No group was updated!' in file class-tvd-fields-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Site' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The text value should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The address should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The city should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The country should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The zip should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The phone should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email address should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email address is not valid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL is not valid' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The group was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The field was saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The fields were saved successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'was deleted successfully' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The location value should not be empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No fields in this group. Click the Add Field button to add a new field' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Dashboard' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lead Groups' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lead groups' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lead group' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'group' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'shortcode' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ThriveBoxes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thrive boxes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thrive box' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s to display' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s found' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In order to proceed to next step at least one option should be selected.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Script Settings' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert recipient's email" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid email' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email duplicated' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field already exists' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subject empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message empty' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No recipient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid recipient' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide available shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show available shortcodes' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid URL' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No notification created yet' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Others' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Success Delete' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Delete' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action saved' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select an action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A/B Tests' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trigger saved' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action failed' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection established' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'For the moment you have no Email Delivery Connection established. Click the Add New button to set one.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your existing connections:' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'active' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'inactive' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new lead has been added!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A split test recently ended. [link]Click here to see the results[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A Thrive Ovation endorsement has been submitted. [link]Click here to see the testimonial[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new quiz completion was registered. [link]Click here to see the Quiz[/link]' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Someone recently completed your quiz. Here are the details:\n\n[quiz_details]" in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A visitor has completed your quiz!' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Action' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No quizzes.' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send Email Notification' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Call a Custom Script' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress Notification' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the name of your opt-in offer' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the email address of the new lead' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the lead reporting screen.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the A/B test screen' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the A/B test screen' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the testimonial details.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to the testimonial page.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays quiz details.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hyperlink that links to Quiz Dashboard.' in file class-td-nm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'unknown' in file class-nm-action-send-email-notification.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'unknown' in file class-nm-action-custom-script.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Method %s not implemented' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameters in delete' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification could not be deleted' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameters in delete' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action could not be deleted' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trigger could not be saved' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection OK' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameter type' in file class-td-nm-admin-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receive notifications when certain events occur on your site' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Notifications" in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Manager' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'connected' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unset' in file class-td-nm-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'updates' in file util.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s requires at least WordPress version %s. Your WordPress version is %s. Update WordPress by visiting the %s page' in file util.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New IcoMoon Font Pack installed. ' in file Tve_Dash_Thrive_Icon_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IcoMoon Font Pack has been removed. ' in file Tve_Dash_Thrive_Icon_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your Custom Icons" in file icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "These icons are available for use on your site:" in file icons.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Icon Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Themes / Content Builder integrate with IcoMoon. Here's how it works:" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "%s to go to the IcoMoon web app and select the icons you want to use in your site" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Click here" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Download the font file from IcoMoon to your computer" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload the font file through the upload button below" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your icons will be available for use!" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import Icons" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have any icons yet, use the Upload button to import a custom icon pack." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your custom icon pack has been loaded. To modify your icon pack, simply upload a new file." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Icon Pack" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save options" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save and Generate Icons" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom Font Manager" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "By default, Thrive Themes integrates with Google Fonts. This allows you to choose from 600+ fonts for use in your content. However, you can also use the blue import font button below to import your own fonts files using a service called Font Squirrel" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import custom font manager" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font name" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Size" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Color" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "CSS Class Name" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Actions" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'white' in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Edit" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Duplicate" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Delete" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Back To Dashboard" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add Custom Font" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Update Posts" in file admin-font-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show all fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Recommended Fonts Only" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Web Safe Fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Imported Fonts" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View All Google Font Previews" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "- Select Font -" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Class" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Size" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Line Height" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Color" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom CSS" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save" in file admin-font-options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook ID that will be used in our apps.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins that will moderate the comments' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your forum name is part of the address that you login to "http://xxxxxxxx.disqus.com" - the xxxxxxx is your shortname. For example, with this URL: https://hairfreelife.disqus.com/ the shortname is "hairfreelife' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Access Manager' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access Permissions for Thrive Products' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Access" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "API Connections" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Connect to your email marketing system, reCaptcha, email delivery services & more." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Connections" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Custom Fonts" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add & edit Google Fonts and other custom fonts to use in your Thrive products." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Fonts" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Retina Icons" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add & edit fully scalable icons with our font icon manager." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Icons" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "General Settings" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Shared settings between multiple themes and plugins." in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage Settings" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Analytics & Scripts' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add & edit scripts on your website.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage Scripts' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Email" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Status" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom fields' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Name" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Phone" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Apprentice"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Comments"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Themes"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Powered by Thrive Quiz Builder"' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font pack saved !" in file Tve_Dash_Font_Import_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font pack removed" in file Tve_Dash_Font_Import_Manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No template found for %s" in file Tve_Dash_Font_Import_Manager_View.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Font Import Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thrive Themes integrates with %s so that you can upload your own font files for use in your web site." in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Follow these steps to import custom fonts into your site:" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Download one or more fonts from one of the many font libraries on the web. These files should be ttf or otf format. One such font library is: %s" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once downloaded to your computer, you can then upload each font to the Font Squirrel generator tool here: %s" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once all your font files are uploaded, you can download the .zip file that is produced to your computer" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload this file to your site using the "Upload" button below and then click the "Save and Generate Fonts" button' in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Once generated, your fonts will immediately become accessible from the font manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Import Fonts" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your Custom Fonts" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Name" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Preview" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No custom fonts added" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Return to Font Manager" in file main.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Fonts" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save options" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save and Generate Fonts" in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection will Expire' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have one Month to Update your GoToWebinar Connection' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent: Your GoToWebinar forms will stop working' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your GoToWebinar Connection will Expire!' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Important Note:' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GoToWebinar are no longer supporting this type of connection. You have until October 1st 2019 to connect trough the new api. <a href="https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-this-upgrade-involve/" target="_blank">Learn more about this</a><br /><br /> <a class="tvd-api-edit tvd-inbox-btn">Connect to new API</a>' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Ontraport connection has been updated in order for it to work with the latest Ontraport release.' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We have updated the API connection you have previously made between Ontraport and your Thrive product(s), in order to make sure it works with the latest Ontraport release.<br /><br /> Due to these changes, now, whenever you connect a "Lead Generation" element to Ontraport, you can choose between sequences and campaigns you have previously added in Ontraport. <br /> This way, your users will be able to subscribe to these when using the "Lead Generation" element.<br /> For more information about the Ontraport release, please visit their website <a href="https://ontraport.com/service-status" target="_blank">here</a> .<br/><br/> We highly recommend that you sign up through one of your opt-in forms to make sure that everything is working as expected.' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent: Your WebinarJam forms will stop working' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The 3.0 Version of the WebinarJam platform is closing on March 31st. On this date, the systems will be wiped and any replays or information you have will be permanently deleted.<br /><br /> This is why it is crucial for you to migrate all your content to the 4.0 Version before then. It is critical that you go to your WebinarJam account today and upgrade to the new version. This way, you will give yourself ample time to move your content over. <br /><br /> After upgrading your WebinarJam account, please make sure to delete and re-add the WebinarJam connection, within your Thrive Dashboard, using the v4 option. Then, you will have to update the connection for all forms on your website that you have previously connected to WebinarJam. <br/>' in file class-td-inbox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more 10' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are no notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No more notifications' in file i18n.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' message must be array ' in file class-ni-message.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' title can not be empty.. ' in file class-ni-message.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' required message_id on updating notification status. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' must be instanceof TD_Inbox_Message. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' message must be instanceof TD_Inbox_Message. ' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not push_notification with empty arguments' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' $msg_id can\'t be empty.' in file class-ni-inbox-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Method %s not implemented' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing parameter [notification_id] in ajax request' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error ocurred on updating notification' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid request' in file class-td-ni-ajax-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while updating the database tables%s. Detailed error message: %s. If you continue seeing this message, please contact %s' in file class-td-db-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Themes Support' in file class-td-db-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provided API Key is wrong' in file class-td-rest-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Hook URL' in file class-td-rest-hook-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not unsubscribe the webhook' in file class-td-rest-hook-controller.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue reading' in file content.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Page' in file content.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file header.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search:' in file index.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'We found %s result for your search.', 'We found %s results for your search.' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We could not find any results for your search. You can give it another try through the search form below.' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'search again' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset all templates to default' in file full-reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Warning!!! This will remove all of your custom templates and reset all templates design.' in file full-reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file full-reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Confirm' in file full-reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Template' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to reset the template' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You will lose any customizations made to it.' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Template' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset typography set' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to reset the typography set' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You will lose any customizations made to it.' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset set' in file reset.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About the Author' in file author-box-element-default.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow me' in file author-box-element-default.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are using Thrive Architect Light' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade to the full version for 30+ conversion focused elements, 150+ landing page templates and pre-built content and block templates' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get the Full Version' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy Description Field not Found' in file default-term-description.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The taxonomy description field doesn't exist for the current taxonomy so no content will be displayed" in file default-term-description.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset template' in file extra-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To edit the content' in file extra-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'switch to Thrive Architect' in file extra-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To Edit Current Template' in file extra-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Switch to Thrive Theme Builder' in file extra-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments "It seems we can't find what you're looking for. Perhaps searching can help." in file error404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file sidebar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file sidebar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'comments' in file content-video.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'comments' in file content-audio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'comments' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle panel: Thrive Video Post Format Options' in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Video Post Format Options' in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle panel: Thrive Audio Post Format Options' in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Audio Post Format Options' in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file post-format-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset your Theme' in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use the button below to reset your theme to its default state.' in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Warning: Resetting the theme will remove all custom templates that you've created and cannot be undone!" in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to reset your theme?' in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes, I want to Reset the Theme' in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove all data from the theme builder' in file reset-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Settings' in file no-template-settings-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can modify the template that this content is using directly in Thrive Architect post settings.' in file no-template-settings-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show me how' in file no-template-settings-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Start Time' in file wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minutes' in file wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Seconds' in file wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Video' in file custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Start Time' in file youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minutes' in file youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Seconds' in file youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Start Time' in file vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minutes' in file vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Seconds' in file vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Redirect Category to a Page' in file edit-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file edit-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If set you can replace the WordPress category page with your own highly optimised landing page' in file edit-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Redirect Category to a Page' in file add-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file add-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If set you can replace the WordPress category page with your own highly optimised landing page' in file add-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Audio' in file custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file soundcloud.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Social URL Settings' in file user-social-url.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add your site URL here.' in file user-social-url.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section Visibility' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'label' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Element Visibility' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'label' in file visibility-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments "It looks like you have Thrive Architect installed, but it's not compatible with this version of Thrive Theme Builder. Thrive Theme Builder uses Thrive Architect to edit various pieces of content. To be able to use these features, please make sure you have the latest versions by clicking on the following link and updating <strong>%s</strong>:" in file incompatible-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template' in file templates-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file templates-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The PHP ZipArchive extension must be enabled in order to use this functionality. Please contact your hosting provider.' in file class-thrive-transfer-import.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not open the archive file' in file class-thrive-transfer-import.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Invalid archive,', name, ' image file not found!' in file class-thrive-transfer-images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not upload the image: %s' in file class-thrive-transfer-images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid archive, unknown template found!' in file class-thrive-transfer-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Widget Area' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add widgets here.' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add widgets here.' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Theme Template' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Theme Builder' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Builder Templates' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Builder Visibility' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Post Format Options' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No post to duplicate has been supplied!' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Name' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Name' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Description' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Description' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Parent Name' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive Parent Name' in file class-thrive-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Design' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Section' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Section' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bottom Section' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Title' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Image' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Video' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About the Author' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clone this item' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clone' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not find the original post' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clone of' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while trying to duplicate the item' in file class-thrive-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Url' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto-hide Youtube logo' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto-hide player controls ' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Optimize related videos' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Autoplay is muted by default.' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide full-screen button' in file class-thrive-video-post-youtube.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Url' in file class-thrive-video-post-wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-video-post-wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Autoplay is muted by default.' in file class-thrive-video-post-wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable the Play bar' in file class-thrive-video-post-wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide full-screen button' in file class-thrive-video-post-wistia.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Custom Url or Embed Code' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a video URL from the Media tab, or upload a video.' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Autoplay is muted by default.' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loop' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Controls' in file class-thrive-video-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Url' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Autoplay is muted by default.' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide the user image' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide the "by" line' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide title bar' in file class-thrive-video-post-vimeo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An Unexpected HTTP Error occurred during the API request' in file class-thrive-theme-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Try again' in file class-thrive-theme-update.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio Soundcloud url' in file class-thrive-audio-post-soundcloud.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-audio-post-soundcloud.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Artwork' in file class-thrive-audio-post-soundcloud.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide User' in file class-thrive-audio-post-soundcloud.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio Custom Url' in file class-thrive-audio-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file class-thrive-audio-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Autoplay is muted by default.' in file class-thrive-audio-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loop' in file class-thrive-audio-post-custom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio Spotify Url' in file class-thrive-audio-post-spotify.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file class-thrive-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file class-thrive-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file class-thrive-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Linkedin Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Xing Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Youtube Channel URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram Page URL' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Elements' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy Term Elements' in file class-thrive-defaults.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Term' in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of results' in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About the Author' in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout Container' in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The archive description field doesn't exist for the current taxonomy so no content will be displayed" in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The archive parent doesn't exist for the current archive so no content will be displayed" in file class-thrive-shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Types' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authors' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Featured Image' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select post format' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Audio' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visibility' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit content size from layout' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stretch background to full width' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Width' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stretch content to full width' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section Minimum Height' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vertical Position' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Push Content' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Over Content' in file class-thrive-utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments are closed.' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cookiesconsentlabel' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address invalid' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website address invalid' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required field missing' in file class-thrive-theme-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Theme Builder requires PHP version 5.6+ in order to work.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Theme Builder requires a newer version of Thrive Architect in order to work. Please make sure all your Thrive Plugins are %supdated to their latest versions%s.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Due to some incompatibilities with your current WordPress install, Thrive Theme Builder could not be activated. Please solve the issues described above and try again.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size and Alignment' in file class-thrive-theme-button-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file class-thrive-theme-button-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Entries RSS' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments RSS' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'WordPress.org', 'meta widget link text' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'https://wordpress.org/' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log out' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Admin' in file class-thrive-dynamic-list-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Post' in file class-thrive-theme-default-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file class-thrive-theme-default-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Archives' in file class-thrive-theme-default-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file class-thrive-theme-default-data.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs Leaf' in file class-thrive-breadcrumbs-leaf-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable truncate characters' in file class-thrive-breadcrumbs-leaf-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Truncate Characters' in file class-thrive-breadcrumbs-leaf-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separator Type' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Item spacing' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alignment' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Centered' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Space Between' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display categories in breadcrumbs' in file class-thrive-breadcrumbs-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs Separator' in file class-thrive-breadcrumbs-separator-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Icon' in file class-thrive-breadcrumbs-separator-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file class-thrive-breadcrumbs-separator-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Character' in file class-thrive-breadcrumbs-separator-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file class-thrive-breadcrumbs-separator-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs Path' in file class-thrive-breadcrumbs-path-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About the Author' in file class-thrive-author-box-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Business Social Links' in file class-thrive-author-links-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change style' in file class-thrive-author-links-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Meta' in file class-thrive-post-meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author Social Links' in file class-thrive-author-follow-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Results' in file class-thrive-no-results-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Calendar Widget' in file class-thrive-calendar-widget-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Author Picture' in file class-thrive-comment-author-picture-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Form Input' in file class-thrive-comments-form-input-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Textarea Minimum Height' in file class-thrive-comments-form-input-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Form' in file class-thrive-comments-form-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Labels' in file class-thrive-comments-form-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave Reply Text' in file class-thrive-comments-form-reply-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Form Submit' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon Side' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Button width' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Button Align' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ghost' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rounded' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Rounded' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gradient' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Elevated' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Border 1' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Border 2' in file class-thrive-comments-form-submit-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Form Text' in file class-thrive-comments-form-textarea-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Textarea Minimum Height' in file class-thrive-comments-form-textarea-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Form Label' in file class-thrive-comments-form-label-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Form Item' in file class-thrive-comments-form-item-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments List' in file class-thrive-comment-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply Spacing' in file class-thrive-comment-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Reply Button' in file class-thrive-comment-reply-button-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Thread Container' in file class-thrive-comment-thread-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Container' in file class-thrive-comment-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Text' in file class-thrive-comment-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Author Name' in file class-thrive-comment-author-name-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file class-thrive-comments-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Meta' in file class-thrive-comment-meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget' in file class-thrive-widget-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Width' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout Width' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bottom' in file class-thrive-template-wrapper-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'List Item' in file class-thrive-dynamic-list-item-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inline Text' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specific' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Highlight' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specific' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specific' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Effect' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose link effect' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Effect Color' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Effect Speed' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Speed' in file class-thrive-dynamic-list-text-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dynamic List Icon' in file class-thrive-dynamic-list-icon-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Icon' in file class-thrive-dynamic-list-icon-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon color' in file class-thrive-dynamic-list-icon-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Icon size' in file class-thrive-dynamic-list-icon-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dynamic Styled List' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select List Type' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Data Source' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max items to display' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Icons for List Items' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change all icons' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'List Item Spacing' in file class-thrive-dynamic-styled-list-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget Area' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert Widget Area' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orientation' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Column' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Row' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Source' in file class-thrive-sidebar-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stretch background to full width' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit content size from layout' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section Minimum Width' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Width' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stretch content to fullwidth' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section Minimum Height' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vertical Position' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visibility' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file class-thrive-theme-section-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy Term Description' in file class-thrive-taxonomy-term-description-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout Container' in file class-thrive-template-content-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Width' in file class-thrive-template-content-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout Width' in file class-thrive-template-content-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget Title' in file class-thrive-widget-title-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Wrapper' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Position' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wrap' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gutter Width' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar visibility' in file class-thrive-theme-main-container-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' List' in file class-thrive-post-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ready to publish your first post? <a href="%1$s">Get started here</a>.' in file class-thrive-post-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "It seems we can't find what you're looking for. Perhaps searching can help." in file class-thrive-post-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts from the same archive type will be displayed.' in file class-thrive-post-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wrong section preview data' in file class-thrive-section-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The previous theme data or active theme data parameters are missing from the request' in file class-thrive-skins-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameter: type.' in file class-thrive-skins-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid parameters! A variable must contain a name, an id and a value string!' in file class-thrive-skins-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The type parameter is missing from the request' in file class-thrive-dynamic-list-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Option name is not 'thrv_global_colours'." in file class-thrive-options-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Couldn't add/update the fields in the database." in file class-thrive-options-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No action found!' in file class-thrive-templates-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error during the download process but the template it\'s back to the blank theme form' in file class-thrive-templates-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wrong template preview data' in file class-thrive-templates-rest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skins' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Skins' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Skins' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Skin' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Skin Name' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skins' in file class-thrive-skin-taxonomy.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Infinite Scroll' in file class-tcb-pagination-infinite-scroll.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can edit your site templates from the ' in file template-editor-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Editor' in file template-editor-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, but nothing matched your search terms. Please try again with some different keywords.' in file no-results-default.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Template' in file reset-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to reset the template ?' in file reset-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You will lose any customizations made to it.' in file reset-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file reset-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Template' in file reset-template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save %s Section as:' in file section-save.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save to Library' in file section-save.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Search' in file section-templates-block.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SOURCE' in file section-templates-block.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unsaved Changes' in file switch-confirmation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Do you want to save your changes before exiting?' in file switch-confirmation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue without Saving' in file switch-confirmation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save and Exit' in file switch-confirmation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you Sure you want to Remove the Post Content Element?' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you remove this element, it means no content will be shown in this template (this is the content you create in the WordPress editor or using Thrive Architect).' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: you can re-add the post content element at any time from the elements list.' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Content' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No, cancel' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes, Remove it' in file post-content-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create new Layout' in file layout-templates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout name' in file layout-templates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Layout' in file layout-templates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Architect Light is a great starting point but to maximize Thrive Theme Builder, upgrade to the full version of Thrive Architect.' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade to Thrive Architect ' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'to Unlock All the Features: ' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Smart Landing Page Templates' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Element Templates' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' such as Testimonials, Call to Action boxes, Contact Forms, etc.' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Premium Elements' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' including Countdown Timers, Google Maps, Content Reveal, Fill Counter, Progress Bar, Pricing Table, etc.' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No, Thank You' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade Now' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Already a Thrive member? ' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click here' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' to learn how to activate Thrive Architect' in file tar-light-notice.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posted in' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Categories' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uncategorized' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'on' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Published Date' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author Name' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author Name' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Number' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Comments' in file meta-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Results for: %s' in file search-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nothing Found' in file search-description.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert About the Author' in file author-box-element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumbs Options' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Breadcrumbs' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This control shows or hides the first category in the breadcrumbs path.' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget Area' in file widget-area.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click here to edit your widget areas.' in file widget-area.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file author-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Networks' in file author-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change' in file author-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Greater Than' in file author-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Breadcrumb Leaf Options' in file breadcrumbs-leaf.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currently editing' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Need help?' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open the Quick Guide' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Boxed' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Width' in file template-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Form Input' in file comment-form-input.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout Container' in file layout-container.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Boxed' in file layout-container.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full Width' in file layout-container.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file theme-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file comment-form-submit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove Input Icon' in file comment-form-submit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Wrapper' in file content-wrapper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file author_box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Design' in file author_box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author details can be edited from the %s screen.' in file author_box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Section Options' in file theme-section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Form Label' in file comment-form-label.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dynamic Styled List' in file dynamic-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit List Items' in file dynamic-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file comment-section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Elements' in file comment-section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced' in file comment-section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit error messages' in file comment-section.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file author-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Networks' in file author-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change' in file author-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Greater Than' in file author-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separator Options' in file breadcrumbs-separator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Options' in file header-footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment Form' in file comment-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog List' in file blog-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Design' in file blog-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This is added after the post content, it doesn't apply to the Read More button." in file blog-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment List' in file comment-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Menu Options' in file theme-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Menu' in file theme-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hover Colors' in file theme-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Results' in file no-results.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add link to Content Box' in file no-results.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Image' in file no-results.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Replace Image' in file no-results.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Settings' in file post-type-template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Which templates should this %s use?' in file post-type-template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No %s Templates Found' in file post-type-template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "We're displaying a list of post templates above because no '%s' templates have been found." in file post-type-template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you'd like to design a specific template for your '%s' content, you can do so from %s." in file post-type-template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Template Settings' in file template-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visibility Settings' in file visibility_settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set the visibility for sections and modules for this specific post.' in file visibility_settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content' in file page_content_settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inherit' in file class-thrive-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show' in file class-thrive-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file class-thrive-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show all hidden modules' in file class-thrive-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About the Author' in file class-thrive-architect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Theme Builder' in file class-thrive-theme-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thrive Theme Builder' in file class-thrive-theme-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your theme has successfully been activated! Next step: please validate your license by entering your email and license key here: ' in file class-thrive-theme-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo Link' in file class-thrive-theme-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fully customizable, front end theme and template editing for WordPress has arrived!' in file class-thrive-theme-product.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No action found!' in file class-thrive-typography-rest.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are thrive-cb, thrive-tcb, Default, thrive_cb, $translate_domain, thrive-dash, >here</a>., thrive, requires PHP version , page, tve_dash_api_connect, admin.php, target=_self>API dashboard</a> and re-connecting your existing GoToWebinar account. After you\ve connected, your existing forms will carry on working as they are now.<br /><br /> <a href=https://thrivethemes.com/tkb_item/how-to-upgrade-gotowebinar-and-what-does-this-upgrade-involve/ target=_blank>Click here</a> to learn more about this upgrade and if you have any further questions, get in touch with our <a href=https://thrivethemes.com/forums/forum/general-discussion/ target=_blank>support team</a> and we\ll help you out.<br /><br /> From your team at Thrive Themes, target=_self>API dashboard</a> and re-connecting your existing GoToWebinar account. After you\ve connected, your existing forms will carry on working as they are now., twentytwenty, name, error, , in order to work. Please update your Wordpress version..
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file thrive_flat.css.
  7. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  11. I18N implementation : Proper use of _e(Possible variable $logo found in translation function in header.php. Translation function calls should not contain PHP variables. 21: ?><img src='<?php esc_attr_e( $logo ); ?>' id='logo' style='max-width: 18rem'> <?php
  12. I18N implementation : Proper use of ___all(Possible variable $data found in translation function in button.php. Translation function calls should not contain PHP variables. Possible variable $type found in translation function in section-content.php. Translation function calls should not contain PHP variables. Possible variable $symbol_vars found in translation function in section-content.php. Translation function calls should not contain PHP variables. Possible variable $type found in translation function in symbol-content.php. Translation function calls should not contain PHP variables. Possible variable $symbol_vars found in translation function in symbol-content.php. Translation function calls should not contain PHP variables. Possible variable $type found in translation function in symbol-content.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $d found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in TCB_Landing_Page_Transfer.php. Translation function calls should not contain PHP variables. Possible variable $original_name found in translation function in TCB_Landing_Page_Transfer.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $translate_domain found in translation function in i18n.php. Translation function calls should not contain PHP variables. Possible variable $product found in translation function in access-manager.php. Translation function calls should not contain PHP variables. Possible variable $e found in translation function in Mailchimp.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in Facebook.php. Translation function calls should not contain PHP variables. Possible variable $plugin_data found in translation function in plugin-update-checker.php. Translation function calls should not contain PHP variables. Possible variable $message_id found in translation function in class-ni-inbox-manager.php. Translation function calls should not contain PHP variables. Possible variable $message_id found in translation function in class-ni-inbox-manager.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in post-format-metabox.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in post-format-metabox.php. Translation function calls should not contain PHP variables. Possible variable $data found in translation function in visibility-meta-box.php. Translation function calls should not contain PHP variables. Possible variable $data found in translation function in visibility-meta-box.php. Translation function calls should not contain PHP variables. Possible variable $image found in translation function in class-thrive-transfer-images.php. Translation function calls should not contain PHP variables. Possible variable $moved_file found in translation function in class-thrive-utils.php. Translation function calls should not contain PHP variables. Possible variable $data found in translation function in class-thrive-theme-comments.php. Translation function calls should not contain PHP variables. Possible variable $comments_section_name found in translation function in class-thrive-comments-element.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of esc_attr_e(Possible variable $logo found in translation function in header.php. Translation function calls should not contain PHP variables. 21: ?><img src='<?php esc_attr_e( $logo ); ?>' id='logo' style='max-width: 18rem'> <?php
  14. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  15. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  16. CSS files : Presence of Author URICould not find Author URI.
  17. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of page template file page.phpThis theme does not contain optional file page.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : plugin-core.php 200: require_once( TVE_TCB_ROOT_PATH . 'admin/class-tcb-admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-label-disabled-element.php 9: require_once 'class-tcb-label-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-landing-page-element.php 12: require_once 'class-tcb-post-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-button-group-item-element.php 9: require_once 'class-tcb-button-group-item-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-label-advanced-element.php 13: require_once 'class-tcb-label-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-form-icon-element.php 12: require_once 'class-tcb-icon-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-toggle-content-element.php 12: require_once 'class-tcb-contentbox-element.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-content-templates-api.php 270: require_once( ABSPATH . 'wp-admin/includes/file.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-editor-ajax.php 268: require_once( ABSPATH . 'wp-admin/includes/file.php' );1336: include( TVE_TCB_ROOT_PATH . 'editor/css/fonts/font-awesome.svg' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : compat.php 599: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : thrive-visual-editor.php 92: include( 'tve_settings.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tcb-admin.php 73: require_once 'includes/tcb-admin-functions.php';74: require_once 'includes/class-tcb-admin-ajax.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : thrive-dashboard.php 65: require_once( TVE_DASH_PATH . '/inc/icon-manager/classes/Tve_Dash_Thrive_Ic If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tvd-am.php 42: include( 'includes/templates/access-manager.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : access-manager.php 1: <?php require_once( TVE_DASH_PATH . '/templates/header.phtml' ); ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : api_log.php 9: require_once( dirname( __FILE__ ) . '/admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Client.php 12: require 'api_keys.php';13: require 'asm_groups.php';14: require 'asm_suppressions.php';15: require 'global_stats.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Facebook.php 29: require_once 'Facebook/Exception/Exception.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tvd-sm-admin.php 23: include_once 'class-tvd-sm-rest-scripts-controller.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : dashboard.php 1: <?php include( TVD_SM_Constants::path( 'includes/admin/views/templates' ) . '/hea If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : plugin-update-checker.php 73: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : hooks.php 21: require_once( TVE_DASH_PATH . '/inc/font-import-manager/classes/Tve_Dash_Fo22: require_once( TVE_DASH_PATH . '/inc/font-manager/font-manager.php' );63: require_once( TVE_DASH_PATH . '/inc/plugin-updates/debug-screen.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-tvd-auth-check.php 92: include 'handle-login.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-td-nm.php 65: include_once( 'includes/class-td-nm-ajax.php' ); //ajax manager for all aja66: include_once( 'includes/td-nm-core-functions.php' ); //functions file67: include_once( 'includes/class-td-nm-data.php' ); //data manager for custom 68: include_once( 'includes/class-td-nm-post-types.php' ); //register post type69: include_once( 'includes/actions/class-nm-action-abstract.php' );70: include_once( 'includes/actions/class-nm-action-custom-script.php' );71: include_once( 'includes/actions/class-nm-action-send-email-notification.php72: include_once( 'includes/actions/class-nm-action-wordpress-notification.php'73: include_once( 'includes/triggers/class-nm-trigger-factory.php' );74: include_once( 'includes/triggers/class-nm-trigger-abstract.php' );75: include_once( 'includes/triggers/class-nm-trigger-email-sign-up.php' );76: include_once( 'includes/triggers/class-nm-trigger-split-test-ends.php' );77: include_once( 'includes/triggers/class-nm-trigger-testimonial-submitted.php78: include_once( 'includes/triggers/class-nm-trigger-quiz-completion.php' );79: include_once( 'includes/class-td-nm-checker.php' );82: include_once( 'includes/admin/class-td-nm-admin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : td-nm-core-functions.php 12: include( 'td-nm-data-functions.php' ); //data functions If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : td-nm-data-functions.php 96: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : font-manager.php 6: include 'views/admin-font-options.php';112: include 'views/admin-font-manager.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-td-inbox.php 610: require_once( $file->getPathname() ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-thrive-transfer-export.php 124: require_once( ABSPATH . 'wp-admin/includes/file.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-thrive-utils.php 784: require_once( ABSPATH . 'wp-admin/includes/image.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-thrive-skin.php 494: require_once( ABSPATH . 'wp-admin/includes/file.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-thrive-theme-dashboard.php 43: $version = require_once( $_dash_file_path );61: require_once 'class-thrive-theme-product.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-thrive-typography.php 130: include 'class-thrive-typography-rest.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes