diff options
author | Max Kostikov <max@kostikov.co> | 2020-02-25 21:43:48 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2020-02-25 21:43:48 +0100 |
commit | 177209b5e9519bb93a47db2ca277cb363e532b98 (patch) | |
tree | 78fbc8b9225283120737cd661a387f42e5b6365f /view/ru | |
parent | 16738dfe7fe664f0eea51b508473e4bb753de683 (diff) | |
parent | 47d80df81c42105b1f0deeb9fef71fecddc574f5 (diff) | |
download | volse-hubzilla-177209b5e9519bb93a47db2ca277cb363e532b98.tar.gz volse-hubzilla-177209b5e9519bb93a47db2ca277cb363e532b98.tar.bz2 volse-hubzilla-177209b5e9519bb93a47db2ca277cb363e532b98.zip |
Merge branch 'dev' into 'dev'
Fix missprint in Russian translation
See merge request hubzilla/core!1838
Diffstat (limited to 'view/ru')
-rw-r--r-- | view/ru/hmessages.po | 6 | ||||
-rw-r--r-- | view/ru/hstrings.php | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/view/ru/hmessages.po b/view/ru/hmessages.po index d8ddafa96..e951ee2a3 100644 --- a/view/ru/hmessages.po +++ b/view/ru/hmessages.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: hubzilla\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-01-19 11:37+0200\n" -"PO-Revision-Date: 2020-01-19 11:43+0200\n" +"PO-Revision-Date: 2020-02-25 23:38+0200\n" "Last-Translator: Max Kostikov <max@kostikov.co>\n" "Language-Team: Russian (http://www.transifex.com/Friendica/hubzilla/language/ru/)\n" "MIME-Version: 1.0\n" @@ -12268,11 +12268,11 @@ msgstr "Восстановить" #: ../../Zotlabs/Lib/Apps.php:567 msgid "Add to app-tray" -msgstr "Добавить в app-tray" +msgstr "Добавить в правое меню" #: ../../Zotlabs/Lib/Apps.php:568 msgid "Remove from app-tray" -msgstr "Удалить из app-tray" +msgstr "Удалить из правого меню" #: ../../Zotlabs/Lib/Apps.php:569 msgid "Pin to navbar" diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index 122cb48a5..5a7323ea8 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -2772,8 +2772,8 @@ App::$strings["My Chatrooms"] = "Мои чаты"; App::$strings["Channel Export"] = "Экспорт канала"; App::$strings["Purchase"] = "Купить"; App::$strings["Undelete"] = "Восстановить"; -App::$strings["Add to app-tray"] = "Добавить в app-tray"; -App::$strings["Remove from app-tray"] = "Удалить из app-tray"; +App::$strings["Add to app-tray"] = "Добавить в правое меню"; +App::$strings["Remove from app-tray"] = "Удалить из правого меню"; App::$strings["Pin to navbar"] = "Добавить на панель навигации"; App::$strings["Unpin from navbar"] = "Удалить с панели навигации"; App::$strings["Privacy conflict. Discretion advised."] = "Конфиликт настроек конфиденциальности."; |