Add translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-08-30 11:04:54 +02:00
parent c4fd560b32
commit 5a37d0bdc6
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class Memcached_DataObject extends Safe_DataObject
if (count($toFetch) > 0) {
$i = DB_DataObject::factory($cls);
if (empty($i)) {
// TRANS: Exception thrown when a program code class (%s) cannot be instantiated.
throw new Exception(sprintf(_('Cannot instantiate class %s.'),$cls));
}
foreach ($otherCols as $otherKeyCol => $otherKeyVal) {