]> git.mjollnir.org Git - moodle.git/commitdiff
Removed showsiteparticipantslist strings.
authorvyshane <vyshane>
Mon, 18 Sep 2006 05:27:28 +0000 (05:27 +0000)
committervyshane <vyshane>
Mon, 18 Sep 2006 05:27:28 +0000 (05:27 +0000)
lang/en_utf8/admin.php
lang/en_utf8/moodle.php

index b23e7c9bd8ee3ea5b0083d710c672220358f3dd8..5573cedb7089192ed893f2f57fddf66ebbc0fd42 100644 (file)
@@ -174,7 +174,6 @@ $string['configsessioncookie'] = 'This setting customises the name of the cookie
 $string['configsessioncookiepath'] = 'If you need to change where browsers send the Moodle cookies, you can change this setting to specify a subdirectory of your web site.  Otherwise the default \'/\' should be fine.';
 $string['configsessiontimeout'] = 'If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended).  This variable specifies how long this time should be.';
 $string['configshowblocksonmodpages'] = 'Some activity modules support blocks on their pages.  If you turn this on, then teachers will be able to add side blocks on those pages, otherwise the interface does not show this feature.';
-$string['configshowsiteparticipantslist'] = 'All of these site students and site teachers will be listed on the site participants list. Who shall be allowed to see this site participants list?';
 $string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.';
 $string['configsitepolicy'] = 'If you have a site policy that all users must see and agree to before using this site, then specify the URL to it here, otherwise leave this field blank.  The URL can point to anywhere - one convenient place would be a file in the site files.  eg http://yoursite/file.php/1/policy.html';
 $string['configslasharguments'] = 'Files (images, uploads etc) are provided via a script using \'slash arguments\' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc.  Unfortunately, some PHP servers don\'t allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option.';
index b7d7e72ccccefd75401a31725cc260203dc1f3c7..fe5c49ed83af227bdcdeb32b5c22da907333fe23 100644 (file)
@@ -1190,8 +1190,7 @@ $string['siteerrors'] = 'Site errors';
 $string['sitefiles'] = 'Site files';
 $string['sitelogs'] = 'Site logs';
 $string['sitenews'] = 'Site news';
-$string['sitepartlist0'] = 'You must be a site teacher to be allowed to see the site participants list';
-$string['sitepartlist1'] = 'You must be a teacher to be allowed to see the site participants list';
+$string['sitepartlist'] = 'You do not have the required permissions to view the participants list';
 $string['sites'] = 'Sites';
 $string['sitesection'] = 'Include a topic section';
 $string['sitesettings'] = 'Site settings';