0
Validation results

Clipper

Clipper

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEappthemes-clipper-wordpress-theme-164.zip
  • FILE SIZE2236339 bytes
  • MD569420bf175ff7fff4d814f482780ea43
  • SHA1d24999d102b1ddbfaf34d20443e110792adf8206
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://www.appthemes.com/themes/clipper/
  • VERSION1.6.4
  • AUTHOR URI
  • CREATION DATE2019-05-15
  • LAST FILE UPDATE2021-04-10
  • LAST VALIDATION2021-04-10 21:31
  • OTHER VERSIONS

    2.0.6 : 0%

    2.0.2 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. 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.
  2. Security breaches : Use of PHP sytem calls Found system in file bootstrap.php.
  3. 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 );
  4. Security breaches : Use of base64_encode() Found base64_encode in file recaptchalib.php.
     return strtr(base64_encode ($x), '+/', '-_');
  5. 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
  6. Malware : Operations on file system fopen was found in the file importer.php 179: $handle = fopen( $file, 'r' );215: $handle = fopen( $file, 'w+' );fclose was found in the file importer.php 209: fclose( $handle );232: fclose( $handle );fopen was found in the file importer.php 179: $handle = fopen( $file, 'r' );215: $handle = fopen( $file, 'w+' );fclose was found in the file importer.php 209: fclose( $handle );232: fclose( $handle );file_get_contents was found in the file 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 );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 );fwrite was found in the file recaptchalib.php 84: fwrite($fs, $http_request);fclose was found in the file recaptchalib.php 88: fclose($fs);
  7. Malware : Network operations curl_init was found in the file paypal-adaptive-request.php 131: $ch = curl_init();curl_exec was found in the file paypal-adaptive-request.php 147: $response = json_decode( curl_exec( $ch ), true );fsockopen was found in the file recaptchalib.php 80: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File AdminPage.php : 13: * $toplevel (string) If not empty, will create a new top level menu (for expected values see http://codex.wordpress.org/Administration_Menus#Using_add_submenu_page)451: $this->pagehook = add_submenu_page(471: add_submenu_page(File AdminPage.php : 13: * $toplevel (string) If not empty, will create a new top level menu (for expected values see http://codex.wordpress.org/Administration_Menus#Using_add_submenu_page)451: $this->pagehook = add_submenu_page(471: add_submenu_page(File admin.php : 38: add_menu_page( __( 'Orders', APP_TD ), __( 'Payments', APP_TD ), $capabilitFile admin.php : 131: add_submenu_page( $page_parent, __( 'Reports', APP_TD ), __( 'Reports', APP
  9. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : actions.php.
  10. Deprecated functions : screen_icon screen_icon found in file AdminPage.php. Deprecated since version 3.8.16: * $screen_icon (string) The icon type to use in the screen header189: screen_icon( $this->args['screen_icon'] );513: 'screen_icon' => '',
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-widget.php. Themes must not deregister core scripts. 156: wp_deregister_script( $script );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no coupons found' in file loop-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Page Not Found' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Sorry, but you are looking for something that isn't here." in file 404.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 __, 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 _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 'Submit' in file order-select.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 'Click for more info' in file class-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSV Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Howdy! Upload a CSV file containing your data and we'll import it into this site. The file must be in the correct format for the import to work." in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Before you can upload your import file, you will need to fix the following error:' in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a File' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Maximum size: %s)' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload file and import' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, there has been an error.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The file could not be processed.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Imported %s items.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The theme developers url.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The path of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Child Theme' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check if a child theme is active.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Using parent theme %s v%s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 "The url of your website's homepage." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The url of your WordPress install.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of WordPress installed.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Multisite' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress Multisite is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Memory Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum amount of memory (RAM) that your site can use.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Remote Post' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server is able to post information to another server. PayPal IPN uses this method of communication when sending back transaction information.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Debug Mode' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress debug mode is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Force SSL Admin' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if your site forces SSL (Secure Sockets Layer) also known as TLS (Transport Layer Security).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current language used by WordPress. The default value is en_US (English).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language File Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where to put your .mo language file for this theme (e.g. %1$s-%2$s.mo). The wp-admin "Site Language" drop-down must also be set to your locale.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 'The web server your hosting server is running.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of PHP installed on your hosting server. We recommend a minimum PHP version of 5.4.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function phpversion() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Post Max Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be contained in one $_POST.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Time Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount of time (in seconds) your server will spend on a task before timing out. Set this higher to avoid timeout issues.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Max Input Vars' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum number of variables your server can use for a single function to avoid overloads.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUHOSIN Installed' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Suhosin is an advanced protection system for PHP installations. Your host provider typically configures this.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MySQL Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of MySQL installed on your hosting server. We recommend a minimum mySQL version of 5.5.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max Upload Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be uploaded to your WordPress installation. If you get timeout errors when uploading a large file, this should be increased.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Errors' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks if your hosting server has PHP errors turned on. If so, they will display on the screen. This should be turned off in a production environment.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Support' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GD Library' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server has the GD Library installed which allows WordPress to dynamically manipulate images.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Upload Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The WordPress image upload path on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 'Checks to see if the JSON Decode function is enabled on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cURL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the CURL function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fsockopen' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the fsockopen function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OpenSSL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the OpenSSL function is enabled on your hosting server. This is sometimes required by plugins but typically not for payment gateways.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active Plugins' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Download Report' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments "wp_remote_post() failed. PayPal IPN won't work with your server at this time. Contact your host provider." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin site' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One-off event' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You haven&#39;t created any cron job tasks yet.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hook Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Frequency' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Run Date' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tutorials' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Snapshot' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Registrations' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Today' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yesterday' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Users' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 7 Days' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overall' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Apps' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Docs' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function 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 'Title:' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar ID can not be checked before the widget ID is set.' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 'Retrieving page id by APP_View_Page subclass name is deprecated, use APP_View_Page::_get_page_id( $template ) instead!' in file view-types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APP_Core class required.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Query vars cannot be added before WP_Query is instantiated and default query vars has not been pre-filled yet.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login or <a href="%s">register</a>.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lost password?' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s of %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No categories' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is required.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fix this field.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email address.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid URL.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date (ISO).' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter only digits.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid credit card number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter the same value again.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter no more than {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter at least {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1} characters long.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value less than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value greater than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Done' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Today' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wk' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Su', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Mo', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tu', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'We', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Th', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Fr', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Sa', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 '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 '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 'Submit' in file class-ajax-view.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 '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 _e, with the arguments 'Browse by Coupon Category' in file tpl-coupon-cats.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Promo:' in file content-codebox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to open site' in file content-codebox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to Redeem' in file content-codebox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to Redeem' in file content-codebox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to open site' in file content-codebox.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thanks for Sharing!' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your coupon has successfully been submitted.' in file form-listing-submit-free.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User Options' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Dashboard' 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 _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 'N/A' 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 'N/A' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'N/A' 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 Coupons:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pending Coupons:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Offline Coupons:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Coupons:' in file sidebar-user.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store RSS' in file taxonomy-stores.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Coupons' in file taxonomy-stores.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s active coupon', 'Currently %s active coupons' in file taxonomy-stores.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable Coupons' in file taxonomy-stores.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s unreliable coupon', 'Currently %s unreliable coupons' in file taxonomy-stores.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Your Coupon' 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 coupon. 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 'Store Name:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Title:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Category:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Type:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Code:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Current Coupon:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Printed Coupon:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Destination URL:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Expiration Date:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Separate tags with commas' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Full Description:' in file form-listing-edit.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Update Coupon &raquo;' in file form-listing-edit.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 'Website:' 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 'Latest Coupons' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No coupons yet.' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recent Articles' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No articles yet.' in file author.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View the %s post' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'more &rsaquo;&rsaquo;' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'post from' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email to Friend' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Digg' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reddit' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span>%</span> Comments' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments closed' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-search-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-search-post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archive for' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archive for' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archive for' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archive for' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts Tagged with' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Author Archive' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archive' in file archive.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View the %s page' in file content-search-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'more &rsaquo;&rsaquo;' in file content-search-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Coupons' in file front-page.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'There are currently %s active coupon', 'There are currently %s active coupons' in file front-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse by Store' in file tpl-stores.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 'Complete the fields below to login.' 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 'Login' 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 '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 'RSS' 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 __, with the arguments ' - Expires: ' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0 Comments' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Details' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags:' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'None' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file single-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'coupon from' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Comments RSS' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Digg' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no coupons yet.' in file single-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no coupons found' in file loop-search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Type RSS' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type: %s' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Coupons' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s active coupon', 'Currently %s active coupons' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable Coupons' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s unreliable coupon', 'Currently %s unreliable coupons' in file taxonomy-coupon_type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Coupon Code' in file content-codebox-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Code:' in file content-codebox-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to copy &amp; open site' in file content-codebox-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to copy &amp; open site' in file content-codebox-coupon-code.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Search for '%s' returned %s results" in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, no coupons could be found for "%s".' in file search.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 'Category:' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags:' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'coupon from' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email to Friend' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Digg' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reddit' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span>%</span> Comments' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments closed' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-coupon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close comments' in file content-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Coupons' in file featured.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share a Coupon' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Complete the form below to share your coupon with us.' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Title:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Store Name:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Store URL:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Category:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Type:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Code:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Current Coupon:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Printed Coupon:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Destination URL:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Expiration Date:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Separate tags with commas' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Full Description:' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share It!' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file form-listing-details.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue reading &raquo;' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Post' in file content.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 become a member.' 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 'Register' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User registration has been disabled.' in file tpl-registration.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'There are currently %s featured coupon', 'There are currently %s featured coupons' in file tpl-featured-coupons-home.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Coupons' in file tpl-featured-coupons-home.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Coupons' in file child-views.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email to a Friend:' in file form-social-email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>.' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out &raquo;' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Name:' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Email:' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recipients Email:' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Message:' in file form-social-email.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send Email' in file form-social-email.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s coupon code:' in file form-popup-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Copy' in file form-popup-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Paste this code at checkout when you are done shopping.' in file form-popup-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to open site' in file form-popup-coupon-code.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Open site' in file form-popup-coupon-code.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 '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 '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 '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 '(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 '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 'Page %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'image {current} of {total}' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'previous' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'close' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This image failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'start slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'stop slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '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 '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 '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 'Username' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file form-login.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Login' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '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 'Register' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '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 __, with the arguments 'Login' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The username field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The password field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cookies are blocked or not supported by your browser. You must enable cookies to continue.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now logged out.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User registration is currently not allowed.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for the confirmation link.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for your new password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration complete. Please check your e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password has been reset. Please login.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Recovery' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, that key does not appear to be valid. Please try again.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Enter a username or e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: There is no user registered with that email address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Invalid username or e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password reset is not allowed for this user' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone requested that the password be reset for the following account:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The e-mail could not be sent.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function...' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please type your e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The email address isn&#8217;t correct.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This email is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter the password twice.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Couldn&#39;t register you... please contact the <a href="mailto:%s">webmaster</a> !' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New User Registration' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New user registration on your site %s:' 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 'E-mail: %s' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Your username and password' 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 'Password: %s' 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 _e, with the arguments 'Orders' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Below is your Order history. Click on one of the options to perform a specific task. If you have any questions, please contact the site administrator.' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Statuses Legend:' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending:' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order not processed.' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed:' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order failed or manually canceled.' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed:' in file tpl-user-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 tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activated:' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order processed succesfully and activated.' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ID' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Price' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment/Status' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Options' in file tpl-user-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You currently have no orders.' in file tpl-user-orders.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 the comments.' in file comments-mini.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Posts Found' in file loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no posts found.' in file loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Dashboard' in file tpl-dashboard.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 submitted coupons. Click on one of the options to perform a specific task. If you have any questions, please contact the site administrator.' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Views' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Options' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You currently have no coupons.' in file tpl-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Code:' in file content-codebox-printable-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to Print' in file content-codebox-printable-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Print Coupon' in file content-codebox-printable-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Print Coupon' in file content-codebox-printable-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click to print coupon' in file content-codebox-printable-coupon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Coupon Category RSS' in file taxonomy-coupon_category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons in the "%s" category' in file taxonomy-coupon_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Coupons' in file taxonomy-coupon_category.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s active coupon', 'Currently %s active coupons' in file taxonomy-coupon_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable Coupons' in file taxonomy-coupon_category.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s unreliable coupon', 'Currently %s unreliable coupons' in file taxonomy-coupon_category.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 __, 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 '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 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 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 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 _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 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 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 '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 'Store Name' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon' 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 __, with the arguments 'Expires' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clicks / Views' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CTR' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No code' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All %s' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter by %s' in file listing-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured Coupon' in file listing-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon 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 'Display URL' 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 'Clicks' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CTR' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes Up' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes Down' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes Percent' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes Chart' 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 'Visit link' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No votes yet' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Details' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Code' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Printable Coupon URL' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload a coupon or paste an image URL directly.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Printable Coupon ID' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination URL' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expiration Date' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Coupon' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Should this coupon be displayed in the home page slider?' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is empty.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is invalid.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is empty.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Code' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is empty.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination URL' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is invalid.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination URL' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: The "%s" field is invalid.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expiration Date' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Image' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear Image' 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 __, with the arguments 'Edit: %s' 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 'Moderation Queue' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must approve this coupon before it can be published.' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject' in file listing-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rejecting a Coupon sends it to the trash.' in file listing-single.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 'Coupons' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download example CSV file: %s' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WARNING: You are about to completely delete all Clipper 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 Clipper 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 __, with the arguments 'Clipper 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 coupons have been pruned.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes have been reseted.' 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 'Search 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 'Coupons' 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 'Further customize the look and feel by visiting the <a href="%1$s">WordPress customizer</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scheme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orange Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Green Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gray Theme' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show the featured slider on the home page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To make a coupon appear, check the "Featured Coupon" box on the edit post page under "Coupon Meta Fields".' 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 (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 '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 'Sign up for a free <a target="_blank" href="%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 '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 'Search Stats' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save all search queries' 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 coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'They can manage and edit coupons from their dashboard.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Automatically remove expired coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, coupons will remain live, be marked as expired, and moved under the "unreliable coupons" section. It changes the post status to draft (not delete coupons).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Require a user account before submitting coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If "Charge for Coupons" is enabled, all users are required to have an account regardless so this option will be ignored.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed File Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'When submitting a printable coupon, only allow these file types to be uploaded (i.e. png,gif,jpg). Comma separated, no spaces.' 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 'Once enabled, make sure to setup your <a href="%s">payment settings</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start accepting payments' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This activates the payments system. Left unchecked, coupons will be free to post.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Price' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amount you will charge to post a coupon' 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 'Coupons Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Don't show the coupon code until after they click on it" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Exclude unreliable coupons from the home page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable Featured Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Exclude unreliable coupons from the featured coupons slider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views Counter' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show a daily and total views counter' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This will appear at the bottom of each coupon page and blog post." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide links to single coupon pages' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These pages will not be indexed by search engines.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cloak Links' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hide coupon and store outgoing URLs" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click-thrus will be counted for each link.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Direct Links' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open outbound coupon links in a new browser tab' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The default is to use a popup window.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NOTE: This option will be ignored in case that Flash object is disabled in a user\'s browser or if option %s is enabled.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Code' 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 coupon 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 coupon 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 'Moderate' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve and publish each new coupon' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, coupons 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 'Stores' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manually approve and publish each new store' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left unchecked, new stores submitted with coupons will go live immediately without being moderated. Note: the moderate new coupons option above must be checked for this to work.' 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 'WP-Admin' 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 '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 coupon, 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 Coupons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prune <a href="%s">expired coupons</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 coupons expiration and prunes any coupons 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 Votes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset <a href="%s">vote counters</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Resets the vote counters for all coupons.' 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 'Reset <a href="%s">stats counters</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Resets the stat counters for all coupons and posts.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Search' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset <a href="%s">search counters</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Resets the search engine stats.' 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 '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 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 '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 'Custom URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This controls the base names of your website urls. Do not change this once your site is established. You must resave your <a target="_blank" href="%s">permalinks</a> for any changes to take effect.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Listing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your coupon listing urls. The default is 'coupon' (http://www.yoursite.com/coupons/coupon-title-here/). Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your coupon category urls. The default is 'coupon-category' (http://www.yoursite.com/coupon-category/category-name/). Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Store' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your coupon store urls. The default is 'store' (http://www.yoursite.com/store/store-name/). Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your coupon type urls. The default is 'coupon-type' (http://www.yoursite.com/coupon-type/type-name/). Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Tag' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your coupon tag urls. The default is 'coupon-tag' (http://www.yoursite.com/coupon-tag/tag-name/). Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Redirect' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your display url. If you have a destination url setup for a coupon, it will look something like this when you hover over the link: http://www.yoursite.com/go/coupon-name/23. The '/go/' is what is controlled here. Only use alpha and/or numeric values (no slashes)." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store Redirect' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Base name of your display url. If you have a destination url setup for a store, it will look something like this when you hover over the link: http://www.yoursite.com/go-store/store-name/23. The '/go-store/' is what is controlled here. Only use alpha and/or numeric values (no slashes)." 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 'Clipper 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 'New Coupon' 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 Coupon' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send an email when a new coupon has been submitted' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pruned Coupons' 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 coupons' 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 an email when a user registers on my site' 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 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send a custom coupon notification email to your users' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Triggered when a new coupon is submitted. If you do not require user registration to submit coupons, no email will be sent out.' 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 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 login url' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the coupon title' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the coupon code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the coupon category' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the coupon store name' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the coupon description' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s - prints out the dashboard 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 _e, with the arguments 'Store URL' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The URL for the store (i.e. http://www.website.com)' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Destination URL' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The affiliate URL for the store (i.e. http://www.website.com/?affid=12345)' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display URL' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Clicks' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store Active' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yes' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store Featured' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yes' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store Screenshot' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store Image' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add Image' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove Image' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Choose custom image for the store.' in file stores-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave blank if you want use image generated by store URL.' in file stores-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 'Top Coupons' 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 'Facebook Friends' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Blog' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Blog' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Categories' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Searches' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupons' 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 'Popular Stores' 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 'Coupon Categories' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Stores' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stores' 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 _e, with the arguments 'New Coupons' 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 _e, with the arguments 'Description' in file class-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-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-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-term-description.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 'Clipper' 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 'Valid Coupons' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Valid Coupons' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable Coupons' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable Coupons' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Coupons' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Coupons' 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 'Coupons' in file users.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View coupons by this author' in file users.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 Products' 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 esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 'Themes' 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 '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 'Advanced' 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 Clipper 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 and stores meta 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 Clipper 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, 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 'Image' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store URL' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Destination URL' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slug' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file stores-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store URL' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Destination URL' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yes' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yes' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store URL' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The URL for the store (i.e. http://www.website.com)' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Store Image' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add Image' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove Image' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Choose custom image for the store.' in file stores-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Leave blank if you want use image generated by store URL.' in file stores-list.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 'Continue Upgrading' 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 'Save' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Save Draft' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Save as Pending' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview Changes' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status:' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Privately Published' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Published' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Scheduled' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pending Review' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Draft' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Published' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Privately Published' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Scheduled' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Published' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pending Review' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Draft' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Draft' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'OK' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visibility:' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Private' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password protected' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public, Sticky' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Public' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Stick this post to the front page' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password protected' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Private' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'OK' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scheduled for: <b>%1$s</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Published on: <b>%1$s</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish <b>immediately</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Schedule for: <b>%1$s</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish on: <b>%1$s</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish <b>immediately</b>' in file post-status.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Permanently' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Move to Trash' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Schedule' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Schedule' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Publish' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Publish' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Submit for Review' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit for Review' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Update' in file post-status.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Update' in file post-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Update Progress: %g%s complete.' in file search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Updater' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index Updater' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Built' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are about to completely delete the search index. Are you sure you want to proceed?' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flush out your index. You can always rebuild it again.' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The search index is being built...' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Build Speed' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slow' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Medium' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fast' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you're not on a dedicated server, use the slow or medium option." in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Search Index' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, invalid request' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The search index has been built' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This has already run' in file class-search-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 'Left (%s1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right (1.00%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left with space (%s 1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right with space (1.00 %s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thousand Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The thousand separator 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 'Security' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users view their orders list' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable this option if you allow users view their orders list in back-end, otherwise only editors and administrators can do that.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This gateway is currently <strong>disabled</strong>. Users cannot use it as a purchasing option. Go to the <a href="?page=app-payments-settings">General</a> tab to enable it.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 '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 'You do not have sufficient permissions to access this page.' in file security.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 '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 '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 'Bank Transfer' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must mark this transfer as completed before the purchase can proceed.' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file bt-admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bank Transfer' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instructions:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Information:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order ID:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Total:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'For questions or problems, please contact us directly at' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To cancel this request and use a regular gateway instead, <a href="%s">click here</a>.' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content will be displayed once checkout has been completed. It will be up to the purchaser to follow the instructions.' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new order is waiting to be processed. Once you receive payment, you should mark the order as completed.' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review this order' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'review all pending orders' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s or %2$s' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Pending Order #%2$d' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected.' in file boomerang-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No payment gateways are available. Please contact your site administrator' in file gateway-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 '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 '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 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 '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 _n_noop, with the arguments 'Paid <span class="count">(%s)</span>', 'Paid <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Refunded <span class="count">(%s)</span>', 'Refunded <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending (Waiting for Funds)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paid (Funds in Escrow)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-draft-class.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 '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. <br />Don't have one yet? <a target='_blank' href='%s'>Get a custom URL.</a>" in file profile.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 '-- Select One --' in file categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Store' 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 'Invalid Coupon Code' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired Coupon' 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 Link' 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 'Thank you for registering, %s' 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!' 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.' 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 'Your coupon submission on %s' 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 'Thank you for your recent submission.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your coupon has been received and will not appear live on our site until it has been approved.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Below you will find a summary of your submission.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Details' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Code: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description: %s' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You may check the status of your coupon(s) at anytime by logging into your dashboard.' 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 'Copied' 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 'Are you sure you want to delete this coupon?' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email has been sent!' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This coupon was successfully shared with' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was a problem sharing this coupon with' in file enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' 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 'Unknown' in file payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Listing Fee' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s for submitting coupon.' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to coupon' 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 __, with the arguments 'Sorry, only get method allowed.' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, need at least two characters.' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, need at least two characters.' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, no stores found.' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search for coupon codes' in file search.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 'Coupon Listings' 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 'Stores' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share Coupon' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to add a coupon.' 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 add a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to add a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Coupon' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to renew coupon.' 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 coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to renew coupons.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this coupon. Invalid ID of coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this coupon. Invalid ID of coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not renew this coupon. This is not a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can not renew this coupon. It's not your coupon." in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not relist this coupon. Coupon is not expired.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login to edit coupon.' 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 coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to edit coupons.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this coupon. Invalid ID of a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this coupon. 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 coupon. Invalid ID of a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this coupon. Coupon 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 coupon. This is not a coupon.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can not edit this coupon. It's not your coupon." in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not edit this coupon. Coupon 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 'Your coupon has been paused.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your coupon has been restarted.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your coupon has been deleted.' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'My Orders' 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 Profile' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This coupon 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 'New Coupon 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 coupon 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 'Details' 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 'Coupon Code: %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 'Store: %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 'Description: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview: %s' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit: %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 'Clipper' in file emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Coupon 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 coupon, "%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 coupon 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 coupon 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 coupon, "%s" has been published 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 coupon 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 '[%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 '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 coupon 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 '[%s] Failed Order #%s' 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 '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 __, with the arguments 'Continue' in file class-checkout.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 '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 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' 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 __, 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 '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 '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 'Edit Coupon' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Coupon' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pause Coupon' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restart Coupon' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay now' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay now' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Debug Mode On' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0 Comments' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Top' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Top' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share a Coupon' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Spread the Savings with Everyone!' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags:' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file actions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'About %s' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'post from' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file actions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a comment' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post Comments RSS' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Digg' in file actions.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 actions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sponsored Ads' in file actions.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 '%s <span class="says">says:</span>' 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 '(Edit)' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click here to 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 __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out &raquo;' 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 'Email:' 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 'Submit' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments Off' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your password to view comments.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment on %s' 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 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out &raquo;' 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 'Email:' 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 'Submit' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only post method allowed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, comments are closed for this item.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, this item is in trash.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, this item is not public.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, this item is password protected.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you must be logged in to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: please fill the required fields (name, email).' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: please enter a valid email address.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: please type a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posted by' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes has been reseted!' in file voting.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Coupon Votes' in file voting.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Votes' in file voting.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thanks for your response!' in file voting.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Did this coupon work for you?' in file voting.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'success' in file voting.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Results:' in file voting.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thanks for voting!' in file voting.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'success' in file voting.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to my dashboard' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your coupon has been successfully updated.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error while adding printable coupon.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid file type.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please upload printable coupon file.' 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 'Coupon Category' 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 'Coupon Category' 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 'Coupon Type' 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 'Coupon Type' 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 'Expiration Date' 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 'Coupon Code' 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 'Destination URL' 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 'Destination URL' 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 'Coupon Title' 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 'Description' 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 'Store' 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 'New Store Name' 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 'New Store URL' 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 'New Store URL' 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 'Store' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The reCaptcha anti-spam response was incorrect.' in file views-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Draft' in file links.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 'My Dashboard' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'My Dashboard' 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 'Register' in file functions.php.Found a translation function that is missing a text-domain. Function __, 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 'Edit Coupon' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: template "%s" not found.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Name' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Email' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recipients' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: "%s" is a required field.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: "%s" is a invalid field.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Email' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s shared a coupon with you from %2$s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi,' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s thought you might be interested in the following coupon.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View coupon: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %s Team' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Coupons Expired' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your cron job has run successfully. ' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No expired coupons were found.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following coupons expired and have been taken down from your website: ' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regards,' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper' 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 'Scheduled' 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 'Live-Unreliable' 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 'Trash' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, but no terms were found.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report a Problem' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This offer has expired.' in file functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View the "%s" coupon page' in file functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View the "%s" coupon page' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'more &rsaquo;&rsaquo;' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, only get method allowed.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, item does not exist.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, wrong item type.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, wrong item type.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: template "%s" not found.' 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 'By:' in file functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'View all coupons by %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span class="posted-on">%1$s %2$s</span>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Full size:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File type:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File size:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Facebook Like Box' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Coupons in Your Inbox!' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons in Your Inbox!' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receive coupons by email, subscribe now!' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display The Coupons in Your Inbox Box.' 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 'Text:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Post Action:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field name:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 1:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 1:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 2:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 2:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 3:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 3:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 4:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 4:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 5:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 5:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name 6:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value 6:' in file widgets.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Enter Email Address' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Subscribe' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Subscribe' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Share Coupon Button' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share a Coupon' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spread the Savings with Everyone!' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share a coupon button for use in sidebar.' 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 'Description:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share a Coupon' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Popular Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the most commented on coupons.' 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 coupons to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide unreliable coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%1$s comment', '%1$s comments' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No popular coupons yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Expiring Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expiring Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the expiring soon coupons.' 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 coupons to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide unreliable coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'expires in %s' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'expires today' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No expiring coupons yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Related Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related Coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the related coupons. Use in Coupon Sidebar.' 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 coupons to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide unreliable coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'from %s' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No related coupons found.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Top Coupons Today' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Coupons Today' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the top coupons 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 coupons to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide unreliable coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%1$s view', '%1$s views' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No views yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Top Coupons Overall' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Coupons Overall' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the top coupons 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 coupons to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide unreliable coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%1$s view', '%1$s views' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No views yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Related Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the related stores.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use in Store Sidebar.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget will be visible only on store archive page when current store has an sub stores.' 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 stores to show (0 for all):' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Popular Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the most popular stores.' 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 stores to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%1$d coupon', '%1$d coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No stores found.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Featured Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Stores' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display stores that are marked as featured.' 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 stores to rotate:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Coupon Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Categories' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the coupon 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 'Clipper Coupon 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 the coupon sub categories.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use in Coupon Sidebar.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widget will be visible only on category archive page when current category has an subcategories.' 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 'Clipper Coupon Tag Cloud' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Tags' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your most used coupon 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 _n_noop, with the arguments '%s coupon', '%s coupons' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Popular Searches' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Searches' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the most searched phrases.' 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 phrases to show:' in file widgets.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s time', '%s times' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No searches yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Tabbed Blog Widget' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a tabbed widget for blog posts.' 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 _e, with the arguments 'Recent' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Popular' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are no blog articles yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are no popular blog posts yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are no blog comments yet.' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s on %2$s' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clipper Footer Contact Form' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Form' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A simple contact form designed for the footer.' 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 'Form Post Action:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name field name:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email field name:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message field name:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Name:' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden Field Value:' in file widgets.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Your name' in file widgets.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Your email address' in file widgets.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Enter message' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon' 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 'Add New Coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Coupons' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupons found' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupons found in trash' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Coupons' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Archives' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert into coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded to this coupon' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set featured image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove featured image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use as featured image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter coupons list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons' 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 coupon listings on your site.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unreliable' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Unreliable <span class="count">(%s)</span>', 'Unreliable <span class="count">(%s)</span>' 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 'Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Coupon Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupon Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Coupon Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Category:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Coupon Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Coupon Category Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate coupon categories with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove coupon categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used coupon categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon categories found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon categories list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon categories list' 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 'Coupon Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Coupon Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupon Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Coupon Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Tag:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Coupon Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Coupon Tag Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate coupon tags with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove coupon tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most common coupon tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon tags found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon tags list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon tags list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Store:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Store' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Store Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate stores with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most common stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No stores found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stores list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stores list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stores' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Coupon Types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupon Types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Coupon Types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Type:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Coupon Type' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Coupon Type Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate coupon types with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove coupon types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used coupon types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon types found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon types list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon types list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Types' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Coupon Images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Coupon Images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Coupon Images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Coupon Image:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Coupon Image' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Coupon Image Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate coupon images with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove coupon images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used coupon images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon images found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No coupon images' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon images list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon images list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Images' 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 'Home Page 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 'Blog Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupon Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Store Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit Coupon Sidebar' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login 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 'Footer' in file core.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search for:' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Search for coupon codes' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Search' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Search' in file searchform.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file searchform.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 _n, with the arguments 'One Response to %2$s', '%1$s Responses to %2$s' 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 _n, with the arguments 'One Response to %2$s', '%1$s Responses to %2$s' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, we are no longer accepting new comments at this time.' 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 _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 'Update your user profile below.' 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 'Coupon Tag RSS' in file taxonomy-coupon_tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Coupons tagged with "%s"' in file taxonomy-coupon_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Coupons' in file taxonomy-coupon_tag.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s active coupon', 'Currently %s active coupons' in file taxonomy-coupon_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unreliable Coupons' in file taxonomy-coupon_tag.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Currently %s unreliable coupon', 'Currently %s unreliable coupons' in file taxonomy-coupon_tag.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 __, with the arguments 'Coupon Listing' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Widgetized Area' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The footer is active and ready for you to add some widgets via the Clipper admin panel.' 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.
  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. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file additional-methods.js.Found a mix of \r\n and \n line endings in file jquery.validate.js.
  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 : screen_iconscreen_icon found in file AdminPage.php. Deprecated since version 3.8.16: * $screen_icon (string) The icon type to use in the screen header189: screen_icon( $this->args['screen_icon'] );513: 'screen_icon' => '',
  9. 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.
  10. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables.
  11. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  12. Date and time implementation : Use of the_time()At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.
  13. 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 admin.php.99: <a href='https://marketplace.appthemes.com/' class='add-new-h2'><?php _e( 'Browse Ma100: <a href='https://www.appthemes.com/themes/' class='add-new-h2'><?php _e( 'Browse ThePossible hard-coded links were found in the file footer.php.46: <p><a href='https://www.appthemes.com/themes/clipper/' target='_blank' rel='nofollow'>C
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  8. Use of includes : Use of include or requireThe 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 : 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 : media-manager.php 462: require_once( ABSPATH . 'wp-admin/includes/image.php' );764: 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 : 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 : 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 : 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 : 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 : addons-mp-class.php 117: 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.The theme appears to use include or require : search-index.php 13: require_once( dirname( __FILE__ ) . '/class-search-index.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : 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 : 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 : 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 : load.php 49: require_once( dirname( __FILE__ ) . '/gateways/gateway-class.php' );50: require_once( dirname( __FILE__ ) . '/gateways/boomerang-class.php' );51: require_once( dirname( __FILE__ ) . '/gateways/gateway-registry.php' );52: require_once( dirname( __FILE__ ) . '/gateways/gateway-functions.php' );54: require_once( dirname( __FILE__ ) . '/gateways/paypal/paypal.php' );55: require_once( dirname( __FILE__ ) . '/gateways/bank-transfer/bank-transfer.58: require_once( dirname( __FILE__ ) . '/escrow/load.php' );61: require_once( dirname( __FILE__ ) . '/gateways/test/test.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : load.php 18: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt19: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt22: require_once( dirname( __FILE__ ) . '/escrow-settings-form-class.php' );23: require_once( dirname( __FILE__ ) . '/order-escrow-functions.php' );24: require_once( dirname( __FILE__ ) . '/order-escrow-factory.php' );25: require_once( dirname( __FILE__ ) . '/order-escrow-class.php' );26: require_once( dirname( __FILE__ ) . '/admin/settings.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : 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 : actions.php 373: 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 : views-checkout.php 224: require_once( ABSPATH . 'wp-admin/includes/file.php' );225: require_once( ABSPATH . 'wp-admin/includes/image.php' );670: 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.
Other checked themes