mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
Currently translated at 100.0% (7 of 7 strings) Translation: opensourcepos/enum Translate-URL: http://weblate.jpeelaer.net/projects/ospos/enum/ar_EG/
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"] = "التقريب";
|