|
From: mdw c. <myd...@li...> - 2002-02-12 15:58:15
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
OK, there was some errors...
That's OK now, it works fine.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- core_text.sql 12 Feb 2002 15:52:29 -0000 1.39
+++ core_text.sql 12 Feb 2002 15:58:14 -0000 1.40
@@ -28,31 +28,6 @@
INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'DE', 'Vient de poster un nouveau message intitulé : ');
INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'ES', 'Vient de poster un nouveau message intitulé : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'EN', 'There is a new comment on ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'FR', 'Il y a un nouveau commentaire sur ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'ES', 'There is a new comment on ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'DE', 'There is a new comment on ');
-
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'EN', 'You have recently posted a comment on the piece of news entitled : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'FR', 'Vous avez récemment posté un commentaire sur la nouvelle intitulée : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'ES', 'A new comment has been post to the piece of news entitled ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'DE', 'A new comment has been post to the piece of news entitled ');
-
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL2', 'EN', ' on the site ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL2', 'FR', ' sur le site ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL2', 'ES', ' sur le site ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL2', 'DE', ' sur le site ');
-
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'EN', ' has just posted a new comment on the piece of news entitled : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'FR', ' vient de poster un nouveau commentaire sur la nouvelle intitulée : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'ES', ' has just posted a new comment on the piece of news entitled : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'DE', ' has just posted a new comment on the piece of news entitled : ');
-
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'EN', 'You can answer the comment or just read it by following the link : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'FR', 'Vous pouvez répondre à ce commentaire ou lire son contenu en cliquant sur le lien suivant : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'ES', 'Vous pouvez répondre à ce commentaire ou lire son contenu en cliquant sur le lien suivant : ');
-INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'DE', 'Vous pouvez répondre à ce commentaire ou lire son contenu en cliquant sur le lien suivant : ');
-
INSERT INTO core_text VALUES ('BEST_NEWS', 'EN', 'Most read news item');
INSERT INTO core_text VALUES ('BEST_NEWS', 'FR', 'Nouvelle la plus lue');
INSERT INTO core_text VALUES ('BEST_NEWS', 'ES', 'Most read news item');
|