function lingotek_perm in Lingotek Translation 6
File
- ./
lingotek.module, line 91
Code
function lingotek_perm() {
return array(
'view content progress tab',
'view lingotek administration page',
'translate content',
'review translations',
'flush translations from lingotek',
'run machine translation',
'access content creation added options',
'access access lingotek developer features',
);
}