0
Validation results

HireBee

HireBee

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEhirebee-1.4.10(1).zip
  • FILE SIZE3690761 bytes
  • MD5f64804239dad870478dc9912cb5bef8c
  • SHA153b95b8ed786d32711e6e98eff3c8e4f7111dd21
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://www.appthemes.com/themes/hirebee/
  • VERSION1.4.10
  • AUTHOR URI
  • CREATION DATE2019-12-31
  • LAST FILE UPDATE2019-12-31
  • LAST VALIDATION2019-12-31 13:33
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Security breaches : Modification of PHP server settings Found ini_set in file helper.php.
    Ligne389: ini_set( 'display_errors', 1 );
  3. Security breaches : Use of base64_decode() Found base64_decode in file google-geocoder.php.
    Ligne159: $decoded_key = base64_decode( str_replace( array( '-', '_' ), array( '+', '/' ), $this->op
  4. Security breaches : Use of base64_encode() Found base64_encode in file google-geocoder.php.
     $encoded_signature = str_replace( array( '+', '/' ), array( '-', '_' ), base64_encode( $signature ) );
  5. Unwanted files : hidden file(s) or folder(s) .csscomb.json .csslintrc was found.
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="420" height="315" src="https://www.youtube.com/embed/mM5_T-F1Yn4" frameborder="0" allowfullscreen> in file template-kitchen-sink.php.
    Ligne392: <iframe width='420' height='315' src='https://www.youtube.com/embed/mM5_T-F
  7. Malware : Operations on file system fopen was found in the file importer.php
    Ligne179: $handle = fopen( $file, 'r' );
    Ligne215: $handle = fopen( $file, 'w+' );
    fclose was found in the file importer.php
    Ligne209: fclose( $handle );
    Ligne232: fclose( $handle );
    fopen was found in the file importer.php
    Ligne179: $handle = fopen( $file, 'r' );
    Ligne215: $handle = fopen( $file, 'w+' );
    fclose was found in the file importer.php
    Ligne209: fclose( $handle );
    Ligne232: fclose( $handle );
    file_get_contents was found in the file google-maps.php
    Ligne119: $data = file_get_contents( $scheme );
  8. Malware : Network operations curl_init was found in the file paypal-adaptive-request.php
    Ligne131: $ch = curl_init();
    curl_exec was found in the file paypal-adaptive-request.php
    Ligne147: $response = json_decode( curl_exec( $ch ), true );
  9. Admin menu : Themes should use add_theme_page() for adding admin pages. File AdminPage.php :
    Ligne13: * $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)
    Ligne451: $this->pagehook = add_submenu_page(
    Ligne471: add_submenu_page(
    File AdminPage.php :
    Ligne13: * $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)
    Ligne451: $this->pagehook = add_submenu_page(
    Ligne471: add_submenu_page(
    File payments.php :
    Ligne63: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab
    Ligne66: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-
    File payments.php :
    Ligne63: add_submenu_page( 'app-payments', $ptype_obj->labels->name, $ptype_obj->lab
    Ligne66: add_submenu_page( 'app-payments', $ptype_obj->labels->new_item, $ptype_obj-
    File admin.php :
    Ligne63: add_submenu_page( 'edit.php?post_type='. $post_type , __( 'Reviews', APP_TD
    File admin.php :
    Ligne58: add_submenu_page( 'edit.php?post_type='.HRB_PROJECTS_PTYPE, $title, $title,
    File admin.php :
    Ligne38: add_menu_page( __( 'Orders', APP_TD ), __( 'Payments', APP_TD ), $capabilit
  10. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : setup-theme.php.
  11. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file dispute-functions.php. get_stylesheet_directory() should be used instead.
    Ligne540: $theme_template = STYLESHEETPATH . $file;
  12. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file dispute-functions.php. get_template_directory() should be used instead.
    Ligne552: } elseif ( file_exists( TEMPLATEPATH . $file ) ) {
    Ligne553: require( TEMPLATEPATH . $file );
  13. Inapropriate constants : Use of HEADER_IMAGE_WIDTH Constant HEADER_IMAGE_WIDTH; was found in the file setup-theme.php. add_theme_support( 'custom-header' ) should be used instead.
    Ligne286: width: <?php echo HEADER_IMAGE_WIDTH; ?>;
  14. Inapropriate constants : Use of HEADER_IMAGE_HEIGHT Constant HEADER_IMAGE_HEIGHT; was found in the file setup-theme.php. add_theme_support( 'custom-header' ) should be used instead.
    Ligne287: height: <?php echo HEADER_IMAGE_HEIGHT; ?>;
  15. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  16. Deprecated functions : screen_icon screen_icon found in file AdminPage.php. Deprecated since version 3.8.
    Ligne16: * $screen_icon (string)  The icon type to use in the screen header
    Ligne189: screen_icon( $this->args['screen_icon'] );
    Ligne513: 'screen_icon'           => '',
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-widget.php. Themes must not deregister core scripts.
    Ligne156: 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 'Proposals' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Budget:' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Avg. Proposals:' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Proposals:' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Posted' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Expires' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Estimated cost' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Days to complete' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Submitted' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Featured' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No proposals found.' in file dashboard-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file template-kitchen-sink.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Refine Search', 'placeholder' in file sidebar-archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Categories' in file sidebar-archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Skills' in file sidebar-archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Location' in file sidebar-archive.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Update' in file sidebar-archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reason' in file form-dispute.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Open Dispute' in file form-dispute.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About Disputes:' in file form-dispute.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "If you do not agree with the employer's decision for this project you can open a dispute." in file form-dispute.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "A new communication channel will be opened here for both participants and our team to be able to discuss the employer's decision." in file form-dispute.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'We will aim to make a resolution decision on behalf of both parties.' in file form-dispute.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'In the meantime, if a mutual resolution is agreed between both parties, please inform us and we will close the dispute in line with the mutual agreement.' in file form-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Role' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Owned' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Posted' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Expires' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s - active until %2$s' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'c' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Budget' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Avg Proposals' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Opened Dispute' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No projects found. Click <a href="%s">here</a> to post a project.' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No projects found.' in file dashboard-projects-section-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User registration has been disabled.' in file form-registration.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviewed on %s by %s.' in file content-review.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'By', 'byline for author name' in file content-bio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts by %s' in file content-bio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Browsing - %s' in file loop-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Latest Projects' in file loop-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects found for "%s"' in file loop-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, no projects were found for "%s" %s.' in file loop-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'with the specified filters' in file loop-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry no projects found.' in file loop-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file content-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Menu' in file nav-top-bar-primary.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'N/A' in file content-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in %s ' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submitted' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Featured' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '1 Review', '%d Reviews' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Success Rate' in file content-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Message' in file content-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ratings yet' in file content-freelancer.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'placeholder' in file header-branding-search.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Previous Image' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Image &rarr;' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Back to %s' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments ', ' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages:' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Freelancers' in file loop-freelancer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Top Freelancers' in file loop-freelancer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, no freelancers were found named "%s".' in file loop-freelancer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, no freelancers found.' in file loop-freelancer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Project budget' in file content-project-single.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Time until expiration' in file content-project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Attachments' in file content-project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals (%s)' in file content-project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clarification Board (%s)' in file content-project-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nothing Found' in file content-none.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "We can't find what you're looking for. Perhaps search can help." in file content-none.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by ' in file content-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more...' in file content-project.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Posted' in file content-project-secondary.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Expires' in file content-project-secondary.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by ' in file content-project-secondary.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was a problem processing your order. Please try again later.' in file order-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If the problem persists, contact the site owner and refer your <strong>Order ID: %d</strong>' in file order-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&#8592; Return' in file order-checkout.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Should be at least seven characters long.' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Role:' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Employer' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Freelancer' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Both' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Register' in file form-registration-main.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'One response to &ldquo;%s&rdquo;', 'comments title' in file comments.php.Found a translation function that is missing a text-domain. Function _nx, with the arguments '%1$s response to &ldquo;%2$s&rdquo;', '%1$s responses to &ldquo;%2$s&rdquo;', 'comments title' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Comment navigation' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '&larr; Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Newer Comments &rarr;' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Discussion is closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments ', ' in file profile-section-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No posts found.' in file profile-section-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Actions' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Add some closing notes.', 'placeholder' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'End Work' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notes' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file form-workspace-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No reviews yet.' in file profile-section-reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome, %s' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a Project' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Dashboard' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recent' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notifications' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Projects' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Proposals' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payments' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Stats' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Rating' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Projects' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Projects Completed' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews Received' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews Given' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Success Rate' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Account Info' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email shared in projects:' in file sidebar-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Budget:' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Avg. Budget:' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total Proposals:' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Proposal' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Offer' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Details' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provide detailed information and explain why the project should be assigned to you.' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature proposal %s' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit Balance %s' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(buy more)' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Required Credits' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I agree to terms' in file form-proposal.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel' in file form-proposal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not enough credits. Please <a href="%s">purchase more credits</a> to continue.' in file form-proposal.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Projects' in file dashboard-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'My Projects' in file dashboard-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Favorites' in file dashboard-projects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Employer' in file dashboard-workspace-section-manage-reviewer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Worker' in file dashboard-workspace-section-manage-reviewer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save Filter' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Filter name', 'placeholder' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notify me' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Daily' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Weekly' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file form-saved-filter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file dashboard-payments-section-purchases.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'escrow' in file dashboard-payments-section-purchases.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You have no purchases.' in file dashboard-payments-section-purchases.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posted by' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Member Since:' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating: %1$s (%2$s)' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '1 Review', '%d Reviews' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Projects:' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Completed Projects:' in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function __, with the arguments "See all %s's projects" in file sidebar-project-author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Rating' in file form-review.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Review' in file form-review.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Submit Review' in file form-review.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Opened By' in file dashboard-workspace-section-disputes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reason' in file dashboard-workspace-section-disputes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file dashboard-workspace-section-disputes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Official Response' in file dashboard-workspace-section-disputes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Total Proposals' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Proposals Yet.' in file single-project-section-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Apply to Project.</a>' in file single-project-section-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments "<a href='%s'>Login</a> to view this project's proposals." in file single-project-section-proposals.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payments' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Wallet' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Credits Balance' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Credits:' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Purchase Credits' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Escrow' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Purchases' in file dashboard-payments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Actions' in file form-workspace-manage-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file form-workspace-manage-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Add some closing notes.', 'placeholder' in file form-workspace-manage-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'End Project' in file form-workspace-manage-employer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Search for:', 'label' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'placeholder' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'submit button' in file searchform.php.Found a translation function that is missing a text-domain. Function _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 payment method:' in file order-select.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&#8592; Previous Step' in file order-select.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 __, with the arguments 'For questions or problems, please contact us directly at <a href="mailto:%1$s">%1$s</a>' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Continue' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project was %s successfully and is now live.' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'relisted' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'submitted' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project was %s and is waiting moderation.' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'relisted' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'submitted' in file form-project-submit-free.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, Page Not Found' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The page or listing you are trying to reach no longer exists or has expired.' in file 404.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No ratings yet' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Success Rate:' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Active Projects:' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Projects Completed:' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Projects' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Awarded Projects' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posts' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews' in file dashboard-reviews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relation' in file dashboard-reviews.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You have no reviews.' in file dashboard-reviews.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a Plan' in file form-credits-purchase.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No plans are currently available.' in file form-credits-purchase.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments '&#8592; Back' in file form-credits-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please <a href="%s">login</a> to reply.' in file single-project-section-clarification.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create connections' in file connection-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected %s' in file connection-type.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Users' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No users found.' in file side-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts 2 Posts' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A list of posts connected to the current post' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection type:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connection listing:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'connected' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'related' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retrieving page id by APP_View_Page subclass name is deprecated, use APP_View_Page::_get_page_id( $template ) instead!' in file view-types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APP_Core class required.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Query vars cannot be added before WP_Query is instantiated and default query vars has not been pre-filled yet.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must first login or <a href="%s">register</a>.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lost password?' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s of %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No categories' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The AppThemes Updater plugin is not installed. It is required in order to receive new version notifications and perform updates from within WordPress. <a href="%s" target="_blank">Download it &rarr;</a>' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings <strong>saved</strong>.' in file AdminPage.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file AdminPage.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Deleted', 'listing' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Deleted <span class="count">(%s)</span>', 'Deleted <span class="count">(%s)</span>' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have permission to delete that listing.' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Deleted listing '%s'." in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file class-ajax-view-delete-post.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit' in file class-ajax-view.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorite' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete Favorite' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must <a href="%1$s">login</a> to be able to favorite listings.' in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Added '%s' to your favorites." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Removed '%s' from your favorites." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Could not add '%s' to favorites at this time." in file class-ajax-view-favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This field is required.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fix this field.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid email address.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid URL.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid date (ISO).' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter only digits.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid credit card number.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter the same value again.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter no more than {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter at least {0} characters.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1} characters long.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value between {0} and {1}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value less than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a value greater than or equal to {0}.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Done' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Today' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wk' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Su', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Mo', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tu', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'We', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Th', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Fr', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Sa', 'two-letter abbreviation of the weekday' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed files' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed file types' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert from URL' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum upload file size' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed embeds' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear Embeds (clears any previously added embeds)' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No more embeds allowed' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage Media' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No media added yet' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, allowed mime types do not seem to be valid.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you cannot upload this file type for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, the allowed file size does not seem to be valid.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you cannot upload this file as it exceeds the size limitations for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, you\'ve reached the file upload limit for this field.' in file media-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSV Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Importer' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Howdy! Upload a CSV file containing your data and we'll import it into this site. The file must be in the correct format for the import to work." in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Before you can upload your import file, you will need to fix the following error:' in file importer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a File' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Maximum size: %s)' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload file and import' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, there has been an error.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The file could not be processed.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Imported %s items.' in file importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-taxonomy-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-taxonomy-meta-box.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Save Changes' in file class-tabs-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click for more info' in file class-tabs-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'System Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The name of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The theme developers url.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The path of the current active theme.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Child Theme' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check if a child theme is active.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Using parent theme %s v%s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not find such page!' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Created on' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore theme pages' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restore theme pages if they accidentally deleted' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required Pages' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The url of your website's homepage." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site URL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The url of your WordPress install.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of WordPress installed.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Multisite' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress Multisite is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Memory Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum amount of memory (RAM) that your site can use.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Remote Post' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server is able to post information to another server. PayPal IPN uses this method of communication when sending back transaction information.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WP Debug Mode' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if WordPress debug mode is enabled.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Force SSL Admin' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check to see if your site forces SSL (Secure Sockets Layer) also known as TLS (Transport Layer Security).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current language used by WordPress. The default value is en_US (English).' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language File Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where to put your .mo language file for this theme (e.g. %1$s-%2$s.mo). The wp-admin "Site Language" drop-down must also be set to your locale.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Server Software' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The web server your hosting server is running.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of PHP installed on your hosting server. We recommend a minimum PHP version of 5.4.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function phpversion() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Post Max Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be contained in one $_POST.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Time Limit' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount of time (in seconds) your server will spend on a task before timing out. Set this higher to avoid timeout issues.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP Max Input Vars' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum number of variables your server can use for a single function to avoid overloads.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUHOSIN Installed' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Suhosin is an advanced protection system for PHP installations. Your host provider typically configures this.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MySQL Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The version of MySQL installed on your hosting server. We recommend a minimum mySQL version of 5.5.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Max Upload Size' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The largest file size that can be uploaded to your WordPress installation. If you get timeout errors when uploading a large file, this should be increased.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Errors' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks if your hosting server has PHP errors turned on. If so, they will display on the screen. This should be turned off in a production environment.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Function ini_get() is not available.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Server Info' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GD Library' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if your hosting server has the GD Library installed which allows WordPress to dynamically manipulate images.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Upload Path' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The WordPress image upload path on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Support' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JSON Decode' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the JSON Decode function is enabled on your hosting server.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cURL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the CURL function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fsockopen' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the fsockopen function is enabled on your hosting server. Payment gateways and sometimes other plugins usually required this in order to work properly.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OpenSSL' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checks to see if the OpenSSL function is enabled on your hosting server. This is sometimes required by plugins but typically not for payment gateways.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Other Checks' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active Plugins' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cron Jobs' in file class-system-info.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Download Report' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments "wp_remote_post() failed. PayPal IPN won't work with your server at this time. Contact your host provider." in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status code: %s' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Version' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin site' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'One-off event' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You haven&#39;t created any cron job tasks yet.' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hook Name' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Frequency' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Run Date' in file class-system-info.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'News' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tutorials' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Snapshot' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Registrations' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Today' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Yesterday' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customers' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Users' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 7 Days' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overall' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Apps' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forums' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Support' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Docs' in file class-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ERROR' in file class-user-meta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file class-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file class-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar ID can not be checked before the widget ID is set.' in file class-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Summary' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thank you!' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your order is pending payment. After payment clears, it will become available.' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your order is still being processed.' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If it does not complete soon, please contact us and refer to your <strong>Order ID - #%d</strong>.' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Funds were transferred succesfully.' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The workspace for this project is now active and work can begin.' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your order has been completed!' in file order-summary-content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Attachments' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Work Details' in file dashboard-workspace-section-manage-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notes' in file dashboard-workspace-section-manage-employer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file dashboard-workspace-section-manage-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Closed On' in file dashboard-workspace-section-manage-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nickname' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'First Name' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last Name' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display Name' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Private Email' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About Me' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file edit-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 edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type your new password again.' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Should be at least seven characters long.' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Generate Password' in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel password change' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Should be at least seven characters long.' in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Profile' in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file edit-profile.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Agreement' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Details' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Budget:' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Avg. Proposals:' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Proposals:' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'User Info' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User skills' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Proposal' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Estimated cost' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Days to complete' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Submitted' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file dashboard-agreement.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Powered by' in file footer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '[%1$s] %2$s', 'Email subject: 1 - blog name, 2 - subject' in file notifications-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Unread' in file admin-bar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Notifications' in file admin-bar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Menu' in file setup-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Menu' in file setup-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please upload some files.' in file setup-theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Profile' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Note:</strong> Before you accept or apply to a project, you\'ll need to provide a public email. %s.' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Before you agree on a project, you\'ll need to provide a public email. %s.' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: Before applying to projects, you\'ll need to provide a public email. %s.' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notice: Your <a href="%s">escrow information</a> is missing. You cannot receive payments without it.' in file dashboard.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 'Notifications' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorites' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review' in file dashboard.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 'Newest' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Oldest' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '10 results per page' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '20 results per page' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '30 results per page' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter By' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Employer' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Worker' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter By' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter By' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter By' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Given' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Received' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter By' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' 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 'Re-Open' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to Re-Open this project?' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'End' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to end this project?' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to cancel this project?' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to delete this project?' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archive' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to archive this project?' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Purchase' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Proposal' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Proposals' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Workspace' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Review' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to cancel this proposal? Proposal will be discarded.' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Proposal' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open Dispute' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How it Works' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Terms' in file views.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 'Home' in file views.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transfer Funds' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace will be canceled and the related Order marked as failed. Are you sure?' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Funds Transfer for '%s'" in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Work / Participants' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'N/A' in file escrow.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file escrow.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Owner' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviewer' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Participant' in file escrow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open for Proposals' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incomplete Draft' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Moderation' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Waiting Funds' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Discussing Agreement' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Agreement Canceled' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In Development' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incomplete' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archived' in file projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your comment was posted succefully!' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If the user working on the project does not agree with your project end decision he will be able to open a dispute within the next %2$d %3$s.' in file disputes.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'day', 'days' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you do not agree with the decision, you can open a dispute in the project %1$s within the next %2$d %3$s.' in file disputes.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'day', 'days' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'communication channel' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new %2$s has been opened for both participants and our team to be able to review the decision. We will aim to make a resolution decision on behalf of both parties.%1$s In the meantime, if a mutual resolution is agreed between both parties, please inform us and we will close the dispute in line with the mutual agreement.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "User %s opened a dispute on - %s -" in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s User \'%3$s\' does not agree with your decision on %4$s and has opened a dispute.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your dispute on - %s - is now open" in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Your dispute on %3$s is now open.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'dispute.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all open disputes.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] A new dispute was opened' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello,%1$s A new %2$s was opened by \'%3$s\'.%1$s%1$s Please review it and decide accordingly.%1$s%1$s %4$s' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in your favor' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in favor of \'%s\'' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Dispute on - %s - has been resolved %s" in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s After careful review of the dispute on %3$s, raised by \'%4$s\', we decided %5$s. Our official response: %1$s <em>%6$s</em>.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in your favor' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in favor of \'%s\'' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your dispute on - %s - has been resolved %s" in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s After careful review of your dispute on %3$s, we decided %4$s. Our official response: %1$s <em>%5$s</em>.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$d %2$s left to open a dispute on - %3$s -' in file disputes.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Day', 'Days' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s just to inform you that the deadline for opening a dispute on %3$s ends in %4$d %5$s.%2$s If you do not open a dispute before this time, the employer will be fully refunded and you will not get paid.' in file disputes.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Day', 'Days' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The deadline to open a dispute - %3$s - as ended' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s just to inform you that the deadline to open a dispute on %3$s as ended.%2$s The employer will be fully refunded for this project.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'dispute.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New comment from \'%1$s\' on dispute - %2$s -' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s There\'s a new comment from \'%3$s\' on %4$s:%1$s %5$s' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Since you haven\'t considered this project as completed even though the work has been completed, the participant is allowed to open a dispute in the next %d days.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If a dispute is opened, we will aim to make a resolution decision on behalf of both parties.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' If the dispute is resolved in your favor you\'ll be refunded, otherwise the participant will be paid in full for his work.' in file disputes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Proposal' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Withdraw Proposal' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to withdraw this proposal? Proposal will be discarded.' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Day' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Days' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file template-tags-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist Project' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reopen Project' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reopen' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to %s this project?' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply to Project' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '1 Proposal', '%d Proposals' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '1 Proposal', '%d Proposals' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View All Proposals' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorite' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unfavorite' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not Available' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Endless' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'day', 'days' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'n/a' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'N/A' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s <span class="budget-hours">(%d %s)</span>' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'hour', 'hours' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Per Hour' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Day' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Days' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hour' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hours' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspaces' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visit Workspace ...' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never' in file template-tags-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'project owner' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'author' in file comments.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%1$s @ %2$s', '1: date, 2: time' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '%s ago', '%s = human-readable time difference' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in to reply.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Message', 'noun' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a> <a href="%3$s">Log out</a>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '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 'Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Form' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms found' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No forms found in Trash' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forms' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form Builder' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Field...' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Area' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkboxes' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radio' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select List' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tooltip' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Upload' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allowed Extensions' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(comma separated. i.e: pdf, doc)' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Label' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Area Field' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Checkbox Group' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete this field?' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Radio Group' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Multiple Selections' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expand All' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Collapse All' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form restored to revision from %s' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form published.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form saved.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form submitted.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form scheduled for: <strong>%1$s</strong>.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Form draft updated.' in file form-builder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to edit projects' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please choose a plan.' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The plan you chose no longer exists.' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Relist)' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to purchase credits.' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Gateway!' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receiver is missing required information for escrow transfer.<br/>Please try again later.' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was a problem processing the gateway. Please try again later.' in file forms-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Plans' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Plan' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Plan' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Plan' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Plan' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Plan' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Plans' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found in Trash' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Plan:' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Plans' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Payment' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Funds Available' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment Failed' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Moderation / Paid' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activated' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Moderation / Paid' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paid' 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 'Continue &#8594;' in file payments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file class-checkout.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] New review on "%2$s"' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new review has been submitted on "%1$s" by %2$s.' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating: %1$s/%2$s' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review link' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trash it: %s' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete it: %s' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spam it: %s' in file review-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bad' in file review-enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'poor' in file review-enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'regular' in file review-enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'good' in file review-enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'excellent' in file review-enqueue.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews Notifications' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Reviews' 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 'Notify admin on new reviews?' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New %s on - %s -' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi %s,' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new %s has been submitted on "%s" by %s.' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amount: %s' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link: %s' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trash it: %s' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete it: %s' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spam it: %s' in file bid-notify-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bidding Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bidding Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bidding' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Bids' 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 'Notify admin on new bids?' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Active' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Selected' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Assigned' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Declined' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not Assigned' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deliver in' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Days' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Day' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Work Hours' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hours' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hour' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hours/Week' in file proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transfer Funds' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments " for '%s'" in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Purchase Credits' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s is included in this plan for Unlimited days.' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s for Unlimited days for only %s more.' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s for %d days for only %s more.' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s for Unlimited days' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' %s until %s' in file views-purchase.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Proposal' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Changes' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to edit this proposal' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not enough credits to continue (%s credit(s) required). Please <a href="%s">purchase</a> some credits and try again.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your proposal was updated.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please describe your proposal.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid proposal price.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter a valid delivery value.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must accept the site terms.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal Details' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply to Project' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to apply to projects.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot apply to this project.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not enough credits to continue (%s credit(s) required). Please <a href="%s">purchase</a> some credits and try again.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your proposal was sent and is waiting moderation.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your proposal was sent.' in file forms-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unit' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region Biasing' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">region code</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you set this to 'IT' and a user enters 'Florence' in the location search field, it will target 'Florence, Italy' rather than 'Florence, Alabama'." in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">language code</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used to format the address and map controls.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Key' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get started using the <a href="%s" target="_blank">Geocoding API</a>' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a project in the Google Developers Console and paste in the API key here. This field is optional but recommended.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Premium Service' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments "<a href='%s' target='_blank'>Google Maps API for Work</a> is a paid service that provides higher daily <a href='%s' target='_blank'>usage limits</a>. If you're a large business or max out your daily limit on shared hosting, this option is for you. <a href='%s' target='_blank'>Pricing</a> depends on your usage." in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Client ID' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Begins with a "gme-" prefix' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identifies you as a Google Maps API for Work customer and enables support and purchased quota.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Private key' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your cryptographic URL-signing key will be issued with your client ID and is a "secret shared key" between you and Google.' in file google-geocoder.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unit' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not get directions to the given address. Please make your search more specific.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Region Biasing' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">region code</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you set this to 'IT' and a user enters 'Florence' in the location search field, it will target 'Florence, Italy' rather than 'Florence, Alabama'." in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter <a href="%s" target="_blank">language code</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used to format the address and map controls.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Key' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get started using the <a href="%s" target="_blank">Maps API</a>' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate your Google Maps JavaScript API Service and paste in the API key here. This field is optional but recommended.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Settings' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Scheme' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apple' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Hues' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Water' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blue Essence' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cream' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Light Dream' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Midnight Commander' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Night' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pale Dawn' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paper' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Red Hues' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retro' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subtle Grayscale' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ultra Light' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select a preset color scheme for the maps. If you are a developer, use your own .json color scheme via the "appthemes_google_map_styles_file" filter. Download a preset from <a href="%1$s" target="_blank">Snazzy Maps</a> or build your own with the <a href="%2$s" target="_blank">Google Maps Styling Wizard</a>.' in file google-maps.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s %s is missing a required settings value: %s, <a href="%s">Click here to update settings.</a>' in file map-provider-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Map Provider' in file map-provider-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geo Services' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geo Services' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoders' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Convert address locations into geographic coordinates (lat and long) which allows Vantage to accurately perform radius searches and place markers on a map.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Distance Unit' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Kilometers' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Miles' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Radius' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Used for location based searches' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you leave this blank (recommended), the radius will automatically be calculated based on the location query. Use numeric values to represent miles or kilometers.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s %2$s is missing a required settings value: %3$s, <a href="%4$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocoder' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maps' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display accurate address locations based on your map provider. <a href="%s" target="_blank">Browse additional map provider plugins</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s %2$s is missing a required settings value: %3$s, <a href="%4$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Map Provider' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s is missing a required settings value: %2$s, <a href="%3$s">Click here to update settings.</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New project to moderate: "%s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new project is waiting for your approval: %s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all pending projects' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New project awaiting payment: "%s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New project published: "%s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new project has been published: %s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all published projects' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" was successfully submitted.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" is awaiting payment' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You will be notified once payment has been cleared." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" is waiting for approval' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You will be notified once it has been approved." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" is now live' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "It is now publicly visible on our website." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" has been approved' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" has been approved and is now live.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist your project' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%s" has expired' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%1$s" has expired and is no longer visible on our website.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'was canceled' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'is pending new candidate selection' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'has expired' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'was reopened' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'was updated' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%1$s" %2$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%1$s" %2$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project "%1$s" %2$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project "%1$s" owned by %2$s %3$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receipt for your purchase:' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Note: We will notify you after payment has been cleared.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Receipt for order #%d' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %s,' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This email confirms that funds held in escrow for work on %s were released:' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This email confirms that you have purchased the following:' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Payment confirmation for order #%d' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Order #%d was canceled' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hello,%s Order %s has just been canceled." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Order %s was Canceled' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s your Order %3$s, as just been canceled.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Since the project was not considered complete, the owner may be entitled to a full refund.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project "%s" owned by %s was updated to %s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s User \'%3$s\' has just updated %4$s status to \'%5$s\'.%1$sYou can now review \'%3$s\' on the project %6$s.%1$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Since the project was not considered complete, you %s entitled to a full refund.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'may be' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'are' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The status for "%s" was updated to %s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s You\'ve updated %3$s status to \'%4$s\'.%1$s All participants can now review each others work on the project %5$s.%1$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'work status' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User %1$s, working on "%2$s" has updated his %3$s to %4$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s User %3$s has just updated his work status on %4$s, to %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please review his work and end the project accordingly. You'll then be able to add your final review for user %s." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your work status on "%1$s" was updated to %2$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s Your work status on %3$s was updated to %4$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The project owner will now review your work and end the project accordingly. You'll then be able to add your final review for '%s'." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Visit the project %s." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal from %1$s on "%2$s" was canceled' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s User %3$s has canceled their proposal for %4$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your proposal on "%s" was canceled' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Your proposal for %3$s, was canceled.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project "%1$s" from %2$s was assigned to you' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Congratulations! Project %3$s, from %4$s was assigned to you!%1$s %1$s A %5$s for the project is now available on your dashboard. From there you\'ll be able to contact %4$s and manage your work.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your project "%1$s" was assigned to %2$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Project %3$s, has just been assigned to %4$s.%1$s %1$s A %5$s for the project is now available on your dashboard. From there you\'ll be able to contact %4$s and manage your work.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project "%1$s" owned by %2$s was assigned to another person' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Project %3$s, owned by %4$s was assigned to other person.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'terms' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Candidate %1$s updated their %2$s for "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s candidate %3$s has updated their %4$s for %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'ve updated your %1$s for "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you\'ve updated your %3$s for %4$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'terms' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User %1$s updated the %2$s for "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s user %3$s has updated the %4$s for %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'ve updated the %1$s for "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you\'ve updated your %3$s for %4$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'account balance' in file notifications.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d credit was', '%d credits were' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s %3$s added to your %4$s.%1$s Current Balance: %5$d credit(s)' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Credits added to your %s" in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'terms' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'proposed new' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User %1$s %2$s for "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s user %3$s %4$s for %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'ve %1$s for "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you\'ve %3$s for %4$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s has canceled negotiations with you on "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s %3$s has canceled negotiations with you on "%4$s".' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'ve canceled negotiations with %1$s on "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you\'ve canceled negotiations with %3$s on "%4$s".' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'proposal' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %1$s for "%2$s" was sent to %3$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s your %3$s for %4$s was sent to %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s has just sent you a %2$s for "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s user %3$s has just sent you a %4$s for %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'proposal' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %1$s for "%2$s" was updated succesfully' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s your %3$s for %4$s, was updated succesfully and resent to %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s has updated their %2$s for "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s %3$s has just updated their %4$s on "%5$s".' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'terms' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Congratulations! You were selected as a candidate to work on "%s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must accept the %1$s %2$s before the project is officially assigned to you.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s Congratulations! %3$s has selected you as a candidate for %4$s. %1$s You must agree with %3$s %5$s before the work is officially assigned to you.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'ve selected user %1$s as a candidate for working on "%2$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you\'ve selected %3$s\'s as a candidate to work on %4$s.%1$s You must agree with each others %5$s before the work is assigned to him.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'purchase' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insufficient credits to apply for "%s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s You do not have sufficient credits to apply for project "%3$s".%1$s Credits Balance: %4$d Credits Required: %5$d %1$s Please %6$s some credits and try again.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'review' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your %1$s on "%2$s" was sent to %3$s' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s your %3$s for "%4$s" was succesfully sent to %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s has just sent you a %2$s on "%3$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %2$s,%1$s you have received a new %3$s on "%4$s" from %5$s.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Work for "%1$s" has been paid' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s Work for %3$s has been paid.%2$s Thank you for choosing us.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have been paid for work on "%1$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s you have been paid %3$s for your work on %4$s.%2$s Thank you for choosing us.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Funds held in escrow for order #%d were released' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello,%1$s Funds held in escrow for order %2$s, have been released to the secondary receiver(s).%1$s Retained: <strong>%3$s</strong>' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transfer funds now' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace for "%1$s" is awaiting funds' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s The workspace for project "%3$s" is waiting for funds. Funds must be transferred to our escrow account before work can begin.%2$s %4$s to activate the workspace.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace for "%1$s" is waiting for funds' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s The workspace for project %3$s is waiting for funds so work can start.%2$s Please wait for a transfer confirmation before you begin any work.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Funds for work on "%1$s" are available' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s Your funds for "%3$s" were succefully transferred to our escrow account.%2$s Work can now begin.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Funds for work on "%1$s" are now available' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s Funds for work on %3$s are now available.%2$s Work can now begin.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment was refunded from "%1$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s As requested, a refund was provided for work on "%3$s".' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A refund was issued for work on "%1$s"' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello %1$s,%2$s Work on %3$s was not completed. The project owner has been refunded.%2$s Unfortunately, you will not be paid for your work.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Funds held in escrow for order #%d were refunded' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hello,%s Funds held in escrow for order %s, have been fully refunded." in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] A refund request for escrow order #%d has failed' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello,%1$s A refund for escrow order %2$s has failed.%1$s More info can be found on the orders page.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] A payment transfer for escrow order #%d has failed' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hello,%1$s Payment for escrow order %2$s has failed.%1$s More info can be found on the orders page.' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notification' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Terms' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Action Required' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Regards," in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The %s team" in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary:' in file notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your blog sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your main sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your page sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Project - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your create a project sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create Proposal - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your create a proposal sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transfer Funds - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your transfer funds sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your projects/freelancers listings sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Project - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is your single project sidebar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Listings Ad - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar to display ads on project listing pages.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Listings Ad - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar to display ads on user listing pages.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Profile - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The sidebar for the user profile page.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Activity Header - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar to display on the users activity dashboard header.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Activity Footer - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar to display on the users activity dashboard footer.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Nav - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar below the main navigation bar.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header - Sidebar' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional sidebar for your site header.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area One' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area Two' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Area Three' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An optional widget area for your site footer.' in file sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Apply to Project' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update your profile' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a public email before applying to a project. %s.' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to apply to projects.' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot apply to this project' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not enough credits to continue (%s credit(s) required). Please <a href="%s">purchase</a> some credits and try again.' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to edit that Proposal' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not enough credits to continue (%s credit(s) required). Please <a href="%s">purchase</a> some credits and try again.' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Proposal for "%s"' in file views-proposals.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cheatin&#8217; uh?' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancers' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Selected' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposed Terms' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accepted' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Declined' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled Negotiation' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not Assigned' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deciding' in file agreement.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured on Homepage' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Home' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured on Category' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Category' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Urgent' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Never' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit %s' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Changes' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot edit this project' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project was updated succesfully.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No title was submitted.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please insert a valid budget price.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The project duration must be equal or inferior to %d.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The project duration cannot be empty.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No category was submitted.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories cannot be changed after purchase!' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Project' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to post projects.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist %s' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to relist this project.' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank You!' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Confirm & Submit' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&#8592; Edit' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file forms-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d day', '%d days' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Per Hour / %s' in file forms-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '1 hour', '%d hours' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Budget' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Files' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank You!' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file forms-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Preview' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Plan' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancer' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Employer' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancers' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Employers' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay Freelancer' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refund Employer' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deleted' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reopened' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archived' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not %s project. Please try again later.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project was %s.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to update this proposal.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not %s proposal. Please try again later.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal was %s.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid Order!' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to cancel this Order.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Order was sucessfully canceled.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Order was sucessfully canceled and refunded.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error updating the Order status. Please try again later.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Selected notifications were deleted' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Some notifications could not be deleted.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid form data. Please try again.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The agreement for this proposal is not editable.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Congratulations! You've just selected a candidate for your project." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The project will only be officially assigned when you and '%s' accept working with each other." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Candidate removed.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Congratulations! Project '%s' has just been assigned to '%s'!" in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A new %s is now available on your Dashboard. From there you'll have access to the '%s' contact information and manage your Project." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> You must first transfer funds to our escrow account. Work can only start after the funds have been transferred.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Transfer funds now</a> to activate the workspace.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your decision was sent to '%s'." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are no longer a candidate for this Project.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'workspace' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Congratulations! Project '%s', owned by '%s', has been assigned to you!" in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A new %s is now available on your Dashboard. From there you'll have access to the '%s' contact information and all the Project details." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your decision was sent to '%s'." in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This project is not open for work.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not participating on this Project.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your work status was updated to: %s' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The project status was updated to: %s' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot review this user.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your review was posted succesfully!' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please choose a star rating.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please write a review.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review submitted.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to open a dispute on this workspace.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The dispute was opened succesfully!' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new communication channel for discussing the dispute is now available.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not open a dispute at this time. Please try again later. If the problem persists please contact us.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please explain your reason for opening the dispute.' in file forms-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This project is currently pending and must be approved by an administrator.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This project is in development.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This project is not active.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This project has expired.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post a Project' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot edit that project.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not allowed to post projects.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required skills for this project%s' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(%s maximum)' in file views-projects.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'You can only select %d item', 'You can only select %d items' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No matches found' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Searching...' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading more results...' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot edit this Project' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project :: %s' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You don\'t have permissions to relist this project.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist Project :: %s' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find Work' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter Saved.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter Deleted Successfully.' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '- Select Sub-Category -' in file views-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Facebook Widget' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - 125x125 Ads' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Recent Projects' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Projects' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Social Connect' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Taxonomy List' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Rating (requires "StarStruck" plugin for non-project types):' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A button for creating a new project' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Post Project Button' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post a Project' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee - Saved Filters' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Saved Filters' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enables users to save and re-use searches and filters. Works only on a filter/search sidebar.' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save Search' 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 'Your message submited. Thank you!' in file helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content is password protected. To view it, enter your password below.' in file helper.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Enter password', 'placeholder' in file helper.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Submit' in file helper.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts by %s' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Details' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Plus' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS Feed' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favorites' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Profile' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancers' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newest' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Urgent' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popularity' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ending Soon' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Budget' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alphabetical' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newest' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Success Rate' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sort By' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s :: %2$s' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Option' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unrated' in file template-tags-site.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span>%s</span> per hour' in file template-tags-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Portfolio' in file template-tags-user.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancer' in file capabilities.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Employer' in file capabilities.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Employer/Freelancer' in file capabilities.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find Freelancers' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Profile' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Strength indicator' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Very weak' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Weak' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Medium' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Strong' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mismatch' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Additional Details' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currency' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rate per Hour' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'p/ Hour' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Where you live' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Details' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Public Email' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shared only with project participants' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LinkedIn URL' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter ' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Twitter URL' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook ' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Facebook URL' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Account' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Balance' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits' in file views-users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color Scheme' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Control the visibility of the optional custom header.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Custom Header' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Front Page Only' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Always' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disable' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Copyright' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Listings' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Front Page' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Per Page' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users Front Page' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users Per Page' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Page Options' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Menu Item Options' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Menu Behavior' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Always Visible' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visible on Click' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Count Listings in Category' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty Categories' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Depth' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub-Categories' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bee Modern (default)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bee Green' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bee Water' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bee Urban' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bee Dark' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit Plans' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit Plans' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Plan' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Plan' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Plan' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Plan' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Plans' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Plans found in Trash' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Plan:' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit Plans' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan updated. <a href="%s">View credit plan</a>' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field updated.' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field deleted.' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan updated.' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan restored to revision from %s' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan published. <a href="%s">View credit plan</a>' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan saved.' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan submitted. <a target="_blank" href="%s">Preview credit plan</a>' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview credit plan</a>' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credit plan draft updated. <a target="_blank" href="%s">Preview credit plan</a>' in file credits.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-draft-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected.' in file boomerang-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order attempted to be modified, but gave the following errors' in file paypal-bridge.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue to %s' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Order is still being processed. Please wait a few seconds...' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If your Order does not complete soon, please contact us and refer to your Order ID - #%d.' in file paypal-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal has responded to your transaction as invalid. Please contact site owner.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected to PayPal.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete the fields below so you can start accepting payments via PayPal.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Email' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your PayPal account email address. This is where your money gets sent.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Account Type' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "I have a Premier or Business account" in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Having a Premier or Business account is recommended and required for recurring payments. <a target="_new" href="%s">Learn more</a> about the account type differences.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sandbox Mode' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Enable sandbox mode so I can test PayPal" in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments "A <a target='_blank' href='%s'>PayPal Sandbox</a> account is required to use this feature. Enabling this allows you to confirm that payments are being processed correctly. Make sure to disable this option once you're done testing." in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment Data Transfer (PDT)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PDT sends a transaction notice back to your website so you can display order-related details on your completed purchase page. <a target="_blank" href="%s">Learn more.</a>' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PDT System' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Payment Data Transfer (PDT)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Make sure you understand the <a target="_blank" href="%s">benefits and limitations</a> of PDT before you enable this feature. See our <a target="_blank" href="%s">tutorial</a> on enabling PDT.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identity Token' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter your unique PDT identity token' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will be provided after you activate PDT from within your PayPal account.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instant Payment Notification (IPN)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IPN is a messaging service that automatically notifies your website of events related to transactions. <a target="_blank" href="%s">Learn more.</a>' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'IPN System' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Instant Payment Notification (IPN)' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Make sure you understand the <a target="_blank" href="%s">benefits and limitations</a> of IPN before you enable this feature. If any of your payment plans use recurring payments, this option must be checked. See our <a target="_blank" href="%s">tutorial</a> on enabling IPN.' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify me when a payment is..' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reversed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Denied' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Voided' in file paypal.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must mark this transfer as completed before the purchase can proceed.' in file bt-admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file bt-admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Bank Transfer' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instructions:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Information:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order ID:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Order Total:' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'For questions or problems, please contact us directly at' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To cancel this request and use a regular gateway instead, <a href="%s">click here</a>.' in file order-bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bank Transfer' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content will be displayed once checkout has been completed. It will be up to the purchaser to follow the instructions.' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file bank-transfer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A new order is waiting to be processed. Once you receive payment, you should mark the order as completed.' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review this order' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'review all pending orders' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s or %2$s' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Pending Order #%2$d' in file bt-emails.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No payment gateways are available. Please contact your site administrator' in file gateway-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activated' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Pending' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Failed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Completed' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Activated' in file order-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the payment request. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to make the pay request: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the payment.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The pay key has been received and saved in order #%s meta' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No pay key received from the escrow payment request' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now being redirected to PayPal.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the payment. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the payment.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Funds transferred to receivers' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was not able to execute the refund. Please contact site owner.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the refund: "%s"' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No response code from PayPal while trying to execute the refund.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Escrow Information' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal Email' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Money transfers will be made to this PayPal email address.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments SANDBOX API Credentials (Escrow)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials username. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials password. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Signature' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your sandbox account API credentials signature. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments LIVE API Credentials (Escrow)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials username. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials password. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Signature' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your LIVE API credentials signature. You can find more info on creating/managing API credentials <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppID' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your Application ID. This should be your LIVE AppID <u>NOT</u> the generic AppID <code>APP-80W284485P519543</code> used for testing. You can find more info on creating/managing PayPal applications <a href="%s">here</a>.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> You can only start accepting \'escrow\' transactions after your AppID is fully approved by PayPal. Applications with status \'Approved Conditionally\' are not considered approved for \'escrow\' transactions. ' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adaptive Payments Fees' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payer' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Who should pay any applicable fees?' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Receiver (You)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Secondary Receiver' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Obtain Sandbox API Credentials</a>' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> To obtain live PayPal credentials, you must have a verified Premier or verified Business PayPal account. Also, make sure your PayPal account is able to receive money on every currency accepted on your site. Otherwise, users will not be able to transfer money to you.' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Obtain Live API Credentials</a>' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Funds' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Receiver' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amount' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retained' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(when completed)' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'N/A' in file paypal-adaptive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%1$s] Funds for "%2$s" (Order ID #%3$s)' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not open a cURL session' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Could not get a cURL response' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PayPal was unable to verify the payment receivers. Please contact site owner.' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following error ocurred while trying to execute the payment: "%s"' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Receivers list is empty' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Added user \'%1$s\' with email \'%2$s\' as receiver' in file paypal-adaptive-request.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Escrow Order Created' in file order-escrow-factory.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Paid <span class="count">(%s)</span>', 'Paid <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Refunded <span class="count">(%s)</span>', 'Refunded <span class="count">(%s)</span>' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending (Waiting for Funds)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paid (Funds in Escrow)' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Pending' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Failed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Refunded' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed to Refund' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Paid' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marked as Completed' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Failed to Complete' in file order-escrow-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Save Changes' in file escrow-settings-form-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings Saved.' in file escrow-settings-form-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Escrow' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable escrow' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A premier/business account is required for allowing customers to process recurring payments via PayPal' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retained Amount' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The amount to retain on each escrow transaction.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retain Type' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose whether you want to receive a flat amount or a percentage based amount.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flat' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Percentage' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Escrow Gateways' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This gateway is currently <strong>disabled</strong>. It cannot be used on escrow transactions. Go to the <a href="?page=app-payments-settings&tab=escrow">Escrow</a> tab to enable it.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Important:</strong> You need a Premier or Verified Business PayPal account to be able to use the PayPal Adaptive service.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file order-templates.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'US Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Euro' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Argentine Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brazilian Real' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bitcoin' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canadian Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chilean Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chinese Yuan' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Czech Koruna' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Danish Krone' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hong Kong Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hungarian Forint' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indian Rupee' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Israeli New Sheqel' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Japanese Yen' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Malaysian Ringgit' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mexican Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Zealand Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Norwegian Krone' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Philippine Peso' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Polish Z&#x142;oty' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pound Sterling' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Romanian Leu' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Russian Ruble' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Singapore Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South African Rand' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swedish Krona' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swiss Franc' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Taiwan Dollar' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thai Baht' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turkish Lira' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Venezuelan Bol&iacute;var' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vietnamese &#x111;&#x1ed3;ng' in file currencies.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Order' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No orders found' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No orders found in Trash' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Order:' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Pending <span class="count">(%s)</span>', 'Pending <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Failed <span class="count">(%s)</span>', 'Failed <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Completed <span class="count">(%s)</span>', 'Completed <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activated <span class="count">(%s)</span>', 'Activated <span class="count">(%s)</span>' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regional Taxes' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'year', 'years' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'week', 'weeks' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'month', 'months' in file order-functions.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'day', 'days' in file order-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Orders' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to access this page.' in file security.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regional' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following options affect how prices are displayed on your website.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currency' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is the currency for the prices displayed on your site. Important: Payment gateways may not support all currencies listed here. Check with your provider first otherwise payments may not be in your selected currency.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Identifier' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The currency identifier for prices displayed on your site.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Symbol (%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Code (%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The alignment of the prices on your site. For example right, left, right with space or left with space.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left (%s1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right (1.00%s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left with space (%s 1.00)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right with space (1.00 %s)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thousand Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The thousand separator for displayed prices.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decimal Separator' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The decimal separator for displayed prices.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tax' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following options affect how taxes are applied to all purchases.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rate' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The tax rate applied to all purchases. Set to zero to disable taxes.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installed Gateways' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Security' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users view their orders list' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable this option if you want to allow users to view a list of their orders in the back-end of your site, otherwise only editors and administrators can do this.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This gateway is currently <strong>disabled</strong>. Users cannot use it as a purchasing option. Go to the <a href="?page=app-payments-settings">General</a> tab to enable it.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Item' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payment' in file order-list.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'Purchased %s item', 'Purchased %s items' in file order-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unknown' in file order-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Undecided' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unpublished' in file order-list.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y/m/d g:i:s A', 'Order Date Format' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file order-list.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y/m/d', 'Order Date Format' in file order-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Summary' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Affects' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This item could not be recognized. It might be from another theme or an uninstalled plugin.' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Status' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ID' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Status' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Gateway' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unknown' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Undecided' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Currency' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recurs:' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Every %d %s' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Payment Date:' in file order-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previously' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Author' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Actions' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed (Refund)' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Completed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mark as Failed' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Gateway' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reset Order' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate Order' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No actions available' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged Date' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Log' in file order-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Payments' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Connected Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last 10 Orders' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file order-meta.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transaction Data' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Created' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Duplicated. Created %s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order #%s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order Duplicated from %s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Order #%s' in file order-factory.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disputes' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dispute' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Dispute' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Dispute' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Dispute' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Dispute' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Disputes' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No disputes found' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No disputes found in Trash' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Disputes:' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disputes' in file dispute-functions.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 dispute-functions.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 dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Opened for Review' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Paid' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refunded' in file dispute-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disputes' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Seller' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buyer' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sellers' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Buyers' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay Service Provider' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refund Service Buyer' in file load.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file disputes-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disputer' in file disputes-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Disputes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable Disputes' 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 'Enabling this option allows %1$s to open disputes on projects that have been completed but %2$s have canceled, or closed as incomplete. You will be able to arbitrate from the disputes page that will be available within the admin lefthand sidebar. Refund/payments are put in stand-by until your final decision is made.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Availability' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days. Allow opening a dispute within this number of days after a project is closed/canceled by the %1$s.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The number of days granted to %1$s to be able to open disputes. If a dispute is not opened within this period, the %2$s will be automatically refunded.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dispute' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decision:' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decide in favor of the %1$s? %2$s\\%1$s will be paid. Refund will be refused. %2$sConfirm?' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decide in favor of the %1$s? %2$s\\%1$s will be refunded.%2$sConfirm?' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept:' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject:' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Participants' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Owner)' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Raised by' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Internal Notes' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Does not appear publicly. Used for internal communication only.' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Official Response (required)' in file single-dispute.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displayed publicly to the participants. Should be filled used when making the final decision.' in file single-dispute.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Projects', 'post type general name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Project', 'post type singular name' 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 Project' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Project' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Project' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Projects' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Projects' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No projects found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No projects found in Trash.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Projects:' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Projects', 'post type menu name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Projects' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Archives' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Attributes' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Insert into project' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded to this project' 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 projects list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects list' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Waiting Funds' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Waiting Funds <span class="count">(%s)</span>', 'Waiting Funds <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Discussing Terms' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Discussing Terms <span class="count">(%s)</span>', 'Discussing Terms <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In Development' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'In Development <span class="count">(%s)</span>', 'In Development <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Closed Completed <span class="count">(%s)</span>', 'Closed Completed <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Closed Incomplete' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Closed Incomplete <span class="count">(%s)</span>', 'Closed Incomplete <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Canceled <span class="count">(%s)</span>', 'Canceled <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canceled Terms' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Canceled Terms<span class="count">(%s)</span>', 'Canceled Terms <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file core.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Expired <span class="count">(%s)</span>', 'Expired <span class="count">(%s)</span>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project updated. <a href="%s">View project</a>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field updated.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field deleted.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project updated.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project restored to revision from %s' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project published. <a href="%s">View project</a>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project saved.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project submitted. <a target="_blank" href="%s">Preview project</a>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview project</a>' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project draft updated. <a target="_blank" href="%s">Preview project</a>' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Project Categories', 'taxonomy general name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Project Category', 'taxonomy singular name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Project Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Project Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Project Categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Project Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Project Category:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Project Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Project Category' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Project Category Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate project categories with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove project categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used project categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No project categories found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No project categories' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project categories list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project categories list' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Categories', 'taxonomy menu name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Project Tags', 'taxonomy general name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Project Tag', 'taxonomy singular name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Project Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Project Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Project Tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Project Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Project Tag:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Project Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Project Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Project Tag' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Project Tag Name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate project tags with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove project tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used project tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No project tags found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No project tags' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project tags list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project tags list' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tags', 'taxonomy menu name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Skills', 'taxonomy general name' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Skill', 'taxonomy singular name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skill:' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Skill' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate skills with commas' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No skills found.' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No skills' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills list navigation' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills list' in file core.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Skills', 'taxonomy menu name' in file core.php.Found a translation function that is missing a text-domain. Function __, with the arguments "%s" in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feature' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' and ' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'apply to' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Profile' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must provide a public email before selecting a candidate. %s.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The proposal that you\'re trying to view was canceled. It\'s not available anymore.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'re not a candidate for this Project.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have reached an agreement.%1$sAfter clicking \'OK\' the employer will be notified to transfer the necessary funds to our escrow account.%1$s' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have reached an agreement.%1$sAfter clicking \'OK\' you will need to transfer the necessary funds to our escrow account so work can start.%1$s' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have reached an agreement.%1$sClicking \'OK\' will start the project immediately.%1$s' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit for Approval' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept / Start Project' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deselect this candidate (the candidate proposal will remain selectable)?' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decline this Project?' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Decline' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal for "%s"' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You\'re trying to access an invalid workspace.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The workspace you tried to access is not valid or does not exist anymore.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not participating on this Project.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This workspace is waiting for funds. Work can only start after the funds have been transferred to the escrow account.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="%s">Transfer funds now</a> to activate this workspace.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PAID' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REFUNDED' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure?' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will issue a refund and work will not be paid.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The money held in escrow will be transferred to the participant.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace :: %s' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are not participating on this Project.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot review this user.' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review "%s"' in file views-dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspaces' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Workspace' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Workspace' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Workspace' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Workspace' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Workspaces' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No workspaces found' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No workspaces found in Trash' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Workspaces:' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Worskpaces' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Workspace Activation' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Waiting' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Working' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Completed' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Incomplete' in file workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The project was added to your favorites." in file favorites.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The project was removed from your favorites." in file 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 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 a project.' in file favorites.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Taxonomy List' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Taxonomy Terms' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the list of selected taxonomy terms' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Taxonomy:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Columns:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu Depth:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub Menus:' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Parent Count' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Childs Count' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide "No categories" text' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Only List of Childs on Taxonomy Acrhive' in file widget-taxonomy-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes 125x125 Ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sponsored Ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Places an ad space in the sidebar for 125x125 ads' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ads:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open ads in a new window?:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter one ad entry per line in the following format:' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL|Image URL|Image Alt Text|rel' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>Note:</strong> You must hit your &quot;enter/return&quot; key after each ad entry otherwise the ads will not display properly.' in file widget-125-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Facebook Like Box' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Friends' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This places a Facebook page Like Box in your sidebar to attract and gain Likes from visitors.' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Page ID (e.g: appthemes):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Width (Min. is 180 & Max. is 500):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Height (Min. is 70):' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Cover Photo' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Friend\'s Faces' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Page Posts' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Custom Call to Action Button (if available)' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Small Header' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adapt to Container Width' in file widget-facebook.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Social Connect' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Connect' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A set of icons to link to many social networks.' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use descriptions as tooltips (hides descriptions)' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show %s button' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s URL' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Description' in file widget-social-connect.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Recent Posts' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show recent posts any public types.' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Post Type:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of posts to show:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter posts IDs delimited by comma:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts content template name:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display only sticky posts (if post type supports):' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Rating (requires "StarStruck" plugin):' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display "Read More" button:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display post date:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display post thumbnail:' in file widget-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AppThemes Breadcrumbs' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays the Breadcrumbs' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title:' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Crumbs Separator:' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Network' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Title' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show Browse' in file widget-breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Avatar...' in file media.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change...' in file media.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee Dashboard' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Snapshot' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Registrations Today' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Registrations Yesterday' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Users' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Projects (24 hours)' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Projects' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Total Projects' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Revenue (7 days)' in file dashboard.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clarification' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Field cannot be empty.' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "<strong>Warning:</strong> This project status is '<strong>%s</strong>'. Editing is not recommended!" in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HireBee 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 'Categories' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geolocation' 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 'Registration' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share Roles Capabilities' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow Employers to apply to projects and Freelancers to post projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "With this option enabled, when a user registers as an 'Employer' and applies to a project, his role will automatically change to 'Employer/Freelancer'. The same applies to a 'Freelancer' that posts a project. If you disable this option, employers will be limited to posting projects and freelancers limited to applying to projects." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration Box Title' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The title displayed on the small registration box to the right of the login form.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration Box Text' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The title displayed on the small registration box to the right of the login form.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn Profile ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A social icon for this social network will be displayed on the top navigation bar.' 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="_new" href="%2$s">LinkedIn account</a>.' 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 'A social icon for this social network will be displayed on the top navigation bar.' 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="_new" href="%2$s">Twitter account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Page ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A social icon for this social network will be displayed on the top navigation bar.' 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="_new" href="%2$s">Facebook account</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Plus Page ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A social icon for this social network will be displayed on the top navigation bar.' 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="_new" href="%2$s">Google Plus</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Integration' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display ShareThis on Projects' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display <a href="%1$s" target="_blank">ShareThis</a> icons on project pages.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to have the <a href="%1$s" target="_blank">ShareThis</a> plugin instaled.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display ShareThis on Blog' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display <a href="%1$s" target="_blank">ShareThis</a> icons on blog posts.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You need to have the <a href="%1$s" target="_blank">ShareThis</a> plugin instaled.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderate new/relisted projects before they are displayed live.' 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 'Projects on Front Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many projects do you want shown on your front page? Leave blank to hide projects from front page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Per Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many projects per page do you want shown?' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clarification Section' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow freelancers to post public questions on project pages.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Skills' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of selectable skills allowed. Leave empty to disable skills in projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Budget' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currencies' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select allowed currencies for budget prices. If left blank, all currencies in <a href="%s">Payments Settings</a> will be selectable.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restrict user rates to these currencies.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check this option to restrict user rates currencies to budget currencies. Leave unchecked to allow user rates on any currency.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the budget types that should be selectable by employers when posting projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Per Hour' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price + Per Hour' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the location types that should be selectable by employers when posting projects (<em>Remote</em> - remote work allowed; <em>Local</em> - employer must provide a location for the project).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Local' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote + Local' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Attachments' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Uploading' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow employers to upload files when posting projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Limit' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of files allowed.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comma separated list of file types (e.g: pdf, doc).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The file types allowed. Leave empty to allow any file type.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File Size' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'KB' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The maximum file size allowed in kilobites (1 MB = 1024 kb).' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration (Free Projects Only)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Duration' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The projects duration to be applied to new projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Editable Duration' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow employers to specify their own job duration.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The project duration set above will be used as the maximum editable duration limit.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for Projects/Addons' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Charge for posting and/or featuring a project on your site.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage your <a href="%s">Payments Settings</a> in the Payments Menu.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Plans' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set your <a href="%s">Project Plans</a> in the Payments Menu.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage your Project Plans, which are packages of pricing and feature options that are offered.' in file settings.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 'Set your default <a href="%s">Featured Pricing</a> and Payment Gateway settings in the Payments Menu.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Manage default Payments Settings including featured pricing and duration, enable/disable available payment gateways, and manage individual payment gateway's settings." 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 'Users on Front Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many freelancers do you want shown on your front page? Leave blank to hide freelancers from front page.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users Per Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many freelancers per page do you want shown?' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Avatar' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Avatar Upload' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Allow users to upload custom avatars.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote Work Only' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The location field will not be available on user profiles or when submitting projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable this option if your site is targeted to remote working. Otherwise, leave unchecked and the location field will be available in the users profile and when submitting projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visibility' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposal Quotes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Only project authors will be able to see the full list of quotes for their projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits Usage' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free Credits' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set how many credits are given to each registered user (0 = None)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free credits are only given to freelancers, unless the option <em>General > Share Roles Capabilities</em> is enabled. Specify the number of free credits to offer on new registrations.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Place Proposal' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set how many credits are needed to place a proposal (0 = Free)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Proposal' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set how many credits are needed to edit a proposal (0 = Free)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Feature Proposal' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set how many credits are needed to feature a proposal (0 = Free)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free Monthly Credits' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set how many credits are offered to each user on the 1st day of each month (0 = No Offers)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free credits are only given to freelancers, unless the option <em>General > Share Roles Capabilities</em> is enabled. Specify the number of free credits to offer each month.' 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 'Credit Plans' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Set your <a href="%s">Credit Plans</a> in the Payments Menu.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage your Credits Plans which are packages of bundled credits.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Menu' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories Page' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notifications' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when new projects are posted.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when new proposals are posted.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reviews' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Notify admins when new reviews are posted.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Find your two-letter language code <a href="%s" target="_blank">here</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The language in which to return geolocation results. If language is not supplied, the geocoder will attempt to use the native language of the domain from which the request is sent wherever possible.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'API Key' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Get started using the <a href="%s" target="_blank">Geocoding API</a>' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create a project in the Google Developers Console and paste in the API key here. This field is required.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Country Biasing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restrict geocomplete locations to a specific country code. Find your two-letter ccTLD country code <a href="%s" target="_blank">here</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Only locations within the specified country will be retrieved. Leave blank to allow locations from any country." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocode' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cities' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regions' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You may restrict location results in the geocomplete request to be of a certain type. Geolocation uses <a href="%s">Google Places Types</a> to restrict results.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can read more about each type <a href="%s">here</a>. If no restrictions are specified, the geolocation will retrieve all location types.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refine Search *' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Country' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Postal Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Select the most appropriate filter for the location refine search considering the location type you've chosen above." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose how users should filter locations when searching/browsing projects. Note that postal codes might not always be available on all locations. In these cases, the typed location will be displayed, instead.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Country Biasing' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Restrict geocomplete locations to a specific country code. Find your two-letter ccTLD country code <a href="%s" target="_blank">here</a>.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Only locations within the specified country will be retrieved. Leave blank to allow locations from any country." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location Types' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Geocode' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cities' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Regions' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You may restrict location results in the geocomplete request to be of a certain type. Geolocation uses <a href="%s">Google Places Types</a> to restrict results.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can read more about each type <a href="%s">here</a>. If no restrictions are specified, the geolocation will retrieve all location types.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Refine Search *' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Country' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Postal Code' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Select the most appropriate filter for the location refine search considering the location type you've chosen above." in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose how users should filter locations when searching/browsing projects. Note that postal codes might not always be available on all locations. In these cases, the typed location will be displayed, instead.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '* Notes' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please note that geolocation results may not always retrieve all the meta data for a location, like the postal code or some administrative area levels. Since this meta data is used to display the geolocation refine filters, HireBee will try to use the most relevant data available or default to the typed location if none is available.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Access' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Backend Access' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Allows you to restrict access to the WordPress Backend (wp-admin). Keeping this set to 'Admins Only' is recommended. Select 'Disable' if you have problems with this feature." 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 'All Roles (Limited 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 'Show Count' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the number of projects next to the category name.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide Empty' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide if a category has no projects.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Depth' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many levels deep should the category tree traverse' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of Sub-Categories' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'How many sub-categories of each parent category should be shown' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visibility' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the categories list menu? If disabled, all related options will be ignored.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Always Visible' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Visible on Click' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hidden' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose one or multiple currencies. Leave empty to allow all.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Custom Post Type & Taxonomy URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Other URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancers Custom Post Type & Taxonomy URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard URLs' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Profile URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Categories Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Skills Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Tags Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Users Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Starred Projects Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Renew Project Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Purchase Project Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Review User Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Proposal Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Projects Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Reviews Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Proposals Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Payments Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard Workspace Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dashboard notifications Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Profile Base URL' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Freelancer custom post types and taxonomy URLs cannot be empty. Empty options will default to previous value.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Escrow' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Free' in file payments-list.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d day', '%d days' in file payments-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add-ons' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Marketplace Add-ons' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse Marketplace' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse Themes' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Search Add-ons' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By %1$s' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last Updated:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s ago' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Compatibilities:' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Try again' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No add-ons match your request.' in file addons-mp-class.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'View', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'New', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Popular', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Search Add-ons', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Category', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Plugins', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Gateway Plugins', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Payment Gateways', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Child Themes', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'General Themes', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Product', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Author', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Rating', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '4+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '3+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '2+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments '1+ stars', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Categories', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Products', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Authors', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'All Ratings', 'MarketPlace Addons page translation' in file api-translations.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Details' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan Name' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ( e.g: %s )' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The price for this plan. Set to \'0\' for free plans. Use numbers and decimal separators only.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'e.g: %s' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits allow freelancers to apply to projects and feature proposals.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan created.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan saved.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan scheduled.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan draft updated.' in file proposal-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Addons' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enabled' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days' in file addons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Credits' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hourly Rate' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating (% Success)' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not Rated' in file users.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Optional Text Space' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can use this space to display site news to your registered users.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Optional Text Space' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Likewise, you can use this space to display additional news to your registered users.' in file install.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Budget' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed Price' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Per Hour' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currency' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Budget Price' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mininum Hours Needed' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The budget price cannot be empty.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid budget price.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location Preferences' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the preferred location for Freelancers biding on this Project.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location Preference' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Local' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remote' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file project-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Never' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Timeline' in file project-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'These settings allow you to override the defaults that have been applied to the listings based on the plan the owner chose. They will apply until the listing expires.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post this Project for' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Start Date' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project Start Date' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires on' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Promotion' in file project-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'These settings allow you to override the defaults that have been applied to the listings based on the plan the owner chose. They will apply until the listing expires.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days (0 = Infinite)' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start Date' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start Date' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Start Date' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expires on' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderation Queue' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must approve this listing before it can be published.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Accept' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reject' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rejecting a listing sends it to the trash.' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file project-single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Author' in file project-single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pricing Details' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan Name' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Description' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Price' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (e.g: %s)' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The cost to post a project. Set to '0' for free projects. Use numbers and decimal separators only." in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Relist Price' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (e.g: %s)' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments "The cost to relist a project. Set to '0' for free relistings. Use numbers and decimal separators only." in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments "How long the project is active for. Set to '0' to never expire." in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan updated.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan created.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan saved.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan scheduled.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan draft updated.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Addons' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Included' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'days' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can include featured addons in a plan. These will be immediately added to the listing upon purchase. After they run out, the customer can then purchase regular featured addons.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Durations must be shorter than the listing duration.' in file project-plans.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Proposals' in file project-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Status' in file project-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expire Date' in file project-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Expired' in file project-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Endless' in file project-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transfer Funds' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pay' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel (Get Refund)' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This will issue a refund and work will not be paid.' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to cancel?' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Are you sure you want to cancel?' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Actions' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plan' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gateway N/A' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft Payment' in file template-tags-orders.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Password' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-password-reset-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Should be at least seven characters long.' in file form-password-reset-fields.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-fields.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notifications' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Types' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Message' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'View' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Delete Selected' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No messages found.' in file dashboard-notifications.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Details' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Essential info' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'What do you need?' in file form-project.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'e.g. I need a Web Developer to develop a plugin', 'placeholder' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Project Details' in file form-project.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Provide a detailed description of what you need to get done.', 'placeholder' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Categories & Skills' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Category' in file form-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&ndash; Select Category &ndash;' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sub-Category' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '&ndash; Select Sub-Category &ndash;' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '<strong>Note:</strong> Categories are locked after purchase' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Skills' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags' in file form-project.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'e.g. mobile, web (comma separated)', 'placeholder' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Budget' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Fixed Price' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Per Hour' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Currency' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Price' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Minimum Hours' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Duration' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post this Project for' in file form-project.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'e.g: 30' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Days' in file form-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum days allowed is %1$d %2$s' in file form-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(not editable)' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Other' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Location' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remote' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Local' in file form-project.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'e.g. New York', 'placeholder' in file form-project.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Files' in file form-project.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Employer Info' in file dashboard-workspace-section-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a Review' in file dashboard-workspace-section-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Open a Dispute' in file dashboard-workspace-section-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Closed On' in file dashboard-workspace-section-manage-worker.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Project Terms' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Warning: Proposal for participant '%s' was not found. Please contact the site admin." in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s Terms' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Development' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None specified' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amount' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Deliverables' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'On' in file dashboard-workspace-section-terms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Employer Decision' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Project Terms' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Decision' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previous' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Propose Terms' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Accept' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Decline' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove me as a candidate' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel all negotiations immediately and remove you as a candidate. Note: The proposal will remain active unless you withdraw it.' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notes' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Add any notes for the employer.', 'placeholder' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Decision' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Waiting for a decision' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Terms' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Specify any additional terms the employer must agree to before you accept the project.', 'placeholder' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Terms' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments '&#8592; Back' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Submit for Approval' in file form-proposal-agreement-candidate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recent Activity' in file dashboard-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View All' in file dashboard-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nothing new to show.' in file dashboard-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No active projects found.' in file profile-section-projects.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have no favorites. <a href="%s">Browse projects</a>.' in file dashboard-projects-section-favorites.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Workspace' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Project Details' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Files' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notes' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Manage' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Agreed Terms' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reviews' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dispute %s' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Opened' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Resolved' in file dashboard-workspace.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Decision' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Project Terms' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Candidate Decision / Terms' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Waiting for decision' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Terms' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your Decision' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previous' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Propose Terms' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Accept' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Decline' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unselect candidate' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Selecting this option cancels negotiations immediately and unselects the candidate. <br/><br/><em>Note:</em> The proposal will remain active unless the user withdraws the proposal.' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Notes' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Add any notes for the candidate here.', 'placeholder' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Decision' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Project Terms' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Any additional terms the candidate must agree to before you award them the project.', 'placeholder' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments '&#8592; Back' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Select Proposal' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select this as the winning proposal? Candidate will still need to approve.' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Are you sure you want to deselect this candidate?" in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Cancel Agreement' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit for Approval' in file form-proposal-agreement-employer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Complete the fields below to register.' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password Again:' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-registration.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Hide password' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-registration.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file form-login.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Login' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Reset Password' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log in' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username:' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password:' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remember me' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lost your password?' in file form-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your new password below.' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm new password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Strength indicator' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file form-password-reset.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please enter your username or email address. A new password will be emailed to you.' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username or Email:' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset Password' in file form-password-recovery.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Browse:' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Breadcrumbs', 'breadcrumbs aria label' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Home' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments '404 Not Found' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Archives' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Search results for: %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Page %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Comment Page %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Minute %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Week %s' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'g:i a', 'minute and hour archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'i', 'minute archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'g a', 'hour archives time format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'j', 'daily archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'W', 'weekly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Y', 'yearly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'F', 'monthly archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'j', 'daily archives date format' in file breadcrumb-trail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email provider of "%1$s" address do not allow to use their email addresses by other servers. The "%2$s" address will be used to send out emails.' in file mail-from.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(i.e. %1$s)' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google+' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YouTube' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Github' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Path' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vimeo' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flickr' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Picasa' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Foursquare' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress' in file social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] New User Registration' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New user registration on your site %s:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'E-mail: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Your username' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The default WordPress login page is still accessible.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'After you ensure that permalinks on your site are working correctly and you are not using any "maintenance mode" plugins, please disable it in your <a href="%s">theme settings</a>.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file view-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your profile has been updated.' in file view-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add' in file custom-controls.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select...' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight & style for regular text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight for italic text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Select weight for bold text' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Not Available for this font' in file custom-controls.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Behance' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Fork me on Bitbucket' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on CodePen' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Watch me on DeviantArt' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Dribbble' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'favourite me on Etsy' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Like me on Facebook' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on Flickr' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Foursquare' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Fork me on GitHub' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Instagram' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Last.fm' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on LinkedIn' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Medium' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Pinterest' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Connect with me on Google+' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Reddit' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Slack' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on SlideShare' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add me on Snapchat' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on SoundCloud' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Spotify' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Join me on Stack Overflow' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Tumblr' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Twitch' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Twitter' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Follow me on Vimeo' in file functions.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Subscribe to me on YouTube' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header & Navigation' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Adjust your Header and Navigation sections.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social Icons' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your social media links and we\'ll automatically match them with the appropriate icons. Drag and drop the URLs to rearrange their order.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your phone number to the site header bar.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add a search icon to your primary naigation menu.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WooCommerce Layout' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Adjust the layout of your WooCommerce shop.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sample Custom Controls' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'These are an example of Customizer Custom Controls.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Controls' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'These are an example of the default Customizer Controls.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open in new browser tab' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alignment' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Choose the alignment for your social icons' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Social URLs' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Add your social media links.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-behance"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-bitbucket"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-codepen"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-deviantart"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-dribbble"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-etsy"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-facebook"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-flickr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-foursquare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-github"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-instagram"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-lastfm"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-linkedin"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-medium"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-pinterest"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-google-plus"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-reddit"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-slack"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-slideshare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-snapchat"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-soundcloud"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-spotify"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-stack-overflow"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-tumblr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-twitch"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-twitter"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-vimeo"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-youtube"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View list of available icons' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display RSS icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display phone number' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display Search Icon' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shop page sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Single Product page sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cart, Checkout & My Account sidebars' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'The Cart, Checkout and My Account pages are displayed using shortcodes. To remove the sidebar from these Pages, simply edit each Page and change the Template (in the Page Attributes Panel) to Full-width Page.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle switch' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Control (px)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slider Control With a Small Step' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sortable Repeater' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the control description.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Row' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Radio Button Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Text Radio Button Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Centered' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Checkbox Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bold' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Italic' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Caps' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Underline' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-behance"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-bitbucket"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-codepen"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-deviantart"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-dribbble"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-etsy"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-facebook"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-flickr"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-foursquare"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="fa fa-github"></i>' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Accordion Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alpha Color Picker Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simple Notice Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This Custom Control allows you to display a simple title and description to your users. You can even include <a href="http://google.com" target="_blank">basic html</a>.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Select2 Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Select2 custom control (Single Select)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please select a state...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New South Wales' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Victoria' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Queensland' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Western Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tasmania' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Capital Territory' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Northern Territory' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Select2 Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Select2 custom control (Multi-Select)' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Antarctica' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Casey' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Davis' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DumontDUrville' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Macquarie' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mawson' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'McMurdo' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Palmer' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rothera' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Syowa' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Troll' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Vostok' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Atlantic' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Azores' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bermuda' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canary' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cape Verde' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Faroe' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Madeira' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reykjavik' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South Georgia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Stanley' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'St Helena' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australia' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Adelaide' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brisbane' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Broken Hill' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Currie' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Darwin' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Eucla' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hobart' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lindeman' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lord Howe' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Melbourne' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perth' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sydney' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Dropdown Posts Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Dropdown Posts custom control description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TinyMCE Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is a TinyMCE Editor Custom Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Font Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'All Google Fonts sorted alphabetically' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Text Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter name...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Email Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default URL Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Number Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Hidden Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Text controls Type can be either text, email, url, number, hidden, or date' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Checkbox Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Sample Checkbox description' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Select Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hamsters' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jet Fuel' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Nuclear Energy' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Standard Radio Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Captain America' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Iron Man' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spider-Man' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thor' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Dropdown Pages Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Textarea Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter message...' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Color Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Media Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Media Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No file selected' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose File' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No image selected' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose Image' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Cropped Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the description for the Cropped Image Control' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the Date Time Control but is only displaying a date field. It also has Max and Min years set.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'This is the Date Time Control. It also has Max and Min years set.' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Date Control' in file customizer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments "This is the Date Time Control but is only displaying a date field. Past dates are not allowed." in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The username field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The password field is empty.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cookies are blocked or not supported by your browser. You must enable cookies to continue.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are now logged out.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User registration is currently not allowed.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for the confirmation link.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check your email for your new password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Registration complete. Please check your e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password has been reset. Please login.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Recovery' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sorry, that key does not appear to be valid. Please try again.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Enter a username or e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: There is no user registered with that email address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Invalid username or e-mail.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password reset is not allowed for this user' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone requested that the password be reset for the following account:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The e-mail could not be sent.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function...' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password Reset' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This username is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please type your e-mail address.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The email address isn&#8217;t correct.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: This email is already registered, please choose another one.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter a password.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Please enter the password twice.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: The passwords do not match.' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Couldn&#39;t register you... please contact the <a href="mailto:%s">webmaster</a> !' in file views-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'image {current} of {total}' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'previous' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'next' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'close' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This content failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This image failed to load.' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'start slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'stop slideshow' in file localization.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description is not prominent by default, however some themes may show it.' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description is not prominent by default, however some themes may show it.' in file class-html-term-description.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select a Plan' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Relist)' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Addons are not available for this price plan.' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Addons' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unlimited days' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No plans are currently available for this category.' in file form-project-purchase-new.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments '&#8592; Back' in file form-project-purchase-new.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are feature_proposal, credits, _duration, duration.
  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. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Deprecated functions : screen_iconscreen_icon found in file AdminPage.php. Deprecated since version 3.8.
    Ligne16: * $screen_icon (string)  The icon type to use in the screen header
    Ligne189: screen_icon( $this->args['screen_icon'] );
    Ligne513: 'screen_icon'           => '',
  9. I18N implementation : Proper use of _e(Possible variable $participant found in translation function in form-workspace-manage-worker.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $comment_badge found in translation function in comments.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in AdminPage.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of esc_attr_e(Possible variable $participant found in translation function in form-workspace-manage-worker.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $current_user found in translation function in edit-profile.php. Translation function calls should not contain PHP variables. Possible variable $comment_badge found in translation function in comments.php. Translation function calls should not contain PHP variables.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  14. Date and time implementation : Use of the_time()At least one hard coded date was found in the file template-tags-site.php. Function get_option( 'date_format' ) should be used instead.
  15. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 860x659px (860:659). Ratio of width to height should be 4:3.Screenshot size is 860x659px. 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 template-kitchen-sink.php.
    Ligne31: <h1>This template tests <a href='http://foundation.zurb.com/sites/docs/kitchen-sink.html' target='_blank'>Fo
    Possible hard-coded links were found in the file footer.php.
    Ligne34: <a href='https://www.appthemes.com/themes/hirebee/' target='_blank' rel='nofollow'>H
    Possible hard-coded links were found in the file admin.php.
    Ligne98: <a href='https://marketplace.appthemes.com/' class='add-new-h2'><?php _e( 'Browse Ma
    Ligne99: <a href='https://www.appthemes.com/themes/' class='add-new-h2'><?php _e( 'Browse The
    Possible hard-coded links were found in the file install.php.
    Ligne317: 'text' => '<a href='https://www.appthemes.com/' target='_blank'><img src='https://www.appthemes
    Ligne322: 'text' => '<a href='https://www.appthemes.com/' target='_blank'><img src='https://www.appthemes
    Ligne317: 'text' => '<a href='https://www.appthemes.com/' target='_blank'><img src='https://www.appthemes
    Ligne322: 'text' => '<a href='https://www.appthemes.com/' target='_blank'><img src='https://www.appthemes
    Possible hard-coded links were found in the file customizer.php.
    Ligne658: 'description' => __( 'This Custom Control allows you to display a simple title and description to your users. You can even include <a href='http://google.com' target='_blank'>basic html</a>.', APP_TD ),
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : side-user.php
    Ligne40: if ( isset( $qv['p2p:include'] ) )
    Ligne41: $qv['include'] = _p2p_pluck( $qv, 'p2p:include' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : query.php
    Ligne134: $qv['p2p:include'] = _p2p_normalize( $this->items );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : media-manager.php
    Ligne413: require_once( ABSPATH . 'wp-admin/includes/image.php' );
    Ligne711: 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 : form-builder.php
    Ligne113: require_once 'templates.php';
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : load.php
    Ligne8: require_once( dirname( __FILE__ ) . '/geo.php' );
    Ligne15: require_once( APP_FRAMEWORK_DIR . '/admin/class-meta-box.php' );
    Ligne16: require_once( APP_FRAMEWORK_DIR . '/admin/class-tabs-page.php' );
    Ligne19: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-class.php' );
    Ligne20: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-registry.php' );
    Ligne21: require_once( dirname( __FILE__ ) . '/geocoders/geocoder-functions.php' );
    Ligne23: require_once( dirname( __FILE__ ) . '/geocoders/google-geocoder.php' );
    Ligne26: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-class.php'
    Ligne27: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-registry.p
    Ligne28: require_once( dirname( __FILE__ ) . '/map-providers/map-provider-functions.
    Ligne30: require_once( dirname( __FILE__ ) . '/map-providers/google-maps.php' );
    Ligne33: 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 : forms-projects.php
    Ligne368: require_once( ABSPATH . '/wp-admin/includes/post.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : views-users.php
    Ligne535: require_once( ABSPATH . 'wp-admin/includes/template.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 : categories.php
    Ligne7: require_once(ABSPATH . 'wp-admin/includes/template.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
    Ligne8: require_once( dirname( __FILE__ ) . '/paypal-bridge.php' );
    Ligne9: require_once( dirname( __FILE__ ) . '/paypal-notifier.php' );
    Ligne10: require_once( dirname( __FILE__ ) . '/paypal-pdt.php' );
    Ligne11: require_once( dirname( __FILE__ ) . '/paypal-ipn-listener.php' );
    Ligne12: require_once( dirname( __FILE__ ) . '/paypal-form.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : test.php
    Ligne53: include( dirname( __FILE__ ) . '/template/test-form.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : bank-transfer.php
    Ligne8: require 'bt-emails.php';
    Ligne11: require 'bt-admin.php';
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : load.php
    Ligne49: require_once( dirname( __FILE__ ) . '/gateways/gateway-class.php' );
    Ligne50: require_once( dirname( __FILE__ ) . '/gateways/boomerang-class.php' );
    Ligne51: require_once( dirname( __FILE__ ) . '/gateways/gateway-registry.php' );
    Ligne52: require_once( dirname( __FILE__ ) . '/gateways/gateway-functions.php' );
    Ligne54: require_once( dirname( __FILE__ ) . '/gateways/paypal/paypal.php' );
    Ligne55: require_once( dirname( __FILE__ ) . '/gateways/bank-transfer/bank-transfer.
    Ligne58: require_once( dirname( __FILE__ ) . '/escrow/load.php' );
    Ligne61: 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
    Ligne18: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt
    Ligne19: require_once( dirname( __FILE__ ) . '/gateways/paypal-adaptive/paypal-adapt
    Ligne22: require_once( dirname( __FILE__ ) . '/escrow-settings-form-class.php' );
    Ligne23: require_once( dirname( __FILE__ ) . '/order-escrow-functions.php' );
    Ligne24: require_once( dirname( __FILE__ ) . '/order-escrow-factory.php' );
    Ligne25: require_once( dirname( __FILE__ ) . '/order-escrow-class.php' );
    Ligne26: 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 : dispute-functions.php
    Ligne551: require( $include );
    Ligne553: require( TEMPLATEPATH . $file );
    Ligne555: require( ABSPATH . WPINC . '/theme-compat/comments.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
    Ligne24: * - `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 : install.php
    Ligne442: require_once( ABSPATH . 'wp-admin/includes/admin.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes