mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
Although it fits for all arabic language countries, yet it's the most accurate locale to be used. Most of AR Translation were made for LB 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"] = "التقريب";
|