changed git call from https to git readonly
[atutor.git] / mods / plog / module.sql
1 # sql file for pLog module\r
2 \r
3 INSERT INTO `language_text` VALUES ('en', '_module','plog','Blog',NOW(),'');\r
4 INSERT INTO `language_text` VALUES ('en', '_module','plog_own_window','Open blog in a new window',NOW(),'');\r
5 INSERT INTO `language_text` VALUES ('en', '_module','plog_login','Blog Login',NOW(),'');\r
6 INSERT INTO `language_text` VALUES ('en', '_module','plog_summary','Public Blog',NOW(),'');\r
7 INSERT INTO `language_text` VALUES ('en', '_module','plog_course','Course Blog',NOW(),'');\r
8 INSERT INTO `language_text` VALUES ('en', '_module','plog_admin','Administer Blog',NOW(),'');\r
9 INSERT INTO `language_text` VALUES ('en', '_module','plog_current','Current Blog Entries',NOW(),'');\r
10 INSERT INTO `language_text` VALUES ('en', '_module','plog_sync','Update blogs when new students are enrolled in a course so they can post to the course blog. Update blogs when a new course is added to the system to enable its blog.',NOW(),'');\r
11 INSERT INTO `language_text` VALUES ('en', '_module','plog_sync_button','Update Blogs',NOW(),'');\r
12 INSERT INTO `language_text` VALUES ('en', '_module','plog_location','The location/URL of WebCalendar being used with this installation of ATutor',NOW(),'');\r
13 INSERT INTO `language_text` VALUES ('en', '_module','plog_edit','Edit pLog Location',NOW(),'');\r
14 INSERT INTO `language_text` VALUES ('en', '_module','plog_save','Save pLog Location',NOW(),'');\r
15 INSERT INTO `language_text` VALUES ('en', '_module','plog_add_url','Type in the URL to pLog. This should be the the URL to the root directory, with no filename added (e.g. http://www.mysite.com/plog/ ).',NOW(),'');\r
16 \r
17 \r
18 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_NOT_REQUIRED','No updates were required.',NOW(),'');\r
19 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_SUCCESSFUL','Blogs were successfully updated.',NOW(),'');\r
20 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_UPDATE_MEMBERS_FAILED','Update blog users failed',NOW(),'');\r
21 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_MEMBERS_SAVED','Update blog users successful',NOW(),'');\r
22 #INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_UPDATE_ADMINS_FAILED','blog text',NOW(),'');\r
23 #INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_ADMINS_SAVED','blog text',NOW(),'');\r
24 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_UPDATE_COURSE_FAILED','Update course blogs failed',NOW(),'');\r
25 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_COURSE_SAVED','Update course blogs successful',NOW(),'');\r
26 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_UPDATE_PERMISSIONS_FAILED','Update course blog access permissions failed',NOW(),'');\r
27 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_PERMISSIONS_SAVED','Update course blog access permissions successful',NOW(),'');\r
28 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_UPDATE_CATS_FAILED','Update course default blog category failed',NOW(),'');\r
29 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_UPDATE_CATS_SAVED','Update course default blog categories successful',NOW(),'');\r
30 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_URL_ADD_EMPTY','The Location/URL cannot be empty',NOW(),'');\r
31 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_PLOG_URL_ADD_SAVED','pLog Location was saved successfully.',NOW(),'');\r
32 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_PLOG_URL_ADD_FAILED','pLog Location was not saved',NOW(),'');\r
33 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_INFOS_PLOG_URL_ADD_REQUIRED','The pLog location has not yet been recorded. Select Administer Blog, then enter the URL to the pLog.',NOW(),'')\r
34 \r