$no_gateways_message=__('Please fill in your details above to see available payment methods.','woocommerce');
}else{
$no_gateways_message=__('Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.','woocommerce');
<noscript><?php_e('Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.','woocommerce');?><br/><input type="submit" class="button alt" name="woocommerce_checkout_update_totals" value="<?php _e( 'Update totals', 'woocommerce' ); ?>" /></noscript>
<labelfor="terms"class="checkbox"><?phpprintf(__('I’ve read and accept the <a href="%s" target="_blank">terms & conditions</a>','woocommerce'),esc_url(wc_get_page_permalink('terms')));?></label>