From 51e68c06d88a501f02df17d94539ba14e67b009f Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 27 Oct 2006 21:58:13 +0000 Subject: --- system/language/english/ftp_lang.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index f666b4d50..a4320efab 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -7,6 +7,11 @@ $lang['ftp_unable_to_changedir'] = "Unable to change direcotries."; $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_no_source_file'] = "Unable to locate the source file. Please check your path."; +$lang['ftp_unable_to_remame'] = "Unable to rename the file."; +$lang['ftp_unable_to_delete'] = "Unable to delete the file."; +$lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists."; + + ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b