]> git.mjollnir.org Git - moodle.git/commitdiff
Added appointment and hotpot language files to make using them a bit easier
authormoodler <moodler>
Sat, 28 Aug 2004 07:36:30 +0000 (07:36 +0000)
committermoodler <moodler>
Sat, 28 Aug 2004 07:36:30 +0000 (07:36 +0000)
lang/en/appointment.php [new file with mode: 0755]
lang/en/hotpot.php [new file with mode: 0755]

diff --git a/lang/en/appointment.php b/lang/en/appointment.php
new file mode 100755 (executable)
index 0000000..afb7518
--- /dev/null
@@ -0,0 +1,45 @@
+<?PHP // $Id$ 
+      // appointment.php - created with Moodle 1.0.5 dev (2002092300)
+
+
+$string['allowresubmit'] = "Allow resubmitting";
+$string['appointmentdetails'] = "Appointment details";
+$string['appointmentname'] = "Appointment name";
+$string['appointmentlocation'] = "Appointment location";
+$string['description'] = "Description";
+$string['date'] = "Date of appointment";
+$string['timestart'] = "Start of appointment";
+$string['timeend'] = "End of appointment";
+$string['early'] = "\$a early";
+$string['failedupdatefeedback'] = "Failed to update submission feedback for user \$a";
+$string['feedback'] = "Feedback";
+$string['feedbackupdated'] = "Submissions feedback updated for \$a people";
+$string['late'] = "\$a late";
+$string['maximumgrade'] = "Maximum grade";
+$string['maximumsize'] = "Maximum size";
+$string['modulename'] = "Appointment";
+$string['modulenameplural'] = "Appointments";
+$string['newsubmissions'] = "Appointments submitted";
+$string['notgradedyet'] = "Not graded yet";
+$string['notsubmittedyet'] = "Not submitted yet";
+$string['overwritewarning'] = "Warning: uploading again will REPLACE your current submission";
+$string['saveallfeedback'] = "Save all my feedback";
+$string['submissionfeedback'] = "Submission feedback";
+$string['submissions'] = "Submissions";
+$string['submitappointment'] = "Submit your appointment using this form";
+$string['submitted'] = "Submitted";
+$string['typeoffline'] = "Offline activity";
+$string['typeuploadsingle'] = "Upload a single file";
+$string['uploadbadname'] = "This filename contained strange characters and couldn't be uploaded";
+$string['uploadedfiles'] = "uploaded files";
+$string['uploaderror'] = "An error happened while saving the file on the server";
+$string['uploadfailnoupdate'] = "File was uploaded OK but could not update your submission!";
+$string['uploadfiletoobig'] = "Sorry, but that file is too big (limit is \$a bytes)";
+$string['uploadnofilefound'] = "No file was found - are you sure you selected one to upload?";
+$string['uploadnotregistered'] = "'\$a' was uploaded OK but submission did not register!";
+$string['uploadsuccess'] = "Uploaded '\$a' successfully";
+$string['viewfeedback'] = "View appointment grades and feedback";
+$string['viewsubmissions'] = "View \$a submitted appointments";
+$string['yoursubmission'] = "Your submission";
+
+?>
diff --git a/lang/en/hotpot.php b/lang/en/hotpot.php
new file mode 100755 (executable)
index 0000000..bcda9cd
--- /dev/null
@@ -0,0 +1,11 @@
+<?PHP // $Id$ 
+      // quiz.php - created with Moodle 1.2 development (2003111400)
+//translators:  You might want to leave the first two items 'as is' in English
+$string['modulename'] = 'Hot Potatoes Quiz';
+$string['modulenameplural'] = 'Hot Potatoes Quizzes';
+$string['strattemptlabel'] = 'Attempts: Score, Date Time (Duration), [Penalties]';
+$string['deleteall'] = 'Delete all';
+$string['clearall'] = 'Clear all';
+$string['really'] = 'Do you really want to delete all results for this quiz?';
+
+?>