mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
11 lines
227 B
PHP
11 lines
227 B
PHP
<?php
|
|
return [
|
|
"half_down" => "Half Omlaag",
|
|
"half_even" => "Half Even",
|
|
"half_five" => "Half Vijf",
|
|
"half_odd" => "Half Oneven",
|
|
"half_up" => "Half Boven",
|
|
"round_down" => "Naar Beneden",
|
|
"round_up" => "Naar Boven",
|
|
];
|