1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Christopher Schive <chschive@frisurf.no> 7 */ 8$lang['output'] = 'Hvordan skal PDF-filen presenteres for brukeren?'; 9$lang['output_o_browser'] = 'Vis i nettleseren'; 10$lang['output_o_file'] = 'Last ned PDF-filen'; 11