mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -05:00
* 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
50 lines
1.2 KiB
PHP
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ń",
|
|
];
|