mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-17 05:47:57 -05:00
Currently translated at 100.0% (7 of 7 strings) Translation: ospos/enum Translate-URL: http://weblate.jpeelaer.net/projects/ospos/enum/he/
9 lines
338 B
PHP
9 lines
338 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"] = "לעגל למעלה";
|