Files
opensourcepos/app/Language/el/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.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
"su" => "Κυ",
"mo" => "Δε",
"tu" => "Τρ",
"we" => "Τε",
"th" => "Πε",
"fr" => "Πα",
"sa" => "Σα",
"sun" => "Κυρ",
"mon" => "Δευ",
"tue" => "Τρι",
"wed" => "Τετ",
"thu" => "Πεμ",
"fri" => "Παρ",
"sat" => "Σαβ",
"sunday" => "Κυριακή",
"monday" => "Δευτέρα",
"tuesday" => "Τρίτη",
"wednesday" => "Τετάρτη",
"thursday" => "Πέμπτη",
"friday" => "Παρασκευή",
"saturday" => "Σάββατο",
"jan" => "Ιαν",
"feb" => "Φεβ",
"mar" => "Μάρ",
"apr" => "Απρ",
"may" => "Μαί",
"jun" => "Ιούν",
"jul" => "Ιούλ",
"aug" => "Αύγ",
"sep" => "Σεπ",
"oct" => "Οκτ",
"nov" => "Νοέ",
"dec" => "Δεκ",
"january" => "Ιανουάριος",
"february" => "Φεβρουάριος",
"march" => "Μάρτιος",
"april" => "Απρίλιος",
"mayl" => "Μαίος",
"june" => "Ιούνιος",
"july" => "Ιούλιος",
"august" => "Αύγουστος",
"september" => "Σεπτέμβριος",
"october" => "Οκτώβριος",
"november" => "Νοέμβριος",
"december" => "Δεκέμβριος",
];