summaryrefslogtreecommitdiffstats
path: root/system/language/english/db_lang.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-30 21:24:45 +0200
committeradmin <devnull@localhost>2006-09-30 21:24:45 +0200
commit3dd978f680076be842bfcb5c9e2cbf35b926373b (patch)
treee4cd05724744ee70eb497118692581e750539548 /system/language/english/db_lang.php
parent3ed8c51254a5b26d951fa675802fcf69adf9638e (diff)
Diffstat (limited to 'system/language/english/db_lang.php')
-rw-r--r--system/language/english/db_lang.php3
1 files changed, 3 insertions, 0 deletions
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