xref: /plugin/dw2pdf/lang/no/settings.php (revision 3abcf212ebc6efaaca1083de2ae1d83e7fa6e618)
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