function translation_perm

Implementation of hook_perm().

Archivo

drupal-6.x/modules/translation/translation.module, line 84
Manages content translations.

Código

function translation_perm() {
  return array('translate content');
}