|
From: mdw c. <myd...@li...> - 2001-12-06 16:48:12
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6 Added Files: create_fill_dynasettings.pgsql Log Message: file for postgres DB |
|
From: mdw c. <myd...@li...> - 2001-12-07 09:18:07
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6 Modified Files: create-referer.sql Log Message: date must be not null =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create-referer.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- create-referer.sql 2001/12/06 16:29:47 1.5 +++ create-referer.sql 2001/12/07 09:18:06 1.6 @@ -1,3 +1,4 @@ +DROP TABLE REFERRERS; CREATE TABLE REFERRERS ( REF_ID int not null auto_increment, @@ -7,7 +8,7 @@ CREATE TABLE REF_DAY ( REF_ID int not null default 0, - DAY date, + DAY date not null, NB int not null default 0, PRIMARY KEY(REF_ID, DAY) ); |
|
From: mdw c. <myd...@li...> - 2001-12-13 23:08:20
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6 Modified Files: create-referer.sql Log Message: Merry Chrismas ! (yes I know that's not really the time for that but here it's like Chrismas ! :) I've released a new funckin' theme which is, to me, one of the smartest to see. It has been done from the site http://lnx.dk which is really nice to look at and, furthermore, well HTML written. Well, just cvs update and add "deekay" to your theme list. Then .... enjoy !!!! =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create-referer.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- create-referer.sql 2001/12/07 09:18:06 1.6 +++ create-referer.sql 2001/12/13 23:08:20 1.7 @@ -1,4 +1,3 @@ -DROP TABLE REFERRERS; CREATE TABLE REFERRERS ( REF_ID int not null auto_increment, |
|
From: mdw c. <myd...@li...> - 2001-12-14 09:09:53
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Translateion for ~DETAIS~
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- core_text.sql 2001/12/09 21:09:39 1.32
+++ core_text.sql 2001/12/14 09:09:52 1.33
@@ -2,6 +2,10 @@
+INSERT INTO core_text VALUES ('DETAILS', 'EN', 'Read more... ');
+INSERT INTO core_text VALUES ('DETAILS', 'FR', 'Détails... ');
+INSERT INTO core_text VALUES ('DETAILS', 'ES', 'Read more... ');
+INSERT INTO core_text VALUES ('DETAILS', 'DE', 'Read more... ');
INSERT INTO core_text VALUES ('WHAZAA', 'EN', 'What''s Up ?');
INSERT INTO core_text VALUES ('WHAZAA', 'FR', 'Quoi de neuf ?');
|
|
From: mdw c. <myd...@li...> - 2001-12-21 21:39:16
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
admin_text.sql
Log Message:
admin section
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/admin_text.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- admin_text.sql 2001/11/28 14:44:52 1.14
+++ admin_text.sql 2001/12/21 21:38:45 1.15
@@ -129,13 +129,10 @@
INSERT INTO admin_text VALUES ('WEBMASTER_EMAIL','EN','Email of the webmaster');
INSERT INTO admin_text VALUES ('WEBMASTER_EMAIL','FR','Courriel du webmeste');
-INSERT INTO admin_text VALUES ('HEADLINES','EN','Headlines grabbed
-automatically from news sites, coma separated
-. For instance
-local,mydynaweb,slashdot');
+INSERT INTO admin_text VALUES ('HEADLINES','EN','Headlines grabbed automatically
+from news sites, coma separated : local, freshmeat, linuxtoday, segfault, kdenews, gnomenews, gimpnews, mydynaweb, slashdot, mozillazine, linuxcentralnews, linuxfr');
INSERT INTO admin_text VALUES ('HEADLINES','FR','En-tête des nouvelles
-récupérées automatiquement depuis des sites de nouvelle séparées par une
-virgule. local,mydynaweb,slashdot');
+récupérées automatiquement depuis des sites de nouvelle séparées par une virgule : local, freshmeat, linuxtoday, segfault, kdenews, gnomenews, gimpnews, mydynaweb, slashdot, mozillazine, linuxcentralnews, linuxfr');
INSERT INTO admin_text VALUES ('WEBMASTER_HOMEPAGE','EN','Webmaster home page');
INSERT INTO admin_text VALUES ('WEBMASTER_HOMEPAGE','FR','Page personelle du webmestre');
|
|
From: mdw c. <myd...@li...> - 2002-01-23 11:51:56
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Translation stuff for the admin login script.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- core_text.sql 2001/12/21 20:42:08 1.34
+++ core_text.sql 2002/01/23 11:51:55 1.35
@@ -1,6 +1,10 @@
DELETE FROM core_text;
+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');
+INSERT INTO core_text VALUES ('BEST_NEWS', 'DE', 'Most read news item');
INSERT INTO core_text VALUES ('DETAILS', 'EN', 'Read more... ');
INSERT INTO core_text VALUES ('DETAILS', 'FR', 'Détails... ');
@@ -259,7 +263,7 @@
INSERT INTO core_text VALUES ('USER','DE','\\User');
INSERT INTO core_text VALUES ('STATS_CONTENT','EN','Here are the stats for the ');
-INSERT INTO core_text VALUES ('STATS_CONTENT','FR','Voici les stats du ');
+INSERT INTO core_text VALUES ('STATS_CONTENT','FR',' ');
INSERT INTO core_text VALUES ('STATS_CONTENT','DE','\\Here are the stats for the ');
INSERT INTO core_text VALUES ('STATS_CONTENT','ES','\\Here are the stats for the ');
@@ -269,8 +273,8 @@
INSERT INTO core_text VALUES ('STATS_SORRY_CONTENT','ES','\\You don''t have permission to see the stats.');
INSERT INTO core_text VALUES ('STATS_TITLE','EN','Traffic Stats');
-INSERT INTO core_text VALUES ('STATS_TITLE','ES','Stats de trafic');
-INSERT INTO core_text VALUES ('STATS_TITLE','FR','\\Traffic Stats');
+INSERT INTO core_text VALUES ('STATS_TITLE','FR','Statistiques');
+INSERT INTO core_text VALUES ('STATS_TITLE','ES','\\Traffic Stats');
INSERT INTO core_text VALUES ('STATS_TITLE','DE','\\Traffic Stats');
INSERT INTO core_text VALUES ('STATS_SORRY_TITLE','EN','Private Stats');
@@ -355,9 +359,24 @@
INSERT INTO core_text VALUES ('CONTROL_PANEL','DE','Kontrollzentrum');
INSERT INTO core_text VALUES ('LOGIN','EN','Login');
-INSERT INTO core_text VALUES ('LOGIN','FR','Connexion');
+INSERT INTO core_text VALUES ('LOGIN','FR','Login');
INSERT INTO core_text VALUES ('LOGIN','ES','Login');
INSERT INTO core_text VALUES ('LOGIN','DE','Login');
+
+INSERT INTO core_text VALUES ('PASSWORD','EN','Password');
+INSERT INTO core_text VALUES ('PASSWORD','FR','Mot de passe');
+INSERT INTO core_text VALUES ('PASSWORD','ES','Password');
+INSERT INTO core_text VALUES ('PASSWORD','DE','Password');
+
+INSERT INTO core_text VALUES ('ENTER','EN','Enter');
+INSERT INTO core_text VALUES ('ENTER','FR','Entrer');
+INSERT INTO core_text VALUES ('ENTER','ES','Enter');
+INSERT INTO core_text VALUES ('ENTER','DE','Enter');
+
+INSERT INTO core_text VALUES ('ENTER_ROOT_ACCESS_CODE','EN','This is the enter section of the site''s admin. Please give me the super user access code.');
+INSERT INTO core_text VALUES ('ENTER_ROOT_ACCESS_CODE','FR','Cette section vous permet de rentrer dans l''espace d''administration du site. Veuillez me fournir les codes d''accès du super utilisateur.');
+INSERT INTO core_text VALUES ('ENTER_ROOT_ACCESS_CODE','DE','This is the enter section of the site''s admin. Please give me the super user access code.');
+INSERT INTO core_text VALUES ('ENTER_ROOT_ACCESS_CODE','ES','This is the enter section of the site''s admin. Please give me the super user access code.');
INSERT INTO core_text VALUES ('BECOME_MEMBER','EN','Become a member');
INSERT INTO core_text VALUES ('BECOME_MEMBER','FR','Devenir Membre');
|
|
From: mdw c. <myd...@li...> - 2002-01-24 10:08:17
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
The translation content for the mail
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- core_text.sql 2002/01/23 20:16:57 1.37
+++ core_text.sql 2002/01/24 10:08:15 1.38
@@ -1,10 +1,52 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'EN', 'New comment on ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'FR', 'Nouveau commentaire sur ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'DE', 'New comment on ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'ES', 'New comment on ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'EN', 'Hello,
+You''ve recently post a comment about the piece of news entitled :
+');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'FR', 'Bonjour,
+Vous avez récemment posté un commentaire par rapport à la nouvelle intitulée :
+');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'DE', 'Bonjour,
+Vous avez récemment posté un commentaire par rapport à la nouvelle intitulée :
+');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL1', 'ES', 'Bonjour,
+Vous avez récemment posté un commentaire par rapport à la nouvelle intitulée :
+');
+
+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', 'DE', ' on the site ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL2', 'ES', ' on the site ');
+
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'EN', 'has just post a new message entitled : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL3', 'FR', 'vient de poster un nouveau message intitulé : ');
+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 ('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');
INSERT INTO core_text VALUES ('BEST_NEWS', 'DE', 'Most read news item');
+
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'FR', 'Vous pouvez consulter et répondre à ce commentaire à l''adresse suivante : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'EN', 'You can read and answer this message at the following adress : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'DE', 'Vous pouvez consulter et répondre à ce commentaire à l''adresse suivante : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL4', 'ES', 'Vous pouvez consulter et répondre à ce commentaire à l''adresse suivante : ');
+
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL5', 'EN', 'Message generated by MyDynaWeb (http://mydynaweb.sf.net)');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL5', 'FR', 'Message généré par MyDynaWeb (http://mydynaweb.sf.net)');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL5', 'ES', 'Message generated by MyDynaWeb (http://mydynaweb.sf.net)');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL5', 'DE', 'Message generated by MyDynaWeb (http://mydynaweb.sf.net)');
+
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL6', 'EN', 'Site engine of the site : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL6', 'FR', 'Moteur du site : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL6', 'ES', 'Site engine of the site : ');
+INSERT INTO core_text VALUES ('NEW_COMMENT_MAIL6', 'DE', 'Site engine of the site : ');
INSERT INTO core_text VALUES ('DETAILS', 'EN', 'Read more... ');
INSERT INTO core_text VALUES ('DETAILS', 'FR', 'Détails... ');
|
|
From: mdw c. <myd...@li...> - 2002-02-12 15:52:31
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Translation of the comment alert sent whenever a new comment is posted.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- core_text.sql 24 Jan 2002 10:08:15 -0000 1.38
+++ core_text.sql 12 Feb 2002 15:52:29 -0000 1.39
@@ -28,6 +28,31 @@
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');
|
|
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');
|
|
From: mdw c. <myd...@li...> - 2002-02-19 18:37:32
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Adding the thread concept in the comments
we are close to forum aren't we ? ;-)
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- core_text.sql 12 Feb 2002 15:58:14 -0000 1.40
+++ core_text.sql 19 Feb 2002 18:37:32 -0000 1.41
@@ -1,5 +1,15 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('REACT', 'EN', 'Reply');
+INSERT INTO core_text VALUES ('REACT', 'FR', 'Répondre');
+INSERT INTO core_text VALUES ('REACT', 'ES', 'Reply to this comment');
+INSERT INTO core_text VALUES ('REACT', 'DE', 'Reply to this comment');
+
+INSERT INTO core_text VALUES ('THREADS', 'EN', 'Threads');
+INSERT INTO core_text VALUES ('THREADS', 'FR', 'Threads');
+INSERT INTO core_text VALUES ('THREADS', 'ES', 'Threads');
+INSERT INTO core_text VALUES ('THREADS', 'DE', 'Threads');
+
INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'EN', 'New comment on ');
INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'FR', 'Nouveau commentaire sur ');
INSERT INTO core_text VALUES ('NEW_COMMENT_ON', 'DE', 'New comment on ');
@@ -18,6 +28,7 @@
Vous avez récemment posté un commentaire par rapport à la nouvelle intitulée :
');
+
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', 'DE', ' on the site ');
@@ -985,8 +996,8 @@
INSERT INTO core_text VALUES ('NEW_AGAIN','EN','New (again)');
INSERT INTO core_text VALUES ('NEW_AGAIN','FR','Nouveau (deuxième fois)');
-INSERT INTO core_text VALUES ('ENTER_RESTRICTED','EN','Acces Restricted');
-INSERT INTO core_text VALUES ('ENTER_RESTRICTED','FR','Accès Réservé');
+INSERT INTO core_text VALUES ('ENTER_RESTRICTED','EN','Acces Restricted<br> If you want to become a member enter guest as login.');
+INSERT INTO core_text VALUES ('ENTER_RESTRICTED','FR','Zone d''accès des membre du site.<br> Pour devenir membre entrez guest comme login.');
INSERT INTO core_text VALUES ('INVALID_CREDENTIAL','EN','You made an error
typing your login or password. <BR> Please try again <BR> This section is for
|
|
From: mdw c. <myd...@li...> - 2002-02-19 18:38:03
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6 Modified Files: create-referer.sql create-stats.sql create-users.sql Log Message: Adding the thread concept in the comments we are close to forum aren't we ? ;-) =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create-referer.sql,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- create-referer.sql 13 Dec 2001 23:08:20 -0000 1.7 +++ create-referer.sql 19 Feb 2002 18:37:32 -0000 1.8 @@ -1,3 +1,4 @@ +DROP TABLE REFERRERS; CREATE TABLE REFERRERS ( REF_ID int not null auto_increment, @@ -5,6 +6,7 @@ PRIMARY KEY(REF_ID) ); +DROP TABLE REF_DAY; CREATE TABLE REF_DAY ( REF_ID int not null default 0, DAY date not null, =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create-stats.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- create-stats.sql 6 Dec 2001 16:35:15 -0000 1.3 +++ create-stats.sql 19 Feb 2002 18:37:32 -0000 1.4 @@ -1,9 +1,8 @@ CREATE TABLE STATS ( -DAY date not null , -PAGEVIEWS int not null default 0, -VISITS int not null default 0, -PEOPLE int not null default 0, -REFERER VARCHAR(255) not null default '', -PRIMARY KEY (DAY) + DAY date not null , + PAGEVIEWS int unsigned not null default 0, + VISITS int unsigned not null default 0, + PEOPLE int unsigned not null default 0, + PRIMARY KEY (DAY) ); =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create-users.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- create-users.sql 27 Nov 2001 22:01:44 -0000 1.1 +++ create-users.sql 19 Feb 2002 18:37:32 -0000 1.2 @@ -1,10 +1,11 @@ - +DROP TABLE USERS; CREATE TABLE USERS ( USER_ID int not null auto_increment, USER_COOKIE varchar(255) not null default '', PRIMARY KEY(USER_ID) ); +DROP TABLE USERS_DAY; CREATE TABLE USERS_DAY ( USER_ID int not null default 0, DAY date not null default '0000-00-00', |
|
From: mdw c. <myd...@li...> - 2002-02-20 22:06:33
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Some more stuff for the comment engine :
- navbar that provides threshold customization
- anchor link to messages
- smarter display than before ;)
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- core_text.sql 19 Feb 2002 18:37:32 -0000 1.41
+++ core_text.sql 20 Feb 2002 22:06:32 -0000 1.42
@@ -5,6 +5,26 @@
INSERT INTO core_text VALUES ('REACT', 'ES', 'Reply to this comment');
INSERT INTO core_text VALUES ('REACT', 'DE', 'Reply to this comment');
+INSERT INTO core_text VALUES ('NEW_THREAD', 'EN', 'Comment this piece of news');
+INSERT INTO core_text VALUES ('NEW_THREAD', 'FR', 'Commenter cette nouvelle');
+INSERT INTO core_text VALUES ('NEW_THREAD', 'ES', 'Start a new thread');
+INSERT INTO core_text VALUES ('NEW_THREAD', 'DE', 'Start a new thread');
+
+INSERT INTO core_text VALUES ('ONLY_THREADS', 'EN', 'Display only threads');
+INSERT INTO core_text VALUES ('ONLY_THREADS', 'FR', 'N''afficher que les threads');
+INSERT INTO core_text VALUES ('ONLY_THREADS', 'ES', 'Display only threads');
+INSERT INTO core_text VALUES ('ONLY_THREADS', 'DE', 'Display only threads');
+
+INSERT INTO core_text VALUES ('NONE', 'EN', 'None');
+INSERT INTO core_text VALUES ('NONE', 'FR', 'Aucun');
+INSERT INTO core_text VALUES ('NONE', 'ES', 'None');
+INSERT INTO core_text VALUES ('NONE', 'DE', 'None');
+
+INSERT INTO core_text VALUES ('THRESHOLD', 'EN', 'Threshold');
+INSERT INTO core_text VALUES ('THRESHOLD', 'FR', 'Seuil');
+INSERT INTO core_text VALUES ('THRESHOLD', 'ES', 'Threshold');
+INSERT INTO core_text VALUES ('THRESHOLD', 'DE', 'Threshold');
+
INSERT INTO core_text VALUES ('THREADS', 'EN', 'Threads');
INSERT INTO core_text VALUES ('THREADS', 'FR', 'Threads');
INSERT INTO core_text VALUES ('THREADS', 'ES', 'Threads');
|
|
From: mdw c. <myd...@li...> - 2002-02-21 10:14:44
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Comments update
The navbar allows user to sort messages by oldest / newest publication.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- core_text.sql 20 Feb 2002 22:06:32 -0000 1.42
+++ core_text.sql 21 Feb 2002 10:14:44 -0000 1.43
@@ -1,5 +1,20 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'EN', 'Show all messages');
+INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'FR', 'Afficher tous les messages');
+INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'DE', 'Show all messages');
+INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'ES', 'Show all messages');
+
+INSERT INTO core_text VALUES ('NEWEST_FIRST', 'EN', 'newest messages first');
+INSERT INTO core_text VALUES ('NEWEST_FIRST', 'FR', 'nouveaux messages en premier');
+INSERT INTO core_text VALUES ('NEWEST_FIRST', 'ES', 'Show newest messages first');
+INSERT INTO core_text VALUES ('NEWEST_FIRST', 'DE', 'Show newest messages first');
+
+INSERT INTO core_text VALUES ('OLDEST_FIRST', 'EN', 'oldest messages first');
+INSERT INTO core_text VALUES ('OLDEST_FIRST', 'FR', 'vieux messages en premier');
+INSERT INTO core_text VALUES ('OLDEST_FIRST', 'ES', 'Show oldest messages first');
+INSERT INTO core_text VALUES ('OLDEST_FIRST', 'DE', 'Show oldest messages first');
+
INSERT INTO core_text VALUES ('REACT', 'EN', 'Reply');
INSERT INTO core_text VALUES ('REACT', 'FR', 'Répondre');
INSERT INTO core_text VALUES ('REACT', 'ES', 'Reply to this comment');
|
|
From: mdw c. <myd...@li...> - 2002-02-23 11:53:50
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.5pre0__to-0.5pre1 Log Message: Directory /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.5pre0__to-0.5pre1 added to the repository |
|
From: mdw c. <myd...@li...> - 2002-02-23 11:55:39
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade/from-0.5pre0__to-0.5pre1 Added Files: alter-comments.sql Log Message: Adding the query to alter the comments table in order to have the forum run properly. |
|
From: mdw c. <myd...@li...> - 2002-03-04 23:15:32
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
Translation for topnews.php
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- core_text.sql 21 Feb 2002 10:14:44 -0000 1.43
+++ core_text.sql 4 Mar 2002 23:15:29 -0000 1.44
@@ -1,5 +1,15 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('NO_NEWS', 'EN', 'Sorry, no news here !');
+INSERT INTO core_text VALUES ('NO_NEWS', 'FR', 'Désolé mais il n''y a plus de nouvelles !');
+INSERT INTO core_text VALUES ('NO_NEWS', 'ES', 'Sorry, no news here !');
+INSERT INTO core_text VALUES ('NO_NEWS', 'DE', 'Sorry, no news here !');
+
+INSERT INTO core_text VALUES ('TOPNEWS', 'EN', 'News Podium');
+INSERT INTO core_text VALUES ('TOPNEWS', 'FR', 'Top des nouvelles');
+INSERT INTO core_text VALUES ('TOPNEWS', 'ES', 'News Podium');
+INSERT INTO core_text VALUES ('TOPNEWS', 'DE', 'News Podium');
+
INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'EN', 'Show all messages');
INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'FR', 'Afficher tous les messages');
INSERT INTO core_text VALUES ('SHOW_ALL_MESSAGES', 'DE', 'Show all messages');
|
|
From: mdw c. <myd...@li...> - 2002-03-05 09:16:02
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql
Modified Files:
MYSQL_create.sql PostgreSQL_create.sql
Log Message:
Fixes in the DB structure
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/MYSQL_create.sql,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- MYSQL_create.sql 27 Nov 2001 22:42:58 -0000 1.13
+++ MYSQL_create.sql 5 Mar 2002 09:16:00 -0000 1.14
@@ -102,6 +102,7 @@
CREATE TABLE comments (
num_cmt int(11) NOT NULL auto_increment,
+ pere int not null default 0,
title varchar(35) DEFAULT '' NOT NULL,
date_ins date DEFAULT '0000-00-00' NOT NULL,
content text DEFAULT '' NOT NULL,
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/PostgreSQL_create.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- PostgreSQL_create.sql 13 Jul 2001 09:53:03 -0000 1.11
+++ PostgreSQL_create.sql 5 Mar 2002 09:16:00 -0000 1.12
@@ -134,11 +134,13 @@
CREATE TABLE comments (
num_cmt int NOT NULL DEFAULT NEXTVAL('cmt_seq'),
+ pere int not null default 0,
title varchar(35) DEFAULT '' NOT NULL,
date_ins date DEFAULT '0000-00-00' NOT NULL,
content text DEFAULT '' NOT NULL,
_num_news int(11) DEFAULT '0' NOT NULL,
- user_name varchar(15) DEFAULT 'sukria',
+ user_name varchar(15) DEFAULT '',
+ user_mail varchar(100) DEFAULT '',
PRIMARY KEY (num_cmt)
);
|
|
From: mdw c. <myd...@li...> - 2002-04-26 13:58:17
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade Added Files: 0.5pre1_0.5pre2.sql Log Message: The creation of the links table. |
|
From: mdw c. <myd...@li...> - 2002-05-10 13:20:51
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade Modified Files: 0.5pre1_0.5pre2.sql Log Message: lang_id field for topic_box =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/0.5pre1_0.5pre2.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- 0.5pre1_0.5pre2.sql 26 Apr 2002 13:58:14 -0000 1.1 +++ 0.5pre1_0.5pre2.sql 10 May 2002 13:20:50 -0000 1.2 @@ -10,4 +10,4 @@ PRIMARY KEY(num_link) ); - +ALTER TABLE topic add lang_id char(2) not null default 'EN'; |
|
From: mdw c. <myd...@li...> - 2002-05-15 08:27:06
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade Modified Files: 0.5pre1_0.5pre2.sql Log Message: Correstion de la définition automatique de DYNA_ROOT. Un slash est ajouté à la fin pour éviter tout problème de PATH dans les inclusions. Cela a été relevé lors de la chasse aux bugs par Xavier. =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/0.5pre1_0.5pre2.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- 0.5pre1_0.5pre2.sql 10 May 2002 13:20:50 -0000 1.2 +++ 0.5pre1_0.5pre2.sql 15 May 2002 08:26:35 -0000 1.3 @@ -11,3 +11,8 @@ ); ALTER TABLE topic add lang_id char(2) not null default 'EN'; + +ALTER TABLE comments add _gallery varchar(255) not null default ''; + +ALTER TABLE comments add _imgname varchar(255) not null default ''; + |
|
From: mdw c. <myd...@li...> - 2002-05-15 21:02:44
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
admin_text.sql
Log Message:
Suppression des traductions Espagnole et Allemande car nous ne disposions plus d'assez de matiere par rapport a la quantité d'infos a traduire.
Ajout des traductions de la boite de lien
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/admin_text.sql,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- admin_text.sql 12 Feb 2002 05:02:59 -0000 1.16
+++ admin_text.sql 15 May 2002 21:02:44 -0000 1.17
@@ -1,109 +1,133 @@
DELETE FROM admin_text;
+INSERT INTO admin_text VALUES ('HELP','EN','[ HELP ]');
+
+INSERT INTO admin_text VALUES ('ADD_LINK_BOX','EN','Creating a new link box');
+INSERT INTO admin_text VALUES ('ADD_LINK_BOX','FR','Création d''une nouvelle boîte de liens');
+
+INSERT INTO admin_text VALUES ('BOX_TITLE','EN','Title');
+INSERT INTO admin_text VALUES ('BOX_TITLE','FR','Titre');
+
+INSERT INTO admin_text VALUES ('ITEM_TITLE','EN','Link name');
+INSERT INTO admin_text VALUES ('ITEM_TITLE','FR','Titre du lien');
+
+INSERT INTO admin_text VALUES ('ITEM_LINK','EN','Link URL');
+INSERT INTO admin_text VALUES ('ITEM_LINK','FR','URL du lien');
+
+INSERT INTO admin_text VALUES ('ITEM_TARGET','EN','target');
+INSERT INTO admin_text VALUES ('ITEM_TARGET','FR','target');
+
+INSERT INTO admin_text VALUES ('ITEM_PREDEFINED','EN','Shortcuts');
+INSERT INTO admin_text VALUES ('ITEM_PREDEFINED','FR','Raccourcis');
+
+INSERT INTO admin_text VALUES ('ITEM_REMOVE','EN','[Delete]');
+INSERT INTO admin_text VALUES ('ITEM_REMOVE','FR','[Effacer]');
+
+
INSERT INTO admin_text VALUES ('EXPERT_BOX','EN','Box (Expert mode)');
INSERT INTO admin_text VALUES ('EXPERT_BOX','FR','Boîte (Mode Expert)');
-INSERT INTO admin_text VALUES ('EXPERT_BOX','ES','\\Expert');
-INSERT INTO admin_text VALUES ('EXPERT_BOX','DE','\\Expert');
+
+
INSERT INTO admin_text VALUES ('EXPERT_ITEM','EN','Item (Expert Mode)');
INSERT INTO admin_text VALUES ('EXPERT_ITEM','FR','Lien (Mode Expert)');
-INSERT INTO admin_text VALUES ('EXPERT_ITEM','ES','\\Item (Expert Mode)');
-INSERT INTO admin_text VALUES ('EXPERT_ITEM','DE','\\Item (Expert Mode)');
+
+
INSERT INTO admin_text VALUES ('MAIN_ADMIN','EN','Main Admin');
INSERT INTO admin_text VALUES ('MAIN_ADMIN','FR','Admin');
-INSERT INTO admin_text VALUES ('MAIN_ADMIN','ES','\\Main Admin');
-INSERT INTO admin_text VALUES ('MAIN_ADMIN','DE','\\Main Admin');
+
+
INSERT INTO admin_text VALUES ('CACHE_IS_FLUSHED','EN','The cache has been successfully flushed.');
INSERT INTO admin_text VALUES ('CACHE_IS_FLUSHED','FR','Le cache a été vidé avec succès');
-INSERT INTO admin_text VALUES ('CACHE_IS_FLUSHED','ES','\\The cache has been successfully flushed.');
-INSERT INTO admin_text VALUES ('CACHE_IS_FLUSHED','DE','\\The cache has been successfully flushed.');
+
+
INSERT INTO admin_text VALUES ('DROP_CACHE_FILES','EN','Flush Cache');
INSERT INTO admin_text VALUES ('DROP_CACHE_FILES','FR','Vider le Cache');
-INSERT INTO admin_text VALUES ('DROP_CACHE_FILES','ES','\\Flush Cache');
-INSERT INTO admin_text VALUES ('DROP_CACHE_FILES','DE','\\Flush Cache');
+
+
INSERT INTO admin_text VALUES ('CACHE','EN','Cache');
INSERT INTO admin_text VALUES ('CACHE','FR','Cache');
-INSERT INTO admin_text VALUES ('CACHE','DE','\\Cache');
-INSERT INTO admin_text VALUES ('CACHE','ES','\\Cache');
+
+
INSERT INTO admin_text VALUES ('BUILDING','EN','Building');
INSERT INTO admin_text VALUES ('BUILDING','FR','Construction');
-INSERT INTO admin_text VALUES ('BUILDING','ES','\\Building');
-INSERT INTO admin_text VALUES ('BUILDING','DE','\\Building');
+
+
INSERT INTO admin_text VALUES ('L_BOX','EN','Link Box');
INSERT INTO admin_text VALUES ('L_BOX','FR','Boite de Lien');
-INSERT INTO admin_text VALUES ('L_BOX','ES','\\Link Box');
-INSERT INTO admin_text VALUES ('L_BOX','DE','\\Link Box');
+
+
INSERT INTO admin_text VALUES ('CREATE','EN','Create');
INSERT INTO admin_text VALUES ('CREATE','FR','Créer');
-INSERT INTO admin_text VALUES ('CREATE','ES','\\Create');
-INSERT INTO admin_text VALUES ('CREATE','DE','\\Create');
+
+
INSERT INTO admin_text VALUES ('UPDATE','EN','Update');
INSERT INTO admin_text VALUES ('UPDATE','FR','Mise à jour');
-INSERT INTO admin_text VALUES ('UPDATE','ES','\\Update');
-INSERT INTO admin_text VALUES ('UPDATE','DE','\\Update');
+
+
INSERT INTO admin_text VALUES ('DELETE','EN','Delete');
INSERT INTO admin_text VALUES ('DELETE','FR','Effacer');
-INSERT INTO admin_text VALUES ('DELETE','ES','\\Delete');
-INSERT INTO admin_text VALUES ('DELETE','DE','\\Delete');
+
+
INSERT INTO admin_text VALUES ('ENV','EN','Environment');
INSERT INTO admin_text VALUES ('ENV','FR','Environnement');
-INSERT INTO admin_text VALUES ('ENV','ES','\\Environment');
-INSERT INTO admin_text VALUES ('ENV','DE','\\Environment');
+
+
INSERT INTO admin_text VALUES ('TOP_BAR','EN','Top Bar');
INSERT INTO admin_text VALUES ('TOP_BAR','FR','Barre Supérieure');
-INSERT INTO admin_text VALUES ('TOP_BAR','ES','\\Top Bar');
-INSERT INTO admin_text VALUES ('TOP_BAR','DE','\\Top Bar');
+
+
INSERT INTO admin_text VALUES ('THEMES','EN','Themes');
INSERT INTO admin_text VALUES ('THEMES','FR','Thèmes');
-INSERT INTO admin_text VALUES ('THEMES','ES','\\Themes');
-INSERT INTO admin_text VALUES ('THEMES','DE','\\Themes');
+
+
INSERT INTO admin_text VALUES ('FILLING','EN','Filling');
INSERT INTO admin_text VALUES ('FILLING','FR','Remplissage');
-INSERT INTO admin_text VALUES ('FILLING','ES','\\Filling');
-INSERT INTO admin_text VALUES ('FILLING','DE','\\Filling');
+
+
INSERT INTO admin_text VALUES ('PAGES','EN','Pages');
INSERT INTO admin_text VALUES ('PAGES','FR','Pages');
-INSERT INTO admin_text VALUES ('PAGES','ES','\\Pages');
-INSERT INTO admin_text VALUES ('PAGES','DE','\\Pages');
+
+
INSERT INTO admin_text VALUES ('ADD_NEW_LINK','EN','Add new link');
INSERT INTO admin_text VALUES ('ADD_NEW_LINK','FR','Ajouter un autre lien');
-INSERT INTO admin_text VALUES ('ADD_NEW_LINK','ES','\\Add new link');
-INSERT INTO admin_text VALUES ('ADD_NEW_LINK','DE','\\Add new link');
+
+
INSERT INTO admin_text VALUES ('MOD_EXIST_PAGE','EN','Modifying an existing page');
INSERT INTO admin_text VALUES ('MOD_EXIST_PAGE','FR','Modifier une page existante');
-INSERT INTO admin_text VALUES ('MOD_EXIST_PAGE','ES','\\Modifying an existing page');
-INSERT INTO admin_text VALUES ('MOD_EXIST_PAGE','DE','\\Modifying an existing page');
+
+
INSERT INTO admin_text VALUES ('DEL_EXIST_PAGE','EN','Deleting an existing page');
INSERT INTO admin_text VALUES ('DEL_EXIST_PAGE','FR','Effacer une page existante');
-INSERT INTO admin_text VALUES ('DEL_EXIST_PAGE','ES','\\Deleting an existing page');
-INSERT INTO admin_text VALUES ('DEL_EXIST_PAGE','DE','\\Deleting an existing page');
+
+
INSERT INTO admin_text VALUES ('PAGE_MANAGEMENT','EN','Page Management');
INSERT INTO admin_text VALUES ('PAGE_MANAGEMENT','FR','Gestion des pages');
-INSERT INTO admin_text VALUES ('PAGE_MANAGEMENT','ES','\\Page Management');
-INSERT INTO admin_text VALUES ('PAGE_MANAGEMENT','DE','\\Page Management');
+
+
INSERT INTO admin_text VALUES ('UPDATE_COMMENTS','EN','Update Comment');
INSERT INTO admin_text VALUES ('UPDATE_COMMENTS','FR','Mise à jour <BR> des commentaires');
-INSERT INTO admin_text VALUES ('UPDATE_COMMENTS','ES','\\Update Comment');
-INSERT INTO admin_text VALUES ('UPDATE_COMMENTS','DE','\\Update Comment');
+
+
INSERT INTO admin_text VALUES ('SETTINGS_MANAGEMENT','EN','Configuration of MyDynaWeb Settings');
INSERT INTO admin_text VALUES ('SETTINGS_MANAGEMENT','FR','Configuration des réglages de MyDynaWeb');
|
|
From: mdw c. <myd...@li...> - 2002-05-15 21:31:42
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
admin_text.sql
Log Message:
Autres traductions pour l'admin
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/admin_text.sql,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- admin_text.sql 15 May 2002 21:02:44 -0000 1.17
+++ admin_text.sql 15 May 2002 21:07:22 -0000 1.18
@@ -1,6 +1,10 @@
DELETE FROM admin_text;
INSERT INTO admin_text VALUES ('HELP','EN','[ HELP ]');
+INSERT INTO admin_text VALUES ('HELP','FR','[ AIDE ]');
+
+INSERT INTO admin_text VALUES ('LAST_LOGIN_WAS','EN','Last login: ');
+INSERT INTO admin_text VALUES ('LAST_LOGIN_WAS','FR','Dernier accès : ');
INSERT INTO admin_text VALUES ('ADD_LINK_BOX','EN','Creating a new link box');
INSERT INTO admin_text VALUES ('ADD_LINK_BOX','FR','Création d''une nouvelle boîte de liens');
|
|
From: mdw c. <myd...@li...> - 2002-06-17 15:14:41
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql
Modified Files:
SQL_fill.sql
Log Message:
mydynaweb install wizard est fini :)
il reste a le rendre joli...
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/SQL_fill.sql,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- SQL_fill.sql 27 Nov 2001 22:42:58 -0000 1.13
+++ SQL_fill.sql 17 Jun 2002 15:14:40 -0000 1.14
@@ -16,10 +16,10 @@
INSERT INTO dyna_settings VALUES ('CP_LOGIN','1');
INSERT INTO dyna_settings VALUES ('DEFAULT_FAMILY','1');
INSERT INTO dyna_settings VALUES ('DEFAULT_LANG','EN');
-INSERT INTO dyna_settings VALUES ('SITE_TITLE','yoursite.net');
+INSERT INTO dyna_settings VALUES ('SITE_TITLE','poseidon.azgaard');
INSERT INTO dyna_settings VALUES ('THEMES_BEHAVIOR','CHOOSE');
-INSERT INTO dyna_settings VALUES ('THEME_LIST','smarty,default,basic,enlightened,gnome,dynadot');
-INSERT INTO dyna_settings VALUES ('THEME_PATH','/smarty');
+INSERT INTO dyna_settings VALUES ('THEME_LIST','default,enlightened,dynadot,deekay');
+INSERT INTO dyna_settings VALUES ('THEME_PATH','/deekay');
INSERT INTO dyna_settings VALUES ('THEME_ROOT','/templates');
insert into languages (id_lang, name, flag) values ('EN', 'English', 'images/flags/en.gif');
@@ -49,10 +49,10 @@
insert into topic (titre, icone, lang_id) values ('Code Stuff', 'images/topics/programming.gif','EN');
insert into news (titre, date, texte, _num_topic, lang, user_name)
- values ('Félicitations !', '2001-11-27', 'Vous avez installé MyDynaWeb avec succès ! <br> Toute l''équipe de MyDynaWeb vous remercie de lui faire confiance et épsère vous voire très bientôt sur <a href="http://mydynaweb.sf.net">mydynaweb.sourceforge.net</a> :)', 1, 'FR', 'DynaCrew');
+ values ('Félicitations !', '2001-11-27', 'Vous avez installé MyDynaWeb avec succès ! <br> <br> Vous pouvez dès maintenant administrer votre site via l'' : <a href="admin/">admin</a> (si vous n''avez rien changé, les login/mot de passe sont ceux de votre base de données).<br> Toute l''équipe de MyDynaWeb vous remercie de lui faire confiance et épsère vous voire très bientôt sur <a href="http://mydynaweb.sf.net">mydynaweb.sourceforge.net</a> :)', 1, 'FR', 'DynaCrew');
insert into news (titre, date, texte, _num_topic, lang, user_name)
- values ('Congratulations !', '2001-11-27', 'You have successfully installed MyDynaWeb.<br>
+ values ('Congratulations !', '2001-11-27', 'You have successfully installed MyDynaWeb.<br>You can start administrate your site with the <a href="admin/">admin</a> (if you didn''t change anything, your login/password are the same as for the database).<br>
If you can see this piece of news, it means that your installation process has been successfull. <br>
Don''t forget to check the <a href="http://mydynaweb.sf.net">mydynaweb site</a> for fresh news :)', 1, 'EN', 'DynaCrew');
@@ -62,7 +62,7 @@
insert into item_box_content values (3, 'Topics', 'topics.php', '_self', 1);
insert into item_box_titles values (2, 'Overview', 'images/overview.jpg', 'EN');
-insert into item_box_content values (4, 'Stats', 'show_stats.php', '_self', 2);
+insert into item_box_content values (4, 'Topnews', 'topnews.php', '_self', 2);
insert into item_box_content values (5, 'Search', 'seek.php', '_self', 2);
insert into item_box_titles values (3, 'Accueil', 'images/news.jpg', 'FR');
@@ -71,6 +71,6 @@
insert into item_box_content values (8, 'Rubriques', 'topics.php', '_self', 3);
insert into item_box_titles values (4, 'Survol', 'images/overview.jpg', 'FR');
-insert into item_box_content values (9, 'Stats', 'show_stats.php', '_self', 4);
+insert into item_box_content values (9, 'Stats', 'topnews.php', '_self', 4);
insert into item_box_content values (10, 'Recherche', 'seek.php', '_self', 4);
|
|
From: mdw c. <myd...@li...> - 2003-02-08 18:31:08
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql
Modified Files:
SQL_fill.sql
Log Message:
Remove the mydynaweb tag from the headlines
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/SQL_fill.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- SQL_fill.sql 17 Jun 2002 15:14:40 -0000 1.14
+++ SQL_fill.sql 8 Feb 2003 18:31:07 -0000 1.15
@@ -1,6 +1,6 @@
INSERT INTO dyna_settings VALUES ('SITE_ROOT','http://localhost/');
INSERT INTO dyna_settings VALUES ('WEBMASTER_EMAIL','you@localhost');
-INSERT INTO dyna_settings VALUES ('HEADLINES','local,mydynaweb,slashdot');
+INSERT INTO dyna_settings VALUES ('HEADLINES','local,slashdot');
INSERT INTO dyna_settings VALUES ('WEBMASTER_HOMEPAGE','http://www.your.site/');
INSERT INTO dyna_settings VALUES ('WEBMASTER_NAME','Your Name');
INSERT INTO dyna_settings VALUES ('WEBMASTER_LOGIN','Gandalf');
|
|
From: mdw c. <myd...@li...> - 2003-02-28 13:37:58
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : sql
Dir : mydynaweb/sql/upgrades
Modified Files:
core_text.sql
Log Message:
quelques traductions en plus
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/sql/upgrades/core_text.sql,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- core_text.sql 4 Mar 2002 23:15:29 -0000 1.44
+++ core_text.sql 28 Feb 2003 13:37:57 -0000 1.45
@@ -1,5 +1,49 @@
DELETE FROM core_text;
+INSERT INTO core_text VALUES ('EMAIL', 'EN', 'email');
+INSERT INTO core_text VALUES ('EMAIL', 'FR', 'email');
+INSERT INTO core_text VALUES ('EMAIL', 'DE', 'email');
+INSERT INTO core_text VALUES ('EMAIL', 'ES', 'email');
+
+INSERT INTO core_text VALUES ('FORNAME', 'EN', 'forname');
+INSERT INTO core_text VALUES ('FORNAME', 'FR', 'prénom');
+INSERT INTO core_text VALUES ('FORNAME', 'DE', 'forname');
+INSERT INTO core_text VALUES ('FORNAME', 'ES', 'forname');
+
+INSERT INTO core_text VALUES ('CONFIRM', 'EN', 'Submit');
+INSERT INTO core_text VALUES ('CONFIRM', 'FR', 'Valider');
+INSERT INTO core_text VALUES ('CONFIRM', 'ES', 'Submit');
+INSERT INTO core_text VALUES ('CONFIRM', 'DE', 'Submit');
+
+INSERT INTO core_text VALUES ('NEW_ACCOUNT', 'EN', 'New account');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT', 'FR', 'Nouveau compte');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT', 'ES', 'New account');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT', 'DE', 'New account');
+
+INSERT INTO core_text VALUES ('READ_THE_FULL_STORY', 'EN', 'Read the full story');
+INSERT INTO core_text VALUES ('READ_THE_FULL_STORY', 'FR', 'Lire tout l''article');
+
+INSERT INTO core_text VALUES ('SEE_THE_COMMENTS', 'EN', 'Read comments');
+INSERT INTO core_text VALUES ('SEE_THE_COMMENTS', 'FR', 'Voir les commentaires');
+
+INSERT INTO core_text VALUES ('REGISTRATION_FINISHED', 'EN', 'Thanks, your registration is finished. You will recieve a mail which you must reply to.');
+INSERT INTO core_text VALUES ('REGISTRATION_FINISHED', 'FR', 'Merci, votre demande d''inscription est validée. Vous allez recevoir un mail vous demandant une confirmation. Il vous suffira de répondre à ce mail pour valider l''ouverture de votre compte. Dès que votre compte sera validé, vous recevrez un dernier mail.');
+
+INSERT INTO core_text VALUES ('NEW_ACCOUNT_HEADER', 'EN', 'Fill the following fields to ask the site admin for a member registration. Every fields are required. Please, note that your email adress needs to be valid to confirm the registration.');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT_HEADER', 'FR', 'Remplissez les champs suivants pour demander une création de compte à l''administrateur du site. Tous les champs sont obligatoires. Votre email est nécessaire pour valider la création du compte.');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT_HEADER', 'ES', 'Remplissez les champs suivants en veillant bien à retenir votre mot de passe. Tous les champs sont obligatoires. Votre email est nécessaire pour valider la création du compte.');
+INSERT INTO core_text VALUES ('NEW_ACCOUNT_HEADER', 'DE', 'Remplissez les champs suivants en veillant bien à retenir votre mot de passe. Tous les champs sont obligatoires. Votre email est nécessaire pour valider la création du compte.');
+
+INSERT INTO core_text VALUES ('PRIVATE_LOGIN', 'EN', 'Members Area');
+INSERT INTO core_text VALUES ('PRIVATE_LOGIN', 'FR', 'Espace membres');
+INSERT INTO core_text VALUES ('PRIVATE_LOGIN', 'ES', 'Members area');
+INSERT INTO core_text VALUES ('PRIVATE_LOGIN', 'DE', 'Members area');
+
+INSERT INTO core_text VALUES ('YOU_CAN_LOGIN_HERE', 'EN', 'If you want to become a member, you have to <a href=''new_account.php''>create an account</a><p> If are a registrated member, you can login here.');
+INSERT INTO core_text VALUES ('YOU_CAN_LOGIN_HERE', 'FR', 'Si vous voulez devenir un membre, vous devez <a href=''new_account.php''>créer un compte</a><p> Si vous avez déjà un compte, vous pouvez vous identifier ici.');
+INSERT INTO core_text VALUES ('YOU_CAN_LOGIN_HERE', 'ES', 'If you want to become a member, you have to <a href=''new_account.php''>create an account</a><p> If are a registrated member, you can login here.');
+INSERT INTO core_text VALUES ('YOU_CAN_LOGIN_HERE', 'DE', 'If you want to become a member, you have to <a href=''new_account.php''>create an account</a><p> If are a registrated member, you can login here.');
+
INSERT INTO core_text VALUES ('NO_NEWS', 'EN', 'Sorry, no news here !');
INSERT INTO core_text VALUES ('NO_NEWS', 'FR', 'Désolé mais il n''y a plus de nouvelles !');
INSERT INTO core_text VALUES ('NO_NEWS', 'ES', 'Sorry, no news here !');
@@ -84,8 +128,13 @@
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 ('BEST_NEWS', 'EN', 'Most read news item');
-INSERT INTO core_text VALUES ('BEST_NEWS', 'FR', 'Nouvelle la plus lue');
+INSERT INTO core_text VALUES ('FAMOUS_NEWS', 'EN', 'Most famous forums');
+INSERT INTO core_text VALUES ('FAMOUS_NEWS', 'FR', 'Meilleurs forums');
+INSERT INTO core_text VALUES ('FAMOUS_NEWS', 'ES', 'Most famous news items');
+INSERT INTO core_text VALUES ('FAMOUS_NEWS', 'DE', 'Most famous news items');
+
+INSERT INTO core_text VALUES ('BEST_NEWS', 'EN', 'Best news of the month');
+INSERT INTO core_text VALUES ('BEST_NEWS', 'FR', 'Meilleures nouvelles du mois');
INSERT INTO core_text VALUES ('BEST_NEWS', 'ES', 'Most read news item');
INSERT INTO core_text VALUES ('BEST_NEWS', 'DE', 'Most read news item');
@@ -298,14 +347,17 @@
INSERT INTO core_text VALUES ('YOUR_SESSION_HAS_EXPIRED','DE','Your session has expired !');
INSERT INTO core_text VALUES ('YOUR_SESSION_HAS_EXPIRED','ES','Your session has expired !');
+INSERT INTO core_text VALUES ('ADD_PRIVATE_MESSAGE','FR','Ajouter un message personnel');
+INSERT INTO core_text VALUES ('ADD_PRIVATE_MESSAGE','EN','Add a private message');
+
INSERT INTO core_text VALUES ('COMMENT_HEADER_TEXT', 'EN', 'You can here post a comment. <br>Be aware that HTTP and FTP URL will be detected. <br> Do not put the <A HREF="..."> tag.');
-INSERT INTO core_text VALUES ('COMMENT_HEADER_TEXT', 'FR', 'Vous pouvez poster un commentaire. <br>Les liens HTTP et FTP seront détéctés automatiquement. <BR> Ne mettez donc pas le tag <A HREF="...">.');
+INSERT INTO core_text VALUES ('COMMENT_HEADER_TEXT', 'FR', 'Vous pouvez poster un commentaire. <br>Les liens HTTP et FTP seront détéctés automatiquement. <BR> Ne mettez donc pas le tag <A HREF="...">. <p>Votre email ne sera pas affiché, il sera utilisé pour vous notifier<br> lorsqu''un nouveau commentaire est posté pour cette nouvelle.');
INSERT INTO core_text VALUES ('COMMENT_HEADER_TEXT', 'ES', 'You can here post a comment. <br>Be aware that HTTP and FTP URL will be detected ; do not put the <A HREF="..."> tag.');
INSERT INTO core_text VALUES ('COMMENT_HEADER_TEXT', 'DE', 'You can here post a comment. <br>Be aware that HTTP and FTP URL will be detected ; do not put the <A HREF="..."> tag.');
-INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','EN','You can send this news item to the following email addresses :');
-INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','FR','Vous pouvez envoyer cette nouvelle aux adresses emails suivantes :');
+INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','EN','Enter the email adresses (separated by commas)');
+INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','FR','Entrez les adresses email des destinataires (séparées par des virgules)');
INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','ES','Y');
INSERT INTO core_text VALUES ('Y_C_SEND_EMAIL','DE','You can send this news item to the following email addresses');
@@ -335,7 +387,7 @@
INSERT INTO core_text VALUES ('CHOOSE_REPLY','DE','reply');
INSERT INTO core_text VALUES ('COMMENT_HEAD','EN','Enter here the content of your comment <br>(HTML tags allowed : <B> <I> <LI> )');
-INSERT INTO core_text VALUES ('COMMENT_HEAD','FR','Entrez ici votre commentaire (tags HTML tags autorisés : <B> <I> <LI> )');
+INSERT INTO core_text VALUES ('COMMENT_HEAD','FR','Entrez ici votre commentaire, les sauts de ligne<br> seront conservés. (tags HTML autorisés : <B> <I> <LI> )');
INSERT INTO core_text VALUES ('COMMENT_HEAD','ES','Enter here the content of your comment <br>(HTML tags allowed : <B> <I> <LI> )');
INSERT INTO core_text VALUES ('COMMENT_HEAD','DE','Enter here the content of your comment <br>(HTML tags allowed : <B> <I> <LI>)');
|