Files
opensourcepos/app/Language/ar-LB/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.4 KiB
PHP

<?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" => "ديسمبر",
];