mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 11:37:54 -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" => "Ne",
|
|
"mo" => "Po",
|
|
"tu" => "Út",
|
|
"we" => "St",
|
|
"th" => "Čt",
|
|
"fr" => "Pá",
|
|
"sa" => "So",
|
|
"sun" => "Ne",
|
|
"mon" => "Po",
|
|
"tue" => "Út",
|
|
"wed" => "St",
|
|
"thu" => "Čt",
|
|
"fri" => "Pá",
|
|
"sat" => "So",
|
|
"sunday" => "Neděle",
|
|
"monday" => "Pondělí",
|
|
"tuesday" => "Úterý",
|
|
"wednesday" => "Středa",
|
|
"thursday" => "Čtvrtek",
|
|
"friday" => "Pátek",
|
|
"saturday" => "Sobota",
|
|
"jan" => "Led",
|
|
"feb" => "Ún",
|
|
"mar" => "Bře",
|
|
"apr" => "Dub",
|
|
"may" => "Kvě",
|
|
"jun" => "Čer",
|
|
"jul" => "Čvnc",
|
|
"aug" => "Srp",
|
|
"sep" => "Zář",
|
|
"oct" => "Říj",
|
|
"nov" => "Lis",
|
|
"dec" => "Pro",
|
|
"january" => "Leden",
|
|
"february" => "Únor",
|
|
"march" => "Březen",
|
|
"april" => "Duben",
|
|
"mayl" => "Květen",
|
|
"june" => "Červen",
|
|
"july" => "Červenec",
|
|
"august" => "Srpen",
|
|
"september" => "Září",
|
|
"october" => "Říjen",
|
|
"november" => "Listopad",
|
|
"december" => "Prosinec",
|
|
];
|