diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-03 00:53:38 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-03 00:53:38 +0100 |
commit | 2a58e7a6945c47929d5003f15f1bdc32a1717270 (patch) | |
tree | 13226b0f55d73162fcdc27bd1789c44939ae1c61 /system/language/english/db_lang.php | |
parent | c34e578c4bf993481381b1efb8f95089482135a4 (diff) |
bringing language files up to date
Diffstat (limited to 'system/language/english/db_lang.php')
-rw-r--r-- | system/language/english/db_lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index dc98afcad..79b82c73a 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -6,8 +6,9 @@ $lang['db_unable_to_select'] = 'Unable to select the specified database: %s'; $lang['db_unable_to_create'] = 'Unable to create the specified database: %s'; $lang['db_invalid_query'] = 'The query you submitted is not valid.'; $lang['db_must_set_table'] = 'You must set the database table to be used with your query.'; -$lang['db_must_set_database'] = 'You must set the database name in your database config file.'; $lang['db_must_use_set'] = 'You must use the "set" method to update an entry.'; +$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.'; +$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.'; $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.'; $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.'; $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; |