replace word Transformable with AContent
authorGreg Gay <info@atutor.ca>
Thu, 17 Jun 2010 18:42:07 +0000 (18:42 -0000)
committerGreg Gay <info@atutor.ca>
Thu, 17 Jun 2010 18:42:07 +0000 (18:42 -0000)
docs/install/db/db_schema.sql

index d9798c6..cb1355c 100644 (file)
@@ -1,5 +1,5 @@
 #########################################################\r
-# Database setup SQL for a new install of Transformable #\r
+# Database setup SQL for a new install of AContent      #\r
 #########################################################\r
 \r
 # --------------------------------------------------------\r
@@ -1049,7 +1049,7 @@ INSERT INTO `lang_codes` (`code_3letters`, `direction`, `code_2letters`, `descri
 ('zxx', 'ltr', '', 'Nolinguisticcontent');\r
 \r
 # insert the default theme\r
-INSERT INTO `themes` VALUES ('Transformable', '0.1', 'default', NOW(), 'This is the default Transformable theme and cannot be deleted as other themes inherit from it. Please do not alter this theme directly as it would complicate upgrading. Instead, create a new theme derived from this one.', 2);\r
+INSERT INTO `themes` VALUES ('AContent', '0.1', 'default', NOW(), 'This is the default AContent theme and cannot be deleted as other themes inherit from it. Please do not alter this theme directly as it would complicate upgrading. Instead, create a new theme derived from this one.', 2);\r
 \r
 # insert privileges, user groups and user group privileges\r
 INSERT INTO `privileges` (`privilege_id`, `title_var`, `description`, `create_date`, `link`, `menu_sequence`, `open_to_public`) VALUES (1, 'home', 'Home', NOW(), 'home/index.php', 10, 1);\r
@@ -1065,7 +1065,7 @@ INSERT INTO `privileges` (`privilege_id`, `title_var`, `description`, `create_da
 \r
 INSERT INTO `user_groups` (`user_group_id`, `title`, `description`, `create_date`) VALUES (1, 'Administrator', 'Administrate users, user groups, languages and updates.', now());\r
 INSERT INTO `user_groups` (`user_group_id`, `title`, `description`, `create_date`) VALUES (2, 'User', 'Regular user.', now());\r
-INSERT INTO `user_groups` (`user_group_id`, `title`, `description`, `create_date`) VALUES (3, 'Translator', 'Translate Transformable terms into a foreign lanugage.', now());\r
+INSERT INTO `user_groups` (`user_group_id`, `title`, `description`, `create_date`) VALUES (3, 'Translator', 'Translate AContent terms into a others language.', now());\r
 \r
 INSERT INTO `user_group_privilege` (`user_group_id`, `privilege_id`, `user_requirement`) VALUES (1, 1, 0);\r
 INSERT INTO `user_group_privilege` (`user_group_id`, `privilege_id`, `user_requirement`) VALUES (1, 2, 0);\r