diff options
author | Mario <mario@mariovavti.com> | 2018-10-16 14:07:52 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-16 14:07:52 +0200 |
commit | ed08eb07c63223d09011eab90709d8f3da44f549 (patch) | |
tree | 6aee056477ece3e0af0595e5c6e76cc561ff3e04 /view/ru/hstrings.php | |
parent | 25a74f366460144d12287b51bdbdb48ebcadfb98 (diff) | |
parent | d2d6f8c970ed6b96316f8a47d81dc85831664db0 (diff) | |
download | volse-hubzilla-ed08eb07c63223d09011eab90709d8f3da44f549.tar.gz volse-hubzilla-ed08eb07c63223d09011eab90709d8f3da44f549.tar.bz2 volse-hubzilla-ed08eb07c63223d09011eab90709d8f3da44f549.zip |
Merge branch 'patch-17' into 'dev'
Add Russian translations to Newmember widget
See merge request hubzilla/core!1339
Diffstat (limited to 'view/ru/hstrings.php')
-rw-r--r-- | view/ru/hstrings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index f536ea963..32266af51 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -2559,6 +2559,9 @@ App::$strings["Communicate"] = "Связаться"; App::$strings["View your channel homepage"] = "Домашняя страница канала"; App::$strings["View your network stream"] = "Просмотреть ваш сетевой поток"; App::$strings["Documentation"] = "Документация"; +App::$strings["Missing Features?"] = "Отсутствует функция?"; +App::$strings["Pin apps to navigation bar"] = "Прикрепить приложение к панели"; +App::$strings["Install more apps"] = "Установить больше приложений"; App::$strings["View public stream"] = "Просмотреть публичный поток"; App::$strings["Private Mail Menu"] = "Меню личной переписки"; App::$strings["Combined View"] = "Комбинированный вид"; |