Files
opensourcepos/app/Language/da/Enum.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

11 lines
236 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",
];