mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Datatables:Column:RowActions:Description' => '',
|
||||
'UI:Datatables:Column:RowActions:Label' => '',
|
||||
'UI:Datatables:Language:DisplayLength:All' => 'Wszystkie',
|
||||
'UI:Datatables:Language:EmptyTable' => 'Brak danych w tej tabeli',
|
||||
'UI:Datatables:Language:Error' => 'Wystąpił błąd podczas uruchamiania zapytania',
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
'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:LengthMenu' => '_MENU_ na stronę',
|
||||
'UI:Datatables:Language:Processing' => 'Proszę czekać...',
|
||||
'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:Language:ZeroRecords' => 'Brak wyników',
|
||||
'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?',
|
||||
]);
|
||||
));
|
||||
Reference in New Issue
Block a user