Last active
October 28, 2015 15:13
-
-
Save raysrashmi/e5157f590bcc8ae8bebb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- begin olark code --> | |
<script data-cfasync="false" type='text/javascript'> | |
<% unless I18n.locale == :sv -%> | |
olark.configure('locale.feedback_survey_question_chat_text', 'How satisfied were you with this chat?'); | |
olark.configure('locale.feedback_survey_question_operator_intelligence_text', 'How knowledgeable was the chat agent?'); | |
olark.configure('locale.feedback_survey_question_operator_speed_text', 'How responsive was the chat agent?'); | |
olark.configure('locale.feedback_survey_question_operator_attitude_text', 'How friendly was the chat agent?'); | |
olark.configure('locale.feedback_survey_question_1_text', 'Question 1 of 5'); | |
olark.configure('locale.feedback_survey_question_2_text', 'Question 2 of 5'); | |
olark.configure('locale.feedback_survey_question_3_text', 'Question 3 of 5'); | |
olark.configure('locale.feedback_survey_question_4_text', 'Question 4 of 5'); | |
olark.configure('locale.feedback_survey_question_5_text', 'Question 5 of 5'); | |
olark.configure('locale.feedback_survey_question_chat_low', 'Not at all satisfied'); | |
olark.configure('locale.feedback_survey_question_chat_high', 'Extremely satisfied'); | |
olark.configure('locale.feedback_survey_question_operator_intelligence_low', 'Not at all knowledgeable'); | |
olark.configure('locale.feedback_survey_question_operator_intelligence_high', 'Extremely knowledgeable'); | |
olark.configure('locale.feedback_survey_question_operator_speed_low', 'Not at all responsive'); | |
olark.configure('locale.feedback_survey_question_operator_speed_high', 'Extremely responsive'); | |
olark.configure('locale.feedback_survey_question_operator_attitude_low', 'Not at all friendly'); | |
olark.configure('locale.feedback_survey_question_operator_attitude_high', 'Extremely friendly'); | |
olark.configure('locale.feedback_survey_question_additional_feedback_text', 'Additional feedback.'); | |
olark.configure('locale.feedback_survey_button_next', 'Next'); | |
olark.configure('locale.feedback_survey_button_submitting', 'Submitting'); | |
olark.configure('locale.feedback_survey_button_finish', 'Finish'); | |
olark.configure('locale.feedback_survey_end_message', 'Thank you for your feedback :)'); | |
olark.configure('locale.feedback_survey_submission_error_message', 'There was an error submitting your answer, please try again.'); | |
<% end %> | |
olark.identify(<identity>);/*]]>*/</script><noscript><a href="https://www.olark.com/site/identity/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript> | |
<!-- end olark code --> | |
</script> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment