You are here

function opigno_pdf_viewer_install_translations in Opigno Quiz App 7

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

File

includes/opigno_pdf_viewer/opigno_pdf_viewer.install, line 105

Code

function opigno_pdf_viewer_install_translations() {

  //
  // --- FIELDS
  // opigno_pdf_viewer.install
  t('The file uploaded here will be displayed inside the slide');
  t('PDF');
}