
.five9-ln-cancel-btn-caption:after {
    content: 'Cancel';
}

.five9-ln-back-btn-caption:after {
    content: 'Back';
}

.five9-ln-right-btn-caption:after {
    content: 'Next';
}

.five9-ln-true-caption:after {
	content: 'Yes';
}

.five9-ln-false-caption:after {
	content: 'No';
}

.five9-ln-last-page-goodbye:after {
	content: 'Have a nice day!';
}

.five9-ln-last-page-appreciation:after {
	content: 'We appreciate your business and loyalty.';
}

.five9-ln-last-page-thanks:after {
	content: 'Thank you!';
}

.five9-ln-restart-btn-caption:after {
	content: 'Restart';
}

.five9-ln-error-page-title:after {
	content: 'Error';
}

.five9-ln-idle-warning:after {
	content: 'Staying idle your session will expire in ';
}

.five9-ln-cancelCB-btn-caption:after {
    content: 'Cancel Request';
}

.five9-ln-closeCB-btn-caption:after {
    content: 'Close';
}

.five9-ln-sk-chat:after {
    content: 'Enter Live Chat';
}

.five9-ln-sk-email:after {
    content: 'Send Email';
}

.five9-ln-sk-video:after {
    content: 'Enter Video Chat';
}

.five9-ln-sk-requestcb:after {
    content: 'Contact Me';
}

.five9-ln-sk-callnumber:after {
    content: 'Connect with me at:';
}

.five9-ln-sk-ewt:after {
    content: 'Estimated wait time';
}

.five9-ln-sk-timeout:after {
    content: 'Timeout';
}

.five9-ln-sk-yournumber:after {
    content: 'Your phone number';
}

.five9-ln-exp:after {
    content: 'Choose expiration date:';
}

/* String constant*/

.five9-ln-str-title-contactme:after {
    content: 'Contact Me';
}

.five9-ln-str-title-goodbye:after {
    content: 'Have a nice day!';
}

.five9-ln-str-title-error:after {
    content: 'Error';
}

.five9-ln-str-title-ewt:after {
    content: 'Estimated wait time';
}

.five9-ln-str-title-timeout:after {
    content: 'Timeout';
}

.five9-ln-str-session-expired:after {
    content: 'Session is expired';
}

.five9-ln-str-less-minute:after {
    content: 'Less than a minute';
}

.five9-ln-str-minutes:after {
    content: '{0} minutes';
}

.five9-ln-str-left-seconds:after {
    content: 'left {0} sec.';
}

.five9-ln-str-session-terminated:after {
    content: 'Your session has been terminated';
}

.five9-ln-str-session-ewt-minutes:after {
    content: '  (in {0} min.)';
}

.five9-ln-str-error-message:after {
    content: "Sorry. We are experiencing technical issue and service is not available. Please restart session";
}

.five9-ln-str-cancel-cb-message:after {
    content: "Are you going to cancel the callback and close the interaction?";
}

.five9-ln-str-auto-next:after {
    content: "Next in {0} secs.";
}


/* input warnings */

.five9-ln-str-input-time-format:after {
    content: 'Time is not in a valid format.';
}

.five9-ln-str-input-hours-format:after {
    content: 'Hour must be between 1 and 12. (or 0 and 23 for military time)';
}

.five9-ln-str-input-minutes-format:after {
    content: 'Minute must be between 0 and 59.';
}

.five9-ln-str-input-time-range-format:after {
    content: 'The value must be between {0} and {1}';
}

.five9-ln-str-input-digit-range-format:after {
    content: "The value's length must be between {0} and {1}";
}

.five9-ln-str-input-numeric-format:after {
    content: "The value must be numeric";
}

.five9-ln-str-input-card-format:after {
    content: "Incorrect credit card number";
}

.five9-ln-str-input-currency-format:after {
    content: "The value must be currency amount";
}

.five9-ln-str-input-social-format:after {
    content: "Incorrect social security number";
}

.five9-ln-str-input-zip-format:after {
    content: "Zip Code Must Be 5 (#####) or 9 (#####-####) Digits Long";
}

.five9-ln-str-input-phone-format:after {
    content: "Phone is not in a valid format.";
}

.five9-ln-str-input-february-format:after {
    content: "February {0} doesn't have {1} days!";
}

.five9-ln-str-input-month-format:after {
    content: "Month {0} doesn't have 31 days!";
}

.five9-ln-str-input-days-format:after {
    content: "Day must be between 1 and 31";
}

.five9-ln-str-input-months-format:after {
    content: "Month must be between 1 and 12";
}

.five9-ln-str-input-date-format:after {
    content: "Please enter date as either mm/dd/yyyy or mm-dd-yyyy";
}

.five9-ln-str-input-exp-date-format:after {
    content: "Expiration date is after allowed one";
}

.five9-ln-str-input-exp-date-in-past:after {
    content: "Expiration date is in past";
}

.five9-ln-str-input-exp-date-between:after {
    content: "The value must be between {0}/{1}/{2} and {3}/{4}/{5}";
}

.five9-ln-str-input-max-fraction:after {
    content: "The maximum number of digits allowed in the fraction portion is 5";
}

.five9-ln-str-input-incorrect-value:after {
    content: "The value is incorrect";
}
                                                                 