42 lines
1.7 KiB
PHP
42 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Polish Language file for template
|
|
*
|
|
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
|
* @author Aleksander Setlak
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*/
|
|
|
|
$lang['discussion'] = 'Dyskusja';
|
|
$lang['back_to_article'] = 'Powrót do artykułu';
|
|
$lang['userpage'] = 'Strona Użytkownika';
|
|
$lang['purge_cache_page'] = 'Purge page cache';
|
|
$lang['themes'] = 'Motywy';
|
|
$lang['expand_container'] = 'Rozwiń/Zwiń';
|
|
$lang['administrative_tasks'] = 'Zadania administracyjne';
|
|
$lang['additional_plugins'] = 'Dodatkowe wtyczki';
|
|
$lang['share_on'] = 'Share via';
|
|
$lang['send_mail'] = 'Send via e-Mail';
|
|
$lang['print'] = 'Drukuj';
|
|
$lang['permalink'] = 'Permalink';
|
|
$lang['add_new_page'] = 'Dodaj nową stronę';
|
|
$lang['extensions_update'] = 'Extensions update';
|
|
$lang['user_groups'] = 'Groups';
|
|
$lang['preview_size'] = 'Size of this preview';
|
|
$lang['other_resolutions'] = 'Other resolutions';
|
|
|
|
// Configuration Manager Template Sections
|
|
$lang['config_theme'] = 'Motyw';
|
|
$lang['config_sidebar'] = 'Pasek boczny';
|
|
$lang['config_navbar'] = 'Pasek nawigacyjny';
|
|
$lang['config_semantic'] = 'Semantyka';
|
|
$lang['config_layout'] = 'Układ';
|
|
$lang['config_toc'] = 'Spis treści';
|
|
$lang['config_discussion'] = 'Dyskusja';
|
|
$lang['config_avatar'] = 'Avatar';
|
|
$lang['config_cookie_law'] = 'Polityka plików cookies';
|
|
$lang['config_google_analytics'] = 'Google Analytics';
|
|
$lang['config_browser_title'] = 'Tytuł w przeglądarce';
|
|
$lang['config_page'] = 'Strona';
|
|
|