2670885317606a023cf38c4d400c9a244cec1868
[atutor.git] / mods / terms_and_conditions / module.sql
1 INSERT INTO `language_text` VALUES ('en', '_module','terms_and_conditions','Terms and Conditions of Use',NOW(),'');
2 INSERT INTO `language_text` VALUES ('en', '_module','enable_terms_and_conditions','Allow Terms and Conditions',NOW(),'');
3 INSERT INTO `language_text` VALUES ('en', '_module','tac_link','Where to redirect if users do not agree to the terms and conditions',NOW(),'');
4 INSERT INTO `language_text` VALUES ('en', '_module','tac_attention','Before proceeding to use this Online Learning System, please indicate that you agree with the following Terms and Conditions of Use by clicking on the \"Yes, I Agree\" button located at the bottom of this page.',NOW(),'');
5 INSERT INTO `language_text` VALUES ('en', '_module','i_agree','Yes, I Agree',NOW(),'');
6 INSERT INTO `language_text` VALUES ('en', '_module','i_do_not_agree','No, I do not Agree',NOW(),'');
7 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_TAC_SAVED','Terms and Conditions is saved successfully.',NOW(),'');