You are here

function gtranslate_permission in Translate Drupal with GTranslate 7

Same name and namespace in other branches
  1. 8 gtranslate.module \gtranslate_permission()

File

./gtranslate.module, line 19

Code

function gtranslate_permission() {
  return array(
    'Modify GTranslate settings' => array(
      'title' => t('Modify GTranslate settings'),
      'description' => t('Administer GTranslate settings.'),
    ),
  );
}