|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00027 $string['pluginname'] = 'Logged in user'; 00028 $string['myprofile_settings'] = 'Visible user information'; 00029 $string['contentsettings'] = 'Display settings for content region'; 00030 $string['display_picture'] = 'Display picture'; 00031 $string['display_country'] = 'Display country'; 00032 $string['display_city'] = 'Display city'; 00033 $string['display_email'] = 'Display email'; 00034 $string['display_un'] = 'Display name'; 00035 $string['display_icq'] = 'Display ICQ'; 00036 $string['display_skype'] = 'Display Skype'; 00037 $string['display_yahoo'] = 'Display Yahoo'; 00038 $string['display_aim'] = 'Display AIM'; 00039 $string['display_msn'] = 'Display MSN'; 00040 $string['display_phone1'] = 'Display phone number 1'; 00041 $string['display_phone2'] = 'Display phone number 2'; 00042 $string['display_institution'] = 'Display institution'; 00043 $string['display_address'] = 'Display address'; 00044 $string['display_firstaccess'] = 'Display first access'; 00045 $string['display_lastaccess'] = 'Display last access'; 00046 $string['display_currentlogin'] = 'Display current login'; 00047 $string['display_lastip'] = 'Display last IP';