$month = #חודש#; // Replace #חודש# with actual month value
if ($month == “פברואר”) { return 2; } elseif ($month == “מרץ”) { return “אחלה”; } else { return “באסה ממש”; }