<?php
/**
 * Federated Login for DokuWiki - Polish language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @link       http://www.dokuwiki.org/plugin:fedauth
 * @author     Aoi Karasu <aoikarasu@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']            = 'Ustawienia logowania federacyjnego';

$lang['btn_toggle']      = 'Zmień';
$lang['btn_moveup']      = 'Do góry';
$lang['btn_movedn']      = 'Na dół';
$lang['btn_uselarge']    = 'Do dużych';
$lang['btn_usesmall']    = 'Do małych';
$lang['btn_remove']      = 'Usuń';
$lang['btn_details']     = 'Szczegóły';
$lang['btn_restore']     = 'Przywróć domyślne ustawienia';

$lang['disabled']        = 'wyłączone';
$lang['serviceurl']      = 'URL usługi';
