|
From: mdw c. <myd...@li...> - 2001-10-09 14:21:40
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Adding ...
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- core_text.sql 2001/10/09 11:00:35 1.24
+++ core_text.sql 2001/10/09 14:21:39 1.25
@@ -1,5 +1,16 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('DERNIERES_NEWS', 'EN', 'Here are the last 5 news sorted by categories.');
+INSERT INTO core_text VALUES ('DERNIERES_NEWS', 'FR', 'Voici les 5 dernière nouvelles pour chaque catégorie.');
+INSERT INTO core_text VALUES ('DERNIERES_NEWS', 'DE', 'Voici les 5 dernière nouvelles pour chaque catégorie.');
+INSERT INTO core_text VALUES ('DERNIERES_NEWS', 'ES', 'Voici les 5 dernière nouvelles pour chaque catégorie.');
+
+INSERT INTO core_text VALUES ('ACCUEIL_GENERAL', 'EN', 'News Contents');
+INSERT INTO core_text VALUES ('ACCUEIL_GENERAL', 'FR', 'Sommaire des nouvelles');
+INSERT INTO core_text VALUES ('ACCUEIL_GENERAL', 'DE', 'News Contents');
+INSERT INTO core_text VALUES ('ACCUEIL_GENERAL', 'ES', 'News Contents');
+
+
INSERT INTO core_text VALUES ('BYTES', 'EN', 'bytes');
INSERT INTO core_text VALUES ('BYTES', 'FR', 'octets');
INSERT INTO core_text VALUES ('BYTES', 'DE', 'bytes');
|