function opigno_og_access_install_translations in Opigno 7
Put in this function all the strings that are not in a t() or st() function.
File
- modules/
opigno_og_access/ opigno_og_access.install, line 840 - Install, update, and uninstall functions for the Organic groups access module.
Code
function opigno_og_access_install_translations() {
//
// --- FIELDS
// opigno_og_access.install
t('Hide from Catalogue');
t('Hide for anonymous users');
t('Requires validation');
t('Group visibility');
t('Public (World-wide open, for example for demo courses)');
t('Semi-public (registered users can subscribe to the course)');
t('Private (users can only be subscribed by a course administrator or a teacher, the course is hidden from course catalogue)');
}