mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
391 B
PHP
12 lines
391 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'wszystko',
|
|
'tables_columns' => 'Kolumny',
|
|
'tables_hide_show_pagination' => 'Ukryj/pokaż paginację',
|
|
'tables_loading' => 'Ładowanie, proszę czekać...',
|
|
'tables_page_from_to' => 'Pokazuję od {0} do {1} z {2} wierszy',
|
|
'tables_refresh' => 'Odśwież',
|
|
'tables_rows_per_page' => '{0} wierszy na stronę',
|
|
'tables_toggle' => 'Włącz',
|
|
];
|