mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-26 03:47:28 -05:00
10 lines
408 B
PHP
10 lines
408 B
PHP
<?php
|
|
$lang["tables_all"] = "wszystko";
|
|
$lang["tables_columns"] = "Kolumny";
|
|
$lang["tables_hide_show_pagination"] = "Ukryj/pokaż paginację";
|
|
$lang["tables_loading"] = "Ładowanie, proszę czekać...";
|
|
$lang["tables_page_from_to"] = "Pokazuję od {0} do {1} z {2} wierszy";
|
|
$lang["tables_refresh"] = "Odśwież";
|
|
$lang["tables_rows_per_page"] = "{0} wierszy na stronę";
|
|
$lang["tables_toggle"] = "Włącz";
|