xref: /plugin/dw2pdf/lang/sr/settings.php (revision df2d281670aa0eee428f0a0eba33015baf9ca01d)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Марко М. Костић <marko.m.kostic@gmail.com>
7 */
8$lang['orientation']           = 'Усмерење странице.';
9$lang['orientation_o_portrait'] = 'Усправно';
10$lang['orientation_o_landscape'] = 'Положено';
11$lang['output_o_browser']      = 'Прикажи у прегледачу';
12$lang['output_o_file']         = 'Преузми ПДФ';
13