Files
opensourcepos/application/language/ru/enum_lang.php
Leonardo Salazar d5086ba42f Translated using Weblate (Russian)
Currently translated at 100.0% (7 of 7 strings)

Translation: opensourcepos/enum
Translate-URL: http://weblate.jpeelaer.net/projects/ospos/enum/ru/
2018-04-09 16:27:52 -04:00

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"] = "руглять Вверх";