]> git.mjollnir.org Git - moodle.git/commitdiff
Strings for first official release of the "Blocks System".
authormartignoni <martignoni>
Mon, 19 Apr 2004 11:54:37 +0000 (11:54 +0000)
committermartignoni <martignoni>
Mon, 19 Apr 2004 11:54:37 +0000 (11:54 +0000)
lang/fr/block_course_summary.php [new file with mode: 0644]
lang/fr/block_online_users.php [new file with mode: 0644]
lang/fr/block_social_activities.php [new file with mode: 0644]

diff --git a/lang/fr/block_course_summary.php b/lang/fr/block_course_summary.php
new file mode 100644 (file)
index 0000000..a87bb92
--- /dev/null
@@ -0,0 +1,5 @@
+<?php // $Id$ 
+
+$string['blockname'] = 'Résumé du cours'; // Aperçu du cours ?
+
+?>
\ No newline at end of file
diff --git a/lang/fr/block_online_users.php b/lang/fr/block_online_users.php
new file mode 100644 (file)
index 0000000..9c5a988
--- /dev/null
@@ -0,0 +1,7 @@
+<?php // $Id$ 
+
+$string['blockname'] = 'Utilisateurs en ligne';
+$string['periodnminutes'] = 'Dernières $a minutes';
+$string['configtimetosee'] = 'Un utilisateur est détecté comme en ligne s\'il est actif durant ce nombre de minutes';
+
+?>
\ No newline at end of file
diff --git a/lang/fr/block_social_activities.php b/lang/fr/block_social_activities.php
new file mode 100644 (file)
index 0000000..958e420
--- /dev/null
@@ -0,0 +1,5 @@
+<?php // $Id$ 
+
+$string['blockname'] = 'Activités sociales';
+
+?>