summaryrefslogtreecommitdiffstats
path: root/system/language
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-23 22:25:05 +0200
committeradmin <devnull@localhost>2006-09-23 22:25:05 +0200
commite885d787cde65d9ab003426bf79047de57c83ebe (patch)
tree1421b7cca06f61b1b0274b238d6f9fbf39afd679 /system/language
parent66530a809018c2ba39d9adb5b2cf21640969e472 (diff)
Diffstat (limited to 'system/language')
-rw-r--r--system/language/english/db_lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php
index b210b61ba..d51bb6dce 100644
--- a/system/language/english/db_lang.php
+++ b/system/language/english/db_lang.php
@@ -11,5 +11,7 @@ $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "whe
$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" clause.';
$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.';
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
+$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed';
+
?> \ No newline at end of file