mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
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/
This commit is contained in:
committed by
Weblate
parent
1c95ed432f
commit
d5086ba42f
@@ -1,9 +1,9 @@
|
||||
<?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"] = "";
|
||||
$lang["enum_half_down"] = "Половина Вниз";
|
||||
$lang["enum_half_even"] = "Половина Даже";
|
||||
$lang["enum_half_five"] = "Половина на Пять";
|
||||
$lang["enum_half_odd"] = "Половина Нечетного";
|
||||
$lang["enum_half_up"] = "Половина, Вверх";
|
||||
$lang["enum_round_down"] = "Oкруглять Вниз";
|
||||
$lang["enum_round_up"] = "Oкруглять Вверх";
|
||||
|
||||
Reference in New Issue
Block a user