You are here

function l10n_client_perm in Localization client 6.2

Same name and namespace in other branches
  1. 5 l10n_client.module \l10n_client_perm()
  2. 6 l10n_client.module \l10n_client_perm()

Implementation of hook_perm().

File

./l10n_client.module, line 71
Localization client. Provides on-page translation editing.

Code

function l10n_client_perm() {
  return array(
    'use on-page translation',
    'submit translations to localization server',
  );
}