Files
opensourcepos/app/Language/pl/Calendar.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

50 lines
1.2 KiB
PHP

<?php
return [
"su" => "Nie",
"mo" => "Pon",
"tu" => "Wt",
"we" => "Śr",
"th" => "Czw",
"fr" => "Pt",
"sa" => "Sob",
"sun" => "Nie",
"mon" => "Pon",
"tue" => "Wt",
"wed" => "Śr",
"thu" => "Czw",
"fri" => "Pt",
"sat" => "Sob",
"sunday" => "Niedziela",
"monday" => "Poniedziałek",
"tuesday" => "Wtorek",
"wednesday" => "Środa",
"thursday" => "Czwartek",
"friday" => "Piątek",
"saturday" => "Sobota",
"jan" => "Sty",
"feb" => "Lut",
"mar" => "Mar",
"apr" => "Kwi",
"may" => "Maj",
"jun" => "Cze",
"jul" => "Lip",
"aug" => "Sie",
"sep" => "Wrz",
"oct" => "Paź",
"nov" => "Lis",
"dec" => "Gru",
"january" => "Styczeń",
"february" => "Luty",
"march" => "Marzec",
"april" => "Kwiecień",
"mayl" => "Maj",
"june" => "Czerwiec",
"july" => "Lipiec",
"august" => "Sierpień",
"september" => "Wrzesień",
"october" => "Październik",
"november" => "Listopad",
"december" => "Grudzień",
];