mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-10 23:17:08 -04:00
11 lines
272 B
PHP
11 lines
272 B
PHP
<?php
|
|
return [
|
|
'enum_half_down' => 'Half Omlaag',
|
|
'enum_half_even' => 'Half Even',
|
|
'enum_half_five' => 'Half Vijf',
|
|
'enum_half_odd' => 'Half Oneven',
|
|
'enum_half_up' => 'Half Boven',
|
|
'enum_round_down' => 'Naar Beneden',
|
|
'enum_round_up' => 'Naar Boven',
|
|
];
|