Changes related to language support ... get_string()

Minor little interface cleanups along the way
This commit is contained in:
martin 2002-08-11 15:41:54 +00:00
parent 70442fe3c4
commit 97c270e9a8
18 changed files with 139 additions and 110 deletions

View file

@ -11,8 +11,11 @@ $string[address] = "Address";
$string[admin] = "Admin";
$string[administration] = "Administration";
$string[again] = "again";
$string[alllogs] = "All logs";
$string[alldays] = "All days";
$string[allfieldsrequired] = "All fields are required";
$string[alllogs] = "All logs";
$string[allowguests] = "This course allows guest users to enter";
$string[allparticipants] = "All participants";
$string[alphanumerical] = "Can only contain alphabetical letters or numbers";
$string[alreadyconfirmed] = "Registration has already been confirmed";
$string[assignteachers] = "Assign teachers";
@ -23,6 +26,8 @@ $string[changepassword] = "Change password";
$string[changedpassword] = "Changed password";
$string[changessaved] = "Changes saved";
$string[choosecourse] = "Choose a course";
$string[chooselivelogs] = "Or watch current activity";
$string[chooselogs] = "Choose which logs you want to see";
$string[chooseuser] = "Choose a user";
$string[city] = "City/town";
$string[confirmed] = "Your registration has been confirmed";
@ -43,7 +48,8 @@ $string[defaultcoursesummary] = "Write a concise and interesting paragraph here
$string[defaultcourseteacher] = "Facilitator";
$string[delete] = "Delete";
$string[deletecheck] = "Delete \$a ?";
$string[deletecheckfull] = "Are you absolutely sure you want to completely delete this course and all the data it contains?";
$string[deletecheckfull] = "Are you absolutely sure you want to completely delete \$a ?";
$string[deletecoursecheck] = "Are you absolutely sure you want to completely delete this course and all the data it contains?";
$string[deletecourse] = "Delete a course";
$string[deleted] = "Deleted";
$string[deletedactivity] = "Deleted \$a";
@ -120,6 +126,7 @@ $string[lastmodified] = "Last modified";
$string[lastname] = "Last name";
$string[latestnews] = "Latest news";
$string[listofallpeople] = "List of all people";
$string[livelogs] = "Live logs from the past hour";
$string[location] = "Location";
$string[loggedinas] = "You are logged in as \$a.";
$string[loggedinnot] = "You are not logged in.";
@ -209,6 +216,7 @@ $string[nostudentsyet] = "No students enrolled in this course yet";
$string[nosuchemail] = "No such email address";
$string[noteachersyet] = "No teachers in this course yet";
$string[notenrolled] = "\$a is not enrolled in this course.";
$string[nothingnew] = "Nothing new since your last login";
$string[now] = "now";
$string[numberweeks] = "Number of weeks/topics";
$string[ok] = "OK";
@ -228,8 +236,10 @@ $string[passwordsenttext] = "
$string[people] = "People";
$string[personalprofile] = "Personal profile";
$string[phone] = "Phone";
$string[returningtosite] = "Returning to this web site?";
$string[recentactivity] = "Recent activity";
$string[resources] = "Resources";
$string[returningtosite] = "Returning to this web site?";
$string[requireskey] = "This course requires an enrolment key";
$string[revert] = "Revert";
$string[savechanges] = "Save changes";
$string[section] = "Section";
@ -242,6 +252,8 @@ $string[showalltopics] = "Show all topics";
$string[showallweeks] = "Show all weeks";
$string[showonlytopic] = "Show only topic \$a";
$string[showonlyweek] = "Show only week \$a";
$string[showtheselogs] = "Show these logs";
$string[socialheadline] = "Social forum - latest topics";
$string[yourlastlogin] = "Your last login was";
$string[site] = "Site";
$string[sites] = "Sites";
@ -259,6 +271,7 @@ $string[teacheronly] = "for the \$a only";
$string[textformat] = "Plain text format";
$string[timezone] = "Timezone";
$string[thanks] = "Thanks";
$string[today] = "Today";
$string[todaylogs] = "Today's logs";
$string[topic] = "Topic";
$string[topicoutline] = "Topic outline";
@ -266,9 +279,11 @@ $string[turneditingoff] = "Turn editing off";
$string[turneditingon] = "Turn editing on";
$string[unenrol] = "Unenrol";
$string[unenrolme] = "Unenrol me from \$a";
$string[unenrolsure] = "Are you sure you want to unenrol \$a from this course?";
$string[update] = "Update";
$string[updated] = "Updated \$a";
$string[updatemyprofile] = "Update profile";
$string[updatesevery] = "Updates every \$a seconds";
$string[updatethiscourse] = "Update this course";
$string[upload] = "Upload";
$string[uploadthisfile] = "Upload this file";
@ -294,5 +309,6 @@ $string[wordforstudenteg] = "eg Student, Participant etc";
$string[wrongpassword] = "Incorrect password for this username";
$string[yes] = "Yes";
$string[yourteacher] = "your \$a";
$string[yourself] = "yourself";
?>