1<?php 2/** 3 * Polish language file for the "New Page Dialog" plugin 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Łukasz Czerski 7 */ 8 9/* buttons */ 10$lang['btn_create_new_page'] = 'Utwórz nową stronę'; 11$lang['btn_create_page'] = 'Utwórz stronę'; 12$lang['btn_new_folder'] = 'Nowy katalog'; 13$lang['btn_ok'] = 'OK'; 14 15/* dialogs */ 16$lang['dlg_new_folder'] = 'Podaj nazwę katalogu:'; 17 18/* misc */ 19$lang['msc_page_title'] = 'Tytuł strony'; 20