example: templates/base/scripts/BxBaseMailBox.php:340
$aLanguageKeys = array
'back_inbox' => _t( '_Back' ) . ' ' . _t( '_to' ) . ' ' . _t( '_Inbox' ),
'back_outbox' => _t( '_Back' ) . ' ' . _t( '_to' ) . ' ' . _t( '_Outbox' ),
'back_trash' => _t( '_Back' ) . ' ' . _t( '_to' ) . ' ' . _t( '_Trash' ),
Composing language keys does not work in a multi language system. _to in 'mail to' may be a different word than _to in 'back to' in another language.
I don't know if there are other cases like this.
There are two 'to' keys '_To' and '_to' (in system). Could you explain the difference in usage between them to clarify how to translate them.