function translation_perm in Internationalization 5.3
Same name and namespace in other branches
- 5 translation/translation.module \translation_perm()
- 5.2 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',
);
}