mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'UI:Datatables:Language:Processing' => 'Proszę czekać...',
|
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ na stronę',
|
|
'UI:Datatables:Language:ZeroRecords' => 'Brak wyników',
|
|
'UI:Datatables:Language:Info' => '_TOTAL_ element(y)',
|
|
'UI:Datatables:Language:InfoEmpty' => 'Brak informacji',
|
|
'UI:Datatables:Language:EmptyTable' => 'Brak danych w tej tabeli',
|
|
'UI:Datatables:Language:Error' => 'Wystąpił błąd podczas uruchamiania zapytania',
|
|
'UI:Datatables:Language:DisplayLength:All' => 'Wszystkie',
|
|
'UI:Datatables:Language:Sort:Ascending' => 'włącz sortowanie rosnąco',
|
|
'UI:Datatables:Language:Sort:Descending' => 'włącz sortowanie malejąco',
|
|
'UI:Datatables:Column:RowActions:Label' => '',
|
|
'UI:Datatables:Column:RowActions:Description' => '',
|
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Potwierdzenie działania',
|
|
'UI:Datatables:RowActions:ConfirmationMessage' => 'Czy potwierdzasz działanie?',
|
|
]);
|