diff options
author | Max Kostikov <max@kostikov.co> | 2018-10-12 16:38:58 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-10-12 16:38:58 +0200 |
commit | 2b311bd8601d1052d2f450c89ef7746060d2845b (patch) | |
tree | 1221437905058692706b2586b4c561c6a91a6e06 | |
parent | a841b75b980bbc3201a2c2302a35f29ab08928e5 (diff) | |
download | volse-hubzilla-2b311bd8601d1052d2f450c89ef7746060d2845b.tar.gz volse-hubzilla-2b311bd8601d1052d2f450c89ef7746060d2845b.tar.bz2 volse-hubzilla-2b311bd8601d1052d2f450c89ef7746060d2845b.zip |
Update hstrings.php
-rw-r--r-- | view/ru/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index 02ddd8dee..b5d200d14 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -664,7 +664,7 @@ App::$strings["A channel name is required."] = "Требуется назван App::$strings["This is a "] = "Это "; App::$strings[" channel name"] = " название канала"; App::$strings["timeago.prefixAgo"] = ""; -App::$strings["timeago.prefixFromNow"] = ""; +App::$strings["timeago.prefixFromNow"] = "через"; App::$strings["timeago.suffixAgo"] = "назад"; App::$strings["timeago.suffixFromNow"] = ""; App::$strings["less than a minute"] = "менее чем одну минуту"; |