mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them. I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect. There's still work to do. Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0. We also could use a much better course overview block and better CSS styling of the profile pages. But it's definitely more usable this it was, I think.
24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
<?php
|
|
$string['pluginname'] = 'Personal profile';
|
|
$string['myprofile_settings'] = 'Personal profile settings';
|
|
$string['contentsettings'] = 'Display settings for content region';
|
|
$string['display_picture'] = 'Display picture';
|
|
$string['display_country'] = 'Display country';
|
|
$string['display_city'] = 'Display city';
|
|
$string['display_email'] = 'Display email';
|
|
$string['display_un'] = 'Display name';
|
|
$string['display_icq'] = 'Display ICQ';
|
|
$string['display_skype'] = 'Display Skype';
|
|
$string['display_yahoo'] = 'Display Yahoo';
|
|
$string['display_aim'] = 'Display AIM';
|
|
$string['display_msn'] = 'Display MSN';
|
|
$string['display_phone1'] = 'Display phone number 1';
|
|
$string['display_phone2'] = 'Display phone number 2';
|
|
$string['display_institution'] = 'Display institution';
|
|
$string['display_address'] = 'Display address';
|
|
$string['display_firstaccess'] = 'Display first access';
|
|
$string['display_lastaccess'] = 'Display last access';
|
|
$string['display_currentlogin'] = 'Display current login';
|
|
$string['display_lastip'] = 'Display last IP';
|
|
?>
|