Index: temp_moodle_dev/build.xml
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/build.xml,v
diff -u -r1.3 -r1.4
--- temp_moodle_dev/build.xml 20 Jul 2009 06:43:13 -0000 1.3
+++ temp_moodle_dev/build.xml 24 Nov 2009 00:43:18 -0000 1.4
@@ -61,11 +61,6 @@
-
-
-
-
-
@@ -102,7 +97,6 @@
-
Fisheye: Tag 1.7 refers to a dead (removed) revision in file `temp_moodle_dev/moodle/lang/en_utf8/lamstwo.php'.
Fisheye: No comparison available. Pass `N' to diff?
Index: temp_moodle_dev/moodle/mod/lamstwo/version.php
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/lamstwo/version.php,v
diff -u -r1.5 -r1.6
--- temp_moodle_dev/moodle/mod/lamstwo/version.php 31 Aug 2009 08:19:40 -0000 1.5
+++ temp_moodle_dev/moodle/mod/lamstwo/version.php 24 Nov 2009 00:43:18 -0000 1.6
@@ -5,7 +5,7 @@
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
-$module->version = 2009083100; // The current module version (Date: YYYYMMDDXX)
+$module->version = 2009112400; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2007021400; // Requires this Moodle version (1.8)
$module->cron = 0; // Period for cron to check this module (secs)
Index: temp_moodle_dev/moodle/mod/lamstwo/db/upgrade.php
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/lamstwo/db/upgrade.php,v
diff -u -r1.4 -r1.5
--- temp_moodle_dev/moodle/mod/lamstwo/db/upgrade.php 8 Jul 2009 07:37:39 -0000 1.4
+++ temp_moodle_dev/moodle/mod/lamstwo/db/upgrade.php 24 Nov 2009 00:43:18 -0000 1.5
@@ -1,5 +1,7 @@
libdir.'/filelib.php');
+
// This file keeps track of upgrades to
// the forum module
//
@@ -19,6 +21,7 @@
function xmldb_lamstwo_upgrade($oldversion=0) {
+ global $CFG;
$result = true;
if ($result && $oldversion < 2008052100) {
@@ -143,6 +146,12 @@
$log_display->action = 'view lamstwo';
insert_record('log_display', $log_display);
}
+
+ if ($result && $oldversion < 2009112400) {
+ // language file moved to mod/lamstwo/lang/en_utf8 in this version;
+ // remove old one.
+ fulldelete($CFG->dirroot.'/lang/en_utf8/lamstwo.php');
+ }
return $result;
}
Index: temp_moodle_dev/moodle/mod/lamstwo/lang/en_utf8/lamstwo.php
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/lamstwo/lang/en_utf8/lamstwo.php,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ temp_moodle_dev/moodle/mod/lamstwo/lang/en_utf8/lamstwo.php 24 Nov 2009 00:43:18 -0000 1.1
@@ -0,0 +1,92 @@
+Select one and click on the next button to continue.';
+$string['confirm'] = 'Confirm the lesson details.';
+$string['confirmExplanation'] = 'By pressing on the Start button you can begin the lesson straight away.
You can also schedule the lesson to start at a particular date and time.';
+$string['next'] = 'Next';
+$string['prev'] = 'Prev';
+$string['schedule'] = 'Schedule';
+$string['date'] = 'Date';
+$string['time'] = 'Time(Hours:Minutes)';
+$string['startnow'] = 'Start Now';
+$string['startlater'] = 'Start Later';
+$string['am'] = 'AM';
+$string['pm'] = 'PM';
+$string['sequencenotselected'] = 'You must select a sequence to proceed.';
+$string['nameNotSpecified'] = 'You have to specify the activity name to proceed.';
+$string['Jan'] = 'Jan';
+$string['Feb'] = 'Feb';
+$string['Mar'] = 'Mar';
+$string['Apr'] = 'Apr';
+$string['May'] = 'May';
+$string['Jun'] = 'Jun';
+$string['Jul'] = 'Jul';
+$string['Aug'] = 'Aug';
+$string['Sep'] = 'Sep';
+$string['Oct'] = 'Oct';
+$string['Nov'] = 'Nov';
+$string['Dec'] = 'Dec';
+$string['scheduleSequence'] = 'Select your desired date:';
+$string['nopast'] = 'You have to schedule the lesson at some time point in the future!';
+$string['validate'] = 'Validate';
+$string['validating'] = 'Validating';
+$string['notempty'] = 'should not be empty!';
+$string['notvalid'] = 'is not valid. It should start with http:// at least.';
+$string['notvalidatedconfirm'] = 'It seems you have not validated the setting. Are you sure to save them directly?';
+$string['notvalidconfirm'] = 'It seems the setting is not valid. Are you sure to save them?';
+$string['update'] = 'Update the lesson details';
+$string['updateExplanation'] = 'Please change name and description';
+$string['settingsValid'] = 'These settings are valid';
+$string['restcall503'] = 'Call to LAMS failed: received an HTTP status of 503. This might mean that LAMS is unavailable. Please wait a minute and try again, or contact your system administrator.';
+$string['restcall403'] = 'Call to LAMS failed: received an HTTP status of 403 Forbidden. Please check the configurations settings and/or contact your system administrator.';
+$string['restcall400'] = 'Call to LAMS failed: received an HTTP status of 400 Bad Request. Please check the configurations settings and/or contact your system administrator.';
+$string['restcall500'] = 'Call to LAMS failed: received an HTTP status of 500 Internal Error. Please check the configurations settings and/or contact your system administrator.';
+$string['restcalldefault'] = 'Call to LAMS failed: received an HTTP status of: $a';
+$string['restcallfail'] = 'Call to LAMS failed: received no response or connection was refused. Please check that you have the correct LAMS server URL and that it is online.';
+$string['parsingerror'] = 'There has been an error parsing the rest response. Please contact your system administrator.';
+$string['deletelesson'] = 'Delete this lesson';
+$string['deletelessonconfirm'] = 'Are you sure you want to delete this lesson?';
+$string['deletesuccess'] = 'Lesson successfully deleted.';
+$string['block_title'] = 'Lesson Status (LAMS)';
+$string['status_started'] = 'Started';
+$string['status_not_started'] = 'Not started';
+$string['status_completed'] = 'Completed';
+$string['status_unknown'] = 'Unknown';
+
+?>
Index: temp_moodle_dev/moodle/mod/lamstwo/lang/fr_utf8/lamstwo.php
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/lamstwo/lang/fr_utf8/lamstwo.php,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ temp_moodle_dev/moodle/mod/lamstwo/lang/fr_utf8/lamstwo.php 24 Nov 2009 00:43:18 -0000 1.1
@@ -0,0 +1,93 @@
+. Sélectionnez une et cliquez sur le bouton suivant pour continuer.';
+$string['confirm'] = 'Confirmer les détails pour la leçon.';
+$string['confirmExplanation'] = 'En appuyant sur le bouton Start vous pouvez commencer la leçon tout de suite.
Vous pouvez également planifier le début de leçon pour une date ou horaire différents.';
+$string['next'] = 'Suivant';
+$string['prev'] = 'Précédant';
+$string['schedule'] = 'Horaire';
+$string['date'] = 'Date';
+$string['time'] = 'Horaire(heures:minutes)';
+$string['startnow'] = 'Commencer maintenant';
+$string['startlater'] = 'Commencer plus tard';
+$string['am'] = 'AM';
+$string['pm'] = 'PM';
+$string['sequencenotselected'] = 'Vous devez sélectionner une séquence pour continuer.';
+$string['nameNotSpecified'] = "Vous devez donner un nom à l'activité avant de continuer.";
+$string['Jan'] = 'Jan';
+$string['Feb'] = 'Fev';
+$string['Mar'] = 'Mar';
+$string['Apr'] = 'Avr';
+$string['May'] = 'Mai';
+$string['Jun'] = 'Jui';
+$string['Jul'] = 'Jul';
+$string['Aug'] = 'Aou';
+$string['Sep'] = 'Sep';
+$string['Oct'] = 'Oct';
+$string['Nov'] = 'Nov';
+$string['Dec'] = 'Dec';
+$string['scheduleSequence'] = 'Sélectionnez la date:';
+$string['nopast'] = "Vouz devez agencer la leçon à un moment donné dans l'avenir!";
+$string['validate'] = 'Valider';
+$string['validating'] = 'Validation';
+$string['notempty'] = 'ne doit pas être vide!';
+$string['notvalid'] = "n'est pas valide. Devrait commencer au moins par http:// .";
+$string['notvalidatedconfirm'] = "Il semble que n'ayez pas validé les paramètres. Etes-vous sûr(es) de vouloir sauver directement ?";
+$string['notvalidconfirm'] = 'Il semble que les paramètres ne soient pas valides. Etes-vous sûr(es) de vouloir les sauver?';
+$string['update'] = 'Mettre à jouer les détails pour la leçon';
+$string['updateExplanation'] = 'SVP modifiez le nom et la description';
+$string['settingsValid'] = 'Ces paramètres sont valides';
+$string['restcall503'] = 'Call to LAMS failed: received an HTTP status of 503. This might mean that LAMS is unavailable. Please wait a minute and try again, or contact your system administrator.';
+$string['restcall403'] = 'Call to LAMS failed: received an HTTP status of 403 Forbidden. Please check the configurations settings and/or contact your system administrator.';
+$string['restcall400'] = 'Call to LAMS failed: received an HTTP status of 400 Bad Request. Please check the configurations settings and/or contact your system administrator.';
+$string['restcall500'] = 'Call to LAMS failed: received an HTTP status of 500 Internal Error. Please check the configurations settings and/or contact your system administrator.';
+$string['restcalldefault'] = 'Call to LAMS failed: received an HTTP status of: $a';
+$string['restcallfail'] = 'Call to LAMS failed: received no response or connection was refused. Please check that you have the correct LAMS server URL and that it is online.';
+$string['parsingerror'] = 'Une erreur dans le parsing de la réponse rest est survenue. Veuillez contacter votre administrateur système.';
+$string['deleteleçon'] = 'Supprimer cette leçon';
+$string['deleteleçonconfirm'] = 'Voulez vous vraiment supprimer cette leçon?';
+$string['deletesuccess'] = 'Leçon supprimée avec succès.';
+$string['block_title'] = 'Statut de la leçon (LAMS)';
+$string['status_started'] = 'Commencé';
+$string['status_not_started'] = 'Pas commencé';
+$string['status_completed'] = 'Complété';
+$string['status_unknown'] = 'Inconnu';
+
+?>
\ No newline at end of file