Files
opensourcepos/app/Language/cs/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" => "Ne",
"mo" => "Po",
"tu" => "Út",
"we" => "St",
"th" => "Čt",
"fr" => "",
"sa" => "So",
"sun" => "Ne",
"mon" => "Po",
"tue" => "Út",
"wed" => "St",
"thu" => "Čt",
"fri" => "",
"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",
];