summaryrefslogtreecommitdiffstats
path: root/system/language
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-27 23:58:13 +0200
committeradmin <devnull@localhost>2006-10-27 23:58:13 +0200
commit51e68c06d88a501f02df17d94539ba14e67b009f (patch)
treeb7b57021418b0d4252b3208e29eac796967fa652 /system/language
parent9e774ad7989f7fea33312407a8e25a2724f2ce8b (diff)
Diffstat (limited to 'system/language')
-rw-r--r--system/language/english/ftp_lang.php5
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