From 553746bbff3f68039f20682be13515d7d2ccd3d2 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Fri, 17 Jan 2014 00:48:08 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/en/error.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/lang/en/error.php b/install/lang/en/error.php index 5b8a665c227..1aa589ccae1 100644 --- a/install/lang/en/error.php +++ b/install/lang/en/error.php @@ -46,7 +46,8 @@ $string['dmlexceptiononinstall'] = '

A database error has occurred [{$a->error $string['downloadedfilecheckfailed'] = 'Downloaded file check failed'; $string['invalidmd5'] = 'The check variable was wrong - try again'; $string['missingrequiredfield'] = 'Some required field is missing'; -$string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.

You must download the {$a->url} file manually, copy it to "{$a->dest}" in your server and unzip it there.'; +$string['remotedownloaderror'] = '

The download of the component to your server failed. Please verify proxy settings; the PHP cURL extension is highly recommended.

+

You must download the {$a->url} file manually, copy it to "{$a->dest}" in your server and unzip it there.

'; $string['wrongdestpath'] = 'Wrong destination path'; $string['wrongsourcebase'] = 'Wrong source URL base'; $string['wrongzipfilename'] = 'Wrong ZIP file name';