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: opensourcepos/enum Translate-URL: http://weblate.jpeelaer.net/projects/ospos/enum/id/
10 lines
312 B
PHP
10 lines
312 B
PHP
<?php
|
|
|
|
$lang["enum_half_down"] = "Turun Setengah";
|
|
$lang["enum_half_even"] = "Setengah Genap";
|
|
$lang["enum_half_five"] = "setengah Lima";
|
|
$lang["enum_half_odd"] = "Setengah ganjil";
|
|
$lang["enum_half_up"] = "Setengah";
|
|
$lang["enum_round_down"] = "Bulatkan ke bawah";
|
|
$lang["enum_round_up"] = "Bulatkan ke atas";
|