l10n_client_perm()contributions/l10n_client/l10n_client.module, line 60
Implementation of hook_perm().
<?php function l10n_client_perm() { return array('use on-page translation'); } ?>