From: vyshane Date: Mon, 15 May 2006 05:01:56 +0000 (+0000) Subject: Added language strings for new log functionality (downloading logs as excel or csv) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ec49125d6c27f67b65aeee4fba89d9d788252ec;p=moodle.git Added language strings for new log functionality (downloading logs as excel or csv) --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 8ff97de306..e29d02de1a 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -335,6 +335,7 @@ $string['disable'] = 'Disable'; $string['displayingfirst'] = 'Only the first $a->count $a->things are displayed'; $string['displayingrecords'] = 'Displaying $a records'; $string['displayingusers'] = 'Displaying users $a->start to $a->end'; +$string['displayonpage'] = 'Display on page'; $string['documentation'] = 'Moodle Documentation'; $string['donotask'] = 'Do Not Ask'; $string['down'] = 'Down'; @@ -566,6 +567,7 @@ $string['gd1'] = 'GD 1.x is installed'; $string['gd2'] = 'GD 2.x is installed'; $string['gdneed'] = 'GD must be installed to see this graph'; $string['gdnot'] = 'GD is not installed'; +$string['gettheselogs'] = 'Get these logs'; $string['go'] = 'Go'; $string['gpl'] = 'Copyright (C) 1999-2006 Martin Dougiamas (http://moodle.com) @@ -704,6 +706,7 @@ $string['listofallpeople'] = 'List of all people'; $string['livelogs'] = 'Live logs from the past hour'; $string['locale'] = 'en.UTF-8'; $string['location'] = 'Location'; +$string['log_excel_date_format'] = 'yyyy mmmm d h:mm'; $string['loggedinas'] = 'You are logged in as $a '; $string['loggedinasguest'] = 'You are currently using guest access'; $string['loggedinnot'] = 'You are not logged in.'; @@ -1083,6 +1086,7 @@ $string['rsserror'] = 'Error reading RSS data'; $string['rsstype'] = 'RSS feed for this activity'; $string['saveandnext'] = 'Save and show next'; $string['savechanges'] = 'Save changes'; +$string['savedat'] = 'Saved at: '; $string['savepreferences'] = 'Save preferences'; $string['saveto'] = 'Save to'; $string['scale'] = 'Scale'; @@ -1144,7 +1148,6 @@ $string['showperpage'] = 'Show $a per page'; $string['showrecent'] = 'Show recent activity'; $string['showreports'] = 'Show activity reports'; $string['showsettings'] = 'Show settings'; -$string['showtheselogs'] = 'Show these logs'; $string['since'] = 'Since'; $string['sincelast'] = ' since last login'; $string['site'] = 'Site';