You are here

function gtranslate_perm in Translate Drupal with GTranslate 6

File

./gtranslate.module, line 12

Code

function gtranslate_perm() {
  return array(
    'access onthisdate content',
  );
}