1<?php
2
3/**
4 * polish language file
5 *
6 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 *
8 * @author Bartek S <sadupl@gmail.com>
9 * @author Esther Brunner <esther@kaffeehaus.ch>
10 */
11$lang['reveal']                = 'pokaż';
12$lang['reveallong']            = 'pokaż ukrytą zawartość';
13$lang['hide']                  = 'ukryj';
14$lang['hidelong']              = 'ukryj zawartość';
15$lang['fold_unfold_all_button'] = 'Złóż / rozłóż wszystko';
16