1<?php 2/** 3 * Polish language file 4 * 5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/> 6 * @author Aleksander Setlak <http://alek.magazynek.org> 7 */ 8 9$lang['colortheme'] = "Schemat kolorów"; 10$lang['colortheme_o_clouds'] = "Clouds"; 11$lang['colortheme_o_clouds_midnight'] = "Clouds Midnight"; 12$lang['colortheme_o_cobalt'] = "Cobalt"; 13$lang['colortheme_o_crimson_editor'] = "Crimson Editor"; 14$lang['colortheme_o_dawn'] = "Dawn"; 15$lang['colortheme_o_eclipse'] = "Eclipse"; 16$lang['colortheme_o_idle_fingers'] = "idleFingers"; 17$lang['colortheme_o_kr_theme'] = "krTheme"; 18$lang['colortheme_o_merbivore'] = "Merbivore"; 19$lang['colortheme_o_merbivore_soft'] = "Merbivore Soft"; 20$lang['colortheme_o_mono_industrial'] = "Mono Industrial"; 21$lang['colortheme_o_monokai'] = "Monokai"; 22$lang['colortheme_o_pastel_on_dark'] = "Pastel on dark"; 23$lang['colortheme_o_solarized_dark'] = "Solarized Dark"; 24$lang['colortheme_o_solarized_light'] = "Solarized Light"; 25$lang['colortheme_o_textmate'] = "TextMate"; 26$lang['colortheme_o_tomorrow'] = "Tomorrow"; 27$lang['colortheme_o_tomorrow_night'] = "Tomorrow Night"; 28$lang['colortheme_o_tomorrow_night_blue'] = "Tomorrow Night Blue"; 29$lang['colortheme_o_tomorrow_night_bright'] = "Tomorrow Night Bright"; 30$lang['colortheme_o_tomorrow_night_eighties'] = "Tomorrow Night 80s"; 31$lang['colortheme_o_twilight'] = "Twilight"; 32$lang['colortheme_o_vibrant_ink'] = "Vibrant Ink"; 33 34$lang['highlight'] = 'Włącz podświetlanie składni'; 35$lang['latex'] = 'Włącz wsparcie dla wtyczki LaTeX'; 36$lang['wraplimit'] = 'Limit zawijania tekstu'; 37$lang['loadjquery'] = 'Ładuj bibliotekę jQuery'; 38