From: vinkmar Date: Wed, 20 Sep 2006 04:48:39 +0000 (+0000) Subject: admin page cleanup -- added missing strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bcaa8d932287094f47db2fa39cd982a9a9115e74;p=moodle.git admin page cleanup -- added missing strings --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 1c94d66241..c4dce66d42 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -127,14 +127,17 @@ $string['availability'] = 'Availability'; $string['availablecourses'] = 'Available Courses'; $string['backtoparticipants'] = 'Back to participants list'; $string['backup'] = 'Backup'; +$string['backupactivehelp'] = 'Choose whether or not to do automated backups.'; $string['backupcancelled'] = 'Backup Cancelled'; $string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups'; $string['backupdate'] = 'Backup Date'; $string['backupdetails'] = 'Backup Details'; +$string['backupexecuteathelp'] = 'Choose what time automated backups should run at.'; $string['backupfailed'] = 'Some of your courses weren\'t saved!!'; $string['backupfilename'] = 'backup'; $string['backupfinished'] = 'Backup completed successfully'; $string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups'; +$string['backupincludemoduleuserdatahelp'] = 'Choose whether you want to include module user data in automated backups.'; $string['backupkeephelp'] = 'How many recent backups for each course do you want to keep? (older ones will be deleted automatically)'; $string['backuplogdetailed'] = 'Detailed execution log'; $string['backuploglaststatus'] = 'Last execution log'; @@ -145,6 +148,7 @@ $string['backupnoneusersinfo'] = 'Notice: You have selected to backup no users ( $string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6). If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle. See the Backup FAQ for more information about how to recover this backup correctly.'; $string['backuporiginalname'] = 'Backup Name'; $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files
(leave blank to save in its course default dir)'; +$string['backupschedulehelp'] = 'Choose which days of the week to perform automated backups.'; $string['backuptakealook'] = 'Please take a look at your backup logs in: $a'; $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups'; @@ -574,6 +578,7 @@ $string['frontpagecategorycombo'] = 'Combo list'; $string['frontpagecategorynames'] = 'List of categories'; $string['frontpagecourselist'] = 'List of courses'; $string['frontpagedescription'] = 'Front Page Description'; +$string['frontpagedescriptionhelp'] = 'This description of the site will be displayed on the front page.'; $string['frontpageformat'] = 'Front page format'; $string['frontpageformatloggedin'] = 'Front page format when logged in'; $string['frontpagenews'] = 'News items'; @@ -695,6 +700,7 @@ $string['includecourseusers'] = 'Include Course Users'; $string['included'] = 'Included'; $string['includelogentries'] = 'Include Log Entries'; $string['includemodules'] = 'Include Modules'; +$string['includemoduleuserdata'] = 'Include module user data'; $string['includeneededusers'] = 'Include Needed Users'; $string['includenoneusers'] = 'Include No Users'; $string['includeuserfiles'] = 'Include User Files'; @@ -1451,4 +1457,4 @@ $string['yourself'] = 'yourself'; $string['yourteacher'] = 'your $a'; $string['zippingbackup'] = 'Zipping backup'; -?> \ No newline at end of file +?>