2026-01-22 15:17:18 +00:00

35 lines
1005 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "pl_PL".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Brak danych',
'info' => 'Pozycje od _START_ do _END_ z _TOTAL_ łącznie',
'infoEmpty' => 'Pozycji 0 z 0 dostępnych',
'infoFiltered' => '(filtrowanie spośród _MAX_ dostępnych pozycji)',
'infoPostFix' => '',
'lengthMenu' => 'Pokaż _MENU_ pozycji',
'loadingRecords' => 'Wczytywanie...',
'processing' => 'Przetwarzanie...',
'search' => 'Szukaj:',
'zeroRecords' => 'Nie znaleziono pasujących pozycji',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': aktywuj, by posortować kolumnę rosnąco',
'sortDescending' => ': aktywuj, by posortować kolumnę malejąco',
),
'decimal' => ',',
'thousands' => ' ',
);