~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to install/lang/en/error.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
$string['downloadedfilecheckfailed'] = 'Downloaded file check failed';
47
47
$string['invalidmd5'] = 'The check variable was wrong - try again';
48
48
$string['missingrequiredfield'] = 'Some required field is missing';
49
 
$string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.';
 
49
$string['remotedownloaderror'] = '<p>The download of the component to your server failed. Please verify proxy settings; the PHP cURL extension is highly recommended.</p>
 
50
<p>You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.</p>';
50
51
$string['wrongdestpath'] = 'Wrong destination path';
51
52
$string['wrongsourcebase'] = 'Wrong source URL base';
52
53
$string['wrongzipfilename'] = 'Wrong ZIP file name';