Files
opensourcepos/application/language/pl/datepicker_lang.php
jacekz123 393cee62aa Translated using Weblate (Polish)
Currently translated at 55.0% (11 of 20 strings)

Translation: opensourcepos/datepicker
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/datepicker/pl/
2021-07-13 18:02:58 +02:00

22 lines
904 B
PHP

<?php
$lang["datepicker_all_time"] = "Cały czas";
$lang["datepicker_apply"] = "Zastosuj";
$lang["datepicker_cancel"] = "Anuluj";
$lang["datepicker_custom"] = "Niestandardowy";
$lang["datepicker_from"] = "Od";
$lang["datepicker_last_30"] = "Ostatnie 30 dni";
$lang["datepicker_last_7"] = "Ostatnie 7 dni";
$lang["datepicker_last_financial_year"] = "Ostatni rok fiskalny";
$lang["datepicker_last_month"] = "Ostatni miesiąc";
$lang["datepicker_last_year"] = "Ostatni rok";
$lang["datepicker_same_month_last_year"] = "Ten sam miesiąc w zeszłym roku";
$lang["datepicker_same_month_to_same_day_last_year"] = "";
$lang["datepicker_this_financial_year"] = "";
$lang["datepicker_this_month"] = "";
$lang["datepicker_this_year"] = "";
$lang["datepicker_to"] = "";
$lang["datepicker_today"] = "";
$lang["datepicker_today_last_year"] = "";
$lang["datepicker_weekstart"] = "";
$lang["datepicker_yesterday"] = "";