0
Validation results

Vantage

Vantage

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEvantage.zip
  • FILE SIZE5121870 bytes
  • MD5a0455b90afb0ee33129b4c612765b157
  • SHA1c671acdf1323df4cb5cb9e5bd29e92b80080d16b
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://www.appthemes.com/themes/vantage/
  • VERSION4.2.5
  • AUTHOR URI
  • CREATION DATE2019-10-05
  • LAST FILE UPDATE2019-10-05
  • LAST VALIDATION2019-10-05 11:48
  • OTHER VERSIONS

    4.2.7 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file content-listing.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file content-blog.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file content-listing-archive.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file site-identity.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file content-user.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Security breaches : Use of base64_decode() Found base64_decode in file google-geocoder.php. 238: $decoded_key = base64_decode( str_replace( array( '-', '_' ), array( '+', '/' ), $this->op
  3. Security breaches : Use of base64_encode() Found base64_encode in file google-geocoder.php.
     $encoded_signature = str_replace( array( '+', '/' ), array( '-', '_' ), base64_encode( $signature ) );
  4. Unwanted files : hidden file(s) or folder(s) .csscomb.json .csslintrc was found.
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="420" height="315" src="https://www.youtube.com/embed/P8V_bx0L4RY" frameborder="0" allowfullscreen> in file template-kitchen-sink.php. 481: <iframe width='420' height='315' src='https://www.youtube.com/embed/P8V_bx0
  6. Malware : Operations on file system fopen was found in the file importer.php 179: $handle = fopen( $file, 'r' );215: $handle = fopen( $file, 'w+' );fclose was found in the file importer.php 209: fclose( $handle );232: fclose( $handle );fopen was found in the file importer.php 179: $handle = fopen( $file, 'r' );215: $handle = fopen( $file, 'w+' );fclose was found in the file importer.php 209: fclose( $handle );232: fclose( $handle );file_get_contents was found in the file google-maps.php 127: $data = file_get_contents( $scheme );file_get_contents was found in the file class-woocommerce.php 88: return file_get_contents( $style_path );
  7. Malware : Network operations curl_init was found in the file paypal-adaptive-request.php 131: $ch = curl_init();curl_exec was found in the file paypal-adaptive-request.php 147: $response = json_decode( curl_exec( $ch ), true );
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File AdminPage.php : 13: * $toplevel (string) If not empty, will create a new top level menu (for expected values see http://codex.wordpress.org/Administration_Menus#Using_add_submenu_page)451: $this->pagehook = add_submenu_page(471: add_submenu_page(File AdminPage.php : 13: * $toplevel (string) If not empty, will create a new top level menu (for expected values see http://codex.wordpress.org/Administration_Menus#Using_add_submenu_page)451: $this->pagehook = add_submenu_page(471: add_submenu_page(File class-listing-plans.php : 166: add_submenu_page( 'app-payments', $ptype_obj->labels->menu_name, $ptype_obj169: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-File class-listing-plans.php : 166: add_submenu_page( 'app-payments', $ptype_obj->labels->menu_name, $ptype_obj169: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-File admin.php : 38: add_menu_page( __( 'Orders', APP_TD ), __( 'Payments', APP_TD ), $capabilit
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : core.php.
  10. Deprecated functions : screen_icon screen_icon found in file AdminPage.php. Deprecated since version 3.8.16: * $screen_icon (string) The icon type to use in the screen header189: screen_icon( $this->args['screen_icon'] );513: 'screen_icon' => '',
  11. Deprecated functions : get_bloginfo get_bloginfo( 'url' ) was found in the file template-tags.php. Use home_url() instead.472: $base = trailingslashit( get_bloginfo( 'url' ) );
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-widget.php. Themes must not deregister core scripts. 156: wp_deregister_script( $script );
  2. theme tags : Presence of bad theme tagsFound wrong tag 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 vantage.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments '%d %s for "%s"' in file search.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'result', 'results' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file step-activate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your order has been completed.' in file step-activate.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Your listing has been submitted.' in file step-activate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User registration has been disabled.' in file form-registration.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Updated:' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View profile' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'General' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Usernames cannot be changed.' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Change avatar' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can change your profile picture on Gravatar.com.' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'First Name' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last Name' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nickname' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display Name' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Header Cover Image' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Max size: %s)' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Choose File' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About Me' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Account Management' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Auto-generate a new strong password or enter your own custom one.' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Generate New Password' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel password change' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update Profile' in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file content-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description:' in file content-renew-listing.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'By', 'byline for author name' in file content-bio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts by %s' in file content-bio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Listings' in file content-author-listings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description:' in file content-listing-draft.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This listing is waiting payment.' in file content-listing-draft.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Find', 'placeholder' in file widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Near', 'placeholder text' in file widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Categories' in file widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Update', 'submit button' in file widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Previous Image' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Image &rarr;' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Back to %s' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content-image.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue reading %s' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'View More Articles' in file widget-latest-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit Website' in file widget-listing-map.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Get Directions' in file widget-listing-map.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file widget-listing-map.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have any favorites yet." in file dashboard-favorites.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Faved: %s', 'date added to favorites' in file dashboard-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have any claimed listings." in file dashboard-claimed-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Claim' in file dashboard-claimed-listings.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Claimed: %s', 'date claim requested' in file dashboard-claimed-listings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View Listing' in file widget-featured-listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description:' in file content-listing-expired.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This listing has expired.' in file content-listing-expired.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Listing!' in file content-listing-expired.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Nothing Found' in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Sorry, but nothing matched your search terms. Please try again with some different keywords.' in file content-none.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "It seems we can't find what you're looking for. Perhaps searching can help." in file content-none.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Close menu', 'aria-label' in file nav-mobile-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file nav-mobile-menu.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Close menu', 'aria-label' in file nav-mobile-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'By' in file content-cover.php.Found a translation function that is missing a text-domain. Function _nx, with the arguments '1 Comment', '%1$s Comments', 'comments title' in file content-cover.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Listings' in file widget-listing-author-stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file widget-listing-author-stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listed' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have <a href="%1s">%2s</a> pending claimed listing(s).' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You do not have any listings.' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing claimed on %s' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' Automatically renews on %s' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscription' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file dashboard-listings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read more' in file content-post-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All photos' in file widget-listing-reveal-gallery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previous Slide' in file content-listing-single-gallery-slider.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Next Slide' in file content-listing-single-gallery-slider.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No images found.' in file content-listing-single-gallery-slider.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Processing...' in file order-checkout.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'One response to &ldquo;%s&rdquo;', 'comments title' in file comments.php.Found a translation function that is missing a text-domain. Function _nx, with the arguments '%1$s response to &ldquo;%2$s&rdquo;', '%1$s responses to &ldquo;%2$s&rdquo;', 'comments title' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Comment navigation' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '&larr; Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Newer Comments &rarr;' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment Method' in file single-transaction.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file author.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Post', 'Posts' in file author.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Listing', 'Listings' in file author.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About Me' in file author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages' in file sidebar-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No plans are available.' in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Extras' in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Listings in ' in file archive-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%d %s for "%s"' in file archive-listing.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'result', 'results' in file archive-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %1$s of %2$s' in file archive-listing.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Search for:', 'label' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'placeholder' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'submit button' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Find', 'placeholder' in file searchform-listing.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Near', 'placeholder text' in file searchform-listing.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Search' in file searchform-listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Oops! That page can't be found." in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'It looks like nothing was found at this location. Maybe try a search?' in file 404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create connections' in file connection-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected %s' in file connection-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Users' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No users found.' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts 2 Posts' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A list of posts connected to the current post' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection type:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection listing:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'connected' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'related' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retrieving page id by APP_View_Page subclass name is deprecated, use APP_View_Page::_get_page_id( $template ) instead!' in file view-types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APP_Core class required.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Query vars cannot be added before WP_Query is instantiated and default query vars has not been pre-filled yet.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login or <a href="%s">register</a>.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lost password?' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s of %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No categories' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The AppThemes Updater plugin is not installed. It is required in order to receive new version notifications and perform updates from within WordPress. <a href="%s" target="_blank">Download it &rarr;</a>' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings <strong>saved</strong>.' in file AdminPage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file AdminPage.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Deleted', 'listing' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Deleted <span class="count">(%s)</span>', 'Deleted <span class="count">(%s)</span>' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have permission to delete that listing.' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Deleted listing '%s'." in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit' in file class-ajax-view.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorite' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Favorite' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must <a href="%1$s">login</a> to be able to favorite listings.' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Added '%s' to your favorites." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Removed '%s' from your favorites." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Could not add '%s' to favorites at this time." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is required.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fix this field.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email address.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid URL.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date (ISO).' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter only digits.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid credit card number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter the same value again.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter no more than {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter at least {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1} characters long.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value less than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value greater than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Done' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Today' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wk' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Su', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Mo', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tu', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'We', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Th', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Fr', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Sa', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed files' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed file types' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert from URL' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum upload file size' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed embeds' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear Embeds (clears any previously added embeds)' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No more embeds allowed' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No media added yet' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, allowed mime types do not seem to be valid.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you cannot upload this file type for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, the allowed file size does not seem to be valid.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you cannot upload this file as it exceeds the size limitations for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you\'ve reached the file upload limit for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Media Manager ID', 'column name' in file functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Parent type', 'column name' in file functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Parent object', 'column name' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSV Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Howdy! Upload a CSV file containing your data and we'll import it into this site. The file must be in the correct format for the import to work." in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Before you can upload your import file, you will need to fix the following error:' in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a File' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Maximum size: %s)' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload file and import' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, there has been an error.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The file could not be processed.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Imported %s items.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-taxonomy-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-taxonomy-meta-box.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Save Changes' in file class-tabs-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-tabs-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The theme developers url.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The path of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Child Theme' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check if a child theme is active.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Using parent theme %s v%s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not find such page!' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Created on' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore theme pages' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore theme pages if they accidentally deleted' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required Pages' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The url of your website's homepage." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The url of your WordPress install.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of WordPress installed.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Multisite' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress Multisite is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Memory Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum amount of memory (RAM) that your site can use.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Remote Post' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server is able to post information to another server. PayPal IPN uses this method of communication when sending back transaction information.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Debug Mode' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress debug mode is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Force SSL Admin' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if your site forces SSL (Secure Sockets Layer) also known as TLS (Transport Layer Security).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current language used by WordPress. The default value is en_US (English).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language File Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where to put your .mo language file for this theme (e.g. %1$s-%2$s.mo). The wp-admin "Site Language" drop-down must also be set to your locale.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Server Software' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The web server your hosting server is running.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of PHP installed on your hosting server. We recommend a minimum PHP version of 5.4.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function phpversion() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Post Max Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be contained in one $_POST.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Time Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount of time (in seconds) your server will spend on a task before timing out. Set this higher to avoid timeout issues.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Max Input Vars' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum number of variables your server can use for a single function to avoid overloads.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUHOSIN Installed' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Suhosin is an advanced protection system for PHP installations. Your host provider typically configures this.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MySQL Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of MySQL installed on your hosting server. We recommend a minimum mySQL version of 5.5.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max Upload Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be uploaded to your WordPress installation. If you get timeout errors when uploading a large file, this should be increased.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Errors' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks if your hosting server has PHP errors turned on. If so, they will display on the screen. This should be turned off in a production environment.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Server Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GD Library' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server has the GD Library installed which allows WordPress to dynamically manipulate images.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Upload Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The WordPress image upload path on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Support' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JSON Decode' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the JSON Decode function is enabled on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cURL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the CURL function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fsockopen' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the fsockopen function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OpenSSL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the OpenSSL function is enabled on your hosting server. This is sometimes required by plugins but typically not for payment gateways.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other Checks' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active Plugins' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Download Report' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments "wp_remote_post() failed. PayPal IPN won't work with your server at this time. Contact your host provider." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin site' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One-off event' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You haven&#39;t created any cron job tasks yet.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hook Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Frequency' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Run Date' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tutorials' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Snapshot' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Registrations' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Today' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yesterday' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Users' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 7 Days' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overall' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Apps' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Docs' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR' in file class-user-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar ID can not be checked before the widget ID is set.' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No plans are available.' in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Subscription' in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Extras' in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured' in file select-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage version %1$s is not compatible with WordPress version %2$s. Correct work is not guaranteed. Please upgrade the WordPress at least to version %3$s or downgrade the Vantage theme.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&copy; %s %s | All Rights Reserved' in file footer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Blog', 'blog page title' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimed Listings' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorites' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Claimed' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Live' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay now' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay now' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Expired on: %s' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upcoming Recurring Payment: %s' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Expires on: %s' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post ID is required.' in file delete-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post not found.' in file delete-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file delete-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YouTube' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'listing owner' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'author' in file comments.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%1$s @ %2$s', '1: date, 2: time' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%s ago', '%s = human-readable time difference' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in to reply.' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Comment', 'noun' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s">Log out?</a>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms found' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms found in Trash' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Builder' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Field...' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Area' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkboxes' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radio' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select List' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tooltip' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Upload' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed Extensions' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(comma separated. i.e: pdf, doc)' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Area Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkbox Group' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete this field?' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radio Group' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Multiple Selections' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expand All' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Collapse All' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form restored to revision from %s' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form published.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form saved.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form submitted.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form scheduled for: <strong>%1$s</strong>.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form draft updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Posted on %s', 'post date' in file template-tags.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'by %s', 'post author' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-level-up"></i> Upgrade Listing' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-check-circle-o"></i> Claim Listing' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author: %s' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Year: %s' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y', 'yearly archives date format' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Month: %s' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'F Y', 'monthly archives date format' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Day: %s' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'F j, Y', 'daily archives date format' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Asides', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Galleries', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Images', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Videos', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Quotes', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Links', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Statuses', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Audio', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Chats', 'post format archive title' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives: %s' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s: %2$s' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file template-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Owner' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Owner' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To inquire about this %1$s, complete the form below to send a message to the %1$s owner.' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send Inquiry' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file custom-post-type-helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file class-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install' in file class-progress-view.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Done!' in file class-progress-ajax-view.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading Map' in file class-google-maps.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Results Found' in file class-google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marker Color' in file class-google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The most recent payment attempt for the subscription plan for listing: "%s" was not successful, either due to the payment gateway subscription period coming to completion or manual cancelation.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your listing "%1$s" will expire on: %2$s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'After your Listing expires, you will receive an email with renewal details.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Subscription Ended - Listing: "%2$s"' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your order has been successfully processed. It is currently pending and must be approved by an administrator.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your order has been successfully completed.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The listing has been successfully updated.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This listing is currently pending and must be approved by an administrator.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This listing is currently awaiting payment and/or payment processing.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This listing is expired.' in file class-listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Incorrect user ID.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The uploaded file has a size of zero. Please try again.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The uploaded file is too large. Please try again.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The uploaded file is not a valid image. Please try again.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Upload Error' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User ID is required.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image not found.' in file class-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error. Please try again.' in file class-user-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot delete review, it belongs to another user.' in file class-user-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review deleted.' in file class-user-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sunday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tuesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wednesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thursday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Friday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saturday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sunday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'S_Sunday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M_Monday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tuesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'T_Tuesday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wednesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'W_Wednesday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thursday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'T_Thursday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Friday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F_Friday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saturday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'S_Saturday_initial' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sunday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sun' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mon' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tuesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tue' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wednesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wed' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thursday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thu' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Friday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fri' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saturday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sat' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sunday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Su' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mo' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tuesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tu' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wednesday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thursday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Th' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Friday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fr' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saturday' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sa' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'January' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'February' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'March' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'April' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'May' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'June' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'July' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'August' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'September' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'October' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'November' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'December' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'January' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jan_January_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'February' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feb_February_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'March' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mar_March_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'April' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apr_April_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'May' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'May_May_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'June' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jun_June_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'July' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jul_July_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'August' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Aug_August_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'September' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sep_September_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'October' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Oct_October_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'November' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Nov_November_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'December' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dec_December_abbreviation' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'am' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'pm' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AM' in file locale.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PM' in file locale.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact Owner' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact Owner' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Complete the form below to send a message to this owner.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Message' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send Inquiry' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close modal window' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post ID is required.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post not found.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You triggered our spam trap. Disable your browsers' autocomplete feature and try again." in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name and email are required fields.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a message.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone has contacted you regarding your "%s" listing.' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name: %s' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email: %s' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message: %s' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Source: <a href="%1$s" target="_blank">%1$s</a>' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New inquiry on "%s"' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your message was successfully sent!' in file listing-contact-owner.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unit' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region Biasing' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">region code</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you set this to 'IT' and a user enters 'Florence' in the location search field, it will target 'Florence, Italy' rather than 'Florence, Alabama'." in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">language code</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used to format the address and map controls.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Key' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get started using the <a href="%s" target="_blank">Geocoding API</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a project in the Google Developers Console and paste in the API key here. This field is optional but recommended.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Premium Service' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "<a href='%s' target='_blank'>Google Maps API for Work</a> is a paid service that provides higher daily <a href='%s' target='_blank'>usage limits</a>. If you're a large business or max out your daily limit on shared hosting, this option is for you. <a href='%s' target='_blank'>Pricing</a> depends on your usage." in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client ID' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Begins with a "gme-" prefix' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identifies you as a Google Maps API for Work customer and enables support and purchased quota.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Private key' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your cryptographic URL-signing key will be issued with your client ID and is a "secret shared key" between you and Google.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unit' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not get directions to the given address. Please make your search more specific.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region Biasing' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">region code</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you set this to 'IT' and a user enters 'Florence' in the location search field, it will target 'Florence, Italy' rather than 'Florence, Alabama'." in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">language code</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used to format the address and map controls.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Key' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get started using the <a href="%s" target="_blank">Maps API</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate your Google Maps JavaScript API Service and paste in the API key here. This field is optional but recommended.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Settings' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Scheme' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apple' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Hues' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Water' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Essence' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cream' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Light Dream' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Midnight Commander' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Night' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pale Dawn' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paper' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red Hues' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retro' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subtle Grayscale' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ultra Light' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select a preset color scheme for the maps. If you are a developer, use your own .json color scheme via the "appthemes_google_map_styles_file" filter. Download a preset from <a href="%1$s" target="_blank">Snazzy Maps</a> or build your own with the <a href="%2$s" target="_blank">Google Maps Styling Wizard</a>.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s %s is missing a required settings value: %s, <a href="%s">Click here to update settings.</a>' in file map-provider-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Map Provider' in file map-provider-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Autocomplete's returned place contains no geometry" in file map-provider-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geo Services' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geo Services' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geo Query' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location-based search parameters.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Radius' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used for location based searches' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you leave this blank, the radius will automatically be calculated based on the location query. Use numeric values to represent miles or kilometers.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Including not geocoded' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Include "anywhere" results in location-based searches.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option allows you to include items with no coordinates into geo-query results and consider them as they are located anywhere.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoders' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Convert address locations into geographic coordinates (lat and long) which allows theme to accurately perform radius searches and place markers on a map.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disabled' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Test geocode API' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to make sure the geocoder API is working correctly.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s %2$s is missing a required settings value: %3$s, <a href="%4$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoder' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maps' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display accurate address locations based on your map provider. <a href="%s" target="_blank">Browse additional map provider plugins</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disabled' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s %2$s is missing a required settings value: %3$s, <a href="%4$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Map Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter postal address' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Test' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s is missing a required settings value: %2$s, <a href="%3$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure want to delete this item?' in file enqueue-scripts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid image type.' in file enqueue-scripts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have exceeded the category selection quantity limit ({0}).' in file class-business-listing-process-edit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have exceeded the category selection quantity limit ({0}).' in file class-business-listing-process-renew.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Changes' in file class-business-listing-step-edit-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing' in file class-business-listing-step-edit-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Media' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate tags with commas' in file class-business-listing-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have exceeded the category selection quantity limit ({0}).' in file class-business-listing-process-new.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other Fields' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Information' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Surcharges' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Forms' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Additional Fields' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listing Categories', 'taxonomy general name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listing Category', 'taxonomy singular name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Listing Categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Listing Category' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Listing Category:' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing Category' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Listing Category' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Listing Category' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listing Category Name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove listing categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Categories', 'taxonomy menu name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Listing Categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Listing Category' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate listing categories with commas' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove listing categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used listing categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing categories found.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing categories' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing categories list navigation' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing categories list' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listing Tags', 'taxonomy general name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listing Tag', 'taxonomy singular name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Listing Tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Listing Tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Listing Tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Listing Tag' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Listing Tag:' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing Tag' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Listing Tag' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Listing Tag' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listing Tag Name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate listing tags with commas' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove listing tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used listing tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tags', 'taxonomy menu name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Listing Tag' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing tags found.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing tags' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing tags list navigation' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing tags list' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listings', 'post type general name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listing', 'post type singular name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Listings' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Listings' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listings found.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listings found in Trash.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Listing:' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listings', 'post type menu name' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Listings' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Archives' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Attributes' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert into listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded to this listing' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Image' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set featured image' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove featured image' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use as featured image' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter listings list' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings list navigation' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings list' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing updated. <a href="%s">View listing</a>' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field updated.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field deleted.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing updated.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing restored to revision from %s' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing published. <a href="%s">View listing</a>' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing saved.' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing submitted. <a target="_blank" href="%s">Preview listing</a>' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview listing</a>' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing draft updated. <a target="_blank" href="%s">Preview listing</a>' in file class-business-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary Menu' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Menu' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Signup' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorites' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log out' in file menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your blog sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Listing - Main Content' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The single listing main content area.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Homepage' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The homepage main content area.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Listing - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The single listing page sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your page sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area One' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area Two' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area Three' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area Four' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Listing - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The search listing page sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your user area sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Radius' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'miles' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'kilometers' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order By' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Relevance' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alphabetical' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newest' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Closest' in file class-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Attachments:' in file files.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing section configuration.' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Position' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file content-listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog section configuration.' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Position' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file content-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Search' in file content-listing-archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing search section configuration.' in file content-listing-archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Position' in file content-listing-archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file content-listing-archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file content-listing-archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Site Title' in file site-identity.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Tagline' in file site-identity.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&copy; %s %s | All Rights Reserved' in file site-identity.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Copyright' in file site-identity.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Scheme' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Aqua' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Green' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orange' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Background Color' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Text Color' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Background Color' in file colors.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file content-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User section configuration.' in file content-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Position' in file content-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file content-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file content-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file content-home.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your theme supports a static front page.' in file content-home.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file layout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General content layout settings.' in file layout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file featured.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Update Progress: %g%s complete.' in file search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Updater' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Updater' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Built' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are about to completely delete the search index. Are you sure you want to proceed?' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flush out your index. You can always rebuild it again.' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The search index is being built...' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Build Speed' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slow' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Medium' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fast' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you're not on a dedicated server, use the slow or medium option." in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid request' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The search index has been built' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This has already run' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit this page and then click, "Select image" next to the "Cover Image" label.' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit this page and then click, "Set featured image" in the "Featured Image" box.' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-camera" aria-hidden="true"></i> Edit cover image' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content is password protected. To view it, enter your password below.' in file helpers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file helpers.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Submit' in file helpers.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading Map' in file helpers.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Your order has been completed.' in file step-activate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file step-activate.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-select-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No plans are available.' in file step-select-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file content-transaction-checkout.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file step-current-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Subscription' in file step-current-plan.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No plans are available.' in file step-current-plan.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Please select a method for processing your payment:' in file step-gateway-select.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Your order has been completed.' in file content-transaction-summary.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Field %s is required!' in file class-listing-form-field-validator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Field %s contains an invalid URL!' in file class-listing-form-field-validator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Field %s contains an invalid Email address!' in file class-listing-form-field-validator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Field %s contains an invalid number!' in file class-listing-form-field-validator.php.Found a translation function that is missing a text-domain. Function _x, with the arguments ', ', 'term delimiter' in file class-listing-form-tax-input-field-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No media added yet' in file class-listing-form-media-field-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable field.' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable field.' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Placeholder' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(for flat textarea type)' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Type' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Editor Type' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Limit' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Embed Limit' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Size, KB' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(max size depends on server configuration)' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use of same taxonomy fields on the form is prohibited.' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Field' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Field' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Multiple Checkboxes' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disabled' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML Editor' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TinyMCE Editor' in file class-listing-form-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Fields' in file class-listing-taxonomy-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Media' in file class-listing-media-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Fields' in file class-listing-user-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Fields' in file class-listing-fields-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' / %1$s %2$s' in file class-listing-regular-plan-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlimited' in file class-listing-general-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' / until %s' in file class-listing-current-plan-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Plan Details' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'mm/dd/yy', 'Datepicker default date format, see: http://goo.gl/6MWmLK' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These settings allow you to override the defaults that have been applied to the listings based on the plan the owner chose. They will apply until the listing expires.' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days (0 = Infinite)' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start Date' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires on' in file class-listing-plan-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Listing Plan' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Items Duration' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The duration in days to be applied to new items.' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan Description' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is a description of Default Listing Plan, which is available if there are no other plans.' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bypass Default Plan step' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically apply Default Listing Plan if there is no other choice available' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, user will see the Default Listing Plan details on a first step. Such as description, price, duration, categories limit, etc.' in file class-listing-plans-settings.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Expired', 'listing' in file class-listing-expire.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Expired <span class="count">(%s)</span>', 'Expired <span class="count">(%s)</span>' in file class-listing-expire.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-expire-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your listing: "%s" has expired (it is not visible to the public anymore).' in file class-listing-expire-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can renew your listing and re-publish it again using following link: %s' in file class-listing-expire-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Listing Expired: "%2$s"' in file class-listing-expire-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Templates' in file class-listing-details-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Template' in file class-listing-details-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is a content template with default markup. "%s" shortcode indicates where the actuall listing content will placed in relation to other elements.' in file class-listing-details-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment for the order #%s has failed.' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please <a href="%s">review this order</a>, and if necessary disable assigned services.' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Failed Order #%2$d' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This email confirms that you have purchased the following item:' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary:' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Receipt for your order #%d' in file class-listing-payments-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Renewal' in file class-listing-payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing' in file class-listing-payments-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file class-listing-payments-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price to list an item' in file class-listing-payments-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing' in file class-listing-payments-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to enable the <a href="%s">"Charge for Items"</a> option before setting up price models.' in file class-listing-payments-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file class-listing-plans-price-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Example: %s ' in file class-listing-plans-price-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing' in file class-listing-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for Items' in file class-listing-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start accepting payments' in file class-listing-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Do you want to charge for creating an item on your site? You can manage your <a href="%s">Payments Settings</a> in the Payments Menu.' in file class-listing-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Summary' in file class-step-upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing item for processing' in file class-step-upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Gateway' in file class-step-gateway-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Details' in file class-step-edit-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to edit this listing.' in file class-step-edit-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate Order' in file class-step-activate-order.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Step' in file class-listing-step.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Draft' in file class-step-edit-info-new.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing %s was created and awaiting moderation.' in file class-step-moderate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing item for moderation' in file class-step-moderate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation' in file class-step-moderate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Order' in file class-step-create-order.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing item for processing' in file class-step-create-order.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%type%: %title%' in file class-step-create-order.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Process' in file class-step-gateway-process.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Plan' in file class-step-select-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No plan was chosen.' in file class-step-select-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The plan you choose no longer exists.' in file class-step-select-plan.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file class-step-activate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Summary' in file class-step-activate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing item for processing' in file class-step-activate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade Listing [%s]' in file class-view-process-upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can upgrade only published listings.' in file class-view-process-upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Listing [%s]' in file class-view-process-renew.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can renew only expired listings.' in file class-view-process-renew.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew this item' in file class-view-process-renew.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew' in file class-view-process-renew.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A listing is awaiting moderation: %s' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review pending listings' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Pending Listing: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing has been received and will not appear live on our site until it has been approved.' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Listing Pending: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing has been approved.' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Listing Approved: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new listing has been published: %s' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Published Listing: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing has been published.' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Published Listing: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A listing has been renewed: %s' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Renewed Listing: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing has been published.' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Renewed Listing: "%2$s"' in file class-listing-process-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing [%s]' in file class-view-process-edit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is no item ID to edit.' in file class-view-process-edit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can\'t edit published items.' in file class-view-process-edit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to edit this item.' in file class-view-process-edit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listing [%s]' in file class-view-process-new.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Process Listing' in file class-view-process.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first <a href="%1$s">login</a> or <a href="%2$s">register</a> before you can submit anything.' in file class-view-process.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first <a href="%1$s">login</a> before you can submit anything.' in file class-view-process.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to start this process.' in file class-view-process.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alternatively you can continue using an anonymous account.' in file class-listing-anonymous.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Anonymous' in file class-step-create-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue anonymously' in file class-step-create-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not delete geo data.' in file class-listing-geocode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not geocode address.' in file class-listing-geocode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoder returned with error code "%s".' in file class-listing-geocode.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not save geo data.' in file class-listing-geocode.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Find on map' in file class-listing-geocode.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %1$s until %2$s' in file class-listing-purchased-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s for Unlimited days' in file class-listing-purchased-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'unlimited days' in file class-listing-general-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s %2$s' in file class-listing-general-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s - %2$s / %3$s' in file class-listing-general-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-addons-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your upgrade: "%s" has expired for your listing: "%s".' in file class-listing-addons-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upgrade listing!' in file class-listing-addons-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Listing Upgrade Expired for: "%s"' in file class-listing-addons-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Homepage' in file class-listing-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Category' in file class-listing-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration of the Add-On %s more than allowed by the chosen plan.' in file class-listing-addons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured' in file select-addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s is included in this plan for unlimited days.' in file class-listing-plan-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s is included in this plan for %2$s %3$s.' in file class-listing-plan-addon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Add-ons' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Period Type' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Period Type' in file class-listing-addons-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Addons' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Included' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments '( 0 = Infinite )' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Period Type' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Durations must be shorter than the listing duration.' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can include featured addons in a plan. These will be immediately added to the listing upon purchase. After they run out, the customer can then purchase regular featured addons.' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Durations must be shorter than the listing duration.' in file class-listing-plans-addons-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category: "%s"' in file class-listing-tax-charge.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories locked' in file class-listing-tax-charge.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' (add %s)' in file class-listing-tax-charge.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Surcharges for %s' in file class-listing-tax-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price %s' in file class-listing-tax-charge-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories (choose unlimited categories)' in file class-listing-tax-limit.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Category (choose %d category)', 'Categories (choose %d categories)' in file class-listing-tax-limit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have exceeded the category selection quantity limit ({0}).' in file class-listing-tax-limit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unlimited categories' in file class-listing-tax-limit.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Includes %d category', 'Includes %d categories' in file class-listing-tax-limit.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permissions' in file class-listing-tax-limit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file class-listing-tax-limit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of categories a listing can belong to' in file class-listing-tax-limit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Allows users to choose this amount of categories for their listing. Zero means unlimited. This option only works if 'Charge for Listings' is not enabled." in file class-listing-tax-limit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Included' in file class-listing-plans-tax-limit-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' ( 0 = Infinite )' in file class-listing-plans-tax-limit-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next payment on %s' in file class-listing-current-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'every', 'every %d' in file class-listing-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' / %1$s %2$s' in file class-listing-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically' in file class-listing-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually' in file class-listing-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist' in file class-listing-plan-recurring-decorator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recurring Payments' in file class-listing-recurring-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recurring' in file class-listing-recurring-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Non Recurring' in file class-listing-recurring-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Optional Recurring' in file class-listing-recurring-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forced Recurring' in file class-listing-recurring-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recurring' in file class-listing-recurring-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Non Recurring' in file class-listing-recurring-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Optional Recurring' in file class-listing-recurring-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forced Recurring' in file class-listing-recurring-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Duration/ Recurring Period' in file class-listing-recurring-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Plans' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Plan' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Listing Plan' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Plan' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listing Plan' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Plan' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Plans' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found in Trash' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Plan:' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Plans' in file class-listing-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Duration Period' in file class-listing-plans-duration-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Duration' in file class-listing-plans-duration-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments '( 0 = Infinite )' in file class-listing-plans-duration-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Period Type' in file class-listing-plans-duration-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Plan Details' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan created.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan saved.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan scheduled.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan draft updated.' in file class-listing-plans-details-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your claim on %s had rejected by administrator.' in file class-listing-step-moderate-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing %s was claimed and awaiting moderation.' in file class-listing-step-moderate-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No listing item for moderation' in file class-listing-step-moderate-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation' in file class-listing-step-moderate-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing claim has been denied.' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Listing Claim Denied: "%s"' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing claim has been approved.' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Claimed Listing Approved: "%s"' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new listing claim is awaiting moderation: %s' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review pending claimed listings' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Pending Claimed Listing: "%s"' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your "%s" listing claim is awaiting approval.' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Claimed Listing Pending: "%s"' in file class-listing-claim-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claim Listing [%s]' in file class-listing-process-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is no item ID to claim.' in file class-listing-process-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not claim item of such type in this process.' in file class-listing-process-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This listing is not claimable.' in file class-listing-process-claim.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Pending Claimed', 'listing post status label' in file class-listing-claim.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments ' <span class="count">(%s)</span>', ' <span class="count">(%s)</span>' in file class-listing-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Claim' in file class-listing-claim.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claim Request' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone wants to claim this listing.' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Requested:</strong> %s' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Name:</strong> %s' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Email:</strong> %s' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An email will be sent to the claimee with your decision.' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have rejected the claim so this listing has been reset to <a href="#%s-claimable">claimable</a>.' in file class-listing-claim-moderation-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Claimable' in file class-listing-claim-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Allow listings to be claimable' in file class-listing-claim-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Claimable listings will have a link that allows users to claim them.' in file class-listing-claim-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation' in file class-listing-claim-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimed Listings' in file class-listing-claim-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve each new listing claim' in file class-listing-claim-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, listing claims are transfered immediately to the requesting claimee.' in file class-listing-claim-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimable Listing' in file class-listing-claimable-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users can claim this listing' in file class-listing-claimable-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-claimable-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimable listings will have a link that allows users to claim them. You can enable moderation on claimed listings in settings.' in file class-listing-claimable-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Multiple Listing Plans' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Pricing Addons' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recurring Payments' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Limit' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Surcharges' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Forms' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Additional Fields' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claim Listings' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Anonymous Listings' in file class-post-listing-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file class-listing-user-meta-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Days' in file class-listing-period-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Months' in file class-listing-period-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Years' in file class-listing-period-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay2Post Action Button' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action Button' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Generic Action Button.' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label:' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Url:' in file class-widget-action-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay2Post Process Listing Button - %s' in file class-widget-process-listing-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Process Type' in file class-widget-process-listing-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file class-listing-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permissions' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Renew Expired Listings' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Do you allow to users to renew their expired listings? Renew listing process allows users to re-publish their expired listings by passing through all publishing steps again.' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Items' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when items are renewed' in file class-listing-process-renew-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderate Items' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve and publish each new listing' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, listings go live immediately without being moderated (unless it has not been paid for).' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Items' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when new items are posted' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Items' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when new items are waiting for moderation' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify User About Pending Item' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify user when new item is pending moderation' in file class-listing-process-new-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Extra Features' in file class-listing-features-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activation' in file class-listing-features-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Extra Features provided by custom addons for this Listing type.' in file class-listing-features-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permissions' in file class-listing-process-edit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Edit Published Listings' in file class-listing-process-edit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-listing-process-edit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Do you allow to users edit their published listings? Note: this option has effect only if user is in Contributor role and lower, users in other roles can edit their listings anyway.' in file class-listing-process-edit-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-draft-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected.' in file boomerang-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order attempted to be modified, but gave the following errors' in file paypal-bridge.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Order is still being processed. Please wait a few seconds...' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If your Order does not complete soon, please contact us and refer to your Order ID - #%d.' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal has responded to your transaction as invalid. Please contact site owner.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected to PayPal.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete the fields below so you can start accepting payments via PayPal.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Email' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your PayPal account email address. This is where your money gets sent.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Account Type' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "I have a Premier or Business account" in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Having a Premier or Business account is recommended and required for recurring payments. <a target="_new" href="%s">Learn more</a> about the account type differences.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sandbox Mode' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Enable sandbox mode so I can test PayPal" in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A <a target='_blank' href='%s'>PayPal Sandbox</a> account is required to use this feature. Enabling this allows you to confirm that payments are being processed correctly. Make sure to disable this option once you're done testing." in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment Data Transfer (PDT)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PDT sends a transaction notice back to your website so you can display order-related details on your completed purchase page. <a target="_blank" href="%s">Learn more.</a>' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PDT System' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Payment Data Transfer (PDT)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Make sure you understand the <a target="_blank" href="%s">benefits and limitations</a> of PDT before you enable this feature. See our <a target="_blank" href="%s">tutorial</a> on enabling PDT.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identity Token' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your unique PDT identity token' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will be provided after you activate PDT from within your PayPal account.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instant Payment Notification (IPN)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IPN is a messaging service that automatically notifies your website of events related to transactions. <a target="_blank" href="%s">Learn more.</a>' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IPN System' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Instant Payment Notification (IPN)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Make sure you understand the <a target="_blank" href="%s">benefits and limitations</a> of IPN before you enable this feature. If any of your payment plans use recurring payments, this option must be checked. See our <a target="_blank" href="%s">tutorial</a> on enabling IPN.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify me when a payment is..' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reversed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Denied' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Voided' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must mark this transfer as completed before the purchase can proceed.' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file bt-admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bank Transfer' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instructions:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Information:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order ID:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Total:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'For questions or problems, please contact us directly at' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To cancel this request and use a regular gateway instead, <a href="%s">click here</a>.' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content will be displayed once checkout has been completed. It will be up to the purchaser to follow the instructions.' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new order is waiting to be processed. Once you receive payment, you should mark the order as completed.' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review this order' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'review all pending orders' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s or %2$s' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Pending Order #%2$d' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No payment gateways are available. Please contact your site administrator' in file gateway-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activated' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Pending' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Failed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Completed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Activated' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the payment request. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to make the pay request: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the payment.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The pay key has been received and saved in order #%s meta' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No pay key received from the escrow payment request' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected to PayPal.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the payment. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the payment.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Funds transferred to receivers' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the refund. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the refund: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the refund.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Escrow Information' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Email' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Money transfers will be made to this PayPal email address.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments SANDBOX API Credentials (Escrow)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials username. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials password. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Signature' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials signature. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments LIVE API Credentials (Escrow)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials username. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials password. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Signature' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials signature. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppID' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Application ID. This should be your LIVE AppID <u>NOT</u> the generic AppID <code>APP-80W284485P519543</code> used for testing. You can find more info on creating/managing PayPal applications <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> You can only start accepting \'escrow\' transactions after your AppID is fully approved by PayPal. Applications with status \'Approved Conditionally\' are not considered approved for \'escrow\' transactions. ' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments Fees' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payer' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Who should pay any applicable fees?' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Receiver (You)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary Receiver' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Obtain Sandbox API Credentials</a>' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> To obtain live PayPal credentials, you must have a verified Premier or verified Business PayPal account. Also, make sure your PayPal account is able to receive money on every currency accepted on your site. Otherwise, users will not be able to transfer money to you.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Obtain Live API Credentials</a>' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Funds' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Receiver' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amount' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retained' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(when completed)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'N/A' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Funds for "%2$s" (Order ID #%3$s)' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not open a cURL session' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not get a cURL response' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was unable to verify the payment receivers. Please contact site owner.' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receivers list is empty' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Added user \'%1$s\' with email \'%2$s\' as receiver' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Escrow Order Created' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Paid <span class="count">(%s)</span>', 'Paid <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Refunded <span class="count">(%s)</span>', 'Refunded <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending (Waiting for Funds)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paid (Funds in Escrow)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Pending' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Failed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Refunded' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed to Refund' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Paid' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Completed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed to Complete' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Save Changes' in file escrow-settings-form-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings Saved.' in file escrow-settings-form-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Escrow' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable escrow' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A premier/business account is required for allowing customers to process recurring payments via PayPal' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retained Amount' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount to retain on each escrow transaction.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retain Type' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose whether you want to receive a flat amount or a percentage based amount.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flat' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Percentage' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Escrow Gateways' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This gateway is currently <strong>disabled</strong>. It cannot be used on escrow transactions. Go to the <a href="?page=app-payments-settings&tab=escrow">Escrow</a> tab to enable it.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> You need a Premier or Verified Business PayPal account to be able to use the PayPal Adaptive service.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file order-templates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'US Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Euro' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Argentine Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brazilian Real' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bitcoin' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canadian Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chilean Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chinese Yuan' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Czech Koruna' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Danish Krone' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hong Kong Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hungarian Forint' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indian Rupee' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Israeli New Sheqel' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Japanese Yen' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Malaysian Ringgit' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mexican Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Zealand Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Norwegian Krone' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Philippine Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Polish Z&#x142;oty' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pound Sterling' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Romanian Leu' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Russian Ruble' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Singapore Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South African Rand' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swedish Krona' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swiss Franc' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Taiwan Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thai Baht' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turkish Lira' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Venezuelan Bol&iacute;var' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vietnamese &#x111;&#x1ed3;ng' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No orders found' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No orders found in Trash' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Order:' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Pending <span class="count">(%s)</span>', 'Pending <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Failed <span class="count">(%s)</span>', 'Failed <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Completed <span class="count">(%s)</span>', 'Completed <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activated <span class="count">(%s)</span>', 'Activated <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regional Taxes' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'year', 'years' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'week', 'weeks' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'month', 'months' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'day', 'days' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to access this page.' in file security.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regional' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following options affect how prices are displayed on your website.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currency' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is the currency for the prices displayed on your site. Important: Payment gateways may not support all currencies listed here. Check with your provider first otherwise payments may not be in your selected currency.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identifier' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The currency identifier for prices displayed on your site.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol (%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Code (%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The alignment of the prices on your site. For example right, left, right with space or left with space.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left (%s1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right (1.00%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left with space (%s 1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right with space (1.00 %s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thousand Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The thousand separator for displayed prices.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decimal Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The decimal separator for displayed prices.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tax' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following options affect how taxes are applied to all purchases.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rate' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The tax rate applied to all purchases. Set to zero to disable taxes.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Gateways' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Security' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users view their orders list' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable this option if you want to allow users to view a list of their orders in the back-end of your site, otherwise only editors and administrators can do this.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This gateway is currently <strong>disabled</strong>. Users cannot use it as a purchasing option. Go to the <a href="?page=app-payments-settings">General</a> tab to enable it.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Item' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment' in file order-list.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Purchased %s item', 'Purchased %s items' in file order-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unknown' in file order-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Undecided' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unpublished' in file order-list.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y/m/d g:i:s A', 'Order Date Format' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file order-list.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y/m/d', 'Order Date Format' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This item could not be recognized. It might be from another theme or an uninstalled plugin.' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Status' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ID' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Gateway' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unknown' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Undecided' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Currency' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recurs:' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Every %d %s' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment Date:' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previously' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Author' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Actions' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed (Refund)' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Order' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate Order' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No actions available' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged Date' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Log' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 10 Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Created' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Duplicated. Created %s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order #%s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Duplicated from %s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order #%s' in file order-factory.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Choose Image' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Live' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Expired', 'listing post status label' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Deleted', 'listing post status label' in file core.php.Found a translation function that has an incorrect number of arguments. Function _n_noop, with the arguments 'label', ' <span class="count">(%s)</span>', label, ' <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'https://www.appthemes.com/' in file core.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Powered by AppThemes, maker of application themes for WordPress.' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'AppThemes', 'meta widget link text' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-star" aria-hidden="true"></i> Write a Review' in file class-critic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating' in file class-critic.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'P2P Error. Could not add favorite.' in file favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be logged in to save favorites.' in file favorites.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Favorite', 'text for ajax link' in file favorites.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Unfavorite', 'text for ajax link' in file favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Home Latest Blog Posts' in file class-widget-post-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From the Blog' in file class-widget-post-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our newest articles' in file class-widget-post-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your latest blog posts.' in file class-widget-post-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Page Callout Box' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a full-width callout' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Align:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Color:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Padding:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Image:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cover' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pull Out' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Style:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Top' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Center' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Bottom' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Top' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Center' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Bottom' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center Top' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center Center' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center Bottom' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Center Top' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background Color:' in file class-widget-callout-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Listing Refine Search' in file class-widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing refine search.' in file class-widget-listing-refine-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Home Latest Listings' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest Listings' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our newest listings' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your latest listings.' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description:' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number to show:' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'View More Listings' in file class-widget-listing-latest.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Description' in file class-widget-listing-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing description.' in file class-widget-listing-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Custom Fields' in file class-widget-listing-custom-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing custom fields.' in file class-widget-listing-custom-fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Author' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Owner' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Owner' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing author.' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Headline:' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show biographical info' in file class-widget-listing-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Map &amp; Contact Info' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing map and contact info.' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Address' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Phone Number' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Website URL' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Email' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show "Get Directions"' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Social Networks' in file class-widget-listing-map.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Home Featured Listings' in file class-widget-listing-featured.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Listings' in file class-widget-listing-featured.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our featured listings' in file class-widget-listing-featured.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your featured listings.' in file class-widget-listing-featured.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Categories' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Categories' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing categories.' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Extra CSS classes (delimited by space):' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub-Categories:' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Depth:' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Columns:' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show listings counts' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file class-widget-listing-categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Listing Comments' in file class-widget-listing-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing comments.' in file class-widget-listing-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Photo Gallery' in file class-widget-listing-reveal-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photo Gallery' in file class-widget-listing-reveal-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing photo gallery.' in file class-widget-listing-reveal-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Sidebar Recent Listings' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Listings' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our recent listings' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your recent listings.' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description:' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number to show:' in file class-widget-listing-recent.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Listing Author Stats' in file class-widget-listing-author-stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Account Stats' in file class-widget-listing-author-stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display the listing's author stats" in file class-widget-listing-author-stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage - Single Listing Photo Gallery' in file class-widget-listing-slider-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photo Gallery' in file class-widget-listing-slider-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the listing photo gallery.' in file class-widget-listing-slider-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget-listing-slider-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number to show:' in file class-widget-listing-slider-gallery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cover Image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cover Image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cover Image' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Thumbnail' in file class-admin-taxonomies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cheatin&#8217; uh?' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default User role was changed from "Subscriber" to "Contributor". Please use bulk action "Change role to..." on <a href="%s">Users</a> page to grant existing users "Contributor" role.' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Notice' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage Settings' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired listings have been pruned' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appearance' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings Per Page' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many listings per page to show' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maintenance' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune Listings' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune <a href="%s">expired listings</a>' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually prune any expired listings. This will run only one time.' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login Page' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use the default WordPress login and registration pages' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Left unchecked, you'll use the theme's custom styled pages." in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage Permalinks' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing category base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing tag base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User listing base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User claimed base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User favorites base' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage permalinks cannot be empty. Empty fields have been reverted back to their previous value.' in file class-admin-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add-ons' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace Add-ons' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse Marketplace' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse Themes' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By %1$s' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last Updated:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s ago' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Compatibilities:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Try again' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No add-ons match your request.' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'View', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'New', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Popular', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Search Add-ons', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Category', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Plugins', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Gateway Plugins', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Payment Gateways', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Child Themes', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'General Themes', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Product', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Author', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Rating', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '4+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '3+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '2+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '1+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Categories', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Products', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Authors', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Ratings', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our featured listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest Listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our newest listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From the Blog' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read our latest articles' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photo Gallery' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Additional Info' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Owner' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Account Stats' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refine Results' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Meta' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About Us' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We provide a platform to showcase your business and connect with your customers.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest News' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Comments' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Meta' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our featured listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest Listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out our newest listings' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download our App' in file install.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Download on the', 'App Store' in file install.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Get it on', 'Google Play' in file install.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Download from', 'Windows Phone Store' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From the Blog' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read our latest articles' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ready to Get Started?' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign up to try us FREE for 30 days! No credit card needed.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign Up!' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reuters World News' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Meta' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Listing' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search for....' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'tacos in San Francisco, coffee in Tokyo, pet food in London, office space in Paris, anything with Vantage!' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'People use Vantage to discover great local businesses. What will you find in your neighborhood?' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BROWSE LISTINGS' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Why Us' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Listing' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free Trial' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Take a few days to test the waters. See if listing on our site works for your business.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Listing' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A no-frills, simple, month-to-month plan. Great for most businesses.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Power Listing' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reap extra benefits with our annual plan. Saves your business money. (Two months free!)' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Food' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dessert' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage Logo' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Homepage' in file upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Category' in file upgrade.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 30 Days' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overview' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Listings' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Published Listings' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Listings' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimed Listings' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Listings' in file class-admin-dashboard.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Listings', 'user page column name' in file users.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s listing by this author', '%s listings by this author' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation Queue' in file class-metabox-listing-moderation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must approve this listing before it can be published.' in file class-metabox-listing-moderation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept' in file class-metabox-listing-moderation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject' in file class-metabox-listing-moderation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rejecting a listing sends it to the trash.' in file class-metabox-listing-moderation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Claimee' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Category' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature on Homepage' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Claimable' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '&mdash; No Change &mdash;' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yes' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Claimable' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage Setup' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Guide' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Menus' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Widgets' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Pages' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Menu Items' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Setup Options' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flush Rewrite Rules' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Expired Transients' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu Items' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog Posts' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Plans' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logo' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome to %s&nbsp;%s' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thank you for updating to the latest version!' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version %s' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View Documentation &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'What&#8217;s New' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Major Redesign and Code Overhaul' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '<strong>Version %1$s</strong> is a complete rebuild with and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s issues.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'For more information, see <a href="%s">the release notes</a>.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Summary' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please wait until the installation process is complete.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sample Data' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "To help get you started, we've setup some initial pages, posts, options, and pricing plans. You can of course edit and/or delete whatever you like." in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Getting Started' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'General Settings' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Setup and configure the Vantage options and get your business ready to launch.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Configure Theme Settings &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Look and Feel' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Manage the front-end design of your website using the native WordPress live customizer. Content blocks are widgets for easy setup.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Launch Customizer &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment Settings' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'If you plan on monetizing your website, make sure you setup and configure the payment settings.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Configure Payment Settings &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Automatic Updates' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Make sure you've got the latest and greatest version of Vantage. Keeping up-to-date protects you from bugs and security issues." in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Download Updater Plugin &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Marketplace Add-ons' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "We've got a thriving 3rd-party Marketplace which sells child themes and plugins for your theme." in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View Add-ons &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Get Support' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "If you've gone through the setup and documentation and still have questions, our support team is here to help." in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit Forums &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Get Involved' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Developers' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Build plugins and child themes on top of our products. Check out our Developers Center for tutorials and documentation. We also accept <a href="%s">Github pull requests</a>. If you would like access, please <a href="%s">contact us</a>.' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Developers Center &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Translators' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "English not your native language? We could use your help then! Become an official AppThemes translator and reap some nice benefits. All text strings can be translated using tools like poedit." in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Learn More &rarr;' in file class-admin-setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Import %s' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Import %s' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Template' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download the <a href="%s">sample file</a> (.csv) and open it in a spreadsheet program to get started.' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Geocoding' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Geocode listings on import' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Limit of 2,500 requests per 24 hour period (unless you have a premium Google Maps API account).' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing geocoding failed with error message: "%1$s". Delete listing "%2$s", fix the problem and try import again.' in file class-admin-importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment Method' in file step-gateway-select.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Proceed to Checkout' in file step-gateway-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Complete the fields below to register.' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file form-login.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Login' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your new password below.' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please enter your username or email address. A new password will be emailed to you.' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email:' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Browse:' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Breadcrumbs', 'breadcrumbs aria label' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Home' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '404 Not Found' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Archives' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Search results for: %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Page %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Comment Page %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Minute %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Week %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'g:i a', 'minute and hour archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'i', 'minute archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'g a', 'hour archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'j', 'daily archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'W', 'weekly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'j', 'daily archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email provider of "%1$s" address do not allow to use their email addresses by other servers. The "%2$s" address will be used to send out emails.' in file mail-from.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(i.e. %1$s)' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YouTube' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Github' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Path' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vimeo' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flickr' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Picasa' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Foursquare' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New User Registration' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New user registration on your site %s:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'E-mail: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Your username' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The default WordPress login page is still accessible.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'After you ensure that permalinks on your site are working correctly and you are not using any "maintenance mode" plugins, please disable it in your <a href="%s">theme settings</a>.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file view-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your profile has been updated.' in file view-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file custom-controls.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select...' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight & style for regular text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight for italic text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight for bold text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Behance' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Fork me on Bitbucket' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on CodePen' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Watch me on DeviantArt' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Dribbble' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'favourite me on Etsy' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Like me on Facebook' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on Flickr' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Foursquare' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Fork me on GitHub' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Instagram' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Last.fm' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on LinkedIn' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Medium' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Pinterest' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on Google+' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Reddit' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Slack' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on SlideShare' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add me on Snapchat' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on SoundCloud' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Spotify' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Stack Overflow' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Tumblr' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Twitch' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Twitter' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Vimeo' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Subscribe to me on YouTube' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header & Navigation' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Adjust your Header and Navigation sections.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your social media links and we\'ll automatically match them with the appropriate icons. Drag and drop the URLs to rearrange their order.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your phone number to the site header bar.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add a search icon to your primary naigation menu.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WooCommerce Layout' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Adjust the layout of your WooCommerce shop.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sample Custom Controls' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'These are an example of Customizer Custom Controls.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Controls' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'These are an example of the default Customizer Controls.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open in new browser tab' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alignment' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Choose the alignment for your social icons' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social URLs' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your social media links.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-behance"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-bitbucket"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-codepen"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-deviantart"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-dribbble"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-etsy"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-facebook"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-flickr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-foursquare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-github"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-instagram"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-lastfm"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-linkedin"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-medium"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-pinterest"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-google-plus"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-reddit"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-slack"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-slideshare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-snapchat"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-soundcloud"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-spotify"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-stack-overflow"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-tumblr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-twitch"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-twitter"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-vimeo"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-youtube"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View list of available icons' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display RSS icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display phone number' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Search Icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shop page sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Single Product page sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cart, Checkout & My Account sidebars' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'The Cart, Checkout and My Account pages are displayed using shortcodes. To remove the sidebar from these Pages, simply edit each Page and change the Template (in the Page Attributes Panel) to Full-width Page.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle switch' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Control (px)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Control With a Small Step' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sortable Repeater' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the control description.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Row' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Radio Button Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Radio Button Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Centered' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Checkbox Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bold' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Italic' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Caps' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Underline' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-behance"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-bitbucket"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-codepen"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-deviantart"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-dribbble"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-etsy"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-facebook"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-flickr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-foursquare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-github"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Accordion Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alpha Color Picker Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simple Notice Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This Custom Control allows you to display a simple title and description to your users. You can even include <a href="http://google.com" target="_blank">basic html</a>.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Select2 Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Select2 custom control (Single Select)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select a state...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New South Wales' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Victoria' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Queensland' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Western Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tasmania' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Capital Territory' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Northern Territory' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Select2 Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Select2 custom control (Multi-Select)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Antarctica' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Casey' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Davis' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DumontDUrville' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Macquarie' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mawson' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'McMurdo' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Palmer' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rothera' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Syowa' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Troll' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vostok' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Atlantic' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Azores' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bermuda' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canary' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cape Verde' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Faroe' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Madeira' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reykjavik' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South Georgia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stanley' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'St Helena' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adelaide' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brisbane' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Broken Hill' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currie' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Darwin' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Eucla' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hobart' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lindeman' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lord Howe' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Melbourne' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perth' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sydney' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Posts Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Posts custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TinyMCE Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is a TinyMCE Editor Custom Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Font Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'All Google Fonts sorted alphabetically' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Text Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter name...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Email Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default URL Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Number Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Hidden Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Checkbox Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Checkbox description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Select Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hamsters' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jet Fuel' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Nuclear Energy' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Radio Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Captain America' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Iron Man' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spider-Man' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thor' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Dropdown Pages Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Textarea Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter message...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Color Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Media Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Media Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No file selected' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No image selected' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Cropped Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Cropped Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the Date Time Control but is only displaying a date field. It also has Max and Min years set.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the Date Time Control. It also has Max and Min years set.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments "This is the Date Time Control but is only displaying a date field. Past dates are not allowed." in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The username field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The password field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cookies are blocked or not supported by your browser. You must enable cookies to continue.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now logged out.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User registration is currently not allowed.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for the confirmation link.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for your new password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration complete. Please check your e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password has been reset. Please login.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Recovery' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, that key does not appear to be valid. Please try again.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Enter a username or e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: There is no user registered with that email address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Invalid username or e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password reset is not allowed for this user' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone requested that the password be reset for the following account:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The e-mail could not be sent.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function...' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please type your e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The email address isn&#8217;t correct.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This email is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter the password twice.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Couldn&#39;t register you... please contact the <a href="mailto:%s">webmaster</a> !' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'image {current} of {total}' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'previous' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'close' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This image failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'start slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'stop slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description is not prominent by default, however some themes may show it.' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description is not prominent by default, however some themes may show it.' in file class-html-term-description.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 appthemes-recurring-payments, critic, label.
  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. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file additional-methods.js.Found a mix of \r\n and \n line endings in file jquery.validate.js.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Deprecated functions : screen_iconscreen_icon found in file AdminPage.php. Deprecated since version 3.8.16: * $screen_icon (string) The icon type to use in the screen header189: screen_icon( $this->args['screen_icon'] );513: 'screen_icon' => '',
  9. I18N implementation : Proper use of _e(Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $social_network found in translation function in widget-listing-map.php. Translation function calls should not contain PHP variables. Possible variable $social_network found in translation function in widget-listing-map.php. Translation function calls should not contain PHP variables. Possible variable $listing found in translation function in dashboard-listings.php. Translation function calls should not contain PHP variables. Possible variable $recur found in translation function in dashboard-listings.php. Translation function calls should not contain PHP variables. Possible variable $author found in translation function in author.php. Translation function calls should not contain PHP variables. Possible variable $social found in translation function in author.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $comment_badge found in translation function in comments.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of esc_attr_e(Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in content-edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $social_network found in translation function in widget-listing-map.php. Translation function calls should not contain PHP variables. Possible variable $social_network found in translation function in widget-listing-map.php. Translation function calls should not contain PHP variables. Possible variable $listing found in translation function in dashboard-listings.php. Translation function calls should not contain PHP variables. Possible variable $recur found in translation function in dashboard-listings.php. Translation function calls should not contain PHP variables. Possible variable $author found in translation function in author.php. Translation function calls should not contain PHP variables. Possible variable $social found in translation function in author.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $comment_badge found in translation function in comments.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-select-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables. Possible variable $plan found in translation function in step-current-plan.php. Translation function calls should not contain PHP variables.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file site-identity.php. Function get_option( 'date_format' ) should be used instead.
  14. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file template-kitchen-sink.php.216: <a href='about.html' class='button'>Learn More</a>Possible hard-coded links were found in the file content-edit-profile.php.53: <span class='change-avatar text-small'><a href='https://en.gravatar.com/' target='_blank'><?php _e( 'Change avatar', APP_TDPossible hard-coded links were found in the file admin.php.98: <a href='https://marketplace.appthemes.com/' class='add-new-h2'><?php _e( 'Browse Ma99: <a href='https://www.appthemes.com/themes/' class='add-new-h2'><?php _e( 'Browse ThePossible hard-coded links were found in the file class-admin-setup.php.182: <a href='https://docs.appthemes.com' class='button button-primary' target='_blank'><193: <?php printf( __( 'For more information, see <a href='%s'>the release notes</a>.', APP_TD ), 'https://docs.appthemes.com' ); ?>287: <p><a href='https://docs.appthemes.com/developers/' target='_blank'><?php _e( 'Develope265: <p><a href='http://forums.appthemes.com/' target='_blank'><?php _e( 'Visit Forums &rarr287: <p><a href='https://docs.appthemes.com/developers/' target='_blank'><?php _e( 'Develope293: <p><a href='https://www.appthemes.com/support/languages/' target='_blank'><?php _e( 'LePossible hard-coded links were found in the file customizer.php.658: 'description' => __( 'This Custom Control allows you to display a simple title and description to your users. You can even include <a href='http://google.com' target='_blank'>basic html</a>.', APP_TD ),
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.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 : side-user.php 40: if ( isset( $qv['p2p:include'] ) )41: $qv['include'] = _p2p_pluck( $qv, 'p2p:include' ); 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 : query.php 134: $qv['p2p:include'] = _p2p_normalize( $this->items ); 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 : media-manager.php 435: require_once( ABSPATH . 'wp-admin/includes/image.php' );776: require_once( ABSPATH . WPINC . '/class-oembed.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 : load.php 3: require 'core.php';4: require 'registry.php';5: require 'cron.php';6: require 'query.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 : form-builder.php 113: require_once 'templates.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-edit-profile.php 94: include_once( ABSPATH . 'wp-admin/includes/image.php' );95: include_once( ABSPATH . 'wp-admin/includes/file.php' );96: include_once( ABSPATH . 'wp-admin/includes/media.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 : load.php 8: require_once( dirname( __FILE__ ) . '/geo.php' );15: require_once( APP_FRAMEWORK_DIR . '/admin/class-meta-box.php' );16: require_once( APP_FRAMEWORK_DIR . '/admin/class-tabs-page.php' );19: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-class.php' );20: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-registry.php' );21: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-functions.php' );23: require_once( dirname( __FILE__ ) . '/geocoders/google-geocoder.php' );26: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-class.php'27: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-registry.p28: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-functions.30: require_once( dirname( __FILE__ ) . '/map-providers/google-maps.php' );33: require_once( dirname( __FILE__ ) . '/admin/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-structured-data.php 69: require_once( $file ); 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-customizer.php 41: include_once( $file );54: include_once( $file );67: include_once( $file ); 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 : colors.php 26: include_once( dirname( __FILE__ ) . '/../class-phpcolors.php' );63: include_once( dirname( __FILE__ ) . '/../class-phpcolors.php' );131: include_once( dirname( __FILE__ ) . '/../class-phpcolors.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 : search-index.php 13: require_once( dirname( __FILE__ ) . '/class-search-index.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-listing-form-tax-input-field-type.php 137: require_once 'walker-category-checklist-class.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-listing-form.php 427: * @return boolean Retrieves the boolean value set in '$include' if the 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 : paypal.php 8: require_once( dirname( __FILE__ ) . '/paypal-bridge.php' );9: require_once( dirname( __FILE__ ) . '/paypal-notifier.php' );10: require_once( dirname( __FILE__ ) . '/paypal-pdt.php' );11: require_once( dirname( __FILE__ ) . '/paypal-ipn-listener.php' );12: require_once( dirname( __FILE__ ) . '/paypal-form.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 : test.php 53: include( dirname( __FILE__ ) . '/template/test-form.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 : bank-transfer.php 8: require 'bt-emails.php';11: require 'bt-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 : load.php 49: require_once( dirname( __FILE__ ) . '/gateways/gateway-class.php' );50: require_once( dirname( __FILE__ ) . '/gateways/boomerang-class.php' );51: require_once( dirname( __FILE__ ) . '/gateways/gateway-registry.php' );52: require_once( dirname( __FILE__ ) . '/gateways/gateway-functions.php' );54: require_once( dirname( __FILE__ ) . '/gateways/paypal/paypal.php' );55: require_once( dirname( __FILE__ ) . '/gateways/bank-transfer/bank-transfer.58: require_once( dirname( __FILE__ ) . '/escrow/load.php' );61: require_once( dirname( __FILE__ ) . '/gateways/test/test.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 : load.php 18: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt19: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt22: require_once( dirname( __FILE__ ) . '/escrow-settings-form-class.php' );23: require_once( dirname( __FILE__ ) . '/order-escrow-functions.php' );24: require_once( dirname( __FILE__ ) . '/order-escrow-factory.php' );25: require_once( dirname( __FILE__ ) . '/order-escrow-class.php' );26: require_once( dirname( __FILE__ ) . '/admin/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 : install.php 930: require_once( ABSPATH . 'wp-admin/includes/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-admin-setup.php 47: require_once ( dirname( __FILE__ ) . '/upgrade/install.php' );48: require_once ( dirname( __FILE__ ) . '/upgrade/upgrade.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