website_jukni/dokuwiki/lib/plugins/move/lang/pl/lang.php
2017-12-29 15:51:59 +01:00

32 lines
1.4 KiB
PHP

<?php
/**
* polish language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Gary Owen <>
* @auther Wojciech Kazimierczak <w.kazimierczak@gmail.com>
*/
// settings must be present and set appropriately for the language
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Przenieś / Zmień nazwę strony';
$lang['desc'] = 'Wtyczka Przenieś/Zmień nazwę';
//$lang['notexist'] = 'Ten temat jeszcze nie istnieje';
$lang['notwrite'] = 'Niewystarczające uprawnienia by wykonać operację';
$lang['badns'] = 'Nieprawidłowy znak w nazwie katalogu';
$lang['badname'] = 'Nieprawidłowy znak w nazwie dokumentu';
$lang['nochange'] = 'Nazwa dokumentu i katalogu niezmieniona';
$lang['existing'] = 'Dokument o nazwie %s już istnieje %s';
$lang['root'] = '[katalog bazowy]';
$lang['current'] = '(Bieżący)';
//$lang['norights'] = 'Nie masz wystarczających uprawnień do zmiany co najmniej jednego z linków do tej strony';
$lang['filelocked'] = 'Ten plik jest zablokowany - spróbuj ponownie później';
$lang['linkchange1'] = 'Linki do %s zmienione na %s';
$lang['newname'] = 'Nowa nazwa dokumentu:';
$lang['targetns'] = 'Nazwa docelowego katalogu:';
$lang['submit'] = 'Zmień';