1<?php
2/**
3 * Federated Login for DokuWiki - Polish language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @link       http://www.dokuwiki.org/plugin:fedauth
7 * @author     Aoi Karasu <aoikarasu@gmail.com>
8 */
9
10// settings must be present and set appropriately for the language
11$lang['encoding']   = 'utf-8';
12$lang['direction']  = 'ltr';
13
14// for admin plugins, the menu prompt to be displayed in the admin menu
15// if set here, the plugin doesn't need to override the getMenuText() method
16$lang['menu']            = 'Ustawienia logowania federacyjnego';
17
18$lang['btn_toggle']      = 'Zmień';
19$lang['btn_moveup']      = 'Do góry';
20$lang['btn_movedn']      = 'Na dół';
21$lang['btn_uselarge']    = 'Do dużych';
22$lang['btn_usesmall']    = 'Do małych';
23$lang['btn_remove']      = 'Usuń';
24$lang['btn_details']     = 'Szczegóły';
25$lang['btn_restore']     = 'Przywróć domyślne ustawienia';
26
27$lang['disabled']        = 'wyłączone';
28$lang['serviceurl']      = 'URL usługi';
29