]> git.mjollnir.org Git - moodle.git/commitdiff
New missing files added
authormartignoni <martignoni>
Sat, 11 Sep 2004 10:22:04 +0000 (10:22 +0000)
committermartignoni <martignoni>
Sat, 11 Sep 2004 10:22:04 +0000 (10:22 +0000)
lang/fr/hotpot.php [new file with mode: 0755]
lang/fr/questionnaire.php [new file with mode: 0755]
lang/fr/webquest.php [new file with mode: 0644]

diff --git a/lang/fr/hotpot.php b/lang/fr/hotpot.php
new file mode 100755 (executable)
index 0000000..28433a0
--- /dev/null
@@ -0,0 +1,11 @@
+<?php // $Id$ 
+
+//translators:  You might want to leave the first two items 'as is' in English
+$string['modulename'] = 'Test Hot Potatoes';
+$string['modulenameplural'] = 'Tests Hot Potatoes';
+$string['strattemptlabel'] = 'Tentatives : score, date heure (durée), [pénalités]';
+$string['deleteall'] = 'Tout supprimer';
+$string['clearall'] = 'Tout effacer';
+$string['really'] = 'Voulez-vous vraiment supprimer tous les résultats de ce test ?';
+
+?>
diff --git a/lang/fr/questionnaire.php b/lang/fr/questionnaire.php
new file mode 100755 (executable)
index 0000000..9b73ee0
--- /dev/null
@@ -0,0 +1,14 @@
+<?php // $Id$
+
+$string['modulename'] = 'Questionnaire';
+$string['modulenameplural'] = 'Questionnaires';
+$string['qmanage'] = 'Gestion des questionnaires';
+$string['qmanagetitle'] = 'Gestion des questionnaires phpESP';
+$string['qtype'] = 'Type';
+$string['respondenttype'] = 'Respondent Type';
+$string['questionnaireid'] = 'Numéro';
+$string['notavail'] = 'Ce questionnaire n\'est pas encore disponible. Essayez plus tard.';
+$string['mustcomplete'] = '<strong>Pour enregistrer vos résultats, vous devez terminer ce questionnaire <em>maintenant</em>. Vous n\'aurez plus la possibilité de le terminer à un autre moement</strong><br /><br />';
+$string['alreadyfilled'] = 'Vous avez déjà répondu à ce questionnaire. Nous vous remercions.';
+
+?>
\ No newline at end of file
diff --git a/lang/fr/webquest.php b/lang/fr/webquest.php
new file mode 100644 (file)
index 0000000..79a8032
--- /dev/null
@@ -0,0 +1,6 @@
+<?php // $Id$ 
+
+$string['modulename'] = 'Cyberquête';
+$string['modulenameplural'] = 'Cyberquêtes';
+
+?>