0
Validation results

ClassiPress

ClassiPress

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEclassipress-3.5.1.zip
  • FILE SIZE1908281 bytes
  • MD555f3a3b4e759f6b954abef96dc09a6bf
  • SHA121aa4691f2586aff6b299f553535df301b9a1431
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://www.appthemes.com/themes/classipress/
  • VERSION3.5.1
  • AUTHOR URI
  • TAGSbefore {
  • CREATION DATE2019-06-25
  • LAST FILE UPDATE2019-06-25
  • LAST VALIDATION2019-06-25 12:41
  • OTHER VERSIONS

    4.1.4 : 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 customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
  3. Security breaches : Use of PHP sytem calls Found system in file bootstrap.php.
  4. Security breaches : Modification of PHP server settings Found ini_set in file testcase.php. 17: ini_set('display_errors', 1 );Found ini_set in file testcase-ajax.php. 165: ini_set( 'implicit_flush', false );
  5. Security breaches : Use of base64_encode() Found base64_encode in file recaptchalib.php.
     return strtr(base64_encode ($x), '+/', '-_');
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"> in file recaptchalib.php. 125: <iframe src=''. $server . '/noscript?k=' . $pubkey . $errorpart . '' height
  7. Malware : Operations on file system file_get_contents was found in the file trac.php 20: $tickets = @file_get_contents( $trac_url . '/query?status=%21closed&format=csv&col=id' 25: $tickets = file_get_contents( $file );file_get_contents was found in the file trac.php 20: $tickets = @file_get_contents( $trac_url . '/query?status=%21closed&format=csv&col=id' 25: $tickets = file_get_contents( $file );file_put_contents was found in the file trac.php 34: file_put_contents( $file, $tickets );fopen was found in the file utils.php 328: $fp = fopen( 'php://temp/', 'r+' );fclose was found in the file utils.php 332: fclose( $fp );file_get_contents was found in the file install.php 33: if ( $installed && file_exists( WP_TESTS_VERSION_FILE ) && file_get_contents( WP_TESTS_VERSION_FILE ) == $hash )file_put_contents was found in the file install.php 67: file_put_contents( WP_TESTS_VERSION_FILE, $hash );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 );fwrite was found in the file recaptchalib.php 84: fwrite($fs, $http_request);fclose was found in the file recaptchalib.php 88: fclose($fs);
  8. Malware : Network operations fsockopen was found in the file recaptchalib.php 80: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {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 146: $response = json_decode( curl_exec( $ch ), true );
  9. 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 admin.php : 131: add_submenu_page( $page_parent, __( 'Reports', APP_TD ), __( 'Reports', APPFile packages.php : 109: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab112: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-File packages.php : 109: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab112: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-File admin.php : 37: add_menu_page( __( 'Orders', APP_TD ), __( 'Payments', APP_TD ), 'edit_otheFile options.php : 10: do_action( 'appthemes_add_submenu_page_content' );27: add_submenu_page( 'edit.php?post_type='.APP_POST_TYPE, __( 'Forms', APP_TD 28: add_submenu_page( 'edit.php?post_type='.APP_POST_TYPE, __( 'Custom Fields',34: do_action( 'appthemes_add_submenu_page' );File options.php : 10: do_action( 'appthemes_add_submenu_page_content' );27: add_submenu_page( 'edit.php?post_type='.APP_POST_TYPE, __( 'Forms', APP_TD 28: add_submenu_page( 'edit.php?post_type='.APP_POST_TYPE, __( 'Custom Fields',34: do_action( 'appthemes_add_submenu_page' );
  10. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : actions.php.
  11. 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' => '',
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-widget.php. Themes must not deregister core scripts. 152: wp_deregister_script( $script );Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 28: wp_deregister_script( 'jquery' );
  2. theme tags : Presence of bad theme tagsFound wrong tag before { in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Below is your Order history. You can use the provided filter to filter all the orders.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Filter' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove Filters' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Orders found.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Legend' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pending' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Failed' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Completed' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Activated' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order not processed.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order failed or manually canceled.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order processed succesfully but pending moderation before activation.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order processed succesfully and activated.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ID' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Date' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Price' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment/Status' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'j M' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Orders found.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You don\'t have any Orders, yet.' in file dashboard-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Reset' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your new password below.' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file tpl-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 tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file tpl-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit Your Listing' in file form-listing-category-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cost Per Listing' in file form-listing-category-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Category' in file form-listing-category-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go &rsaquo;&rsaquo;' in file form-listing-category-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Review Your Membership Purchase' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership Renewal:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Benefit:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Length:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s more days' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d day', '%d days' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previous Expiration:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Expiration:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Price:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'By clicking the proceed button below, you agree to our terms and conditions.' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your IP address has been logged for security purposes:' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go back' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Continue &rsaquo;&rsaquo;' in file form-membership-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Purchase a Membership Pack' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership Benefit' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Subscription' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s / %2$s days' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Buy Now &rsaquo;&rsaquo;' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No membership packs found.' in file form-membership-packages.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view comments.' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Responses' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One Response' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Responses' in file comments-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Older Comments' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments' in file comments-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Trackbacks/Pingbacks' in file comments-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'What are you looking for?' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search for \'%1$s\' returned %2$s results' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s RSS Feed' in file taxonomy-ad_cat.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listings for' in file taxonomy-ad_cat.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay with %s' in file order-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file order-checkout.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view comments.' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Responses' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One Response' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Responses' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Older Comments' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Trackbacks/Pingbacks' in file comments-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file order-summary.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view comments.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Responses' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One Response' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Responses' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Trackbacks/Pingbacks' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Below you will find a listing of all your classified ads. Click on one of the options to perform a specific task. If you have any questions, please contact the site administrator.' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Views' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Options' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You currently have no classified ads.' in file dashboard-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please complete the fields below to login to your account.' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login &raquo;' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Lost and Found' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file tpl-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Listing Received' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you! Your ad listing has been submitted and is now live.' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visit your dashboard to make any changes to your ad listing or profile.' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View your new ad listing' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you! Your ad listing has been submitted for review.' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can check the status by viewing your dashboard.' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View your new ad listing' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About %s' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Member Since:' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listings' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posts' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Meta' in file sidebar-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Debug Mode On' in file wrapper.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit Your Listing' in file form-listing-category-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cost Per Listing' in file form-listing-category-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a Category' in file form-listing-category-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go &rsaquo;&rsaquo;' in file form-listing-category-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Dashboard' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Ads' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Orders' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WordPress Admin' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log Out' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Account Information' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Member Since:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last Login:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your membership pack "%1$s" expired on %2$s.' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Renew Your Membership Pack' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership Pack:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership Expires:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Renew or Extend Your Membership Pack' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Purchase a Membership Pack' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Account Statistics' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Live Listings:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pending Listings:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Offline Listings:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Listings:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Map' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Poster' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You must be logged in to inquire about this ad.' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listed by:' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Member Since:' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Other items listed by' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No other ads by this poster found.' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Latest items listed by' in file sidebar-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Complete the fields below to create your free account. Your login details will be emailed to you for confirmation so make sure to use a valid email address. Once registration is complete, you will be able to submit your ads.' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email:' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again:' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file tpl-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 tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create Account' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '** User registration is currently disabled. Please contact the site administrator. **' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue reading ...' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s RSS Feed' in file taxonomy-ad_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listings tagged with' in file taxonomy-ad_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Recovery' in file tpl-password-recovery.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 tpl-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email:' in file tpl-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file tpl-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Categories' in file tpl-ads-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Listings' in file tpl-ads-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Popular' in file tpl-ads-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Random' in file tpl-ads-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Join Now!' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Welcome back,' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last logged in:' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Manage your ads or edit your profile from your personalized dashboard.' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Manage Ads' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Meta' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Ads' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to %s' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Return to %s' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span class="%1$s">By</span> %2$s' in file attachment.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View all ads by %s' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span class="%1$s">Uploaded</span> %2$s' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full size is %s pixels' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to full-size image' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; prev' in file attachment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'next &rarr;' in file attachment.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Categories' in file tpl-categories.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'RSS Feed' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post an Ad' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Your Ad' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit the fields below and click save to update your ad. Your changes will be updated instantly on the site.' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Images:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, image editing is not supported for this ad.' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update Ad &raquo;' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file order-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select a method for processing your payment:' in file order-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Continue &rsaquo;&rsaquo;' in file order-select.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'First Name' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last Name' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nickname' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display Name' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About Me' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave this field blank unless you would like to change your password.' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type your new password again.' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your password should be at least seven characters long.' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Generate Password' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel password change' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your password should be at least seven characters long.' in file tpl-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update Profile &raquo;' in file tpl-profile.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 _e, with the arguments 'Continue &rsaquo;&rsaquo;' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit Your Listing' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Category' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(change)' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Continue &rsaquo;&rsaquo;' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Whoops! Page Not Found.' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The page or ad listing you are trying to reach no longer exists or has expired.' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Popular' in file sidebar-blog.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments' in file sidebar-blog.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags' in file sidebar-blog.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'What are you looking for?' in file searchbar.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Search Ads' in file searchbar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Listings' in file featured.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-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 _e, with the arguments 'Images' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear' in file app-plupload.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add Image' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are allowed to upload %s file(s).' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum file size: %s KB.' in file app-plupload.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You are using the flash uploader. Problems? Try the <a href="#">browser uploader</a> instead.' in file app-plupload.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You are using the browser uploader. Problems? Try the <a href="#">flash uploader</a> instead.' in file app-plupload.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Change Title' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure?' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed Files' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your listing images are now being processed...' in file app-plupload.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image number %1$d of %2$s has been processed.' in file app-plupload.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 'Browse:' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search results for "%s"' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 Not Found' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %d' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g:i a' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minute %d' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'g a' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'd' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Week %d' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'F' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'F Y' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'F j, Y' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Split' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Merge' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' 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 '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 'Page %s' 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 '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 'The %s plugin is not detected. We strongly recommend you download and activate it so you can receive the latest updates when available. It also protects your theme from being overwritten by a similarly named theme.' 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 __, 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 'Stats have been reset!' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%d total views, %d today' in file stats.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No views yet' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset listing statistics' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset stats' in file stats.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 '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 'Invalid key' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid login' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid user' 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>: The reCaptcha anti-spam response was incorrect.' 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 'The default WordPress login page is still accessible.' in file views-login.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 views-login.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 '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 __, 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 __, 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 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 '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 'Theme Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Version' 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 'Home URL' 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 'Theme Path' 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 'Multisite' 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 'WP Max Upload Size' 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 'Yes' 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 'Force SSL Admin' 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 'No' 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 'Yes' 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 'Server 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 'PHP Version' 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 'MySQL Version' 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 '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 '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 '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 'Upload Max Filesize' 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 'Display Errors' 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 'No' 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 'Yes' 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 'Image Support' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GD Library Installed' 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 'No' 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 'Other Checks' 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 'Yes' 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 'cURL Enabled' 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 'No' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fsockopen Enabled' 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 'No' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OpenSSL Enabled' 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 'No' 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 'wp_remote_post() test was successful.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wp_remote_post() test failed.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugins' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed 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 '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 '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 'Error: only post method allowed.' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: missing required post data.' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: attachment not found.' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to un-attach this media item from this post?' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumbnail' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upload Date' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Dimensions' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Detach/Sort' in file class-attachments-metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add Media Attachment' in file class-attachments-metabox.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 'Theme' in file versions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s successfully updated to version %2$s.' in file versions.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.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 _e, with the arguments 'This item has been sold' in file single-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listed:' in file single-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Expires:' in file single-ad_listing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file single-ad_listing.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Attachments' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All Rights Reserved.' in file footer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Twitter' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Powered by' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome to our Web site!' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'List Your Classified Ads' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We are your #1 classified ad listing site. Become a free member and start listing your classified ads within minutes. Manage all ads from your personalized dashboard.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill in the fields below to post your classified ad. Required fields are denoted by a *. You will be given the opportunity to review your ad before it is posted.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select a membership package that you would like to purchase for your account.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please note that changing membership plans before your current membership expires will cancel your current membership with no refund.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RULES AND GUIDELINES' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By posting your classified ad here, you agree that it is in compliance with our guidelines listed below.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We reserve the right to modify any ads in violation of our guidelines order to prevent abuse and keep the content appropriate for our general audience. This includes people of all ages, races, religions, and nationalities. Therefore, all ads that are in violation of our guidelines are subject to being removed immediately and without prior notice.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By posting an ad on our site, you agree to the following statement:' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I agree that I will be solely responsible for the content of any classified ads that I post on this website. I will not hold the owner of this website responsible for any losses or damages to myself or to others that may result directly or indirectly from any ads that I post here.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By posting an ad on our site, you further agree to the following guidelines:' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No foul or otherwise inappropriate language will be tolerated. Ads in violation of this rule are subject to being removed immediately and without warning. If it was a paid ad, no refund will be issues.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No racist, hateful, or otherwise offensive comments will be tolerated.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ad promoting activities that are illegal under the current laws of this state or country.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Any ad that appears to be merely a test posting, a joke, or otherwise insincere or non-serious is subject to removal.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We reserve the ultimate discretion as to which ads, if any, are in violation of these guidelines.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for your understanding.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for registering, %username%' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome to %s, your leader in online classified ad listings.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Below you will find your username and password which allows you to login to your user account and begin posting classified ads.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you have any questions, please just let us know.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Best regards,' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Offensive Content' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Offer' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spam' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'exceeds the %1$s KB limit by %2$s KB. Please go back and upload a smaller image.' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is not a valid image type (.gif, .jpg, .png). Please go back and upload a different image.' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad images are now being processed...' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image number %1$d of %2$s has been processed.' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error in deleting the image.' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image ' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image ' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing Attachment' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Image' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete Image' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upload Date:' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'File Info:' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Alt Text:' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add Image' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are allowed %s image(s) per ad.' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'KB max file size per image.' in file images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Check the box next to each image you wish to delete.' in file images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your message has been sent!' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'To inquire about this ad listing, complete the form below to send a message to the ad poster.' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Subject' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Re:' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Message' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sum of' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send Inquiry' in file sidebar-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Listings' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Listing' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to post an ad listing.' in file views.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> to post an ad listing.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to submit ad listings.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have active membership pack "%s". Membership benefit will apply on the review page before publishing an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Listing' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to renew an ad listing.' in file views.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> to renew an ad listing.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to renew ad listings.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this ad. Relisting is currently disabled.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this ad. Invalid ID of an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this ad. Invalid ID of an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can not renew this ad. It's not your ad." in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this ad. Ad is not expired.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have active membership pack "%s". Membership benefit will apply on the review page before publishing an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Purchase Membership' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to purchase a membership.' in file views.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> to purchase a membership.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments are currently disabled. You cannot purchase anything.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Listing' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to edit an ad listing.' in file views.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> to edit an ad listing.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to edit ad listings.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. Invalid ID of an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. Editing is currently disabled.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. Invalid ID of an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. Ad is not yet approved.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. This is not an ad.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can not edit this ad. It's not your ad." in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this ad. Ad is expired.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad has been paused.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad has been published.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad has been deleted.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad has been marked as sold.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad has been unmarked as sold.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This ad listing is currently pending and awaiting payment.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This ad listing is currently pending and must be approved by an administrator.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This ad listing is expired.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This ad listing is paused.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random Ads' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Ads' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest Ads' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About %s' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts tagged with "%s"' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads tagged with "%s"' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'What are you looking for?' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'need at least two characters' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Refine Results' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s or %2$s' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'miles' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'kilometers' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Radius' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Precise price' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'from' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Refine Results &rsaquo;&rsaquo;' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'What are you looking for?' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listing ID:' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'N/A' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no listings were found.' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Tags' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Tags' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no posts could be found.' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sponsored Links' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report problem' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[&hellip;]' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'on' 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 'Log in to reply.' 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 "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 _e, with the arguments 'Logged in as' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Logout of this account' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Logout' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(required)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email (will not be visible)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(required)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site administrator has blocked your access to the back-office.' in file security.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post a new Ad' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visit your dashboard' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View ad listing' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for your purchase!' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your order has been completed!' in file payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Free' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price depends on category' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price depends on ad package selected' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s of your ad listing price' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free listing unless featured.' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price per Ad' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price per Category' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% of Sellers Price' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free unless Featured' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activated' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Undecided' in file payments.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 'Sorry, the address could not be found.' in file sidebar-gmap.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file sidebar-popular.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'on' in file sidebar-popular.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments' in file sidebar-popular.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'There are no popular posts yet.' in file sidebar-popular.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New Ad Submission' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dear Admin,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following ad listing has just been submitted on your %s website.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Details' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview Ad: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Ad: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Ad Submission on %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for your recent submission!' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad listing has been submitted for review and will not appear live on our site until it has been approved.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Below you will find a summary of your ad listing on the %s website.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Details' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You may check the status of your ad(s) at anytime by logging into your dashboard.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad has been approved' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad listing, "%s" has been approved and is now live on our site.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can view your ad by clicking on the following link:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad has expired' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad listing, "%s" has expired.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would like to relist your ad, please visit your dashboard and click the "relist" link.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: All fields are required.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Incorrect captcha answer.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Incorrect captcha answer.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Incorrect email address.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: Ad does not exist.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone is interested in your ad listing: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'E-mail: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This message was sent from %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sent from IP Address: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New User Registration' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New user registration on your site %s:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'E-mail: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Your username and password' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your membership has been activated' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your membership, "%s" has been activated on our site, and You are ready to post ad listings.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can post your ad by clicking on the following link:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file emails.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 'This email confirms that you have purchased the following items:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Receipt for your order #%2$d' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dear Admin,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have received payment for the following items:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please review submitted ad listing, and approve it.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary:' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Received payment for order #%2$d' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Failed Order #%2$d' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment for the order #%s has failed.' in file 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 emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Ad listing awaiting your review' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dear Admin,' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad listing, "%s" has been edited and awaiting your review.' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please <a href="%s">review this listing</a>, and approve it.' in file emails.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type the two words:' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type what you hear:' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Play sound again' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Download sound as MP3' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visual challenge' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Audio challenge' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Get two new words' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Help' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Incorrect. Try again.' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'total views' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'today' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'no views yet' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perhaps you meant' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perhaps you meant' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Table '%s' has been deleted." in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All theme options have been deleted.' in file appthemes-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-- Select --' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Category:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: no results found for the default ad form.' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR: The form template for form ID %s does not exist or the session variable is empty.' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Listing Fee:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FREE' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Listing Fee:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Amount Due:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '--' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Listing %s' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your listing will appear in the featured slider section at the top of the front page.' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ad Package:' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error: no ad pack has been defined. Please contact the site administrator.' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image %s' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%sKB max file size per image' in file custom-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No ad details found.' in file custom-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This file no longer needs to be included.' in file step-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cheatin&#8217; uh?' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Email' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Pack' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'views' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ads viewed yet.' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'views' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ads viewed yet.' in file stats.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Ads Expired' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your cron job has run successfully. ' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No expired ads were found.' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following ads expired and have been taken down from your website: ' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your cron job has run successfully. However, the pruning ads option is turned off so no expired ads were taken down from the website.' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Subscription Ending on %s' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your membership pack will expire in %d days! Please renew your membership to continue posting classified ads.' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Details' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-----------------' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Pack: %s' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Expires: %s' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Your Membership Pack: %s' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'For questions or problems, please contact us directly at %s' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dear Admin,' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership pack for these users expire in %d days! These users will need to renew their membership to continue posting classified ads on your site:' in file cron.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Category' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options/Pay' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank You' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank You' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Membership' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank You' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Ad Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the ad categories.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of categories to show (0 for all):' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show ads counts' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Ad Sub Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sub-Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display sub-categories on a category page.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Any' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No sub-categories available' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of sub-categories to show (0 for all):' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Dropdown' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show ads counts' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Note:</strong> This widget is only displayed on category pages.' in file widgets.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'What are you looking for?' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Filter by City' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No cities found.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Recent Blog Posts' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From the Blog' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your most recent blog posts.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of posts to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Ad Search Box' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Classified Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sidebar ad search box.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Top Ads Today' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Ads Today' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the top ads today.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of ads to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Top Ads Overall' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Ads Overall' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the top ads overall.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of ads to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Ads Tag Cloud' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Tags' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your most used ad tags in cloud format.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of items to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Featured Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the featured ads.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of ads to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Sold Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sold Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the ads marked as sold.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of ads to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your Twitter username without the URL.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your Facebook username without the URL.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Don\'t have one yet?' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get a custom URL.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active Membership Pack' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Membership Pack active for the user. Can only be changed by admins.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter Pack ID to activate membership for user.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Pack Expires Date' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date for unlimited/dealer posting (if enabled). Can only be changed by admins.' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter date in format <code>Y-m-d H:i:s</code> Example date: <code>2012-01-26 13:25:00</code>' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Extended Profile' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'on' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0 Comments' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'There are no blog articles yet.' in file sidebar-blog-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Processing your request, Please wait....' in file report-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file report-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Offensive Content' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spam' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Offensive Content' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spam' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] New report on "%2$s"' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dear Admin,' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new report has been submitted on "%1$s" by %2$s.' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reported as: %s' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit post: %s' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trash it: %s' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete it: %s' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You will not receive further notification for this post until report has been deleted. However all future reports will be logged and can be viewed on each edit post page.' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file report-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid request.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report has been removed.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid item type.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid item type.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid report message.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid request.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only registered users can report.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, could not create report.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, could not create report.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you. Report has been submitted.' in file report-handle.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registered Users Only' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only allow registered users to report problems.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification Email' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send me an email when a problem has been reported.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report Post Values' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the different options you want available for the report feature. Enter one per line.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report User Options' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the different options you want available for the report feature. Enter one per line.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No reports yet.' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No reports yet.' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file metabox.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete this report?' in file metabox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Welcome,' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Dashboard' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Welcome,' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'visitor!' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log out' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'day' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'hours' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'hour' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'min' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'secs' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'remaining' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This ad has expired' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Post' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chargeback' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Denied' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ended' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scheduled' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inactive' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inactive' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Live' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Live-Expired' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Offline' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Awaiting approval' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Awaiting payment' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Private' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Published' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reversed' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trash' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unverified' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Verified' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Voided' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pause Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restart ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark Sold' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unmark Sold' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist Ad' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay now' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All times are GMT %1$s. The time now is %2$s.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Draft' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View More Ads' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Scheme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Background Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Navigation Bar Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Navigation Links Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Navigation Text Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Background Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Navigation Bar Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects Header/Footer/Form Steps' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buttons Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buttons Text Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Links Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects Links/Price Tags' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Background Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Text Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Titles Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Links Color' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Layout' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Style' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Directory Style' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use SelectBox JS' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A jQuery plugin that replaces the default drop-downs with modern ones' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Field Width' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Must be numeric followed by either px or % - i.e. 600px or 50%' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show time/timezone in the footer' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Width' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specify % or px' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Columns Width' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Specify % or px' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Aqua Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Green Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Teal Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Theme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Packs found' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Packs found in Trash' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Pack:' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package: %s' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Pack' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Packs found' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Packs found in Trash' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Pack:' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Packs' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership: %s' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free Posting' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s%% of price' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s\'s less per ad' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free Posting' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s per ad' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'required to post' in file packages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select one' in file categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed.' in file categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, no results found.' in file categories.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 '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 recieve 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.' in file gateway-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' (disabled)' in file gateway-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Disabled gateways are only available to administrators.' 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 '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 '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 '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 '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 _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 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 Dollars' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Euros' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pounds Sterling' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Dollars' 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 'Canadian Dollars' 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 'Israeli Shekel' 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 Ringgits' 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 Pesos' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Polish Zloty' 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 '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 'Taiwan New 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 '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 '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 'Identifier' 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 'Thousand Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The thousand separator of 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 of 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 '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 '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 '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 'Processing...' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please upload at least 1 image.' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete this ad?' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Navigation' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Strength indicator' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Very weak' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Weak' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Medium' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Strong' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mismatch' in file enqueue.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Comment on article ' in file sidebar-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to choose membership package.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choosen membership package does not exist.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership is currently required in order to post to category %s.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership is currently required.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choosen membership package does not exist.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Current Membership (%1$s) will be canceled upon purchase. This membership still has %2$s days remaining.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to select a category.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Selected category is invalid.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posting to parent categories is not allowed.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posting to parent categories that have subcategories is not allowed.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to dashboard.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad has been successfully updated and awaiting approval. %s' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your ad has been successfully updated. %s' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please upload at least 1 image.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is empty.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%1$s" field should be at least %2$d characters long.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is invalid.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to choose ad package.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choosen ad package does not exist.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create New Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Ads' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Ads' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ads found' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ads found in trash' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Ad' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is where you can create new classified ads on your site.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Category:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Category Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Tag:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Tag Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Dashboard' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your main ClassiPress sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress page sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress blog sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress single ad listing sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress author sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress user dashboard sidebar.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your ClassiPress footer. You can have up to four items which will display in the footer from left to right.' in file core.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Taxonomy List' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy Terms' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the list of selected taxonomy terms' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Taxonomy:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Columns:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu Depth:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub Menus:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Parent Count' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Childs Count' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide "No categories" text' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Only List of Childs on Taxonomy Acrhive' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes 125x125 Ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sponsored Ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Places an ad space in the sidebar for 125x125 ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open ads in a new window?:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter one ad entry per line in the following format:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL|Image URL|Image Alt Text|rel' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Note:</strong> You must hit your &quot;enter/return&quot; key after each ad entry otherwise the ads will not display properly.' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Facebook Like Box' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Friends' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This places a Facebook page Like Box in your sidebar to attract and gain Likes from visitors.' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Page ID (e.g: appthemes):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Width (Min. is 180 & Max. is 500):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Height (Min. is 70):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Cover Photo' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Friend\'s Faces' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Page Posts' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Custom Call to Action Button (if available)' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Small Header' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adapt to Container Width' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Social Connect' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Connect' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A set of icons to link to many social networks.' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use descriptions as tooltips (hides descriptions)' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show %s button' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s URL' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Description' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Recent Posts' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show recent posts any public types.' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Post Type:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of posts to show:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter posts IDs delimited by comma:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts content template name:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display only sticky posts (if post type supports):' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Rating (requires "StarStruck" plugin):' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Read More" button:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display post date:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display post thumbnail:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Breadcrumbs' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the Breadcrumbs' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Crumbs Separator:' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Network' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Title' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Browse' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Fields' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom Fields' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cannot remove from layout' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Remove from layout' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All your categories are currently being used. You must remove at least one category from another form layout before you can continue.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'check all' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Form Layout' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: Please select at least one category.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go back' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Creating your form.....' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create New Form' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Form Properties' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: Please select at least one category.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go back' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Saving your changes.....' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save changes' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Form Layout' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your changes have been saved.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Form Name' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Form Preview' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show field in the category refine search sidebar' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Adv. Search' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Required' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No fields have been added to this form layout yet.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save Changes' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Available Fields' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Field Name' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No fields are available.' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Add Fields to Form Layout' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Deleting form layout.....' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Form Layouts' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add New' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Form layouts allow you to create your own custom ad submission forms. Each form is essentially a container for your fields and can be applied to one or all of your categories. If you do not create any form layouts, the default one will be used. To change the default form, create a new form layout and apply it to all categories.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Categories' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Modified' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Actions' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit form layout' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit form properties' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete form layout' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No form layouts found.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Are you sure you want to delete this?' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Are you sure you want to remove this?' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Custom Field' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Creating your field.....' in file options.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Create New Field' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Custom Field' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Saving your changes.....' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save changes' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Deleting custom field.....' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Custom Fields' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add New' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Custom fields allow you to customize your ad submission forms and collect more information. Each custom field needs to be added to a form layout in order to be visible on your website. You can create unlimited custom fields and each one can be used across multiple form layouts. It is highly recommended to NOT delete a custom field once it is being used on your ads because it could cause ad editing problems for your customers.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Modified' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Actions' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No custom fields found. This usually means your install script did not run correctly. Go back and try reactivating the theme again.' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WARNING: Deleting this field will prevent any existing ads currently using this field from displaying the field value. Deleting fields is NOT recommended unless you do not have any existing ads using this field. Are you sure you want to delete this field?? (This cannot be undone)' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Table '%s' has been deleted." in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All ClassiPress options have been deleted from the WordPress options table.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "ClassiPress '%s' cache has been flushed." in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 30 Days' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overview' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Registrations' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Today' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yesterday' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Live Ads' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Live Ads' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Ads' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Ads' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 7 Days' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overall' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Docs' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download CSV file' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download CSV file' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads with attachments' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download example CSV files: %1$s, %2$s' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Id' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last Login' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registered' in file admin.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View ads by this author' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Ad Listings' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Sales' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Cache' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flush ClassiPress Cache' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Empty anything that ClassiPress has stored in cache (i.e. category drop-down menu, home page directory structure, etc).' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uninstall Theme' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Database Tables' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete ClassiPress Tables' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You will lose any custom fields, forms, and ad packs that you have created.' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Config Options' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete ClassiPress Options' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All values saved on the settings, pricing, gateways, etc admin pages will be erased from the wp_options table.' in file system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress 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 'Expired ads have been pruned.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Statistics have been reseted.' 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 'Categories' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings' 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 'Advertising' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appearance' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Design' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Customize the look and feel of your website by visiting the <a href="%s">WordPress customizer</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favicon' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a target="_blank" href="%s">Create your own</a> favicon or paste an image URL directly. Must be a 16x16 .ico file.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will replace the default favicon logo.(i.e. http://www.yoursite.com/favicon.ico)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feedburner URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s Sign up for a free <a target="_blank" href="%2$s">Feedburner account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically redirect your default RSS feed to Feedburner.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s Sign up for a free <a target="_blank" href="%2$s">Twitter account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically redirect your Twitter link to your Twitter page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s Sign up for a free <a target="_blank" href="%2$s">Facebook account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a Facebook icon in the header that links to your page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Analytics Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$sSign up for a free <a target="_blank" href="%2$s">Google Analytics account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can use Google Analytics or other providers as well.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Maps' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region Biasing' in file settings.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 settings.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 settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file settings.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 settings.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 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' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Exclude from search results' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog Posts' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Exclude from search results' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refine Price Slider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use a price slider instead of input fields in the "refine search" widget' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Menu' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Categories' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Depth' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This sets the depth of categories shown in the category drop-down. Use 'Show All' unless you have a lot of sub-categories and do not want them all listed." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hierarchy' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indent sub-categories within the drop-down' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Count' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the ad total next to each category in the drop-down' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide empty categories within the drop-down' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Messages' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appears in the sidebar of your home page. (HTML is allowed)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appears at the top of the classified ads listing page. (HTML is allowed)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appears at the top of the membership package purchase page. (HTML is allowed)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Terms' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Appears on the last step of your classified ad listing page. This is usually your legal disclaimer or rules for posting new ads. (HTML is allowed)' 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 'Editing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users to edit and republish their ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'They can manage and edit ads from their dashboard.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relisting' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users to relist and pay for their expired ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An email will be sent with a link to relist their ad.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Period' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Days each ad will be listed ' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option is overridden by ad packs if you are charging for ads and using the Fixed Price Per Ad option. ' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Posting' 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 'No' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When Empty' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Allow users to post in top-level categories" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If set to 'When Empty', it allows posting to top-level categories only if they have no child categories." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inquiry Form' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Require visitors to be logged in before they can contact ad owners' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In most cases you should keep this set to no to encourage visitors to ask questions without having to create an account.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow HTML' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permit users to use HTML within their ad listings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turns on the TinyMCE editor on text area fields and allows the ad owner to use html markup. Other fields do not allow html by default.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Counter' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show a page views counter on each ad listing and blog post" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This will show a 'total views' and 'today's views' at the bottom of each ad listing and blog post." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gravatar' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show a picture of the user on their ad listing" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A placeholder image will be used if they don't have a Gravatar setup." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderate' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve and publish each new ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, ads go live immediately without being moderated (unless it has not been paid for).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edited Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve and publish user edited ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, edited ads stay live without being moderated.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically remove expired listings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, ads will remain live but marked as expired. If enabled, ads will be set to draft (not deleted). Frequency can be set via the cron job option on the advanced tab.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Images' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Images' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow the user to upload and display images in their ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Require Images' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Require at least one image uploaded per ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview Image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a larger image when you mouse over the thumbnail' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects the home, category, and search results pages.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max Images' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Images allowed per ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max Size' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum size per image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Backend Access' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Restrict access by <a target='_blank' href='%s'>specific role</a>." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins Only' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins, Editors' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins, Editors, Authors' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admins, Editors, Authors, Contributors' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Access' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'reCaptcha' 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 "A free <a target='_blank' href='%s'>anti-spam service</a> provided by Google" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays a verification box on your registration page to prevent your website from spam and abuse.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public Key' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Private Key' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'White' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Black' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clean' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Ad (468x60)' 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 'Displayed in the header' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Supports many popular providers such as <a target="_blank" href="%s">Google AdSense</a> and <a target="_blank" href="%s">BuySellAds</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the URL to your ad creative.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would rather use an image ad instead of code provided by your advertiser, use this field.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL of your landing page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When a visitor clicks on your ad image, this is the destination they will be sent to.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Ad (336x280)' 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 'Displayed on single ad, category, and search result pages' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Supports many popular providers such as <a target="_blank" href="%s">Google AdSense</a> and <a target="_blank" href="%s">BuySellAds</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the URL to your ad creative.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you would rather use an image ad instead of code provided by your advertiser, use this field.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The URL of your landing page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When a visitor clicks on your ad image, this is the destination they will be sent to.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maintenance' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Prune expired ads</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click the link to manually run the function that checks all ads expiration and prunes any ads that are expired. This event will run only one time.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Stats' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Reset stats counters</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click the link to run the function that reset the stats counters for all ads and posts.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set Password' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Let the user create their own password vs a system generated one' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable Toolbar' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide the WordPress toolbar for logged in users' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable Embeds' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Don't allow users to embed videos, images, or any other media" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable Login Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prevents users from accessing <code>wp-login.php</code> directly' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Developer' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable Stylesheets' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turn off all styles (advanced users only)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you are interested in creating a child theme or just want to completely disable the core theme styles, enable this option." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Debug Mode' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Print out the <code>$wp_query->query_vars</code> array at the top of your website' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Google CDN' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Speed up your website and save bandwidth by using their hosted jQuery" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Version' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Remove the WordPress version meta tag from your website" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An added security measure so snoopers won't be able to tell what version of WordPress you're running." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cache Expires' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This number is in seconds so one day equals 86400.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To speed up page loading on your site, ClassiPress uses a caching mechanism on certain features (i.e. category drop-down, home page). The cache automatically gets flushed whenever a category has been added/modified, however this value sets the frequency your cache is regularly emptied. We recommend keeping this at the default (every hour = 3600 seconds).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Schedule' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Frequency to check for and take offline expired ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hourly' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twice Daily' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twice daily is recommended. Hourly may cause performance issues if you have a lot of ads. Note: This feature only works if you have enabled the Prune Ads option. ' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permalinks' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Setup permalinks</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Legacy' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Box Right Side' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Normal Full Width' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Legacy Ads Width' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sometimes the main ad listings box is too narrow or it wraps due to legacy ad sizes.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Count' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the number of ads next to the category name' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Don't show the category if it has no ads" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Depth' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The number of levels deep the category should display' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub-Categories' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The number of sub-categories each parent category should display' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Columns' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The number of columns on the directory-style layout that should display' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear Image' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads Custom Post Type & Taxonomy URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Listing Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Category Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Tag Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom post types and taxonomy URLs cannot be empty. Empty options will default to previous value.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Emails' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Emails' 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 'New User' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Admin' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recipient' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s (<a href="%2$s">change</a>)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email on new ad submissions.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pruned Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email every time the system prunes expired ads.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New User' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send the default WordPress new user notification email.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Approved Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email once their ad is approved.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is triggered when post status changes from pending to published.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email once their ad has expired.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is triggered when post status changes from published to draft.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Activated' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email once their membership is activated.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Reminder' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send a reminder email prior to the expiration date.' 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 'Send a custom new user notification email instead of the WordPress default one.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is what your users will see as the &quot;from&quot; name.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is what your users will see as the &quot;from&quot; email address.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subject' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow HTML' 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 'No' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow html markup in the email body below. If you have delivery problems, keep this option disabled.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Body' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You may use the following variables within the email body and/or subject line.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the username' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the users email address' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the users text password' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out your website url' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out your site name' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out your sites login url' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Each variable MUST have the percentage signs wrapped around it with no spaces.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Always test your new email after making any changes (register) to make sure it is working and formatted correctly. If you do not receive an email, chances are something is wrong with your email body.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClassiPress Pricing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for Listing Ads option is currently <strong>disabled</strong>. ' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership will not affect ad listing purchase price, however purchasing membership still will be required to create or renew ad listings.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership will not affect ad listing purchase price.' 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 'Memberships' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Per Category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership by Category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for Listing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option activates the payment system so you can start charging for ad listings on your site.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Featured Slider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option turns on the home page featured ads slider. Usually you charge extra for this space but it is not required. To manually make an ad appear here, check the &quot;stick this post to the front page&quot; box on the WordPress edit post page under &quot;Visibility&quot;.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Title Length' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This number controls the length of your featured ad titles to this many characters (i.e. if you changed this value to 5, &quot;My Title&quot; would turn into &quot;My Ti...&quot;. Spaces are included in the count.)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Price' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only enter numeric values or decimal points. Do not include a currency symbol or commas.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is the additional amount you will charge visitors to post a featured ad on your site. A featured ad appears in the slider on home page. Leave this blank if you do not want to offer featured ads.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clean Price Field' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option should be enabled in order to store valid price values.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will remove any letters and special characters from the price field leaving only numbers and periods. Disable this if you prefer to allow visitors to enter text such as TBD, OBO or other contextual phrases.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Empty Prices' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will force any ad without a price to display a currency of zero for the price.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Decimals' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will hide decimals for prices displayed on your site. Enable this option if your currency does not use decimals (i.e. Yen).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currency Symbol' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the currency symbol you want to appear next to prices on your classified ads (i.e. $, &euro;, &pound;, &yen;)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Model' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Model' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you select the &quot;Fixed Price Per Ad&quot; option, you must have at least one active <a href="%s">ad pack</a> setup.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price Per Ad' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Per Category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% of Sellers Ad Price' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only Charge for Featured Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option defines the pricing model for selling ads on your site. If you want to provide free and paid ads then select the &quot;Price Per Category&quot; option.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% of Sellers Ad Price' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you selected the &quot;% of Sellers Ad Price&quot; price model, enter your percentage here. Numbers only. No percentage symbol or commas.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Packs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage your <a href="%s">membership packs</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This option activates Membership Packs and their respective discounts. Disabling this does not disable the membership system, but simply stops the discounts from activating during the posting process.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reminders' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects both email and website notifications.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of days you would like to send renewal reminders before their subscription expires. Numeric values only.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership to Buy Ads' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not Required' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required for All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required by Category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "<strong>Not Required</strong> - a membership isn't needed to list an ad." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Required for All</strong> - must have an active membership to list an ad.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Required by Category</strong> - limits users with memberships to list ads in certain categories.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership by Category' in file 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 'New' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Themes' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Authors' in file addons-mp-class.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 __, 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 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Child Themes' 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 'Requirements:' 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 __, with the arguments 'ClassiPress' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vantage' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JobRoller' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taskerr' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ideas' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quality Control' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugins' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment Gateways' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Child Themes' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General Themes' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Per Ad' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file package-list.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d day', '%d days' in file package-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active' in file package-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Inactive' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Packs are disabled. Change the <a href="%1$s">pricing model</a> to enable Ad Packs.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Packs allow you to create bundled listing options for your customers to choose from.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'For example, instead of only offering a set price for xx days (30 days for $5), you could also offer discounts for longer terms (60 days for $7).' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These only work if you are selling ads and using the "Fixed Price Per Ad" price model.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Modifier' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Terms' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s / %2$s days' in file package-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active' in file package-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Inactive' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Packs are disabled. Enable the <a href="%1$s">membership packs</a> option.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Packs allow you to setup subscription-based pricing packages.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This enables your customers to post unlimited ads for a set period of time or until the membership becomes inactive.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These memberships affect pricing regardless of the ad packs or pricing model you have set as long as you have enabled the <a href="%1$s">membership packs</a> option.' in file package-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Name' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a form name that best describes what category or categories this form will be used for. (i.e. Auto Form, Clothes Form, General Form, etc). It will not be visible on your site.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Description' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a description of your new form layout. It will not be visible on your site.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Available Categories' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can assign a form layout to multiple categories. A category can only have one form layout assigned to it. Categories not listed are being used on a different form layout. Any unselected categories will use the default ad form.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you do not want this new form live on your site yet, select inactive.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Inactive' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Name' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a field name that best describes what this field will be used for. (i.e. Color, Size, etc). It will be visible on your site.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Meta Name' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is used by WordPress so you cannot modify it. Doing so could cause problems displaying the field on your ads.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Description' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a description of your new form layout. It will not be visible on your site.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Tooltip' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will create a ? tooltip icon next to this field on the submit ad page.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Type' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is the type of field you want to create.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'text box' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'drop-down' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'text area' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'radio buttons' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'checkboxes' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Minimum Length' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Defines the minimum number of characters required for this field. Enter a number like 2 or enter 0 to make the field optional.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field Values' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a comma separated list of values you want to appear in this drop-down box. (i.e. XXL,XL,L,M,S,XS). Do not separate values with the return key.' in file values.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Pack Details' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a name that best describes this ad package. (i.e. 30 days for only $5) This will be visible on your new ad listing submission page.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a description of your ad package. It will not be visible on your site.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Example: %s ' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a numeric value for this package (do not enter a currency symbol or commas).' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Example: %s ' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a numeric value to specify the number of days for this ad package.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package title cannot be empty' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price must be numeric' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration must be numeric' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package created.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package saved.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package scheduled.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package draft updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Membership Pack Details' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a name that best describes this membership package. (i.e. 30 days unlimited posting for only $25) This will be visible on your membership purchase page.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a description of your membership package.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package Type' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Static Price' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Discounted Price' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Discounted Price' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Example: %s ' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The price this membership will cost your customer to purchase. Enter a numeric value (do not enter a currency symbol or commas).' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Example: %s ' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The length of time in days this membership lasts.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price Modifier (How a membership affects the price of an ad)' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter #.## for currency (i.e. 2.25 for $2.25), ### for percentage (i.e. 50 for 50%)' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a numeric value (do not enter a currency symbol or commas). This will modify the checkout price based on the selected package type.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Satisfies Membership Requirement' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If the &quot;<a href="%s">Are Membership Packs Required to Purchase Ads</a>&quot; option under the Membership tab is enabled, you should enable it.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disabling it means that this membership does not allow the customer to post to categories requiring membership. You would disable it if you wanted to separate memberships that are required to post versus memberships that simply affect the final price.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package title cannot be empty' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price must be numeric' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration must be numeric' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package created.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package saved.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package scheduled.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Package draft updated.' in file package-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer' 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 'Sponsored Ads' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Friends' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' 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 'Popular Ads Overall' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sold Ads' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Ads Overall' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog Categories' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ad Categories' 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 'Most Popular' 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 _e, with the arguments 'Featured Ad (sticky)' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Info' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reference ID' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views Today' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views Total' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submitted from IP' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last Payment' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Details' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments '-- Select --' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No form fields found.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Information' in file listing-single.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 package the owner chose. They will apply until the listing expires.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listing Duration' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires on' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file listing-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Author' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views Today' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views Total' 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 'Date' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Ad (sticky)' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoding ad listing addresses to make the advanced search radius feature work. This process queries Google Maps to get longitude and latitude coordinates based on each ad listings address. Please be patient as this may take a few minutes to complete.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Ad #%d - %s " in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoding complete.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoding failed - address not found.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' Geocoding table updated.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please note: Ads that failed during this process will not show up during a radius search since the address was invalid.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue Upgrading' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders Update Progress: %d orders left.' in file updates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'check all' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'uncheck all' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WARNING: You are about to completely delete all ClassiPress database tables. Are you sure you want to proceed? (This cannot be undone)' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WARNING: You are about to completely delete all ClassiPress configuration options from the wp_options database table. Are you sure you want to proceed? (This cannot be undone)' in file enqueue.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Orders' in file tpl-dashboard-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Page' in file page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no pages matched your criteria.' in file page.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'There are currently %s featured ad', 'There are currently %s featured ads' in file tpl-featured-ads-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Listings' in file tpl-featured-ads-home.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Ads' in file child-views.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Review Your Listing' in file form-listing-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'By clicking the proceed button below, you agree to our terms and conditions.' in file form-listing-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your IP address has been logged for security purposes:' in file form-listing-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go back' in file form-listing-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Continue &rsaquo;&rsaquo;' in file form-listing-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No content found.' in file tpl-full-width.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Membership Not Enabled' in file form-membership-disabled.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Administrator currently has memberships disabled. Please try again later.' in file form-membership-disabled.php.
  4. 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.
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  6. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. Deprecated functions : force_ssl_loginforce_ssl_login found in file views-login.php. Deprecated since version 4.4. Use force_ssl_admin instead.149: if ( is_ssl() && force_ssl_login() && ! force_ssl_admin() && ( 0 !== strpos( $redirect_to, '
  9. 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' => '',
  10. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  11. I18N implementation : Proper use of ___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.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  14. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  15. 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.
  16. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file sidebar-page.php.30: <li><a href='http://www.appthemes.com/' title='Premium WordPress Themes'>AppThemes</a></Possible hard-coded links were found in the file footer.php.46: <p><a href='https://www.appthemes.com/themes/classipress/' target='_blank' rel='nofolloPossible hard-coded links were found in the file admin.php.77: <a href='http://marketplace.appthemes.com/' class='add-new-h2'><?php _e( 'Browse Mar78: <a href='http://www.appthemes.com/themes/' class='add-new-h2'><?php _e( 'Browse Them
  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 image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : bootstrap.php 8: require_once 'PHPUnit/Autoload.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 : mock-mailer.php 3: require_once(ABSPATH . '/wp-includes/class-phpmailer.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 : testcase-xmlrpc.php 2: include_once(ABSPATH . 'wp-admin/includes/admin.php');3: include_once(ABSPATH . WPINC . '/class-IXR.php');4: include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.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 : 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 : search-index.php 13: require_once( APP_FRAMEWORK_DIR . '/admin/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 : views-login.php 600: require_once( $options['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 : media-manager.php 470: require_once( ABSPATH . 'wp-admin/includes/image.php' );763: 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 : appthemes-functions.php 23: require_once ( $options['file'] );227: require_once(ABSPATH . 'wp-includes/class-snoopy.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 24: require_once( APP_FRAMEWORK_DIR . '/admin/class-meta-box.php' );25: require_once( APP_FRAMEWORK_DIR . '/admin/class-user-meta-box.php' );26: require_once( APP_FRAMEWORK_DIR . '/admin/class-tabs-page.php' );29: require_once( dirname( __FILE__ ) . '/report-functions.php' );30: require_once( dirname( __FILE__ ) . '/report-comments.php' );31: require_once( dirname( __FILE__ ) . '/report-factory.php' );32: require_once( dirname( __FILE__ ) . '/report-class.php' );33: require_once( dirname( __FILE__ ) . '/report-handle.php' );34: require_once( dirname( __FILE__ ) . '/report-notify-class.php' );35: require_once( dirname( __FILE__ ) . '/report-enqueue.php' );41: require_once( dirname( __FILE__ ) . '/admin/admin.php' );42: require_once( dirname( __FILE__ ) . '/admin/metabox.php' );43: 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 : 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 48: require_once( dirname( __FILE__ ) . '/gateways/gateway-class.php' );49: require_once( dirname( __FILE__ ) . '/gateways/boomerang-class.php' );50: require_once( dirname( __FILE__ ) . '/gateways/gateway-registry.php' );51: require_once( dirname( __FILE__ ) . '/gateways/gateway-functions.php' );53: require_once( dirname( __FILE__ ) . '/gateways/paypal/paypal.php' );54: require_once( dirname( __FILE__ ) . '/gateways/bank-transfer/bank-transfer.57: require_once( dirname( __FILE__ ) . '/escrow/load.php' );60: 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 : views-checkout.php 1007: require_once( ABSPATH . 'wp-admin/includes/file.php' );1008: require_once( ABSPATH . 'wp-admin/includes/image.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : widget-social-connect.php 24: * - `social_networks`- List of social networks slugs to include (default is empty - shows all social networks from `APP_Social_Netw 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 : options.php 4: require_once ('values.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 : addons-mp-class.php 91: include_once( ABSPATH . WPINC . '/feed.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