Files
opensourcepos/app/Language/ru/enum_lang.php

10 lines
412 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang["enum_half_down"] = "Половина Вниз";
$lang["enum_half_even"] = "Половина Даже";
$lang["enum_half_five"] = "Половина на Пять";
$lang["enum_half_odd"] = "Половина Нечетного";
$lang["enum_half_up"] = "Половина, Вверх";
$lang["enum_round_down"] = "руглять Вниз";
$lang["enum_round_up"] = "руглять Вверх";