mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-06 23:05:45 -04:00
Translated using Weblate (Polish)
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/pl/
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["tables_all"] = "wszystko";
|
||||
$lang["tables_columns"] = "";
|
||||
$lang["tables_hide_show_pagination"] = "";
|
||||
$lang["tables_loading"] = "";
|
||||
$lang["tables_page_from_to"] = "";
|
||||
$lang["tables_refresh"] = "";
|
||||
$lang["tables_rows_per_page"] = "";
|
||||
$lang["tables_toggle"] = "";
|
||||
$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";
|
||||
|
||||
Reference in New Issue
Block a user