You are here

function translation_perm in Internationalization 5.2

Same name and namespace in other branches
  1. 5.3 translation/translation.module \translation_perm()
  2. 5 translation/translation.module \translation_perm()

Implementation of hook_perm().

File

translation/translation.module, line 117

Code

function translation_perm() {
  return array(
    'translate nodes',
    'translate own nodes',
  );
}