diff options
| author | 2023-05-11 13:08:23 +0200 | |
|---|---|---|
| committer | 2023-05-11 13:08:23 +0200 | |
| commit | deb306c33f67155d4b87d12857cc0b4676c60917 (patch) | |
| tree | 1461096158ca9d06e6069355e199ad6e0acbc8df /app/i18n/ru/index.php | |
| parent | 6e2f2f1c1e98ecd86aa89c6547beb742d7385d18 (diff) | |
Improved: Install process: give more infos (#5350)
* comments added for each step
* infos about FreshRSS added in first step
* Remove reference to Kriss and Leed from install page
I do not find that informative, and quite confusing. Moved to readme instead.
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ru/index.php')
| -rw-r--r-- | app/i18n/ru/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index d1ffba4fa..bb670fff3 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -18,7 +18,7 @@ return array( 'credits' => 'Авторство', 'credits_content' => 'Некоторые элементы дизайна взяты из <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, хотя FreshRSS не использует этот фреймворк. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Иконки</a> взяты из <a href="https://www.gnome.org/">проекта GNOME</a>. Шрифт <em>Open Sans</em> создан <a href="https://fonts.google.com/specimen/Open+Sans">Стивом Мэттесоном</a>. FreshRSS основан на <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, PHP-фреймворке.', 'documentation' => 'Документация', - 'freshrss_description' => 'FreshRSS — агрегатор RSS-лент для размещения на своём сервере подобно <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> или <a href="https://github.com/LeedRSS/Leed">Leed</a>. Лёгкий и простой в использовании, будучи при этом мощным и настраиваемым инструментом.', + 'freshrss_description' => 'FreshRSS — агрегатор RSS-лент для размещения на своём сервере. Лёгкий и простой в использовании, будучи при этом мощным и настраиваемым инструментом.', 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">в Github</a>', 'license' => 'Лицензия', 'project_website' => 'Сайт проекта', |
