diff options
author | Mario <mario@mariovavti.com> | 2018-10-19 08:56:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-19 10:56:55 +0200 |
commit | d775a7ee218711ab754ba3e384bcf090ee90cacb (patch) | |
tree | d53921ea7541a873794770f53da9f3c0fca3b240 /view/ru/hstrings.php | |
parent | c440b758a39e2e82b43562c6605a9705d40449b3 (diff) | |
download | volse-hubzilla-d775a7ee218711ab754ba3e384bcf090ee90cacb.tar.gz volse-hubzilla-d775a7ee218711ab754ba3e384bcf090ee90cacb.tar.bz2 volse-hubzilla-d775a7ee218711ab754ba3e384bcf090ee90cacb.zip |
Merge branch 'patch-18' into 'dev'
Russian translation for upgrade plugin added
See merge request hubzilla/core!1344
(cherry picked from commit c044ff34449b10acd072795a02b79d74706c9ca7)
ac2b6bcc Russian translation for upgrade plugin added
6e758423 Update hstrings.php
Diffstat (limited to 'view/ru/hstrings.php')
-rw-r--r-- | view/ru/hstrings.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index f501a98d1..94e917ffb 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -3253,6 +3253,13 @@ App::$strings["nofed Settings saved."] = "Настройки nofed сохран App::$strings["Allow Federation Toggle"] = "Разрешить переключение федерации"; App::$strings["Federate posts by default"] = "Разрешить федерацию публикаций по умолчанию"; App::$strings["NoFed Settings"] = "Настройки NoFed"; +App::$strings["Your channel has been upgraded to the latest \$Projectname version."] = "Ваш канал был обновлён на последнюю версию \$Projectname."; +App::$strings["To improve usability, we have converted some features into installable stand-alone apps."] = "Чтобы улучшить удобство использования, некоторые функции теперь доступны в виде устанавливаемых автономных приложений."; +App::$strings["Please visit the \$Projectname"] = "Пожалуйста, посетите \$Projectname"; +App::$strings["app store"] = "раздел \"Приложения\""; +App::$strings["and install possibly missing apps."] = "и установите необходимые вам."; +App::$strings["Upgrade Info"] = "Сведения об обновлении"; +App::$strings["Do not show this again"] = "Больше не показывать"; App::$strings["generic profile image"] = "Стандартное изображение профиля"; App::$strings["random geometric pattern"] = "Случайный геометрический рисунок"; App::$strings["monster face"] = "Лицо чудовища"; |