|
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');
|