mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
Currently translated at 100.0% (20 of 20 strings) Translation: opensourcepos/datepicker Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/datepicker/pl/
22 lines
1.0 KiB
PHP
22 lines
1.0 KiB
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"] = "Ten sam dzień w tym samym miesiącu rok temu";
|
|
$lang["datepicker_this_financial_year"] = "Obecny rok fiskalny";
|
|
$lang["datepicker_this_month"] = "Obecny miesiąc";
|
|
$lang["datepicker_this_year"] = "Obecny rok";
|
|
$lang["datepicker_to"] = "Do";
|
|
$lang["datepicker_today"] = "Dzisiaj";
|
|
$lang["datepicker_today_last_year"] = "Dzisiaj rok temu";
|
|
$lang["datepicker_weekstart"] = "0";
|
|
$lang["datepicker_yesterday"] = "Wczoraj";
|