From c644cdb65880101183daf05b8805a8ad00f89c3c Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 30 Oct 2008 06:21:38 +0000 Subject: [PATCH] user selection: MDL-16966 Improve some of the wording - forgot to commit the lang strings when I did the other bits. --- lang/en_utf8/moodle.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index f48d7343d8..450055ece1 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -136,6 +136,7 @@ $string['availability'] = 'Availability'; $string['availablecourses'] = 'Available Courses'; $string['backtoparticipants'] = 'Back to participants list'; $string['back'] = 'Back'; +$string['backto'] = 'Back to $a'; $string['backup'] = 'Backup'; $string['backupactivehelp'] = 'Choose whether or not to do automated backups.'; $string['backupcancelled'] = 'Backup Cancelled'; @@ -911,6 +912,7 @@ $string['managemodules'] = 'Modules'; $string['manageroles'] = 'Roles and permissions'; $string['markedthistopic'] = 'This topic is highlighted as the current topic'; $string['markthistopic'] = 'Highlight this topic as the current topic'; +$string['matchingsearchandrole'] = 'Matching \'$a->search\' and $a->role'; $string['maximumchars'] = 'Maximum of $a characters'; $string['maximumgrade'] = 'Maximum grade'; $string['maximumshort'] = 'Max'; @@ -1074,7 +1076,7 @@ $string['nofilesyet'] = 'No files have been uploaded to your course yet'; $string['nograde'] = 'No grade'; $string['noimagesyet'] = 'No images have been uploaded to your course yet'; $string['nologsfound'] = 'No logs have been found'; -$string['nomatchingusers'] = 'No matching users'; +$string['nomatchingusers'] = 'No users match \'$a\''; $string['nomorecourses'] = 'No more matching courses could be found'; $string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions'; $string['none'] = 'None'; @@ -1210,7 +1212,7 @@ $string['preview'] = 'Preview'; $string['previewhtml'] = 'HTML Format Preview'; $string['previeworchoose'] = 'Preview or choose a theme'; $string['previous'] = 'Previous'; -$string['previouslyselectedusers'] = 'Selected users not matching the search'; +$string['previouslyselectedusers'] = 'Previously selected users not matching \'$a\''; $string['previoussection'] = 'Previous section'; $string['primaryadminsetup'] = 'Setup administrator account'; $string['profile'] = 'Profile'; -- 2.39.5