You are here

function opigno_scorm_install_translations in Opigno 7

Put in this function all the strings that are not in a t() or st() function.

File

modules/scorm/opigno_scorm.install, line 220
Install logic.

Code

function opigno_scorm_install_translations() {

  //
  // --- FIELDS
  // opigno_scorm_quiz.module
  t('Some SCORM packages use a float point number for scoring, whereas we require an integer. Choose the appropriate method for rounding the final score.');
  t('Round up');
  t('Round to closest');
  t('Round down');
}