function opigno_install_translations in Opigno 7
Put in this function all the strings that are not in a t() or st() function.
File
- ./
opigno.install, line 471 - Contains install instructions and logic
Code
function opigno_install_translations() {
//
// --- PATCHES
// https://www.drupal.org/files/system.rules_.inc_.patch
t("Get system variable of type '!type'");
t('System');
t('Variable');
t('Select the variable name');
t('Added variable');
//
// --- FIELDS
// opigno.module
t('Course tools');
t('Activate tools for this course. Deactivated tools will be hidden from users.');
}