From 3dd978f680076be842bfcb5c9e2cbf35b926373b Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 Sep 2006 19:24:45 +0000 Subject: --- system/language/english/db_lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/language/english') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 5be7d6efb..392990120 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -14,6 +14,9 @@ $lang['db_unsupported_function'] = 'This feature is not available for the databa $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; $lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; +$lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.'; +$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; + ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b