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