aboutsummaryrefslogtreecommitdiffstats
path: root/view/ru/hstrings.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-09-01 22:05:50 +0200
committerMax Kostikov <max@kostikov.co>2021-09-01 22:05:50 +0200
commit70370407ada8fdec38ea9966c7fcc6e36c27a84d (patch)
tree9443bfffb8e64eb39fa731b24fef1f686ebeb071 /view/ru/hstrings.php
parent7973f11cd78f610fd86966ea7b3c1f9f6b6012e9 (diff)
downloadvolse-hubzilla-70370407ada8fdec38ea9966c7fcc6e36c27a84d.tar.gz
volse-hubzilla-70370407ada8fdec38ea9966c7fcc6e36c27a84d.tar.bz2
volse-hubzilla-70370407ada8fdec38ea9966c7fcc6e36c27a84d.zip
Fix index in Russian plurals
Diffstat (limited to 'view/ru/hstrings.php')
-rw-r--r--view/ru/hstrings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php
index 582679557..3bc7b6c79 100644
--- a/view/ru/hstrings.php
+++ b/view/ru/hstrings.php
@@ -2413,8 +2413,8 @@ App::$strings["%s channel code allowed/disallowed"] = array(
);
App::$strings["%s channel deleted"] = array(
0 => "%s канал удалён",
- 0 => "%s канала удалёны",
- 0 => "%s каналов удалёно",
+ 1 => "%s канала удалёны",
+ 2 => "%s каналов удалёно",
);
App::$strings["Channel not found"] = "Канал не найден";
App::$strings["Channel '%s' deleted"] = "Канал '%s' удалён";