Update/add translator documentation.
L10n/i18n updates. Superfluous whitespace removed. Add FIXME for a few i18n issues I couldn't solve this quickly. Takes care of documentation for all core code added in merge of "people tags" feature (Commit:e75c9988ebe33822e493ac225859bc593ff9b855).
This commit is contained in:
@@ -809,7 +809,8 @@ class User extends Memcached_DataObject
|
||||
|
||||
function repeatedToMe($offset=0, $limit=20, $since_id=null, $max_id=null)
|
||||
{
|
||||
throw new Exception("Not implemented since inbox change.");
|
||||
// TRANS: Exception thrown when trying view "repeated to me".
|
||||
throw new Exception(_('Not implemented since inbox change.'));
|
||||
}
|
||||
|
||||
function shareLocation()
|
||||
|
||||
Reference in New Issue
Block a user