--- /Users/daniele/Desktop/funzionando1.1.2/sandboxes/moodle19_sandbox/lang/en_utf8/admin.php 2009-02-18 00:05:24.000000000 +0100 +++ /Users/daniele/Desktop/admin.php 2009-02-20 09:28:08.000000000 +0100 @@ -142,6 +142,7 @@ $string['configguestroleid'] = 'This role is automatically assigned to the guest user. It is also temporarily assigned to not enrolled users when they enter course that allows guests without password. Please verify that the role has moodle/legacy:guest and moodle/course:view capability.'; $string['confighiddenuserfields'] = 'Select which user information fields you wish to hide from other users other than course teachers/admins. This will increase student privacy. Hold CTRL key to select multiple fields.'; $string['confighideactivitytypenavlink'] = 'Select from whom to hide the activity type (e.g. Quizzes) link in the navigation displayed for activity modules.'; +$string['confighidecategorynavlink'] = 'Select from whom to hide the category (e.g. Miscellaneous) link in the navigation menu.'; $string['confightmleditor'] = 'Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible web browser. Users can also choose not to use it.'; $string['configidnumber'] = 'This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User\'s ID number is displayed in their Profile.'; $string['configintcachemax'] = 'For internal cache only. Maximum number of records to keep in the cache. Recommended value: 50. Use lower values to reduce memory usage.'; @@ -419,6 +420,7 @@ $string['helpweekenddays'] = 'Which days of the week are treated as \"weekend\" and shown with a different colour?'; $string['hiddenuserfields'] = 'Hide user fields'; $string['hideactivitytypenavlink'] = 'Hide activity type navigation'; +$string['hidecategorynavlink'] = 'Hide category navigation'; $string['hidefromall'] = 'Hide from all users'; $string['hidefromnone'] = 'Hide from nobody'; $string['hidefromstudents'] = 'Hide from students';