mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-05 23:58:02 -05:00
Re-added EG, need to be double checked to make sure it fits Egyptian Language. ( most probably 70% no differences in language ).
10 lines
330 B
PHP
10 lines
330 B
PHP
<?php
|
|
|
|
$lang["enum_half_down"] = "تقريب نصفي";
|
|
$lang["enum_half_even"] = "نصف مزدوج";
|
|
$lang["enum_half_five"] = "نصف الخمس";
|
|
$lang["enum_half_odd"] = "نصف فردي";
|
|
$lang["enum_half_up"] = "تقريب نصفي";
|
|
$lang["enum_round_down"] = "التقريب";
|
|
$lang["enum_round_up"] = "التقريب";
|