diff options
author | Mario <mario@mariovavti.com> | 2018-10-16 12:07:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-16 14:08:02 +0200 |
commit | ba9b49bc835a35ae139b665a02e2c38d11f427fc (patch) | |
tree | be4c814d634c73998e4a9b7f8b66803d5fc60a4e /view/ru/hstrings.php | |
parent | 34b4b658658fe6aefbc13da5d03262eb16b2443f (diff) | |
download | volse-hubzilla-ba9b49bc835a35ae139b665a02e2c38d11f427fc.tar.gz volse-hubzilla-ba9b49bc835a35ae139b665a02e2c38d11f427fc.tar.bz2 volse-hubzilla-ba9b49bc835a35ae139b665a02e2c38d11f427fc.zip |
Merge branch 'patch-17' into 'dev'
Add Russian translations to Newmember widget
See merge request hubzilla/core!1339
(cherry picked from commit ed08eb07c63223d09011eab90709d8f3da44f549)
04edb741 Add Russian translations to Newmember widget
d2d6f8c9 Update hstrings.php
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 5e8781e79..f501a98d1 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -2560,6 +2560,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"] = "Комбинированный вид"; |