From ba90d6d0d427b5c975d0333003b08518c6057ab5 Mon Sep 17 00:00:00 2001
From: selliott <selliott>
Date: Fri, 20 Feb 2004 22:25:00 +0000
Subject: [PATCH] Added strings for course/recent.php and course/lib.php

---
 lang/en/moodle.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index 2d667cd073..c428c4f484 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -1,7 +1,6 @@
 <?PHP // $Id$ 
       // moodle.php - created with Moodle 1.2 development (2004013101)
 
-
 $string['action'] = 'Action';
 $string['active'] = 'Active';
 $string['activities'] = 'Activities';
@@ -25,6 +24,7 @@ $string['addnewuser'] = 'Add a new user';
 $string['address'] = 'Address';
 $string['addstudent'] = 'Add student';
 $string['addteacher'] = 'Add teacher';
+$string['advancedfilter'] = 'Advanced filter';
 $string['admin'] = 'Admin';
 $string['adminhelpaddnewuser'] = 'To manually create a new user account';
 $string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
@@ -94,6 +94,7 @@ $string['backupsavetohelp'] = 'Full path to the directory where you want to save
 $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';
 $string['backupusershelp'] = 'Select whether you want to include all the users in the server or only the needed users for each course';
 $string['backupversion'] = 'Backup Version';
+$string['bycourseorder'] = 'By course order';
 $string['cancel'] = 'Cancel';
 $string['categories'] = 'Course categories';
 $string['category'] = 'Category';
@@ -212,6 +213,8 @@ $string['databasesetup'] = 'Setting up database';
 $string['databasesuccess'] = 'Database was successfully upgraded';
 $string['databaseupgradebackups'] = 'Backup version is now $a';
 $string['databaseupgrades'] = 'Upgrading database';
+$string['datemostrecentfirst'] = 'Date - most recent first';
+$string['datemostrecentlast'] = 'Date - most recent last';
 $string['day'] = 'day';
 $string['days'] = 'days';
 $string['defaultcoursefullname'] = 'Course Fullname 101';
@@ -626,6 +629,7 @@ $string['nopotentialcreators'] = 'No potential course creators';
 $string['nopotentialstudents'] = 'No potential students';
 $string['nopotentialteachers'] = 'No potential teachers';
 $string['normal'] = 'Normal';
+$string['normalfilter'] = 'Normal filter';
 $string['nostudentsfound'] = 'No $a found';
 $string['nostudentsyet'] = 'No students enrolled in this course yet';
 $string['nosuchemail'] = 'No such email address';
@@ -777,6 +781,7 @@ $string['sizemb'] = 'Mb';
 $string['socialheadline'] = 'Social forum - latest topics';
 $string['someallowguest'] = 'Some courses may allow guest access';
 $string['someerrorswerefound'] = 'Some information was missing or incorrect. Look below for details.';
+$string['sortby'] = 'Sort by';
 $string['startdate'] = 'Course start date';
 $string['startsignup'] = 'Start now by creating a new account!';
 $string['state'] = 'State/Province';
-- 
2.39.5