diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/language/english/ftp_lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 |