mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/pl/
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";
|