mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
12 lines
247 B
PHP
12 lines
247 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => 'Half Down',
|
|
'half_even' => 'Half Even',
|
|
'half_five' => 'Half Five',
|
|
'half_odd' => 'Half Odd',
|
|
'half_up' => 'Half Up',
|
|
'round_down' => 'Round Down',
|
|
'round_up' => 'Round Up',
|
|
];
|