summaryrefslogtreecommitdiffstats
path: root/system/language/english
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2010-03-12 01:43:28 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2010-03-12 01:43:28 +0100
commit28b293729d2c2917c434c6296eafecd19f397303 (patch)
treebc3679fcb567ceb3440846056ef9e3fafb6a7cb9 /system/language/english
parentd265871dfe205a905cd6c39e8ac4371f13848e58 (diff)
Added FTP::download() and the accompanying lang line. This was first proposed in 2007, can we add it now pleeeeease?
Diffstat (limited to 'system/language/english')
-rw-r--r--system/language/english/ftp_lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php
index 42403b971..392b2b272 100644
--- a/system/language/english/ftp_lang.php
+++ b/system/language/english/ftp_lang.php
@@ -7,6 +7,7 @@ $lang['ftp_unable_to_makdir'] = "Unable to create the directory you have specif
$lang['ftp_unable_to_changedir'] = "Unable to change directories.";
$lang['ftp_unable_to_chmod'] = "Unable to set file permissions. Please check your path. Note: This feature is only available in PHP 5 or higher.";
$lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please check your path.";
+$lang['ftp_unable_to_download'] = "Unable to download the specified file. Please check your path.";
$lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path.";
$lang['ftp_unable_to_rename'] = "Unable to rename the file.";
$lang['ftp_unable_to_delete'] = "Unable to delete the file.";