function l10n_client_perm in Localization client 6
Same name and namespace in other branches
- 5 l10n_client.module \l10n_client_perm()
- 6.2 l10n_client.module \l10n_client_perm()
Implementation of hook_perm().
File
- ./
l10n_client.module, line 88 - Localization client. Provides on-page translation editing.
Code
function l10n_client_perm() {
return array(
'use on-page translation',
'submit translations to localization server',
);
}